UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.32 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconActionsSmall24 = 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: "M9.20711 5.79289c-.39053-.39052-1.02369-.39052-1.41422 0l-2 2c-.39052.39053-.39052 1.02369 0 1.41422l2 1.99999c.39053.3905 1.02369.3905 1.41422 0l1.99999-1.99999c.3905-.39053.3905-1.02369 0-1.41422zM6.5 8.5l.70711.70711.58578.58578L8.5 10.5l.70711-.70711.58578-.58578L10.5 8.5l-.70711-.70711-.58578-.58578L8.5 6.5l-.70711.70711-.58578.58578zm9 2.5c1.3807 0 2.5-1.11929 2.5-2.5S16.8807 6 15.5 6 13 7.11929 13 8.5s1.1193 2.5 2.5 2.5M17 8.5c0 .82843-.6716 1.5-1.5 1.5S14 9.32843 14 8.5 14.6716 7 15.5 7s1.5.67157 1.5 1.5M15.5 13c.2762 0 .5.2239.5.5V15h1.5c.2762 0 .5.2239.5.5s-.2238.5-.5.5H16v1.5c0 .2761-.2238.5-.5.5-.2761 0-.5-.2239-.5-.5V16h-1.5c-.2761 0-.5-.2239-.5-.5s.2239-.5.5-.5H15v-1.5c0-.2761.2239-.5.5-.5m-6 0h-2c-.82843 0-1.5.6716-1.5 1.5v2c0 .8284.67157 1.5 1.5 1.5h2c.8284 0 1.5-.6716 1.5-1.5v-2c0-.8284-.6716-1.5-1.5-1.5M7 14.5c0-.2761.22386-.5.5-.5h2c.27614 0 .5.2239.5.5v2c0 .2761-.22386.5-.5.5h-2c-.27614 0-.5-.2239-.5-.5z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-actions-small-24.js.map