iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.07 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 Builtbybit = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.877.032L1.252 5.885a.253.253 0 00.003.446l5.679 3.02c.077.041.17.04.246-.004l4.694-2.697a.254.254 0 01.253 0l4.692 2.697a.253.253 0 00.246.004l5.682-3.021a.253.253 0 00.003-.446L12.122.031a.254.254 0 00-.245 0zM6.924 10.898l-5.71-3.036a.254.254 0 00-.373.224V18.25c0 .093.05.178.131.222l9.976 5.495a.254.254 0 00.376-.222v-6.053a.255.255 0 00-.127-.22l-4.012-2.305a.252.252 0 01-.127-.22v-3.825a.253.253 0 00-.135-.224zm10.152 0l5.71-3.035a.254.254 0 01.373.224v10.164c0 .093-.05.178-.131.222l-9.976 5.495a.254.254 0 01-.376-.222v-6.053c0-.091.049-.175.127-.22l4.012-2.305a.252.252 0 00.127-.22v-3.825c0-.094.052-.18.135-.224z" }));
exports.default = Builtbybit;