@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.84 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconBackgroundBlurSmall24 = 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: "M17 6H7c-.55228 0-1 .44772-1 1v10c0 .5523.44772 1 1 1h10c.5523 0 1-.4477 1-1V7c0-.55228-.4477-1-1-1M7 5c-1.10457 0-2 .89543-2 2v10c0 1.1046.89543 2 2 2h10c1.1046 0 2-.8954 2-2V7c0-1.10457-.8954-2-2-2zm4.25 2.5c0 .41421-.3358.75-.75.75s-.75-.33579-.75-.75.3358-.75.75-.75.75.33579.75.75M7.5 8c.27614 0 .5-.22386.5-.5S7.77614 7 7.5 7s-.5.22386-.5.5.22386.5.5.5m6.75-.5c0 .41421-.3358.75-.75.75s-.75-.33579-.75-.75.3358-.75.75-.75.75.33579.75.75m2.25.5c.2761 0 .5-.22386.5-.5s-.2239-.5-.5-.5-.5.22386-.5.5.2239.5.5.5m-8.25 2.5c0 .4142-.33579.75-.75.75s-.75-.3358-.75-.75.33579-.75.75-.75.75.3358.75.75m2.25 1c.5523 0 1-.4477 1-1 0-.55228-.4477-1-1-1-.55228 0-1 .44772-1 1 0 .5523.44772 1 1 1m4-1c0 .5523-.4477 1-1 1s-1-.4477-1-1c0-.55228.4477-1 1-1s1 .44772 1 1m2 .75c.4142 0 .75-.3358.75-.75s-.3358-.75-.75-.75-.75.3358-.75.75.3358.75.75.75M8.25 13.5c0 .4142-.33579.75-.75.75s-.75-.3358-.75-.75.33579-.75.75-.75.75.3358.75.75m2.25 1c.5523 0 1-.4477 1-1s-.4477-1-1-1c-.55228 0-1 .4477-1 1s.44772 1 1 1m4-1c0 .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.75m-5.25 2.25c0 .4142-.3358.75-.75.75s-.75-.3358-.75-.75.3358-.75.75-.75.75.3358.75.75M7.5 17c.27614 0 .5-.2239.5-.5s-.22386-.5-.5-.5-.5.2239-.5.5.22386.5.5.5m6.75-.5c0 .4142-.3358.75-.75.75s-.75-.3358-.75-.75.3358-.75.75-.75.75.3358.75.75m2.25.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-background-blur-small-24.js.map