UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.05 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconGenerateImageSmall24 = 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: "M17.0149 4.43977 16.7 5.69948l-1.2597.31493c-.505.12625-.505.8439 0 .97014l1.2597.31493.3149 1.25972c.1263.50497.8439.50497.9702 0L18.3 7.29948l1.2597-.31493c.505-.12624.505-.84389 0-.97014L18.3 5.69948l-.3149-1.25971c-.1263-.50498-.8439-.50498-.9702 0M6 7.49948c0-.82842.67157-1.5 1.5-1.5h6c.2761 0 .5.22386.5.5s-.2239.5-.5.5h-6c-.27614 0-.5.22386-.5.5v6.29322l2.64645-2.6465c.19526-.1953.51185-.1953.70715 0l5.8532 5.8533H16.5c.2761 0 .5-.2239.5-.5v-6c0-.2762.2239-.50002.5-.50002s.5.22382.5.50002v6c0 .8284-.6716 1.5-1.5 1.5h-.4832a.47.47 0 0 1-.0336 0H7.5c-.82843 0-1.5-.6716-1.5-1.5V7.49948m1 9.00002v-1.2926l3-3 4.7926 4.7926H7.5c-.27614 0-.5-.2239-.5-.5", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-generate-image-small-24.js.map