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
15 lines
552 B
Plaintext
15 lines
552 B
Plaintext
import { jsx as _jsx } from "react/jsx-runtime";
|
|
import React from 'react';
|
|
export const CodeBlockIcon = () => /*#__PURE__*/_jsx("svg", {
|
|
"aria-hidden": "true",
|
|
className: "graphic code-block-icon",
|
|
focusable: "false",
|
|
viewBox: "0 0 20 20",
|
|
xmlns: "http://www.w3.org/2000/svg",
|
|
children: /*#__PURE__*/_jsx("path", {
|
|
className: "stroke",
|
|
d: "M14 12.6667L16.6667 9.99999L14 7.33332M5.99999 7.33332L3.33333 9.99999L5.99999 12.6667M11.6667 4.66666L8.33333 15.3333",
|
|
strokeLinecap: "square"
|
|
})
|
|
});
|
|
//# sourceMappingURL=index.js.map |