iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.22 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 BinaryThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M94 28c-10.92 0-19.93 5-26.08 14.31C62.81 50.09 60 60.64 60 72s2.81 21.91 7.92 29.7C74.07 111.05 83.08 116 94 116s19.93-5 26.08-14.3C125.19 93.91 128 83.37 128 72s-2.81-21.91-7.92-29.69C113.93 33 104.92 28 94 28zm0 80c-18 0-26-18.08-26-36s8-36 26-36 26 18.08 26 36-8 36-26 36zm98.08 46.31C185.93 145 176.92 140 166 140s-19.93 4.95-26.08 14.31c-5.11 7.78-7.92 18.33-7.92 29.69s2.81 21.91 7.92 29.7c6.15 9.35 15.16 14.3 26.08 14.3s19.93-4.95 26.08-14.3c5.11-7.79 7.92-18.33 7.92-29.7s-2.81-21.91-7.92-29.69zM166 220c-18 0-26-18.08-26-36s8-36 26-36 26 18.08 26 36-8 36-26 36zM148.5 47.28a4 4 0 011.56-5.44l24-13.34A4 4 0 01180 32v80a4 4 0 01-8 0V38.8l-18.06 10a4 4 0 01-5.44-1.52zM100 144v80a4 4 0 01-8 0v-73.2l-18.06 10a4 4 0 11-3.88-7l24-13.34A4 4 0 01100 144z" }));
exports.default = BinaryThin;