UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 921 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconMove24 = 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: "M20.9986 11.183c-.0322.8494-.5979 1.5857-1.4104 1.8357l-5.0237 1.5458-1.5457 5.0237c-.25.8125-.9863 1.3781-1.8358 1.4104-.8494.0322-1.62647-.4761-1.9373-1.2673l-5.10714-13c-.29091-.74048-.11527-1.58296.44728-2.14552s1.40504-.73819 2.14552-.44729L19.7314 9.24564c.7912.31083 1.2994 1.08786 1.2672 1.93736m-7.2342 2.5814-1.7014 5.5297c-.125.4062-.4932.6891-.9179.7052s-.8132-.238-.9687-.6337L5.06931 6.36565c-.14545-.37024-.05764-.79148.22364-1.07276s.70252-.3691 1.07276-.22364L19.3657 10.1764c.3956.1554.6498.5439.6336.9686-.0161.4248-.2989.7929-.7052.9179z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-move-24.js.map