UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.41 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js'); var index = require('../../node_modules/react/index.js'); const Calculator20 = (_a) => { var { fill, size = '1.25rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]); return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M3.417 5.167c0-.966.783-1.75 1.75-1.75h9.666c.967 0 1.75.783 1.75 1.75v9.667a1.75 1.75 0 0 1-1.75 1.75H5.167a1.75 1.75 0 0 1-1.75-1.75V5.167Zm1.75-.25a.25.25 0 0 0-.25.25v9.667c0 .138.112.25.25.25h9.666a.25.25 0 0 0 .25-.25V5.167a.25.25 0 0 0-.25-.25H5.167Zm1.146 6.188a.5.5 0 0 1 .707 0l.48.48.48-.48a.5.5 0 1 1 .707.707l-.48.48.48.48a.5.5 0 1 1-.707.707l-.48-.48-.48.48a.5.5 0 0 1-.707-.707l.48-.48-.48-.48a.5.5 0 0 1 0-.707Zm.145-3.896a.5.5 0 1 0 0 1h2.084a.5.5 0 0 0 0-1H6.458Zm4.292.5a.5.5 0 0 1 .5-.5H12v-.75a.5.5 0 1 1 1 0v.75h.75a.5.5 0 0 1 0 1H13v.75a.5.5 0 0 1-1 0v-.75h-.75a.5.5 0 0 1-.5-.5Zm.708 4.083a.5.5 0 0 0 0 1h2.084a.5.5 0 1 0 0-1h-2.084Zm1.042-.333a.417.417 0 1 0 0-.834.417.417 0 0 0 0 .834Zm.417 2.083a.417.417 0 1 1-.834 0 .417.417 0 0 1 .834 0Z" }))); }; exports.default = Calculator20;