iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 982 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 CalculatorDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M176 64v48H80V64z", opacity: ".2" }),
React.createElement("path", { d: "M80 120h96a8 8 0 008-8V64a8 8 0 00-8-8H80a8 8 0 00-8 8v48a8 8 0 008 8zm8-48h80v32H88zm112-48H56a16 16 0 00-16 16v176a16 16 0 0016 16h144a16 16 0 0016-16V40a16 16 0 00-16-16zm0 192H56V40h144zm-100-68a12 12 0 11-12-12 12 12 0 0112 12zm40 0a12 12 0 11-12-12 12 12 0 0112 12zm40 0a12 12 0 11-12-12 12 12 0 0112 12zm-80 40a12 12 0 11-12-12 12 12 0 0112 12zm40 0a12 12 0 11-12-12 12 12 0 0112 12zm40 0a12 12 0 11-12-12 12 12 0 0112 12z" }));
exports.default = CalculatorDuotone;