@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 901 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconVersionNewBranch24 = 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: "M8.14645 6.14645c.19526-.19527.51184-.19527.7071 0l2.00005 2c.1952.19526.1952.51184 0 .7071-.1953.19527-.5119.19527-.7072 0L9 7.70711V17c3.3137 0 6-2.6863 6-6V7.70711l-1.1464 1.14644c-.1953.19527-.5119.19527-.7072 0-.1952-.19526-.1952-.51184 0-.7071l2-2c.1953-.19527.5119-.19527.7072 0l2 2c.1952.19526.1952.51184 0 .7071-.1953.19527-.5119.19527-.7072 0L16 7.70711V11c0 3.866-3.134 7-7 7h-.5c-.27614 0-.5-.2239-.5-.5V7.70711L6.85355 8.85355c-.19526.19527-.51184.19527-.7071 0-.19527-.19526-.19527-.51184 0-.7071z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-version-new-branch-24.js.map