iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 945 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 Binary = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M94 24c-22.37 0-38 19.74-38 48s15.63 48 38 48 38-19.74 38-48-15.63-48-38-48zm0 80c-17.37 0-22-20.11-22-32s4.63-32 22-32 22 20.11 22 32-4.63 32-22 32zm72 32c-22.37 0-38 19.74-38 48s15.63 48 38 48 38-19.74 38-48-15.63-48-38-48zm0 80c-17.37 0-22-20.11-22-32s4.63-32 22-32 22 20.11 22 32-4.63 32-22 32zM145 49.22a8 8 0 013.11-10.88l24-13.33A8 8 0 01184 32v80a8 8 0 01-16 0V45.6l-12.12 6.73A8 8 0 01145 49.22zM104 144v80a8 8 0 01-16 0v-66.4l-12.12 6.73a8 8 0 01-7.76-14l24-13.33a8 8 0 0111.88 7z" }));
exports.default = Binary;