Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
19 lines
962 B
Plaintext
19 lines
962 B
Plaintext
import { jsx as _jsx } from "react/jsx-runtime";
|
|
import React from 'react';
|
|
import './index.scss';
|
|
export const LinkIcon = () => /*#__PURE__*/_jsx("svg", {
|
|
"aria-hidden": "true",
|
|
className: "graphic link icon icon--link",
|
|
fill: "none",
|
|
focusable: "false",
|
|
height: "20",
|
|
viewBox: "0 0 20 20",
|
|
width: "20",
|
|
xmlns: "http://www.w3.org/2000/svg",
|
|
children: /*#__PURE__*/_jsx("path", {
|
|
className: "stroke",
|
|
d: "M7.99999 13.3333H6.66666C5.78261 13.3333 4.93476 12.9821 4.30964 12.357C3.68452 11.7319 3.33333 10.884 3.33333 9.99999C3.33333 9.11593 3.68452 8.26809 4.30964 7.64297C4.93476 7.01785 5.78261 6.66666 6.66666 6.66666H7.99999M12 6.66666H13.3333C14.2174 6.66666 15.0652 7.01785 15.6904 7.64297C16.3155 8.26809 16.6667 9.11593 16.6667 9.99999C16.6667 10.884 16.3155 11.7319 15.6904 12.357C15.0652 12.9821 14.2174 13.3333 13.3333 13.3333H12M7.33333 9.99999H12.6667",
|
|
strokeLinecap: "square"
|
|
})
|
|
});
|
|
//# sourceMappingURL=index.js.map |