iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.14 kB
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 Bnbchain = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M5.631 3.676L12.001 0l6.367 3.676-2.34 1.358L12 2.716 7.972 5.034l-2.34-1.358zm12.737 4.636l-2.34-1.358L12 9.272 7.972 6.954l-2.34 1.358v2.716l4.026 2.318v4.636L12 19.341l2.341-1.359v-4.636l4.027-2.318V8.312zm0 7.352v-2.716l-2.34 1.358v2.716l2.34-1.358zm1.663.96l-4.027 2.318v2.717l6.368-3.677V10.63l-2.34 1.358v4.636zm-2.34-10.63l2.34 1.358v2.716l2.341-1.358V5.994l-2.34-1.358-2.342 1.358zM9.657 19.926v2.716L12 24l2.341-1.358v-2.716l-2.34 1.358-2.343-1.358zM5.63 15.664l2.341 1.358v-2.716l-2.34-1.358v2.716zm4.027-9.67L12 7.352l2.341-1.358-2.34-1.358-2.343 1.358zm-5.69 1.358L6.31 5.994 3.968 4.636l-2.34 1.358V8.71l2.34 1.358V7.352zm0 4.636l-2.34-1.358v7.352l6.368 3.677v-2.717l-4.028-2.318v-4.636z" }));
exports.default = Bnbchain;