iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.28 kB
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 Calculator2 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M7.5 5.75A.75.75 0 018.25 5h7.5a.75.75 0 01.75.75v1.5a.75.75 0 01-.75.75h-7.5a.75.75 0 01-.75-.75v-1.5zM8.5 9.85a.9.9 0 100 1.8.9.9 0 000-1.8zM11.1 10.75a.9.9 0 111.8 0 .9.9 0 01-1.8 0zM15.5 9.85a.9.9 0 100 1.8.9.9 0 000-1.8zM7.6 14.25a.9.9 0 111.8 0 .9.9 0 01-1.8 0zM12 13.35a.9.9 0 100 1.8.9.9 0 000-1.8zM14.6 14.25a.9.9 0 111.8 0 .9.9 0 01-1.8 0zM8.5 16.85a.9.9 0 100 1.8.9.9 0 000-1.8zM11.1 17.75a.9.9 0 111.8 0 .9.9 0 01-1.8 0zM15.5 16.85a.9.9 0 100 1.8.9.9 0 000-1.8z", fill: "#343C54" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.5 4.25A2.25 2.25 0 016.75 2h10.5a2.25 2.25 0 012.25 2.25v15.5A2.25 2.25 0 0117.25 22H6.75a2.25 2.25 0 01-2.25-2.25V4.25zm2.25-.75a.75.75 0 00-.75.75v15.5c0 .414.336.75.75.75h10.5a.75.75 0 00.75-.75V4.25a.75.75 0 00-.75-.75H6.75z", fill: "#343C54" }));
exports.default = Calculator2;