@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.51 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconWidgetSmall24 = 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.586 8.50121-2.0858-2.08593-2.0857 2.08562 2.0858 2.0859zM16.2073 5.7082c-.3905-.39054-1.0236-.39056-1.4142-.00005l-2.0857 2.08562c-.3906.39051-.3906 1.02368-.0001 1.41422l2.0859 2.08591c.3905.3906 1.0237.3906 1.4142.0001l2.0857-2.08567c.3905-.39052.3905-1.02367 0-1.41421zm-9.20718 8.2915h2.99998v3H7.00012zm-1 0c0-.5523.44772-1 1-1h2.99998c.5523 0 1 .4477 1 1v3c0 .5523-.4477 1-1 1H7.00012c-.55228 0-1-.4477-1-1zM17 15.4998c0 .8285-.6715 1.5-1.5 1.5-.8284 0-1.5-.6715-1.5-1.5 0-.8284.6716-1.5 1.5-1.5.8285 0 1.5.6716 1.5 1.5m1 0c0 1.3807-1.1193 2.5-2.5 2.5s-2.5-1.1193-2.5-2.5 1.1193-2.5 2.5-2.5 2.5 1.1193 2.5 2.5M6.08579 6.33588c.65436-.65436 1.64935-.7605 2.41421-.31841.76486-.44209 1.7598-.33595 2.4142.31841.7811.78105.7811 2.04738 0 2.82843l-.99999.99999-.7071.7071a.9998.9998 0 0 1-.70711.2929.9998.9998 0 0 1-.70711-.2929l-.7071-.7071-1-.99999c-.78105-.78105-.78105-2.04738 0-2.82843m2.41421 1 .29289-.29289.00026-.00026c.39055-.39027 1.02352-.39018 1.41395.00026.3905.39052.3905 1.02369 0 1.41421l-.99999 1-.70711.7071-.70711-.7071-1-1c-.39052-.39052-.39052-1.02369 0-1.41421.39053-.39053 1.02369-.39053 1.41422 0z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-widget-small-24.js.map