@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
30 lines • 892 B
JavaScript
var _g, _defs;
import React from 'react';
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const calculator = props => _jsxs("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: [_g || (_g = _jsx("g", {
clipPath: "url(#calculator_svg__a)",
children: _jsx("path", {
stroke: "#000",
strokeLinecap: "round",
strokeWidth: 1.5,
d: "M5.033 3.642v3m-1.5-1.5h3m3.467 0h2m-2 6.853h2m-2-2h2m-8.005 0 2 2m-2 0 2-2M3 15a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3Z"
})
})), _defs || (_defs = _jsx("defs", {
children: _jsx("clipPath", {
id: "calculator_svg__a",
children: _jsx("path", {
fill: "#fff",
d: "M0 0h16v16H0z"
})
})
}))]
});
export default calculator;
//# sourceMappingURL=calculator.js.map