UNPKG

@navinc/base-react-components

Version:
6 lines 2.14 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const Calculation = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:calculation" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M16.2071068,14.7928932 C15.8165825,14.4023689 15.1834175,14.4023689 14.7928932,14.7928932 C14.4023689,15.1834175 14.4023689,15.8165825 14.7928932,16.2071068 L16.5857864,18 L14.7928932,19.7928932 C14.4023689,20.1834175 14.4023689,20.8165825 14.7928932,21.2071068 C15.1834175,21.5976311 15.8165825,21.5976311 16.2071068,21.2071068 L18,19.4142136 L19.7928932,21.2071068 C20.1834175,21.5976311 20.8165825,21.5976311 21.2071068,21.2071068 C21.5976311,20.8165825 21.5976311,20.1834175 21.2071068,19.7928932 L19.4142136,18 L21.2071068,16.2071068 C21.5976311,15.8165825 21.5976311,15.1834175 21.2071068,14.7928932 C20.8165825,14.4023689 20.1834175,14.4023689 19.7928932,14.7928932 L18,16.5857864 L16.2071068,14.7928932 Z M14.9970301,5 C14.4472569,5 14,5.44771525 14,6 C14,6.55613518 14.4463856,7 14.9970301,7 L17,7 L17,9.00296986 C17,9.55274312 17.4477153,10 18,10 C18.5561352,10 19,9.5536144 19,9.00296986 L19,7 L21.0029699,7 C21.5527431,7 22,6.55228475 22,6 C22,5.44386482 21.5536144,5 21.0029699,5 L19,5 L19,2.99703014 C19,2.44725688 18.5522847,2 18,2 C17.4438648,2 17,2.4463856 17,2.99703014 L17,5 L14.9970301,5 Z M2,6 C2,5.44771525 2.44725688,5 2.99703014,5 L9.00296986,5 C9.5536144,5 10,5.44386482 10,6 C10,6.55228475 9.55274312,7 9.00296986,7 L2.99703014,7 C2.4463856,7 2,6.55613518 2,6 Z M2,19.5 C2,18.9477153 2.44725688,18.5 2.99703014,18.5 L9.00296986,18.5 C9.5536144,18.5 10,18.9438648 10,19.5 C10,20.0522847 9.55274312,20.5 9.00296986,20.5 L2.99703014,20.5 C2.4463856,20.5 2,20.0561352 2,19.5 Z M2,16.5 C2,15.9477153 2.44725688,15.5 2.99703014,15.5 L9.00296986,15.5 C9.5536144,15.5 10,15.9438648 10,16.5 C10,17.0522847 9.55274312,17.5 9.00296986,17.5 L2.99703014,17.5 C2.4463856,17.5 2,17.0561352 2,16.5 Z" }) }))); exports.default = Calculation; //# sourceMappingURL=calculation.js.map