@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 936 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconMoveSmall24 = 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: "M18.9986 11.6115c-.0322.8495-.5979 1.5857-1.4104 1.8357l-3.1665.9744-.9744 3.1665c-.25.8125-.9862 1.3782-1.8357 1.4104-.8495.0323-1.6265-.476-1.93733-1.2672L6.13856 8.73127c-.29091-.74048-.11527-1.58296.44728-2.14552s1.40504-.73819 2.14552-.44729l9.00004 3.53572c.7912.31083 1.2994 1.08782 1.2672 1.93732m-5.377 2.01-1.13 3.6726c-.125.4062-.4932.689-.9179.7051-.4248.0162-.8133-.238-.9687-.6336L7.06931 8.36562c-.14545-.37024-.05764-.79148.22364-1.07276s.70252-.3691 1.07276-.22364l8.99999 3.53568c.3956.1554.6498.544.6336.9687-.0161.4247-.2989.7929-.7052.9179z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-move-small-24.js.map