UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.33 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 Calculator64 = (_a) => { var { fill, size = '4rem' } = _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 64 64" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M11.833 14.333a2.5 2.5 0 0 1 2.5-2.5h35.334a2.5 2.5 0 0 1 2.5 2.5v35.333a2.5 2.5 0 0 1-2.5 2.5H14.333a2.5 2.5 0 0 1-2.5-2.5V14.333Zm3 .5v34.333h34.334V14.833H14.833Zm5.793 21.126a1 1 0 0 1 1.415 0L24 37.92l1.96-1.96a1 1 0 0 1 1.414 1.414l-1.96 1.96 1.96 1.96a1 1 0 0 1-1.414 1.414L24 40.747l-1.96 1.96a1 1 0 0 1-1.414-1.414l1.96-1.96-1.96-1.96a1 1 0 0 1 0-1.414Zm.04-12.293a1 1 0 0 0 0 2h6.667a1 1 0 1 0 0-2h-6.666Zm14.334 1a1 1 0 0 1 1-1h3v-3a1 1 0 0 1 2 0v3h3a1 1 0 0 1 0 2h-3v3a1 1 0 1 1-2 0v-3h-3a1 1 0 0 1-1-1Zm1.667 13.667a1 1 0 1 0 0 2h6.666a1 1 0 1 0 0-2h-6.666ZM40 36.666A1.333 1.333 0 1 0 40 34a1.333 1.333 0 0 0 0 2.666Zm1.333 6.667a1.333 1.333 0 1 1-2.666 0 1.333 1.333 0 0 1 2.666 0Z" }))); }; exports.default = Calculator64;