@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 765 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconPassword16 = 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: "M4 6h8c.5523 0 1 .44772 1 1v2c0 .55228-.4477 1-1 1H4c-.55228 0-1-.44772-1-1V7c0-.55228.44772-1 1-1M2 7c0-1.10457.89543-2 2-2h8c1.1046 0 2 .89543 2 2v2c0 1.1046-.8954 2-2 2H4c-1.10457 0-2-.8954-2-2zm6 2c.55228 0 1-.44772 1-1s-.44772-1-1-1-1 .44772-1 1 .44772 1 1 1m4-1c0 .55228-.4477 1-1 1s-1-.44772-1-1 .4477-1 1-1 1 .44772 1 1M5 9c.55228 0 1-.44772 1-1s-.44772-1-1-1-1 .44772-1 1 .44772 1 1 1", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-password-16.js.map