UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.18 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconComponentProperty16 = 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: "M5.39383 10.6009c-.19526-.1953-.51185-.1953-.70711 0-.19526.1952-.19526.5118 0 .7071l2.24919 2.2492c.58579.5858 1.53553.5858 2.12132 0l4.49837-4.49841c.5858-.58579.5858-1.53553 0-2.12132L9.05723 2.4391c-.58579-.58579-1.53553-.58579-2.12132 0L4.68672 4.68828c-.19526.19527-.19526.51185 0 .70711s.51185.19526.70711 0L7.64302 3.1462c.19526-.19526.51184-.19526.7071 0l4.49838 4.49838c.1953.19526.1953.51184 0 .7071L8.35012 12.8501c-.19526.1952-.51184.1952-.7071 0zM8 9.00002c.55228 0 1-.44771 1-1s-.44772-1-1-1-1 .44772-1 1v.00023c.00012.55218.44779.99977 1 .99977m0-3c-.93185 0-1.71485.63729-1.93694 1.49981l-3.56309.00019c-.27614.00002-.49998.22389-.49997.50003.00002.27614.22388.49999.50003.49997l3.56293-.00019C6.28491 9.36254 7.06801 10 8 10c1.10457 0 2-.89541 2-1.99998s-.89543-2-2-2", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-component-property-16.js.map