@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.06 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconVisible16 = 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: "M3.03523 8.06934C3.02276 8.03988 3.01436 8.01688 3.00876 8c.0056-.01688.014-.03988.02647-.06934.04344-.1027.11903-.24303.23501-.4123.23172-.33818.58808-.73858 1.05297-1.12143C5.25703 5.6279 6.53973 5 8 5s2.743.6279 3.6768 1.39693c.4649.38285.8212.78325 1.053 1.12143.1159.16927.1915.3096.235.4123.0124.02946.0208.05246.0264.06934-.0056.01688-.014.03988-.0264.06934-.0435.1027-.1191.24303-.235.4123-.2318.33818-.5881.73858-1.053 1.12143C10.743 10.3721 9.46027 11 8 11s-2.74298-.6279-3.67679-1.39693c-.46489-.38285-.82125-.78325-1.05297-1.12143-.11598-.16927-.19157-.3096-.23501-.4123M2 8c0-1 2.5-4 6-4s6 3 6 4-2.5 4-6 4-6-3-6-4m6 1c.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-visible-16.js.map