UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 951 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 CalculatorLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M176 58H80a6 6 0 00-6 6v48a6 6 0 006 6h96a6 6 0 006-6V64a6 6 0 00-6-6zm-6 48H86V70h84zm30-80H56a14 14 0 00-14 14v176a14 14 0 0014 14h144a14 14 0 0014-14V40a14 14 0 00-14-14zm2 190a2 2 0 01-2 2H56a2 2 0 01-2-2V40a2 2 0 012-2h144a2 2 0 012 2zM98 148a10 10 0 11-10-10 10 10 0 0110 10zm40 0a10 10 0 11-10-10 10 10 0 0110 10zm40 0a10 10 0 11-10-10 10 10 0 0110 10zm-80 40a10 10 0 11-10-10 10 10 0 0110 10zm40 0a10 10 0 11-10-10 10 10 0 0110 10zm40 0a10 10 0 11-10-10 10 10 0 0110 10z" })); exports.default = CalculatorLight;