UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.16 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconAiOutline24 = 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 6h14c.5523 0 1 .44772 1 1v8c0 .5523-.4477 1-1 1H5c-.55228 0-1-.4477-1-1V7c0-.55228.44772-1 1-1M3 7c0-1.10457.89543-2 2-2h14c1.1046 0 2 .89543 2 2v8c0 1.1046-.8954 2-2 2h-1.9823l.9451 2.3107c.1045.2556-.0179.5475-.2735.6521-.2556.1045-.5475-.0179-.6521-.2735L15.9373 17H8.06281L6.9628 19.6895c-.10454.2556-.39648.3781-.65207.2735-.25559-.1045-.37805-.3964-.27351-.652L6.9824 17H5c-1.10457 0-2-.8954-2-2zm4.7 3.2.31493-1.25972c.12624-.50497.8439-.50497.97014 0L9.3 10.2l1.2597.3149c.505.1263.505.8439 0 .9702L9.3 11.8l-.31493 1.2597c-.12624.505-.8439.505-.97014 0L7.7 11.8l-1.25972-.3149c-.50497-.1263-.50497-.8439 0-.9702zM12.5 9c-.2761 0-.5.22386-.5.5s.2239.5.5.5h5c.2761 0 .5-.22386.5-.5s-.2239-.5-.5-.5zm0 3c-.2761 0-.5.2239-.5.5s.2239.5.5.5h4c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-ai-outline-24.js.map