@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.22 kB
JavaScript
;
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 Calculator48 = (_a) => {
var { fill, size = '3rem' } = _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 48 48" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M8.5 11A2.5 2.5 0 0 1 11 8.5h26a2.5 2.5 0 0 1 2.5 2.5v26a2.5 2.5 0 0 1-2.5 2.5H11A2.5 2.5 0 0 1 8.5 37V11Zm3 .5v25h25v-25h-25Zm3.793 15.293a1 1 0 0 1 1.414 0L18 28.086l1.293-1.293a1 1 0 0 1 1.414 1.414L19.414 29.5l1.293 1.293a1 1 0 0 1-1.414 1.414L18 30.914l-1.293 1.293a1 1 0 0 1-1.414-1.414l1.293-1.293-1.293-1.293a1 1 0 0 1 0-1.414ZM15.5 17.5a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2h-5Zm10.5 1a1 1 0 0 1 1-1h2v-2a1 1 0 1 1 2 0v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2h-2a1 1 0 0 1-1-1Zm1.5 10a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2h-5Zm2.5-1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" })));
};
exports.default = Calculator48;