@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.28 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconActions24 = 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: "M8.20711 3.79289c-.39053-.39052-1.02369-.39052-1.41422 0l-3 3c-.39052.39053-.39052 1.02369 0 1.41422l3 2.99999c.39053.3905 1.02369.3905 1.41422 0l2.99999-2.99999c.3905-.39053.3905-1.02369 0-1.41422zM4.5 7.5l.70711.70711 1.58578 1.58578L7.5 10.5l.70711-.70711 1.58578-1.58578L10.5 7.5l-.70711-.70711-1.58578-1.58578L7.5 4.5l-.70711.70711-1.58578 1.58578zm12 3.5c1.933 0 3.5-1.567 3.5-3.5S18.433 4 16.5 4 13 5.567 13 7.5s1.567 3.5 3.5 3.5M19 7.5c0 1.38071-1.1193 2.5-2.5 2.5S14 8.88071 14 7.5 15.1193 5 16.5 5 19 6.11929 19 7.5M16.5 13c.2762 0 .5.2239.5.5V16h2.5c.2762 0 .5.2239.5.5s-.2238.5-.5.5H17v2.5c0 .2761-.2238.5-.5.5-.2761 0-.5-.2239-.5-.5V17h-2.5c-.2761 0-.5-.2239-.5-.5s.2239-.5.5-.5H16v-2.5c0-.2761.2239-.5.5-.5M11 15c0-1.1046-.8954-2-2-2H6c-1.10457 0-2 .8954-2 2v3c0 1.1046.89543 2 2 2h3c1.1046 0 2-.8954 2-2zm-6 0c0-.5523.44772-1 1-1h3c.55228 0 1 .4477 1 1v3c0 .5523-.44772 1-1 1H6c-.55228 0-1-.4477-1-1z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-actions-24.js.map