UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 964 B
"use strict"; 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 BinaryBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M92 24c-23.55 0-40 19.74-40 48s16.45 48 40 48 40-19.74 40-48-16.45-48-40-48zm0 72c-15.55 0-16-21.54-16-24s.45-24 16-24 16 21.54 16 24-.45 24-16 24zm53.27-42.63a12 12 0 015.36-16.1l24-12A12 12 0 01192 36v72a12 12 0 01-24 0V55.42l-6.63 3.31a12 12 0 01-16.1-5.36zM164 136c-23.55 0-40 19.74-40 48s16.45 48 40 48 40-19.74 40-48-16.45-48-40-48zm0 72c-15.55 0-16-21.54-16-24s.45-24 16-24 16 21.54 16 24-.45 24-16 24zm-60-60v72a12 12 0 01-24 0v-52.58l-6.63 3.31a12 12 0 11-10.74-21.46l24-12A12 12 0 01104 148z" })); exports.default = BinaryBold;