@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 523 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconLockedLayerChild16 = createIcon(h("svg", { fill: "none", height: "16", viewBox: "0 0 16 16", width: "16", xmlns: "http://www.w3.org/2000/svg" },
h("path", { "clip-rule": "evenodd", d: "M8 9c.55228 0 1-.44772 1-1s-.44772-1-1-1-1 .44772-1 1 .44772 1 1 1m0 1c1.10457 0 2-.89543 2-2s-.89543-2-2-2-2 .89543-2 2 .89543 2 2 2", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-locked-layer-child-16.js.map