UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.03 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconReadyForDev16 = 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: "M11.1799 11.3841c.2121.1768.5274.1481.7042-.064l2.5-3c.1545-.18542.1545-.45476 0-.64018l-2.5-3c-.1768-.21214-.4921-.2408-.7042-.06402s-.2408.49207-.064.7042l2.2332 2.67991-2.2332 2.67989c-.1768.2122-.1481.5274.064.7042M4.82009 4.61591c-.21214-.17678-.52742-.14812-.7042.06402l-2.5 3c-.15452.18543-.15452.45476 0 .64019l2.5 2.99998c.17678.2122.49206.2408.7042.064.21214-.1767.2408-.492.06402-.7042L2.65085 8.00003l2.23326-2.67991c.17678-.21214.14812-.52742-.06402-.70421m4.65425.54236c.08733-.26197-.05425-.54513-.31623-.63246-.26197-.08732-.54513.05426-.63245.31623l-2 5.99996c-.08733.262.05425.5452.31623.6325.26197.0873.54513-.0543.63245-.3162z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-ready-for-dev-16.js.map