UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 2.24 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconLayerBlurSmall24 = 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: "M12.5 6c0 .27614-.2239.5-.5.5s-.5-.22386-.5-.5.2239-.5.5-.5.5.22386.5.5m3 0c0 .27614-.2239.5-.5.5s-.5-.22386-.5-.5.2239-.5.5-.5.5.22386.5.5M9 9.75c.41421 0 .75-.33579.75-.75s-.33579-.75-.75-.75-.75.33579-.75.75.33579.75.75.75M12.75 9c0 .41421-.3358.75-.75.75s-.75-.33579-.75-.75.3358-.75.75-.75.75.33579.75.75m2.25.75c.4142 0 .75-.33579.75-.75s-.3358-.75-.75-.75-.75.33579-.75.75.3358.75.75.75M6.5 12c0 .2761-.22386.5-.5.5s-.5-.2239-.5-.5.22386-.5.5-.5.5.2239.5.5M6 15.5c.27614 0 .5-.2239.5-.5s-.22386-.5-.5-.5-.5.2239-.5.5.22386.5.5.5m.5 2.5c0 .2761-.22386.5-.5.5s-.5-.2239-.5-.5.22386-.5.5-.5.5.2239.5.5m2.5.5c.27614 0 .5-.2239.5-.5s-.22386-.5-.5-.5-.5.2239-.5.5.22386.5.5.5M6.5 9c0 .27614-.22386.5-.5.5s-.5-.22386-.5-.5.22386-.5.5-.5.5.22386.5.5M6 6.5c.27614 0 .5-.22386.5-.5s-.22386-.5-.5-.5-.5.22386-.5.5.22386.5.5.5M9.5 6c0 .27614-.22386.5-.5.5s-.5-.22386-.5-.5.22386-.5.5-.5.5.22386.5.5M9 12.75c.41421 0 .75-.3358.75-.75s-.33579-.75-.75-.75-.75.3358-.75.75.33579.75.75.75m4-.75c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1m2 .75c.4142 0 .75-.3358.75-.75s-.3358-.75-.75-.75-.75.3358-.75.75.3358.75.75.75m3.5-.75c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5.2239-.5.5-.5.5.2239.5.5m-.5 3.5c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5-.5.2239-.5.5.2239.5.5.5m.5 2.5c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5.2239-.5.5-.5.5.2239.5.5M18 9.5c.2761 0 .5-.22386.5-.5s-.2239-.5-.5-.5-.5.22386-.5.5.2239.5.5.5m.5-3.5c0 .27614-.2239.5-.5.5s-.5-.22386-.5-.5.2239-.5.5-.5.5.22386.5.5M9 15.75c.41421 0 .75-.3358.75-.75s-.33579-.75-.75-.75-.75.3358-.75.75.33579.75.75.75m3.75-.75c0 .4142-.3358.75-.75.75s-.75-.3358-.75-.75.3358-.75.75-.75.75.3358.75.75m2.25.75c.4142 0 .75-.3358.75-.75s-.3358-.75-.75-.75-.75.3358-.75.75.3358.75.75.75M12.5 18c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5.2239-.5.5-.5.5.2239.5.5m2.5.5c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5-.5.2239-.5.5.2239.5.5.5", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-layer-blur-small-24.js.map