UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 998 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconGoToParent24 = 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: "M12.2846 5.0889c-.1712-.11853-.398-.11853-.5692 0l-6.5 4.5a.5.5 0 0 0-.21513.4274.4999.4999 0 0 0 .24248.4124l2.5 1.5c.23679.1421.54392.0653.686-.1715.14207-.2367.06529-.5439-.1715-.6859L6.42178 9.96997 12 6.10813l5.5782 3.86184-1.8354 1.10133c-.2368.142-.3136.4492-.1715.6859.142.2368.4492.3136.6859.1715l2.5-1.5a.4996.4996 0 0 0 .2425-.4124.5.5 0 0 0-.2151-.4274zm3.069 9.0575-3-3c-.1953-.1952-.5119-.1952-.7072 0l-2.99995 3c-.19526.1953-.19526.5119 0 .7072.19526.1952.51184.1952.7071 0L11.5 12.7071V18.5c0 .2761.2239.5.5.5s.5-.2239.5-.5v-5.7929l2.1464 2.1465c.1953.1952.5119.1952.7072 0 .1952-.1953.1952-.5119 0-.7072", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-go-to-parent-24.js.map