iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 818 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 Bazel = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.747 23.82L6.25 18.32v-5.535l5.498 5.499v5.535zm-.103-17.641l.176-.177L6 .18.177 6.002l5.822 5.827 5.645-5.65zM0 6.532v5.535l5.749 5.754v-5.535l-.104-.103L0 6.533zm17.648 5.65l-5.65-5.65-5.646 5.65 5.645 5.646 5.65-5.645zm.103 5.89v-5.286l-5.504 5.499v5.535l5.504-5.499v-.25zM24 6.531l-5.645 5.65-.104.104v5.535L24 12.067V6.532zm-.177-.53L18.001.18l-5.827 5.822 5.827 5.827 5.822-5.827z" }));
exports.default = Bazel;