iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 835 B
JavaScript
;
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 Bamboo = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M21.714 13.643h-4.989a.651.651 0 00-.655.555 4.114 4.114 0 01-4.062 3.53l1.35 6.173a10.374 10.374 0 009.008-9.545.651.651 0 00-.652-.713zm-8.632-.158l7.2-6.171a.645.645 0 000-.984l-7.2-6.17a.648.648 0 00-1.075.483v12.342a.651.651 0 001.074.5zM1.727 14.99A10.385 10.385 0 0012.01 24v-6.27a4.093 4.093 0 01-4.1-4.087zm-.096-1.447v.1h6.28a4.093 4.093 0 014.098-4.088l-1.348-6.17a10.37 10.37 0 00-9.03 10.158" }));
exports.default = Bamboo;