UNPKG

@mynaui/icons-react

Version:

1180+ beautifully crafted open source icons for your next project.

11 lines (7 loc) 308 B
/** * @mynaui/icons-react v0.4.1 - MIT */ import createReactComponent from '../createReactComponent.js'; var Tree = createReactComponent("tree", "Tree", [["path", { "d": "M12 17h7l-4.5-6.5h3L12 3l-5.5 7.5h3L5 17zm0 0v4", "key": "svg-0" }]]); export { Tree as default }; //# sourceMappingURL=Tree.js.map