@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.45 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconAiSummarizeSmall24 = 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.17999 4.78121-.27985 1.11942-1.11942.27985c-.33328.08332-.33328.55697.00001.64029l1.11941.27986.27985 1.11941c.08332.33328.55697.33328.64029 0l.27986-1.11941 1.11941-.27986c.33328-.08332.33328-.55697 0-.64029l-1.11941-.27985-.27986-1.11942c-.08332-.33328-.55697-.33328-.64029 0M10.5002 6.0002c-.2761 0-.5.22385-.5.5 0 .27614.2239.5.5.5h8c.2761 0 .5-.22386.5-.5 0-.27615-.2239-.5-.5-.5zm0 5c-.2761 0-.5.2239-.5.5s.2239.5.5.5h8c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5zm0 5c-.2761 0-.5.2239-.5.5s.2239.5.5.5h8c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5zM6.17999 9.78097l-.27985 1.11943-1.11942.2798c-.33328.0834-.33328.557.00001.6403l1.11941.2799.27985 1.1194c.08332.3333.55697.3333.64029 0l.27986-1.1194 1.11941-.2799c.33328-.0833.33328-.5569 0-.6403l-1.11941-.2798-.27986-1.11943c-.08332-.33329-.55697-.33329-.64029 0m-.27985 6.11943.27985-1.1194c.08332-.3333.55697-.3333.64029 0l.27986 1.1194 1.11941.2798c.33328.0834.33328.557 0 .6403l-1.11941.2799-.27986 1.1194c-.08332.3333-.55697.3333-.64029 0l-.27985-1.1194-1.11941-.2799c-.33329-.0833-.33329-.5569-.00001-.6403z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-ai-summarize-small-24.js.map