UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.3 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconEyedropperSmall24 = 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.5207 6.46951c-.6343-.6343-1.6631-.63301-2.2958.00287l-1.8705 1.87997-.3535.3553-.3545-.35439-.0102-.01018c-.3514-.35143-.9213-.35141-1.2727.00004l-.0201.02012c-.3515.35149-.3515.92135 0 1.27282l.5101.51004 2 2 .5101.5102c.3515.3515.9213.3515 1.2728 0l.0201-.0201c.3514-.3514.3514-.9213 0-1.2728l-.0101-.01-.3526-.3527.3517-.3535 1.8781-1.88767c.6305-.63364.6292-1.65798-.0029-2.29002m-3.0046-.70246c1.0229-1.02808 2.6862-1.03016 3.7117-.00465 1.0219 1.02187 1.024 2.67799.0047 3.70244l-1.5703 1.57836c.4245.7275.3249 1.6766-.2986 2.3001l-.0201.0201c-.742.742-1.9451.742-2.687-.0001l-.1567-.1566-5.64638 5.6422a.5003.5003 0 0 1-.35342.1463H5.50439c-.27572 0-.4994-.2232-.5-.4989L5 16.5007a.4998.4998 0 0 1 .14645-.3546l5.64635-5.6464-.1565-.1565c-.74204-.74199-.74206-1.94504 0-2.68706l.0201-.02012c.623-.62301 1.571-.72292 2.2983-.29972zm-3.0162 5.43975 1.2928 1.2927-5.4997 5.4957H6.00329l-.00283-1.2889z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-eyedropper-small-24.js.map