UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.26 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 Calculator1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M13.71 17.61a.5.5 0 100 1h2.58a.5.5 0 000-1h-2.58zM13.21 16.644a.5.5 0 01.5-.5h2.58a.5.5 0 010 1h-2.58a.5.5 0 01-.5-.5zM13.64 10.516a.5.5 0 000 .707l.653.654-.654.653a.5.5 0 10.707.708l.654-.654.653.654a.5.5 0 00.707-.707l-.653-.654.653-.654a.5.5 0 00-.707-.707L15 11.17l-.654-.654a.5.5 0 00-.707 0zM7.21 17.377a.5.5 0 01.5-.5h2.58a.5.5 0 110 1H7.71a.5.5 0 01-.5-.5zM9 10.087a.5.5 0 00-.5.5v.79h-.79a.5.5 0 000 1h.79v.79a.5.5 0 001 0v-.79h.79a.5.5 0 100-1H9.5v-.79a.5.5 0 00-.5-.5z", fill: "#323544" }), React.createElement("path", { 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.75v3h12v-3a.75.75 0 00-.75-.75H6.75zM6 19.75c0 .414.336.75.75.75h10.5a.75.75 0 00.75-.75v-11H6v11z", fill: "#323544" })); exports.default = Calculator1;