UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.18 kB
"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 BinaryFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M168 168c0 4.75-1.11 9.16-3.05 12.11A7.77 7.77 0 01158 184c-9.72 0-10-14.36-10-16 0-4.74 1.11-9.16 3.05-12.11A7.77 7.77 0 01158 152c9.72 0 10 14.36 10 16zm56-120v160a16 16 0 01-16 16H48a16 16 0 01-16-16V48a16 16 0 0116-16h160a16 16 0 0116 16zm-83.16 27.58a8 8 0 0010.74 3.58l4.42-2.22V112a8 8 0 0016 0V64a8 8 0 00-11.58-7.16l-16 8a8 8 0 00-3.58 10.74zM112 144a8 8 0 00-11.58-7.16l-16 8a8 8 0 007.16 14.32l4.42-2.22V192a8 8 0 0016 0zm16-56c0-18.84-10.69-32-26-32S76 69.16 76 88s10.69 32 26 32 26-13.16 26-32zm56 80c0-18.84-10.69-32-26-32s-26 13.16-26 32 10.69 32 26 32 26-13.16 26-32zm-82-96a7.77 7.77 0 00-7 3.89c-1.94 3-3 7.37-3 12.11 0 1.64.28 16 10 16a7.77 7.77 0 007-3.89c1.94-3 3-7.36 3-12.11 0-1.64-.28-16-10-16z" })); exports.default = BinaryFill;