UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.26 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconEnhanceSmall24 = 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: "M18.0149 5.44026 17.7 6.69997l-1.2597.31493c-.505.12624-.505.8439 0 .97014l1.2597.31493.3149 1.25972c.1263.50501.8439.50501.9702 0L19.3 8.29997l1.2597-.31493c.505-.12624.505-.8439 0-.97014L19.3 6.69997l-.3149-1.25971c-.1263-.50498-.8439-.50498-.9702 0M14.5 6.99991c.2761 0 .5.22386.5.5s-.2239.5-.5.5h-8c-.27614 0-.5.22386-.5.5v6.99999c0 .2762.22386.5.5.5h11c.2761 0 .5-.2238.5-.5v-4c0-.2761.2239-.5.5-.5s.5.2239.5.5v4c0 .8284-.6716 1.5-1.5 1.5h-11c-.82843 0-1.5-.6716-1.5-1.5V8.49991c0-.82843.67157-1.5 1.5-1.5zm-6 2.49997c0-.27614-.22386-.5-.5-.5s-.5.22386-.5.5v5.00002c0 .2761.22386.5.5.5s.5-.2239.5-.5v-2h2v2c0 .2761.2239.5.5.5s.5-.2239.5-.5V9.49988c0-.27614-.2239-.5-.5-.5s-.5.22386-.5.5v2.00002h-2zm4 0c0-.27614.2239-.5.5-.5h1.5c1.1046 0 2 .89543 2 2.00002v2c0 1.1046-.8954 2-2 2H13c-.2761 0-.5-.2239-.5-.5zm1 4.50002h1c.5523 0 1-.4477 1-1v-2c0-.5523-.4477-1.00002-1-1.00002h-1z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-enhance-small-24.js.map