elementa-icons 1.47.0 → 1.48.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon.
5
+ */
6
+ const Calculator = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 31 31", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M29.82 4.319q-.003.015-.002.029c0 .109.088.196.195.196 0 0 .193-.055.2-.271.003-.122.01-.376.021-.682a2.24 2.24 0 0 0-.616-1.604 2.29 2.29 0 0 0-1.605-.714c-3.018-.08-8.958-.262-14.406-.386C9.75.799 6.143.749 4.004.71c-.8-.014-1.525.31-2.056.825a2.9 2.9 0 0 0-.87 2.056C1.06 6.159 1 10.848 1.003 15.536c.003 4.688.073 9.377.093 11.945.008.8.333 1.524.865 2.043a2.87 2.87 0 0 0 2.042.827l24.009-.364c.331-.007.656-.075.954-.205a2.48 2.48 0 0 0 1.321-1.358c.118-.299.18-.618.174-.943L30.05 5.578a.036.036 0 0 0-.037-.036.04.04 0 0 0-.037.036l-.41 21.903a1.53 1.53 0 0 1-.974 1.393 1.5 1.5 0 0 1-.58.1l-24.008-.363a1.12 1.12 0 0 1-.786-.345 1.1 1.1 0 0 1-.307-.785c.02-2.568.088-7.257.093-11.945.003-4.688-.058-9.377-.074-11.945a1.09 1.09 0 0 1 .3-.773c.198-.204.469-.34.774-.346 2.139-.039 5.745-.089 9.603-.177 5.448-.124 11.388-.305 14.406-.386.472-.015.905.159 1.224.457.328.308.54.74.557 1.225l.02.682q0 .024.006.046" }), _jsx("path", { d: "M16.685 29.481s.007-5.229-.077-11.156c-.111-7.769-.36-16.735-.36-16.735a.236.236 0 0 0-.24-.236.236.236 0 0 0-.238.238s-.25 8.965-.362 16.734c-.083 5.926-.077 11.155-.077 11.155a.678.678 0 0 0 1.354 0" }), _jsx("path", { d: "M2.124 16.258s5.23.006 11.155-.077c7.77-.111 16.734-.362 16.734-.362a.236.236 0 0 0 .238-.238.236.236 0 0 0-.236-.24s-8.966-.249-16.734-.36c-5.928-.084-11.157-.077-11.157-.077a.676.676 0 1 0 0 1.354M5.735 9.577s1.347.004 2.873-.06c2.006-.082 4.309-.27 4.309-.27.1 0 .18-.08.179-.178 0-.099-.08-.18-.179-.179 0 0-2.304-.188-4.309-.27-1.526-.064-2.872-.06-2.872-.06a.51.51 0 0 0 0 1.017" }), _jsx("path", { d: "M9.832 12.401s.005-1.346-.059-2.873a126 126 0 0 0-.27-4.308.176.176 0 0 0-.178-.18c-.099 0-.18.08-.18.179 0 0-.188 2.304-.27 4.31-.063 1.525-.06 2.872-.06 2.872a.51.51 0 0 0 1.017 0M11.923 24.85s-.949-.955-2.073-1.989c-1.477-1.36-3.238-2.855-3.238-2.855a.176.176 0 0 0-.252-.001.18.18 0 0 0 0 .253s1.495 1.762 2.855 3.238a74 74 0 0 0 1.989 2.074.51.51 0 0 0 .72-.719" }), _jsx("path", { d: "M11.205 19.774s-.956.95-1.99 2.074a126 126 0 0 0-2.855 3.238.176.176 0 0 0-.001.252c.07.07.183.071.252 0 0 0 1.763-1.495 3.239-2.855 1.124-1.035 2.073-1.99 2.073-1.99a.51.51 0 0 0-.719-.72M26.887 8.558s-1.35.015-2.88.057c-2.006.053-4.32.145-4.32.145a.306.306 0 1 0 0 .612s2.314.091 4.32.145c1.53.04 2.88.057 2.88.057a.507.507 0 1 0 0-1.016M19.814 21.911s1.35.006 2.88-.059c2.01-.083 4.32-.269 4.32-.269a.18.18 0 0 0 .18-.179c0-.1-.081-.18-.18-.179 0 0-2.31-.188-4.32-.27-1.53-.064-2.88-.06-2.88-.06a.508.508 0 0 0 0 1.016M26.614 23.435s-1.35-.004-2.88.06c-2.01.082-4.32.27-4.32.27-.098 0-.179.08-.179.18 0 .097.08.178.179.178 0 0 2.31.187 4.32.27 1.53.064 2.88.058 2.88.058a.507.507 0 1 0 0-1.016" })] }));
13
+ };
14
+ export default Calculator;
@@ -0,0 +1,2 @@
1
+ import Calculator from '@/src/icons/mathematics/Calculator';
2
+ export { Calculator };