UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.51 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconAiSummarize16 = createIcon(h("svg", { fill: "none", height: "16", viewBox: "0 0 16 16", width: "16", xmlns: "http://www.w3.org/2000/svg" }, h("path", { "clip-rule": "evenodd", d: "m4.25795 1.97019-.25746 1.02986-1.02986.25746c-.25249.06312-.25249.42195 0 .48507l1.02986.25747.25746 1.02985c.06312.25249.42195.25249.48507.00001l.25747-1.02986 1.02986-.25747c.25248-.06312.25249-.42195 0-.48507l-1.02986-.25746-.25747-1.02986c-.06312-.25249-.42195-.25249-.48507 0m3.24266 1.03009c-.27614 0-.5.22385-.5.5 0 .27614.22386.5.5.5h4.99999c.2762 0 .5-.22386.5-.5 0-.27615-.2238-.5-.5-.5zm0 4c-.27614 0-.5.22385-.5.5 0 .27614.22386.5.5.5h4.99999c.2762 0 .5-.22386.5-.5 0-.27615-.2238-.5-.5-.5zm0 4.00002c-.27614 0-.5.2238-.5.5 0 .2761.22386.5.5.5h4.99999c.2762 0 .5-.2239.5-.5 0-.2762-.2238-.5-.5-.5zM4.25794 5.97017l-.25747 1.02986-1.02985.25747c-.25249.06312-.25249.42195 0 .48507l1.02985.25746.25747 1.02986c.06312.25249.42195.25249.48507 0l.25746-1.02986 1.02986-.25746c.25249-.06312.25249-.42195 0-.48507l-1.02986-.25747-.25746-1.02986c-.06312-.25248-.42195-.25248-.48507 0m-.25745 5.02993.25746-1.0299c.06312-.25248.42195-.25248.48507 0l.25747 1.0299 1.02986.2574c.25249.0631.25248.422 0 .4851l-1.02986.2575-.25747 1.0298c-.06312.2525-.42195.2525-.48507 0l-.25746-1.0298-1.02986-.2575c-.25249-.0631-.25249-.422 0-.4851z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-ai-summarize-16.js.map