UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.01 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconEyeSmall24 = 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: "M6 12c0-.0655.0545-.358.31257-.8246.24086-.4355.61372-.9387 1.12137-1.41463C8.44172 8.81598 9.95481 8 12 8s3.5583.81599 4.5661 1.76079c.5076.47591.8805.97911 1.1213 1.41461.2581.4666.3126.7591.3126.8246s-.0545.358-.3126.8246c-.2408.4355-.6137.9387-1.1213 1.4146C15.5583 15.184 14.0452 16 12 16c-2.04518 0-3.55827-.816-4.56606-1.7608-.50765-.4759-.88051-.9791-1.12137-1.4146C6.0545 12.358 6 12.0655 6 12m-1 0c0-1.25 2.33333-5 7-5 4.6667 0 7 3.75 7 5s-2.3333 5-7 5c-4.66667 0-7-3.75-7-5m8 0c0 .5522-.4477 1-1 1s-1-.4478-1-1c0-.5523.4477-1 1-1s1 .4477 1 1m1 0c0 1.1045-.8954 2-2 2s-2-.8955-2-2c0-1.1046.8954-2.00004 2-2.00004S14 10.8954 14 12", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-eye-small-24.js.map