UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.15 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 Calculator = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-calculator", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M18 2a3 3 0 013 3v14a3 3 0 01-3 3H6a3 3 0 01-3-3V5a3 3 0 013-3zM8 17a1 1 0 00-1 1l.007.127A1 1 0 009 18.01l-.007-.127A1 1 0 008 17zm4 0a1 1 0 00-1 1l.007.127A1 1 0 0013 18.01l-.007-.127A1 1 0 0012 17zm4 0a1 1 0 00-1 1l.007.127A1 1 0 0017 18.01l-.007-.127A1 1 0 0016 17zm-8-4a1 1 0 00-1 1l.007.127A1 1 0 009 14.01l-.007-.127A1 1 0 008 13zm4 0a1 1 0 00-1 1l.007.127A1 1 0 0013 14.01l-.007-.127A1 1 0 0012 13zm4 0a1 1 0 00-1 1l.007.127A1 1 0 0017 14.01l-.007-.127A1 1 0 0016 13zm-1-7H9a2 2 0 00-2 2v1a2 2 0 002 2h6a2 2 0 002-2V8a2 2 0 00-2-2z" })); exports.default = Calculator;