UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.31 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconEyedropper24 = 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: "M19.3966 4.60357c-.7713-.77123-2.0217-.77123-2.7929 0L13.3536 7.8537 13 8.20727l-.3536-.3536-.0454-.04541c-.3319-.33198-.8701-.33199-1.2021-.00003l-.0906.09063c-.332.33194-.332.87013 0 1.20208l.5454.54541 2.5 2.49995.5454.5454c.3319.332.8701.332 1.2021.0001l.0906-.0907c.332-.3319.3319-.8702 0-1.2021l-.0453-.0453-.3536-.3535.3535-.3536 3.2502-3.25013c.7712-.77124.7712-2.02166 0-2.7929m-3.5-.7071c1.1617-1.16176 3.0453-1.16176 4.2071 0 1.1617 1.16176 1.1617 3.04534 0 4.2071l-2.9331 2.93313c.4352.7123.3446 1.6552-.2717 2.2715l-.0906.0907c-.7225.7224-1.8939.7224-2.6163 0l-.1919-.1919-7.35365 7.3537A1.5 1.5 0 0 1 5.58579 21H3.5c-.27614 0-.5-.2238-.5-.5v-2.0858c0-.3978.15804-.7793.43934-1.0606L10.793 9.9999l-.1918-.19185c-.72251-.72247-.72251-1.89383 0-2.6163l.0906-.09063c.6163-.61635 1.5594-.70688 2.2717-.2716zM11.5001 10.707l-7.35365 7.3537A.4998.4998 0 0 0 4 18.4142V20h1.58579a.5003.5003 0 0 0 .35355-.1464l7.35366-7.3537z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-eyedropper-24.js.map