UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.05 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconLayerBlurSmallSmall24 = 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: "M13 9c0 .55228-.4477 1-1 1s-1-.44772-1-1 .4477-1 1-1 1 .44772 1 1M9.75 9c0 .41421-.33579.75-.75.75s-.75-.33579-.75-.75.33579-.75.75-.75.75.33579.75.75m.25 3c0 .5523-.44772 1-1 1s-1-.4477-1-1 .44772-1 1-1 1 .4477 1 1m-1 3.75c.41421 0 .75-.3358.75-.75s-.33579-.75-.75-.75-.75.3358-.75.75.33579.75.75.75M12 13c.5523 0 1-.4477 1-1s-.4477-1-1-1-1 .4477-1 1 .4477 1 1 1m1 2c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1m2-5.25c.4142 0 .75-.33579.75-.75s-.3358-.75-.75-.75-.75.33579-.75.75.3358.75.75.75M16 12c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1m-1 3.75c.4142 0 .75-.3358.75-.75s-.3358-.75-.75-.75-.75.3358-.75.75.3358.75.75.75", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-layer-blur-small-small-24.js.map