UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 861 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconAnimateSmall24 = 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: "M18 12c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3 1.3431-3 3-3 3 1.3431 3 3m1 0c0 2.2091-1.7909 4-4 4s-4-1.7909-4-4c0-2.20914 1.7909-4 4-4s4 1.79086 4 4M7.5 8.5c-.27614 0-.5.22386-.5.5s.22386.5.5.5h3c.2761 0 .5-.22386.5-.5s-.2239-.5-.5-.5zm-2 2c-.27614 0-.5.2239-.5.5s.22386.5.5.5h4c.27614 0 .5-.2239.5-.5s-.22386-.5-.5-.5zm0 2c-.27614 0-.5.2239-.5.5s.22386.5.5.5h4c.27614 0 .5-.2239.5-.5s-.22386-.5-.5-.5zm2 2c-.27614 0-.5.2239-.5.5s.22386.5.5.5h3c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-animate-small-24.js.map