UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.19 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 Calculator24 = (_a) => { var { fill, size = '1.5rem' } = _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 24 24" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M4 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6Zm14 0H6v12h12V6ZM7.646 13.396a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708.708l-.647.646.647.646a.5.5 0 0 1-.708.708L9 15.457l-.646.647a.5.5 0 0 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 0-.708ZM7.75 8.75a.5.5 0 0 0 0 1h2.5a.5.5 0 0 0 0-1h-2.5Zm5.25.5a.5.5 0 0 1 .5-.5h1v-1a.5.5 0 0 1 1 0v1h1a.5.5 0 0 1 0 1h-1v1a.5.5 0 0 1-1 0v-1h-1a.5.5 0 0 1-.5-.5Zm.75 5a.5.5 0 0 0 0 1h2.5a.5.5 0 0 0 0-1h-2.5Zm1.25-.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm.5 2.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z" }))); }; exports.default = Calculator24;