iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.25 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 BinaryLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M121.75 41.21C115.22 31.26 105.62 26 94 26s-21.22 5.26-27.75 15.21C60.93 49.31 58 60.25 58 72s2.93 22.69 8.25 30.79C72.78 112.74 82.38 118 94 118s21.22-5.26 27.75-15.21c5.32-8.1 8.25-19 8.25-30.79s-2.93-22.69-8.25-30.79zM94 106c-19 0-24-21.37-24-34s5-34 24-34 24 21.37 24 34-5 34-24 34zm99.75 47.21C187.22 143.26 177.62 138 166 138s-21.22 5.26-27.75 15.21c-5.32 8.1-8.25 19-8.25 30.79s2.93 22.69 8.25 30.79c6.53 10 16.13 15.21 27.75 15.21s21.22-5.26 27.75-15.21c5.32-8.1 8.25-19 8.25-30.79s-2.93-22.69-8.25-30.79zM166 218c-18.95 0-24-21.37-24-34s5.05-34 24-34 24 21.37 24 34-5 34-24 34zM146.75 48.25a6 6 0 012.34-8.16l24-13.34A6 6 0 01182 32v80a6 6 0 01-12 0V42.2l-15.09 8.38a6 6 0 01-8.16-2.33zM102 144v80a6 6 0 01-12 0v-69.8l-15.09 8.38a6 6 0 11-5.82-10.49l24-13.34A6 6 0 01102 144z" }));
exports.default = BinaryLight;