UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.27 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconAiSort24 = 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: "M5.5 5h4c.27614 0 .5.22386.5.5v4c0 .27614-.22386.5-.5.5h-4c-.27614 0-.5-.22386-.5-.5v-4c0-.27614.22386-.5.5-.5M4 5.5C4 4.67157 4.67157 4 5.5 4h4c.8284 0 1.5.67157 1.5 1.5v4c0 .8284-.6716 1.5-1.5 1.5h-4C4.67157 11 4 10.3284 4 9.5zm12.0149 7.9403L15.5 15.5l-2.0597.5149c-.505.1263-.505.8439 0 .9702L15.5 17.5l.5149 2.0597c.1263.505.8439.505.9702 0L17.5 17.5l2.0597-.5149c.505-.1263.505-.8439 0-.9702L17.5 15.5l-.5149-2.0597c-.1263-.505-.8439-.505-.9702 0M9.5 14h-4c-.27614 0-.5.2239-.5.5v4c0 .2761.22386.5.5.5h4c.27614 0 .5-.2239.5-.5v-4c0-.2761-.22386-.5-.5-.5m-4-1c-.82843 0-1.5.6716-1.5 1.5v4c0 .8284.67157 1.5 1.5 1.5h4c.8284 0 1.5-.6716 1.5-1.5v-4c0-.8284-.6716-1.5-1.5-1.5zm9-8h4c.2761 0 .5.22386.5.5v4c0 .27614-.2239.5-.5.5h-4c-.2761 0-.5-.22386-.5-.5v-4c0-.27614.2239-.5.5-.5m-1.5.5c0-.82843.6716-1.5 1.5-1.5h4c.8284 0 1.5.67157 1.5 1.5v4c0 .8284-.6716 1.5-1.5 1.5h-4c-.8284 0-1.5-.6716-1.5-1.5z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-ai-sort-24.js.map