@project-lary/react-material-symbols 0.2.0 → 0.3.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.
Files changed (55) hide show
  1. package/dist/components/AddDiamond.d.ts +4 -0
  2. package/dist/components/AddDiamond.js +6 -0
  3. package/dist/components/AddDiamondFilled.d.ts +4 -0
  4. package/dist/components/AddDiamondFilled.js +6 -0
  5. package/dist/components/ContrastCircle.d.ts +4 -0
  6. package/dist/components/ContrastCircle.js +6 -0
  7. package/dist/components/ContrastCircleFilled.d.ts +3 -0
  8. package/dist/components/ContrastCircleFilled.js +3 -0
  9. package/dist/components/ContrastSquare.d.ts +4 -0
  10. package/dist/components/ContrastSquare.js +6 -0
  11. package/dist/components/ContrastSquareFilled.d.ts +3 -0
  12. package/dist/components/ContrastSquareFilled.js +3 -0
  13. package/dist/components/Fingerprint.js +1 -1
  14. package/dist/components/FingerprintOff.d.ts +4 -0
  15. package/dist/components/FingerprintOff.js +6 -0
  16. package/dist/components/FingerprintOffFilled.d.ts +3 -0
  17. package/dist/components/FingerprintOffFilled.js +3 -0
  18. package/dist/components/FootBones.js +1 -1
  19. package/dist/components/FootBonesFilled.js +1 -1
  20. package/dist/components/Function.js +1 -1
  21. package/dist/components/Password2.d.ts +4 -0
  22. package/dist/components/Password2.js +6 -0
  23. package/dist/components/Password2Filled.d.ts +3 -0
  24. package/dist/components/Password2Filled.js +3 -0
  25. package/dist/components/Password2Off.d.ts +4 -0
  26. package/dist/components/Password2Off.js +6 -0
  27. package/dist/components/Password2OffFilled.d.ts +3 -0
  28. package/dist/components/Password2OffFilled.js +3 -0
  29. package/dist/components/PokerChip.d.ts +4 -0
  30. package/dist/components/PokerChip.js +6 -0
  31. package/dist/components/PokerChipFilled.d.ts +3 -0
  32. package/dist/components/PokerChipFilled.js +3 -0
  33. package/dist/components/SmartCardReader.d.ts +4 -0
  34. package/dist/components/SmartCardReader.js +6 -0
  35. package/dist/components/SmartCardReaderFilled.d.ts +4 -0
  36. package/dist/components/SmartCardReaderFilled.js +6 -0
  37. package/dist/components/SmartCardReaderOff.d.ts +4 -0
  38. package/dist/components/SmartCardReaderOff.js +6 -0
  39. package/dist/components/SmartCardReaderOffFilled.d.ts +4 -0
  40. package/dist/components/SmartCardReaderOffFilled.js +6 -0
  41. package/dist/components/TextUp.d.ts +4 -0
  42. package/dist/components/TextUp.js +6 -0
  43. package/dist/components/TextUpFilled.d.ts +3 -0
  44. package/dist/components/TextUpFilled.js +3 -0
  45. package/dist/components/Unknown7.d.ts +4 -0
  46. package/dist/components/Unknown7.js +6 -0
  47. package/dist/components/Unknown7Filled.d.ts +3 -0
  48. package/dist/components/Unknown7Filled.js +3 -0
  49. package/dist/components/Vo2Max.d.ts +4 -0
  50. package/dist/components/Vo2Max.js +6 -0
  51. package/dist/components/Vo2MaxFilled.d.ts +4 -0
  52. package/dist/components/Vo2MaxFilled.js +6 -0
  53. package/dist/index.d.ts +24 -0
  54. package/dist/index.js +24 -0
  55. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function AddDiamond({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function AddDiamond(_a) {
3
+ var className = _a.className;
4
+ return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M450-323h60v-126h127v-60H510v-127h-60v127H324v60h126zm30 268L56-479l424-425 425 425zm0-85 340-339-340-340-339 340zm1-340" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function AddDiamondFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function AddDiamondFilled(_a) {
3
+ var className = _a.className;
4
+ return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M450-323h60v-126h127v-60H510v-127h-60v127H324v60h126zm30 268L56-479l424-425 425 425z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function ContrastCircle({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function ContrastCircle(_a) {
3
+ var className = _a.className;
4
+ return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M480-80q-83 0-156-31.5T197-197t-85.5-127T80-480t31.5-156T197-763t127-85.5T480-880t156 31.5T763-763t85.5 127T880-480t-31.5 156T763-197t-127 85.5T480-80m-.189-60Q622-140 721-238.812 820-337.625 820-480q0-68-25.5-130T721-720L240-240q47.75 47.872 109.825 73.936T479.811-140M489-319v-50h196v50zM324-500h50v-87h88v-50h-88v-87h-50v87h-87v50h87z" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import ContrastCircle from './ContrastCircle';
2
+ declare const ContrastCircleFilled: typeof ContrastCircle;
3
+ export default ContrastCircleFilled;
@@ -0,0 +1,3 @@
1
+ import ContrastCircle from './ContrastCircle';
2
+ var ContrastCircleFilled = ContrastCircle;
3
+ export default ContrastCircleFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function ContrastSquare({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function ContrastSquare(_a) {
3
+ var className = _a.className;
4
+ return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M120-120v-720h720v720zm60-60h600v-600zm44-430h76v76h50v-76h76v-50h-76v-76h-50v76h-76zm496 300H494v-50h226z" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import ContrastSquare from './ContrastSquare';
2
+ declare const ContrastSquareFilled: typeof ContrastSquare;
3
+ export default ContrastSquareFilled;
@@ -0,0 +1,3 @@
1
+ import ContrastSquare from './ContrastSquare';
2
+ var ContrastSquareFilled = ContrastSquare;
3
+ export default ContrastSquareFilled;
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function Fingerprint(_a) {
3
3
  var className = _a.className;
4
4
  return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
5
- React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M123-584q-4-2-4-6.5t2-8.5q62-86 157-133t203-47 203.5 46T843-601q3 5 2.5 8t-3.5 6-7.5 3-8.5-5q-59-82-150.5-126T481-759t-193 44.5T138-589q-4 5-7.5 6t-7.5-1M600-81q-103-26-169.5-103T364-371q0-47 34.5-79t82.5-32 82.5 32 34.5 79q0 38 29.5 64t68.5 26q38 0 66.5-26t28.5-64q0-123-91.5-206T481-660t-218.5 83T171-371q0 24 5.5 62.5T200-221q2 5 0 7.5t-5 4.5q-4 2-8.5 1t-6.5-6q-13-38-20.5-77.5T152-371q0-129 98-220.5T481-683q136 0 233.5 90T812-371q0 46-34 78t-82 32q-49 0-84-32t-35-78q0-39-28.5-65T481-462t-68 26-29 65q0 104 63 173.5T604-100q6 2 7.5 5t.5 7q-1 5-4 7t-8 0M247-801q-5 2-7.5.5T235-805q-2-2-2-6t3-6q57-31 119.5-47T481-880q65 0 127.5 16T728-819q5 2 5.5 6t-1.5 7-5.5 5-8.5 0q-55-27-115-42.5T481-859t-121 14.5T247-801M381-92q-58-60-90.5-126T258-371q0-89 65.5-150T481-582t158.5 61T706-371q0 5-2.5 7.5T696-361t-8-2.5-3-7.5q0-81-60.5-136T481-562t-142.5 55T279-371q0 85 29.5 145T396-106q4 4 3.5 7.5T396-92q-2 2-6.5 3.5T381-92m306-73q-88 0-152.5-58.5T470-371q0-5 2.5-8t7.5-3 7.5 3 2.5 8q0 81 59.5 133.5T687-185q8 0 19-1t24-3q5-1 8 1.5t4 5.5q1 4-.5 7t-6.5 4q-18 5-31.5 5.5t-16.5.5" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M481-779q112 0 206.5 48T848-593l-14 14q-63-88-153.5-134T481-759q-106 0-195.5 45.5T130-580l-15-9q64-92 159-141t207-49m0 96q138 0 234.5 91T812-371q0 46-34 78t-82 32q-50 0-84.5-32T577-371q0-38-28-64.5T481-462q-41 0-69 26.5T384-371q0 98 60.5 169.5T614-98l-4 20q-116-31-181-108.5T364-371q0-46 34-78.5t83-32.5 83 32.5 34 78.5q0 38 28.5 64t69.5 26q40 0 67.5-26t27.5-64q0-121-90.5-205T481-660t-219.5 84T171-371q0 36 8 75t24 83l-20 9q-16-47-23.5-88t-7.5-79q0-128 97.5-220T481-683m0-197q65 0 127.5 16T736-815l-9 18q-66-32-126-47t-120-15q-65 0-123.5 14.5T240-798l-11-16q62-33 124.5-49.5T481-880m0 298q97 0 161 63.5T706-361h-21q0-87-58-144t-146-57q-85 0-143.5 55.5T279-371t27.5 140.5T403-99l-15 15q-70-75-100-140.5T258-371q0-88 65-149.5T481-582m54 358q-32-30-48.5-69.5T470-382h20q0 45 15 81t45 63q28 26 63.5 39.5T687-185q6 0 16.5-1t36.5-4l4 18q-14 3-30 5t-27 2q-43 0-82-15t-70-44" })));
6
6
  }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function FingerprintOff({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function FingerprintOff(_a) {
3
+ var className = _a.className;
4
+ return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M856-64 460-460q-33 7-54.5 32T384-371q0 93 63.5 168T614-98l-4 20q-110-29-178-110t-68-183q0-36 22-65t58-40l-62-62q-48 25-75.5 70T279-371q0 70 31.5 139.5T403-99l-15 15q-63-67-96.5-140T258-371q0-56 29-104.5t80-77.5l-58-58q-65 40-101.5 104T171-371q0 36 8 74.5t24 83.5l-20 9q-16-48-23.5-89t-7.5-78q0-75 37.5-142.5T294-626l-58-58q-29 20-55 45.5T130-580l-15-9q23-34 50-61t57-48L49-871l20-20L876-84zM685-361q0-84-59.5-142.5T481-562q-7 0-13 .5t-12 1.5l-18-18q11-2 21.5-3t21.5-1q94 0 159.5 64.5T706-361zM481-880q63 0 127.5 16.5T736-815l-9 18q-64-31-125-46.5T481-859q-70 0-134 17.5T227-789l-14-15q58-38 125.5-57T481-880m0 101q109 0 205.5 49T848-593l-14 14q-61-85-154-132.5T481-759q-48 0-94.5 10T297-719l-15-15q46-23 96.5-34T481-779m0 96q138 0 234.5 88T812-381q0 36-17 66t-47 46l-14-15q26-14 41.5-39.5T791-381q0-117-90-198t-220-81q-28 0-54.5 4.5T374-642l-17-17q30-12 61-18t63-6m206 518q-91 0-154-63t-63-154h20q0 82 57.5 139.5T687-185q14 0 30-2t29-6l4 20q-14 4-31 6t-32 2" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import FingerprintOff from './FingerprintOff';
2
+ declare const FingerprintOffFilled: typeof FingerprintOff;
3
+ export default FingerprintOffFilled;
@@ -0,0 +1,3 @@
1
+ import FingerprintOff from './FingerprintOff';
2
+ var FingerprintOffFilled = FingerprintOff;
3
+ export default FingerprintOffFilled;
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function FootBones(_a) {
3
3
  var className = _a.className;
4
4
  return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
5
- React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M160-170q-29 0-49.5-20.5T90-240v-40q0-29 20.5-49.5T160-350t49.5 20.5T230-280v40q0 29-20.5 49.5T160-170m682 0h-56q-8 0-12.5-6t-2.5-13l9-32q2-5 6-8.5t10-2.5l50 7q11 2 17.5 9t6.5 18-8.5 19.5T842-170m-150-15-104-35q-6-2-9-8t0-12l26-59q3-6 9-8.5t12 1.5l88 51q5 2 6.5 6.5t.5 9.5l-9 43q-2 7-8 10t-12 1m-186-70-73-19q-10-3-16.5-10.5T410-303v-37q0-17 5-33t17-27q5-5 11-6.5t12 1.5l94 52q5 3 6.5 8.5T555-334l-31 71q-2 5-7.5 7.5t-10.5.5m-202-35q-6 0-9.5-4.5T289-306q-9-48-44.5-76T160-410h-20q-5 0-7.5-2.5T130-420t2.5-7.5 7.5-2.5h36q21 0 41-5.5t37-16.5q3-2 6-2t6 2q21 13 44 17.5t40 4.5q9 0 14 7t1 15q-8 16-11.5 33.5T350-340v35q0 6-4.5 10.5T335-290zM180-490q-38 0-64-25t-26-62q0-17 6.5-33t18.5-28l55-55v-107h60v104q0 14-5.5 26.5T209-647l-51 52q-4 4-6 8.5t-2 9.5q0 11 8 19t19 8q8 0 23-11 13-11 28-18t32-7 32 7 28 18q5 5 10.5 8t12.5 3q11 0 19-8t8-19q0-5-2-9.5t-6-8.5l-51-52q-10-10-15.5-22.5T290-696v-104h60v107l55 55q12 12 18.5 28t6.5 33q0 37-26 62t-64 25q-17-1-31.5-8T281-516q-5-4-10-7t-11-3q-7 0-21 10-13 11-27.5 18t-31.5 8m80-310" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M160-170q-29 0-49.5-20.5T90-240v-40q0-29 20.5-49.5T160-350t49.5 20.5T230-280v40q0 29-20.5 49.5T160-170m682 0h-56q-8 0-12.5-6t-2.5-13l9-32q2-5 6-8.5t10-2.5l50 7q11 2 17.5 9t6.5 18-8.5 19.5T842-170m-150-15-104-35q-6-2-9-8t0-12l26-59q3-6 9-8.5t12 1.5l88 51q5 2 6.5 6.5t.5 9.5l-9 43q-2 7-8 10t-12 1m-186-70-73-19q-10-3-16.5-10.5T410-303v-37q0-17 5-33t17-27q5-5 11-6.5t12 1.5l94 52q5 3 6.5 8.5T555-334l-31 71q-2 5-7.5 7.5t-10.5.5m-202-35q-6 0-9.5-4.5T289-306q-9-48-44.5-76T160-410h-20q-5 0-7.5-2.5T130-420t2.5-7.5 7.5-2.5h36q21 0 41-5.5t37-16.5q3-2 6-2t6 2q21 13 44 17.5t40 4.5q9 0 14 7t1 15q-8 16-11.5 33.5T350-340v35q0 6-4.5 10.5T335-290zM180-490q-38 0-64-25t-26-62q0-17 6.5-33t18.5-28l55-55v-77q0-13 8.5-21.5T200-800t21.5 8.5T230-770v74q0 14-5.5 26.5T209-647l-51 52q-4 4-6 8.5t-2 9.5q0 11 8 19t19 8q8 0 23-11 13-11 28-18t32-7 32 7 28 18q5 5 10.5 8t12.5 3q11 0 19-8t8-19q0-5-2-9.5t-6-8.5l-51-52q-10-10-15.5-22.5T290-696v-74q0-13 8.5-21.5T320-800t21.5 8.5T350-770v77l55 55q12 12 18.5 28t6.5 33q0 37-26 62t-64 25q-17-1-31.5-8T281-516q-5-4-10-7t-11-3q-7 0-21 10-13 11-27.5 18t-31.5 8m80-310" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function FootBonesFilled(_a) {
3
3
  var className = _a.className;
4
4
  return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
5
- React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M160-170q-29 0-49.5-20.5T90-240v-40q0-29 20.5-49.5T160-350t49.5 20.5T230-280v40q0 29-20.5 49.5T160-170m682 0h-56q-8 0-12.5-6t-2.5-13l9-32q2-5 6-8.5t10-2.5l50 7q11 2 17.5 9t6.5 18-8.5 19.5T842-170m-150-15-104-35q-6-2-9-8t0-12l26-59q3-6 9-8.5t12 1.5l88 51q5 2 6.5 6.5t.5 9.5l-9 43q-2 7-8 10t-12 1m-186-70-73-19q-10-3-16.5-10.5T410-303v-37q0-17 5-33t17-27q5-5 11-6.5t12 1.5l94 52q5 3 6.5 8.5T555-334l-31 71q-2 5-7.5 7.5t-10.5.5m-202-35q-6 0-9.5-4.5T289-306q-9-48-44.5-76T160-410h-20q-5 0-7.5-2.5T130-420t2.5-7.5 7.5-2.5h36q21 0 41-5.5t37-16.5q3-2 6-2t6 2q21 13 44 17.5t40 4.5q9 0 14 7t1 15q-8 16-11.5 33.5T350-340v35q0 6-4.5 10.5T335-290zM180-490q-38 0-64-25t-26-62q0-17 6.5-33t18.5-28l55-55v-107h180v107l55 55q12 12 18.5 28t6.5 33q0 37-26 62t-64 25q-17-1-31.5-8T281-516q-5-4-10-7t-11-3q-7 0-21 10-13 11-27.5 18t-31.5 8" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M160-170q-29 0-49.5-20.5T90-240v-40q0-29 20.5-49.5T160-350t49.5 20.5T230-280v40q0 29-20.5 49.5T160-170m682 0h-56q-8 0-12.5-6t-2.5-13l9-32q2-5 6-8.5t10-2.5l50 7q11 2 17.5 9t6.5 18-8.5 19.5T842-170m-150-15-104-35q-6-2-9-8t0-12l26-59q3-6 9-8.5t12 1.5l88 51q5 2 6.5 6.5t.5 9.5l-9 43q-2 7-8 10t-12 1m-186-70-73-19q-10-3-16.5-10.5T410-303v-37q0-17 5-33t17-27q5-5 11-6.5t12 1.5l94 52q5 3 6.5 8.5T555-334l-31 71q-2 5-7.5 7.5t-10.5.5m-202-35q-6 0-9.5-4.5T289-306q-9-48-44.5-76T160-410h-20q-5 0-7.5-2.5T130-420t2.5-7.5 7.5-2.5h36q21 0 41-5.5t37-16.5q3-2 6-2t6 2q21 13 44 17.5t40 4.5q9 0 14 7t1 15q-8 16-11.5 33.5T350-340v35q0 6-4.5 10.5T335-290zM180-490q-38 0-64-25t-26-62q0-17 6.5-33t18.5-28l55-55v-77q0-13 8.5-21.5T200-800h120q13 0 21.5 8.5T350-770v77l55 55q12 12 18.5 28t6.5 33q0 37-26 62t-64 25q-17-1-31.5-8T281-516q-5-4-10-7t-11-3q-7 0-21 10-13 11-27.5 18t-31.5 8" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function Function(_a) {
3
3
  var className = _a.className;
4
4
  return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
5
- React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M402-240v-60h59l121-139-121-141h-74l-71 366q-8 45-34 69.5T215-120t-68.5-24-27.5-60q0-27 15-43.5t39-16.5q21 0 34.5 12t13.5 32q0 11-4.5 20.5T204-184q4 2 8.5 3t9.5 1q13 0 22-12.5t13-32.5l69-355H200v-60h137l21-106q9-45 36-69.5t67-24.5q41 0 67.5 24t26.5 60q0 27-15 43.5T501-696q-20 0-34-11.5T453-738q0-10 4-19.5t10-15.5q-2-2-6-3.5t-8-1.5q-13 0-22.5 12T417-735l-18 95h189v60h-47l83 96 78-96h-48v-60h186v60h-58L662-439l120 139h58v60H654v-60h48l-80-93-82 93h48v60z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M215-120q-41 0-68.5-24T119-204q0-27 15-43.5t39-16.5q21 0 34.5 12t13.5 32q0 11-4.5 20.5T204-184q4 2 8.5 3t9.5 1q13 0 22-12.5t13-32.5l69-355h-96q-13 0-21.5-8.5T200-610t8.5-21.5T230-640h107l21-106q9-45 36-69.5t67-24.5q41 0 67.5 24t26.5 60q0 27-15 43.5T501-696q-20 0-34-11.5T453-738q0-10 4-19.5t10-15.5q-2-2-6-3.5t-8-1.5q-13 0-22.5 12T417-735l-18 95h159q13 0 21.5 8.5T588-610t-8.5 21.5T558-580h-17l83 96 78-96h-18q-13 0-21.5-8.5T654-610t8.5-21.5T684-640h126q13 0 21.5 8.5T840-610t-8.5 21.5T810-580h-28L662-439l120 139h28q13 0 21.5 8.5T840-270t-8.5 21.5T810-240H684q-13 0-21.5-8.5T654-270t8.5-21.5T684-300h18l-80-93-82 93h18q13 0 21.5 8.5T588-270t-8.5 21.5T558-240H432q-13 0-21.5-8.5T402-270t8.5-21.5T432-300h29l121-139-121-141h-74l-71 366q-8 45-34 69.5T215-120" })));
6
6
  }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function Password2({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function Password2(_a) {
3
+ var className = _a.className;
4
+ return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M151.765-454Q105-454 72.5-486.735t-32.5-79.5T72.735-645.5t79.5-32.5 79.265 32.735 32.5 79.5-32.735 79.265-79.5 32.5M80-200v-60h800v60zm399.765-255Q433-455 400.5-487.375T368-566q0-47.083 32.735-80.042Q433.471-679 480.235-679t79.265 32.958T592-566q0 46.25-32.735 78.625T479.765-455m328 0Q761-455 728.5-487.375T696-566q0-47.083 32.735-80.042Q761.471-679 808.235-679t79.265 32.958T920-566q0 46.25-32.735 78.625T807.765-455" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import Password2 from './Password2';
2
+ declare const Password2Filled: typeof Password2;
3
+ export default Password2Filled;
@@ -0,0 +1,3 @@
1
+ import Password2 from './Password2';
2
+ var Password2Filled = Password2;
3
+ export default Password2Filled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function Password2Off({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function Password2Off(_a) {
3
+ var className = _a.className;
4
+ return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M151.765-454Q105-454 72.5-486.735t-32.5-79.5T72.735-645.5t79.5-32.5 79.265 32.735 32.5 79.5-32.735 79.265-79.5 32.5m656-1Q761-455 728.5-487.375T696-566q0-47.083 32.735-80.042Q761.471-679 808.235-679t79.265 32.958T920-566q0 46.25-32.735 78.625T807.765-455M556-485 398-643q15-17 36.5-26.5T480-679q46.667 0 79.333 32.958Q592-613.083 592-566q0 24-9.5 45T556-485M814-56 670-200H80v-60h530L63-807l43-43L857-99z" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import Password2Off from './Password2Off';
2
+ declare const Password2OffFilled: typeof Password2Off;
3
+ export default Password2OffFilled;
@@ -0,0 +1,3 @@
1
+ import Password2Off from './Password2Off';
2
+ var Password2OffFilled = Password2Off;
3
+ export default Password2OffFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function PokerChip({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function PokerChip(_a) {
3
+ var className = _a.className;
4
+ return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M480-80q-83 0-156-31.5T197-197t-85.5-127T80-480t31.5-156T197-763t127-85.5T480-880t156 31.5T763-763t85.5 127T880-480t-31.5 156T763-197t-127 85.5T480-80m-30-61v-65q-41-5-77-20t-66-39l-46 46q39 33 87 53t102 25m60 0q54-5 102-25t87-53l-46-46q-30 24-66 39t-77 20zm-30-122q91 0 154-63t63-154-63-154-154-63-154 63-63 154 63 154 154 63m261 2q33-39 53-87t25-102h-65q-5 41-20 77t-39 66zm-522 0 46-46q-24-30-39-66t-20-77h-65q5 54 25 102t53 87m261-73L370-480l110-146 109 146zM141-510h65q5-41 20-77t39-66l-46-46q-33 39-53 87t-25 102m613 0h65q-5-54-25-102t-53-87l-46 46q24 30 39 66t20 77M307-695q30-24 66-39t77-20v-65q-54 5-102 25t-87 53zm346 0 46-46q-39-33-87-53t-102-25v65q41 5 77 20t66 39" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import PokerChip from './PokerChip';
2
+ declare const PokerChipFilled: typeof PokerChip;
3
+ export default PokerChipFilled;
@@ -0,0 +1,3 @@
1
+ import PokerChip from './PokerChip';
2
+ var PokerChipFilled = PokerChip;
3
+ export default PokerChipFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function SmartCardReader({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function SmartCardReader(_a) {
3
+ var className = _a.className;
4
+ return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M80-80v-180h800v180zm60-60h680v-60H140zm63-200v-540h554v540h-60v-480H263v480zm120-69h23q41 0 65-42.075T435-562q0-70-24-112t-65-42h-23zm242.796-82Q595-491 616-511.796q21-20.797 21-50Q637-591 616.204-612q-20.797-21-50-21Q537-633 516-612.204q-21 20.797-21 50Q495-533 515.796-512q20.797 21 50 21M480-580" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function SmartCardReaderFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function SmartCardReaderFilled(_a) {
3
+ var className = _a.className;
4
+ return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M80-80v-180h800v180zm123-260v-540h554v540zm120-69h23q41 0 65-42.075T435-562q0-70-24-112t-65-42h-23zm238.796-82Q591-491 612-511.796q21-20.797 21-50Q633-591 612.204-612q-20.797-21-50-21Q533-633 512-612.204q-21 20.797-21 50Q491-533 511.796-512q20.797 21 50 21" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function SmartCardReaderOff({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function SmartCardReaderOff(_a) {
3
+ var className = _a.className;
4
+ return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M757-930v540h-52l-8-8v-472H225l-60-60zM554-541l-71-71q0-29 21-50t50-21q29.287 0 50.144 20.856T625-612q0 29-21 50t-50 21m-231 82v-228l110 110q-6.411 54.242-29.305 86.121Q380.8-459 346-459zM140-190h594l-60-60H140zm693 99-39-39H80v-180h534L263-661v271h-60v-331L26-898l43-43 807 807zM399-526" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function SmartCardReaderOffFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function SmartCardReaderOffFilled(_a) {
3
+ var className = _a.className;
4
+ return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "m833-91-39-39H80v-180h534l-80-80H203v-331L26-898l43-43 807 807zm-76-839v540h-52L554-541q29 0 50-21t21-50-21-50-50-21-50 21-21 50L165-930zM323-459h23q23 0 40-13t29-37l-92-92z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function TextUp({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function TextUp(_a) {
3
+ var className = _a.className;
4
+ return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M440-200v-60h400v60zm170-160v-286l-74 74-42-42 146-146 146 146-42 42-74-74v286zm-490 0 147-360h42l147 360h-44l-39-100H203l-39 100zm97-136h142l-69-178h-4z" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import TextUp from './TextUp';
2
+ declare const TextUpFilled: typeof TextUp;
3
+ export default TextUpFilled;
@@ -0,0 +1,3 @@
1
+ import TextUp from './TextUp';
2
+ var TextUpFilled = TextUp;
3
+ export default TextUpFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function Unknown7({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function Unknown7(_a) {
3
+ var className = _a.className;
4
+ return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M440-200v-60h400v60zm170-160v-286l-74 74-42-42 146-146 146 146-42 42-74-74v286zm-490 0 147-360h42l147 360h-44l-39-100H203l-39 100zm97-136h142l-69-178h-4z" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import Unknown7 from './Unknown7';
2
+ declare const Unknown7Filled: typeof Unknown7;
3
+ export default Unknown7Filled;
@@ -0,0 +1,3 @@
1
+ import Unknown7 from './Unknown7';
2
+ var Unknown7Filled = Unknown7;
3
+ export default Unknown7Filled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function Vo2Max({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function Vo2Max(_a) {
3
+ var className = _a.className;
4
+ return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M40-160v-415l284-227v-117h60v117l283 226v138h-60v-110L464-660v500h-59v-547l-51-43-51 43v547zm60-60h143v-440L100-547zm432 60v-228h168v228zm48-48h72v-132h-72zM740-80v-144h132v-48H740v-48h180v144H788v48h132v48zM536-440" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function Vo2MaxFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function Vo2MaxFilled(_a) {
3
+ var className = _a.className;
4
+ return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M532-160v-228h168v228zm48-48h72v-132h-72zM740-80v-144h132v-48H740v-48h180v144H788v48h132v48zM40-160v-415l284-227v-117h60v117l283 226v138H464v278h-59v-547l-51-43-51 43v547z" })));
6
+ }
package/dist/index.d.ts CHANGED
@@ -69,6 +69,8 @@ export { default as AddCircle } from './components/AddCircle';
69
69
  export { default as AddCircleFilled } from './components/AddCircleFilled';
70
70
  export { default as AddComment } from './components/AddComment';
71
71
  export { default as AddCommentFilled } from './components/AddCommentFilled';
72
+ export { default as AddDiamond } from './components/AddDiamond';
73
+ export { default as AddDiamondFilled } from './components/AddDiamondFilled';
72
74
  export { default as AddFilled } from './components/AddFilled';
73
75
  export { default as AddHome } from './components/AddHome';
74
76
  export { default as AddHomeFilled } from './components/AddHomeFilled';
@@ -1237,9 +1239,13 @@ export { default as ContractEdit } from './components/ContractEdit';
1237
1239
  export { default as ContractEditFilled } from './components/ContractEditFilled';
1238
1240
  export { default as ContractFilled } from './components/ContractFilled';
1239
1241
  export { default as Contrast } from './components/Contrast';
1242
+ export { default as ContrastCircle } from './components/ContrastCircle';
1243
+ export { default as ContrastCircleFilled } from './components/ContrastCircleFilled';
1240
1244
  export { default as ContrastFilled } from './components/ContrastFilled';
1241
1245
  export { default as ContrastRtlOff } from './components/ContrastRtlOff';
1242
1246
  export { default as ContrastRtlOffFilled } from './components/ContrastRtlOffFilled';
1247
+ export { default as ContrastSquare } from './components/ContrastSquare';
1248
+ export { default as ContrastSquareFilled } from './components/ContrastSquareFilled';
1243
1249
  export { default as ControlCamera } from './components/ControlCamera';
1244
1250
  export { default as ControlCameraFilled } from './components/ControlCameraFilled';
1245
1251
  export { default as ControlPointDuplicate } from './components/ControlPointDuplicate';
@@ -2118,6 +2124,8 @@ export { default as FindReplace } from './components/FindReplace';
2118
2124
  export { default as FindReplaceFilled } from './components/FindReplaceFilled';
2119
2125
  export { default as Fingerprint } from './components/Fingerprint';
2120
2126
  export { default as FingerprintFilled } from './components/FingerprintFilled';
2127
+ export { default as FingerprintOff } from './components/FingerprintOff';
2128
+ export { default as FingerprintOffFilled } from './components/FingerprintOffFilled';
2121
2129
  export { default as FireExtinguisher } from './components/FireExtinguisher';
2122
2130
  export { default as FireExtinguisherFilled } from './components/FireExtinguisherFilled';
2123
2131
  export { default as FireHydrant } from './components/FireHydrant';
@@ -4013,6 +4021,10 @@ export { default as PartyModeFilled } from './components/PartyModeFilled';
4013
4021
  export { default as Passkey } from './components/Passkey';
4014
4022
  export { default as PasskeyFilled } from './components/PasskeyFilled';
4015
4023
  export { default as Password } from './components/Password';
4024
+ export { default as Password2 } from './components/Password2';
4025
+ export { default as Password2Filled } from './components/Password2Filled';
4026
+ export { default as Password2Off } from './components/Password2Off';
4027
+ export { default as Password2OffFilled } from './components/Password2OffFilled';
4016
4028
  export { default as PasswordFilled } from './components/PasswordFilled';
4017
4029
  export { default as PatientList } from './components/PatientList';
4018
4030
  export { default as PatientListFilled } from './components/PatientListFilled';
@@ -4278,6 +4290,8 @@ export { default as PointOfSale } from './components/PointOfSale';
4278
4290
  export { default as PointOfSaleFilled } from './components/PointOfSaleFilled';
4279
4291
  export { default as PointScan } from './components/PointScan';
4280
4292
  export { default as PointScanFilled } from './components/PointScanFilled';
4293
+ export { default as PokerChip } from './components/PokerChip';
4294
+ export { default as PokerChipFilled } from './components/PokerChipFilled';
4281
4295
  export { default as Policy } from './components/Policy';
4282
4296
  export { default as PolicyFilled } from './components/PolicyFilled';
4283
4297
  export { default as Polyline } from './components/Polyline';
@@ -5096,6 +5110,10 @@ export { default as Slideshow } from './components/Slideshow';
5096
5110
  export { default as SlideshowFilled } from './components/SlideshowFilled';
5097
5111
  export { default as SlowMotionVideo } from './components/SlowMotionVideo';
5098
5112
  export { default as SlowMotionVideoFilled } from './components/SlowMotionVideoFilled';
5113
+ export { default as SmartCardReader } from './components/SmartCardReader';
5114
+ export { default as SmartCardReaderFilled } from './components/SmartCardReaderFilled';
5115
+ export { default as SmartCardReaderOff } from './components/SmartCardReaderOff';
5116
+ export { default as SmartCardReaderOffFilled } from './components/SmartCardReaderOffFilled';
5099
5117
  export { default as SmartDisplay } from './components/SmartDisplay';
5100
5118
  export { default as SmartDisplayFilled } from './components/SmartDisplayFilled';
5101
5119
  export { default as SmartOutlet } from './components/SmartOutlet';
@@ -5666,6 +5684,8 @@ export { default as TextSnippet } from './components/TextSnippet';
5666
5684
  export { default as TextSnippetFilled } from './components/TextSnippetFilled';
5667
5685
  export { default as TextToSpeech } from './components/TextToSpeech';
5668
5686
  export { default as TextToSpeechFilled } from './components/TextToSpeechFilled';
5687
+ export { default as TextUp } from './components/TextUp';
5688
+ export { default as TextUpFilled } from './components/TextUpFilled';
5669
5689
  export { default as Texture } from './components/Texture';
5670
5690
  export { default as TextureAdd } from './components/TextureAdd';
5671
5691
  export { default as TextureAddFilled } from './components/TextureAddFilled';
@@ -5942,6 +5962,8 @@ export { default as Unknown2 } from './components/Unknown2';
5942
5962
  export { default as Unknown2Filled } from './components/Unknown2Filled';
5943
5963
  export { default as Unknown5 } from './components/Unknown5';
5944
5964
  export { default as Unknown5Filled } from './components/Unknown5Filled';
5965
+ export { default as Unknown7 } from './components/Unknown7';
5966
+ export { default as Unknown7Filled } from './components/Unknown7Filled';
5945
5967
  export { default as UnknownDocument } from './components/UnknownDocument';
5946
5968
  export { default as UnknownDocumentFilled } from './components/UnknownDocumentFilled';
5947
5969
  export { default as UnknownMed } from './components/UnknownMed';
@@ -6102,6 +6124,8 @@ export { default as VisibilityOff } from './components/VisibilityOff';
6102
6124
  export { default as VisibilityOffFilled } from './components/VisibilityOffFilled';
6103
6125
  export { default as VitalSigns } from './components/VitalSigns';
6104
6126
  export { default as VitalSignsFilled } from './components/VitalSignsFilled';
6127
+ export { default as Vo2Max } from './components/Vo2Max';
6128
+ export { default as Vo2MaxFilled } from './components/Vo2MaxFilled';
6105
6129
  export { default as VoiceChat } from './components/VoiceChat';
6106
6130
  export { default as VoiceChatFilled } from './components/VoiceChatFilled';
6107
6131
  export { default as VoiceOverOff } from './components/VoiceOverOff';
package/dist/index.js CHANGED
@@ -69,6 +69,8 @@ export { default as AddCircle } from './components/AddCircle';
69
69
  export { default as AddCircleFilled } from './components/AddCircleFilled';
70
70
  export { default as AddComment } from './components/AddComment';
71
71
  export { default as AddCommentFilled } from './components/AddCommentFilled';
72
+ export { default as AddDiamond } from './components/AddDiamond';
73
+ export { default as AddDiamondFilled } from './components/AddDiamondFilled';
72
74
  export { default as AddFilled } from './components/AddFilled';
73
75
  export { default as AddHome } from './components/AddHome';
74
76
  export { default as AddHomeFilled } from './components/AddHomeFilled';
@@ -1237,9 +1239,13 @@ export { default as ContractEdit } from './components/ContractEdit';
1237
1239
  export { default as ContractEditFilled } from './components/ContractEditFilled';
1238
1240
  export { default as ContractFilled } from './components/ContractFilled';
1239
1241
  export { default as Contrast } from './components/Contrast';
1242
+ export { default as ContrastCircle } from './components/ContrastCircle';
1243
+ export { default as ContrastCircleFilled } from './components/ContrastCircleFilled';
1240
1244
  export { default as ContrastFilled } from './components/ContrastFilled';
1241
1245
  export { default as ContrastRtlOff } from './components/ContrastRtlOff';
1242
1246
  export { default as ContrastRtlOffFilled } from './components/ContrastRtlOffFilled';
1247
+ export { default as ContrastSquare } from './components/ContrastSquare';
1248
+ export { default as ContrastSquareFilled } from './components/ContrastSquareFilled';
1243
1249
  export { default as ControlCamera } from './components/ControlCamera';
1244
1250
  export { default as ControlCameraFilled } from './components/ControlCameraFilled';
1245
1251
  export { default as ControlPointDuplicate } from './components/ControlPointDuplicate';
@@ -2118,6 +2124,8 @@ export { default as FindReplace } from './components/FindReplace';
2118
2124
  export { default as FindReplaceFilled } from './components/FindReplaceFilled';
2119
2125
  export { default as Fingerprint } from './components/Fingerprint';
2120
2126
  export { default as FingerprintFilled } from './components/FingerprintFilled';
2127
+ export { default as FingerprintOff } from './components/FingerprintOff';
2128
+ export { default as FingerprintOffFilled } from './components/FingerprintOffFilled';
2121
2129
  export { default as FireExtinguisher } from './components/FireExtinguisher';
2122
2130
  export { default as FireExtinguisherFilled } from './components/FireExtinguisherFilled';
2123
2131
  export { default as FireHydrant } from './components/FireHydrant';
@@ -4013,6 +4021,10 @@ export { default as PartyModeFilled } from './components/PartyModeFilled';
4013
4021
  export { default as Passkey } from './components/Passkey';
4014
4022
  export { default as PasskeyFilled } from './components/PasskeyFilled';
4015
4023
  export { default as Password } from './components/Password';
4024
+ export { default as Password2 } from './components/Password2';
4025
+ export { default as Password2Filled } from './components/Password2Filled';
4026
+ export { default as Password2Off } from './components/Password2Off';
4027
+ export { default as Password2OffFilled } from './components/Password2OffFilled';
4016
4028
  export { default as PasswordFilled } from './components/PasswordFilled';
4017
4029
  export { default as PatientList } from './components/PatientList';
4018
4030
  export { default as PatientListFilled } from './components/PatientListFilled';
@@ -4278,6 +4290,8 @@ export { default as PointOfSale } from './components/PointOfSale';
4278
4290
  export { default as PointOfSaleFilled } from './components/PointOfSaleFilled';
4279
4291
  export { default as PointScan } from './components/PointScan';
4280
4292
  export { default as PointScanFilled } from './components/PointScanFilled';
4293
+ export { default as PokerChip } from './components/PokerChip';
4294
+ export { default as PokerChipFilled } from './components/PokerChipFilled';
4281
4295
  export { default as Policy } from './components/Policy';
4282
4296
  export { default as PolicyFilled } from './components/PolicyFilled';
4283
4297
  export { default as Polyline } from './components/Polyline';
@@ -5096,6 +5110,10 @@ export { default as Slideshow } from './components/Slideshow';
5096
5110
  export { default as SlideshowFilled } from './components/SlideshowFilled';
5097
5111
  export { default as SlowMotionVideo } from './components/SlowMotionVideo';
5098
5112
  export { default as SlowMotionVideoFilled } from './components/SlowMotionVideoFilled';
5113
+ export { default as SmartCardReader } from './components/SmartCardReader';
5114
+ export { default as SmartCardReaderFilled } from './components/SmartCardReaderFilled';
5115
+ export { default as SmartCardReaderOff } from './components/SmartCardReaderOff';
5116
+ export { default as SmartCardReaderOffFilled } from './components/SmartCardReaderOffFilled';
5099
5117
  export { default as SmartDisplay } from './components/SmartDisplay';
5100
5118
  export { default as SmartDisplayFilled } from './components/SmartDisplayFilled';
5101
5119
  export { default as SmartOutlet } from './components/SmartOutlet';
@@ -5666,6 +5684,8 @@ export { default as TextSnippet } from './components/TextSnippet';
5666
5684
  export { default as TextSnippetFilled } from './components/TextSnippetFilled';
5667
5685
  export { default as TextToSpeech } from './components/TextToSpeech';
5668
5686
  export { default as TextToSpeechFilled } from './components/TextToSpeechFilled';
5687
+ export { default as TextUp } from './components/TextUp';
5688
+ export { default as TextUpFilled } from './components/TextUpFilled';
5669
5689
  export { default as Texture } from './components/Texture';
5670
5690
  export { default as TextureAdd } from './components/TextureAdd';
5671
5691
  export { default as TextureAddFilled } from './components/TextureAddFilled';
@@ -5942,6 +5962,8 @@ export { default as Unknown2 } from './components/Unknown2';
5942
5962
  export { default as Unknown2Filled } from './components/Unknown2Filled';
5943
5963
  export { default as Unknown5 } from './components/Unknown5';
5944
5964
  export { default as Unknown5Filled } from './components/Unknown5Filled';
5965
+ export { default as Unknown7 } from './components/Unknown7';
5966
+ export { default as Unknown7Filled } from './components/Unknown7Filled';
5945
5967
  export { default as UnknownDocument } from './components/UnknownDocument';
5946
5968
  export { default as UnknownDocumentFilled } from './components/UnknownDocumentFilled';
5947
5969
  export { default as UnknownMed } from './components/UnknownMed';
@@ -6102,6 +6124,8 @@ export { default as VisibilityOff } from './components/VisibilityOff';
6102
6124
  export { default as VisibilityOffFilled } from './components/VisibilityOffFilled';
6103
6125
  export { default as VitalSigns } from './components/VitalSigns';
6104
6126
  export { default as VitalSignsFilled } from './components/VitalSignsFilled';
6127
+ export { default as Vo2Max } from './components/Vo2Max';
6128
+ export { default as Vo2MaxFilled } from './components/Vo2MaxFilled';
6105
6129
  export { default as VoiceChat } from './components/VoiceChat';
6106
6130
  export { default as VoiceChatFilled } from './components/VoiceChatFilled';
6107
6131
  export { default as VoiceOverOff } from './components/VoiceOverOff';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@project-lary/react-material-symbols",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Latest React icon components for Material Symbols",
5
5
  "files": [
6
6
  "dist"