@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.07 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconCodeBlockSmall24 = 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: "M8.85355 6.14645c.19527.19526.19527.51184 0 .7071L7.20711 8.5l1.64644 1.6464c.19527.1953.19527.5119 0 .7072-.19526.1952-.51184.1952-.7071 0l-2-2.00005c-.19527-.19526-.19527-.51184 0-.7071l2-2c.19526-.19527.51184-.19527.7071 0M15 6.5c0-.27614.2239-.5.5-.5h1c.8284 0 1.5.67157 1.5 1.5v9c0 .8284-.6716 1.5-1.5 1.5h-9c-.82843 0-1.5-.6716-1.5-1.5v-4c0-.2761.22386-.5.5-.5s.5.2239.5.5v4c0 .2761.22386.5.5.5h9c.2761 0 .5-.2239.5-.5v-9c0-.27614-.2239-.5-.5-.5h-1c-.2761 0-.5-.22386-.5-.5m-3.8536.35355c-.1952-.19526-.1952-.51184 0-.7071.1953-.19527.5119-.19527.7072 0l2 2c.1952.19526.1952.51184 0 .7071l-2 2.00005c-.1953.1952-.5119.1952-.7072 0-.1952-.1953-.1952-.5119 0-.7072L12.7929 8.5z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-code-block-small-24.js.map