@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.06 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconCodeBlock24 = createIcon(h("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" },
h("path", { "clip-rule": "evenodd", d: "M7.35355 4.14645c.19527.19526.19527.51184 0 .7071L5.20711 7l2.14644 2.14645c.19527.19526.19527.51184 0 .7071-.19526.19525-.51184.19525-.7071 0l-2.5-2.5c-.19527-.19526-.19527-.51184 0-.7071l2.5-2.5c.19526-.19527.51184-.19527.7071 0M14 4.5c0-.27614.2239-.5.5-.5H18c1.1046 0 2 .89543 2 2v12c0 1.1046-.8954 2-2 2H6c-1.10457 0-2-.8954-2-2v-6.5c0-.2761.22386-.5.5-.5s.5.2239.5.5V18c0 .5523.44772 1 1 1h12c.5523 0 1-.4477 1-1V6c0-.55228-.4477-1-1-1h-3.5c-.2761 0-.5-.22386-.5-.5m-4.35355.35355c-.19527-.19526-.19527-.51184 0-.7071.19526-.19527.51185-.19527.70715 0l2.5 2.5c.1952.19526.1952.51184 0 .7071l-2.5 2.5c-.1953.19525-.51189.19525-.70715 0-.19527-.19526-.19527-.51184 0-.7071L11.7929 7z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-code-block-24.js.map