UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.14 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconAnnotateSmall24 = 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: "M9.29295 14.707c-.24839-.2483-.34824-.6088-.26306-.9496l.49994-2a1.0004 1.0004 0 0 1 .26305-.4646l5.64652-5.64643c.5858-.58578 1.5355-.58578 2.1213 0l.7929.79289c.5858.58579.5858 1.53554 0 2.12133L12.7071 14.207a1 1 0 0 1-.4646.2631l-1.9999.5c-.34079.0852-.70127-.0147-.94965-.2631m.98195-1.8066L10 13.9999l1.0995-.2749.9005-.2251 4.1464-4.14638-1.5-1.5L10.5 11.9999zm7.3716-5.04692-.793.79293-1.5-1.5.793-.79293c.1953-.19526.5118-.19526.7071 0l.7929.79289c.1952.19526.1952.51185 0 .70711M7.5 7.00003c-.82843 0-1.5.67157-1.5 1.5V16.5c0 .8285.67157 1.5 1.5 1.5h8c.8284 0 1.5-.6715 1.5-1.5V13c0-.2761-.2239-.5-.5-.5s-.5.2239-.5.5v3.5c0 .2762-.2239.5-.5.5h-8c-.27614 0-.5-.2238-.5-.5V8.50003c0-.27614.22386-.5.5-.5H11c.2761 0 .5-.22386.5-.5s-.2239-.5-.5-.5z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-annotate-small-24.js.map