UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.34 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconAi24 = 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: "m4.69997 4.69997.31493-1.25971c.12624-.50498.8439-.50498.97014 0l.31493 1.25971 1.25972.31493c.50497.12624.50497.8439 0 .97014l-1.25972.31493-.31493 1.25972c-.12624.50497-.8439.50497-.97014 0l-.31493-1.25972-1.25971-.31493c-.50498-.12624-.50498-.8439 0-.97014zM9.19113 9.1911l1.11667-3.90817c.4862-1.70199 2.8982-1.70198 3.3845.00001l1.1166 3.90816 3.9082 1.1166c1.702.4863 1.702 2.8983 0 3.3846l-3.9082 1.1166-1.1166 3.9082c-.4863 1.702-2.8983 1.702-3.3845 0l-1.11667-3.9082-3.90817-1.1166c-1.70198-.4863-1.70199-2.8983 0-3.3846zM10 10l1.2693-4.44235c.21-.73495 1.2515-.73494 1.4615.00001L14 10l4.4424 1.2692c.7349.21.7349 1.2516 0 1.4616L14 14l-1.2692 4.4423c-.21.735-1.2515.735-1.4615 0L10 14l-4.44231-1.2692c-.73495-.21-.73496-1.2516-.00001-1.4616zm8.0149 6.4402L17.7 17.6999l-1.2597.315c-.505.1262-.505.8438 0 .9701l1.2597.3149.3149 1.2597c.1263.505.8439.505.9702 0l.3149-1.2597 1.2597-.3149c.505-.1263.505-.8439 0-.9701l-1.2597-.315-.3149-1.2597c-.1263-.505-.8439-.505-.9702 0", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-ai-24.js.map