@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 924 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconAiSortSmall24 = 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: "M6 6h4v4H6zM5 6c0-.55228.44772-1 1-1h4c.5523 0 1 .44772 1 1v4c0 .5523-.4477 1-1 1H6c-.55228 0-1-.4477-1-1zm10.5149 7.4403L15.1 15.1l-1.6597.4149c-.505.1263-.505.8439 0 .9702L15.1 16.9l.4149 1.6597c.1263.505.8439.505.9702 0L16.9 16.9l1.6597-.4149c.505-.1263.505-.8439 0-.9702L16.9 15.1l-.4149-1.6597c-.1263-.505-.8439-.505-.9702 0M10 14H6v4h4zm-4-1c-.55228 0-1 .4477-1 1v4c0 .5523.44772 1 1 1h4c.5523 0 1-.4477 1-1v-4c0-.5523-.4477-1-1-1zm8-7h4v4h-4zm-1 0c0-.55228.4477-1 1-1h4c.5523 0 1 .44772 1 1v4c0 .5523-.4477 1-1 1h-4c-.5523 0-1-.4477-1-1z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-ai-sort-small-24.js.map