@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.37 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconInteractionDragSmall24 = 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 9.5c0 .27614.2239.5.5.5s.5-.22386.5-.5v-3c0-.27614-.2239-.5-.5-.5h-3c-.2761 0-.5.22386-.5.5s.2239.5.5.5h1.7929l-2.1465 2.14645c-.1952.19526-.1952.51184 0 .7071.1953.19525.5119.19525.7072 0L17 7.70711zm-10 5c0-.2761-.22386-.5-.5-.5s-.5.2239-.5.5v3c0 .2761.22386.5.5.5h3c.27614 0 .5-.2239.5-.5s-.22386-.5-.5-.5H7.70711l2.14644-2.1464c.19525-.1953.19525-.5119 0-.7072-.19526-.1952-.51184-.1952-.7071 0L7 16.2929zm3-8c0 .27614-.22386.5-.5.5H7.70711l2.14644 2.14645c.19525.19526.19525.51184 0 .7071s-.51184.19525-.7071 0L7 7.70711V9.5c0 .27614-.22386.5-.5.5S6 9.77614 6 9.5v-3c0-.27614.22386-.5.5-.5h3c.27614 0 .5.22386.5.5m2.3511 4.5637c-.3672-.1377-.7809-.0481-1.0582.2292s-.3669.691-.2292 1.0582l2.25 6c.1537.4099.5561.6722.9932.6473.437-.0249.8071-.3312.9132-.7559l.6045-2.4179 2.4179-.6045c.4247-.1061.731-.4762.7559-.9132.0249-.4371-.2374-.8395-.6473-.9932zm3.9401 3.6135L15 15l-.3228 1.2912L14.25 18l-.6185-1.6492-1.1655-3.108L12 12l1.2428.466 3.108 1.1655L18 14.25z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-interaction-drag-small-24.js.map