UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.38 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconAiSummarize24 = 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.0149 3.44026-.31493 1.25971-1.25971.31493c-.50498.12624-.50498.8439 0 .97014l1.25971.31493.31493 1.25972c.12624.50497.8439.50497.97014 0l.31493-1.25972 1.25972-.31493c.50497-.12624.50497-.8439 0-.97014l-1.25972-.31493-.31493-1.25971c-.12624-.50498-.8439-.50498-.97014 0m0 12.00004L5.69997 16.7l-1.25971.3149c-.50498.1262-.50498.8439 0 .9701l1.25971.315.31493 1.2597c.12624.505.8439.505.97014 0L7.29997 18.3l1.25972-.315c.50497-.1262.50497-.8439 0-.9701L7.29997 16.7l-.31493-1.2597c-.12624-.505-.8439-.505-.97014 0M5.69997 10.7l.31493-1.25974c.12624-.50498.8439-.50498.97014 0L7.29997 10.7l1.25972.3149c.50497.1262.50497.8439 0 .9701l-1.25972.315-.31493 1.2597c-.12624.505-.8439.505-.97014 0L5.69997 12.3l-1.25971-.315c-.50498-.1262-.50498-.8439 0-.9701zM10.5 5c-.2761 0-.5.22386-.5.5s.2239.5.5.5h9c.2761 0 .5-.22386.5-.5s-.2239-.5-.5-.5zm0 6c-.2761 0-.5.2239-.5.5s.2239.5.5.5h9c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5zm0 6c-.2761 0-.5.2239-.5.5s.2239.5.5.5h9c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-ai-summarize-24.js.map