UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 932 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const BinaryTree = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-binary-tree", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M14 1a3 3 0 012.348 4.868l2 3.203Q18.665 9 19 9a3 3 0 11-2.347 1.132l-2-3.203a3 3 0 01-1.304 0l-2.001 3.203c.408.513.652 1.162.652 1.868s-.244 1.356-.653 1.868l2.002 3.203Q13.664 17 14 17a3 3 0 11-2.347 1.132L9.65 14.929a3 3 0 01-1.302 0l-2.002 3.203a3 3 0 11-1.696-1.06l2.002-3.204A3 3 0 019.65 9.07l2.002-3.202A3 3 0 0114 1" })); exports.default = BinaryTree;