@project-lary/react-material-symbols-700-sharp 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 (57) 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/FingerprintFilled.d.ts +4 -3
  15. package/dist/components/FingerprintFilled.js +6 -3
  16. package/dist/components/FingerprintOff.d.ts +4 -0
  17. package/dist/components/FingerprintOff.js +6 -0
  18. package/dist/components/FingerprintOffFilled.d.ts +3 -0
  19. package/dist/components/FingerprintOffFilled.js +3 -0
  20. package/dist/components/FootBones.js +1 -1
  21. package/dist/components/FootBonesFilled.js +1 -1
  22. package/dist/components/Function.js +1 -1
  23. package/dist/components/Password2.d.ts +4 -0
  24. package/dist/components/Password2.js +6 -0
  25. package/dist/components/Password2Filled.d.ts +3 -0
  26. package/dist/components/Password2Filled.js +3 -0
  27. package/dist/components/Password2Off.d.ts +4 -0
  28. package/dist/components/Password2Off.js +6 -0
  29. package/dist/components/Password2OffFilled.d.ts +3 -0
  30. package/dist/components/Password2OffFilled.js +3 -0
  31. package/dist/components/PokerChip.d.ts +4 -0
  32. package/dist/components/PokerChip.js +6 -0
  33. package/dist/components/PokerChipFilled.d.ts +3 -0
  34. package/dist/components/PokerChipFilled.js +3 -0
  35. package/dist/components/SmartCardReader.d.ts +4 -0
  36. package/dist/components/SmartCardReader.js +6 -0
  37. package/dist/components/SmartCardReaderFilled.d.ts +4 -0
  38. package/dist/components/SmartCardReaderFilled.js +6 -0
  39. package/dist/components/SmartCardReaderOff.d.ts +4 -0
  40. package/dist/components/SmartCardReaderOff.js +6 -0
  41. package/dist/components/SmartCardReaderOffFilled.d.ts +4 -0
  42. package/dist/components/SmartCardReaderOffFilled.js +6 -0
  43. package/dist/components/TextUp.d.ts +4 -0
  44. package/dist/components/TextUp.js +6 -0
  45. package/dist/components/TextUpFilled.d.ts +3 -0
  46. package/dist/components/TextUpFilled.js +3 -0
  47. package/dist/components/Unknown7.d.ts +4 -0
  48. package/dist/components/Unknown7.js +6 -0
  49. package/dist/components/Unknown7Filled.d.ts +3 -0
  50. package/dist/components/Unknown7Filled.js +3 -0
  51. package/dist/components/Vo2Max.d.ts +4 -0
  52. package/dist/components/Vo2Max.js +6 -0
  53. package/dist/components/Vo2MaxFilled.d.ts +4 -0
  54. package/dist/components/Vo2MaxFilled.js +6 -0
  55. package/dist/index.d.ts +24 -0
  56. package/dist/index.js +24 -0
  57. 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: "M439-316h82v-122h123v-82H521v-123h-82v123H317v82h122zm40 299L16-478l463-466 467 466zm1-132 332-330-332-331-331 331zm1-331" })));
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: "M439-316h82v-122h123v-82H521v-123h-82v123H317v82h122zm40 299L16-478l463-466 467 466z" })));
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.054-55Q392-55 314.612-88.283q-77.388-33.282-135.196-91.052T88.304-314.526 55-479.974 88.5-645.5t91-135T314.489-872q77.49-34 165.594-34 88.105 0 165.511 34T780.5-780.5 872-645.51t34 165.593q0 88.105-34 165.511T780.5-179.5t-134.946 91-165.5 33.5m.257-94q137.236 0 233.962-96.539Q811-342.078 811-479.5q0-66.5-25-126.5t-71-108L246-246.362q47.75 45.234 107.825 71.298T480.311-149M479-317v-61h208v61zM309-504h61v-87h88v-61h-88v-87h-61v87h-87v61h87z" })));
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: "M95-95v-771h771v771zm94-94h582v-582zm25-419h76v76h62v-76h76v-62h-76v-76h-62v76h-76zm521 291H497v-62h238z" })));
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: "M127-574q-7-3-8.5-11t1.5-14q61-90 157-139t206-49q107 0 202 46.5T842-607q6 9 4.5 16.5T839-578t-14 4.5-13-9.5q-56-79-143.5-121.5T483-748q-99 0-185.5 42.5T156-582q-7 9-15 10.5t-14-2.5M611-67Q494-91 427.5-172.5T361-367q0-51 35.5-87t86.5-36 87 34.5 36 84.5q0 35 24.5 59t59.5 24q34 0 58-24t24-59q0-117-85-196.5T482-647t-204 81.5T194-366q0 37 5.5 73t18.5 70q3 10 .5 16t-9.5 9q-8 3-16 1t-12-13q-10-29-17.5-69.5T156-367q0-131 96.5-226.5T483-689q136 0 232 92.5T811-371q0 50-35 86t-86 36q-52 0-88-34.5T566-367q0-35-24-60t-59-25q-34 0-58.5 25T400-367q0 102 58 172t164 93q9 1 12 7.5t2 13.5q-2 8-7.5 12T611-67M249-790q-10 5-16.5 3t-10.5-8q-3-4-2-13.5t8-12.5q58-34 123.5-49.5T483-886t129.5 15.5T734-824q9 4 10.5 12t-1.5 14q-4 6-11 9.5t-15-1.5q-54-27-113.5-42T483-847q-62 0-121 14t-113 43M375-84q-58-59-87-128.5T259-367q0-92 65-157t159-65q93 0 159.5 63.5T709-371q0 10-4.5 16.5T690-348q-11 0-16-6.5t-5-16.5q0-76-54.5-128T483-551t-131 54-54 130q0 80 25 139.5T405-109q7 7 7 14t-4 12q-5 7-15.5 7T375-84m322-68q-97 0-165-56.5T464-370q0-9 5-15t14-6 14 6 5 15q0 88 57.5 134T697-190q10 0 23-2t24-2q8 0 13.5 5t4.5 11q0 8-3.5 12.5T749-159q-14 5-28.5 6t-23.5 1" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M483-787q114 0 207.5 50T853-590l-29 24q-63-90-148.5-135.5T483-748q-105 0-190.5 45.5T143-565l-32-18q64-99 160-151.5T483-787m0 98q136 0 232 93t96 225q0 51-35 86.5T690-249q-52 0-88-34.5T566-367q0-35-24-60t-59-25-59 25-24 60q0 106 61 174t179 93l-9 36Q500-91 430.5-169T361-367q0-51 35.5-87t86.5-36q52 0 87.5 35t35.5 84q0 35 24.5 59t59.5 24 58.5-24 23.5-59q0-116-84.5-196T482-647q-120 0-204 81.5T194-366q0 39 7.5 79t23.5 81l-37 17q-16-47-24-91t-8-87q0-132 96.5-227T483-689m0-197q70 0 132.5 17T752-815l-20 34q-66-34-125-50t-124-16q-66 0-125.5 15.5T231-781l-21-32q70-39 134.5-56T483-886m0 297q100 0 163 67.5T709-348h-40q0-92-51.5-147.5T483-551q-77 0-131 53.5T298-367q0 83 26 142.5T417-97l-24 32q-73-76-103.5-144T259-367q0-92 65.5-157T483-589m50 380q-37-32-53-75t-16-107h38q0 57 13.5 92.5T560-237q26 23 61 35t76 12q6 0 26.5-2.5t39.5-.5l-2 29q-15 6-33.5 9t-30.5 3q-49 0-90.5-14.5T533-209" })));
6
6
  }
@@ -1,3 +1,4 @@
1
- import Fingerprint from './Fingerprint';
2
- declare const FingerprintFilled: typeof Fingerprint;
3
- export default FingerprintFilled;
1
+ import React from 'react';
2
+ export default function FingerprintFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -1,3 +1,6 @@
1
- import Fingerprint from './Fingerprint';
2
- var FingerprintFilled = Fingerprint;
3
- export default FingerprintFilled;
1
+ import React from 'react';
2
+ export default function FingerprintFilled(_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: "M483-787q114 0 207.5 50T853-590l-29 24q-63-90-148.5-135.5T483-748q-105 0-190.5 45.5T143-565l-32-18q64-99 160-151.5T483-787m0 98q136 0 232 93t96 225q0 51-35 86.5T690-249q-52 0-88-34.5T566-367q0-35-24-60t-59-25-59 25-24 60q0 106 61 174t179 93l-9 36Q500-91 430.5-169T361-367q0-51 35.5-87t86.5-36q52 0 87.5 35t35.5 84q0 35 24.5 59t59.5 24 58.5-24 23.5-59q0-116-84.5-196T482-647q-120 0-204 81.5T194-366q0 39 7.5 79t23.5 81l-37 17q-16-47-24-91t-8-87q0-132 96.5-227T483-689m0-197q70 0 132.5 17T752-815l-20 34q-66-34-125-50t-124-16q-66 0-125.5 15.5T231-781l-21-32q70-39 134.5-56T483-886m0 297q100 0 163 67.5T709-348h-40q0-92-51.5-147.5T483-551q-77 0-131 53.5T298-367q0 83 26 142.5T417-97l-24 32q-73-76-103.5-144T259-367q0-92 65.5-157T483-589m50 380q-38-32-53.5-74T464-391h38q0 58 13 92.5t45 61.5q26 23 61 35t76 12q4 0 32-3.5t34 .5l-2 29q-11 6-32.5 9t-31.5 3q-49 0-90.5-14.5T533-209" })));
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: "M880-42 473-449q-31 6-51.5 29T401-367q0 97 72.5 168T642-100l-9 36Q522-88 442.5-171T363-367q0-37 23-67t59-44l-51-50q-44 25-69.5 68.5T299-367q0 70 36.5 144.5T419-97l-25 32q-52-58-93-141.5T260-367q0-56 28-106.5t78-81.5l-42-43q-53 27-90 96t-37 135q0 42 9 82t20 78l-35 17q-16-41-24.5-86.5T158-367q0-72 39-146.5T296-626l-48-48q-32 23-57.5 52.5T144-564l-32-18q21-31 48.5-62t61.5-56L19-902l26-26L905-68zM672-372q-5-48-38-97t-91-60q-7 0-13 .5t-12 1.5l-58-59 12-2q6-1 12-1 92 0 154.5 66.5T711-374zM483-886q62 0 132 18t137 53l-20 34q-65-33-130.5-49.5T483-847q-63 0-120 14.5T255-791l-28-27q56-36 120.5-52T483-886m0 99q109 0 209 56t161 141l-29 24q-55-78-148-129.5T483-748q-40 0-79 8.5T328-718l-30-28q43-20 90-30.5t95-10.5m0 98q140 0 234 90.5T811-381q0 30-11.5 57T765-281l-28-29q17-11 26-30t9-41q0-111-81-189t-209-78q-19 0-37 3.5t-35 9.5l-34-35q27-9 53.5-14t53.5-5m218 537q-94 0-163-67.5T466-384h38q2 81 60 137.5T701-190q14 0 29-2t27-6l16 33q-16 6-35 9.5t-37 3.5" })));
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: "M147.5-141q-33.863 0-56.681-22.819Q68-186.637 68-221v-40q0-33.362 22.819-56.181T147.5-340t56.681 22.819T227-261v40q0 34.363-22.819 57.181Q181.363-141 147.5-141M842-160h-51q-11.636 0-18.318-9.5T769-190l9-35q2-8 10.1-13t16.9-4l43 7q13 3 22.5 13t9.5 23.846q0 15.275-11.395 26.715T842-160m-163-20-91-28q-10-3-15-13t0-19l28-61q4-10 13.5-13t19.5 3l74 45q6 4 9 11.053 3 7.052 2 13.947l-9 43q-2 11-11.333 16T679-180m-189-71-54-13q-13-4-21.5-14.6T406-303v-36.63q0-19.77 6-37.07t20-29.3q7-6.25 16-7.625T466-411l76 45q8 5 9.5 12.5T550-337l-32 73q-2.688 7.769-10.844 11.885T490-251m-186-29q-8.737 0-15.538-7.031T279-305q-9-44-43.196-69.5Q201.607-400 160-400h-20q-8 0-14-6t-6-14 6-14 14-6h36q20 0 38.5-5t35.5-15q4.824-3 10.912-3T273-460q20 12 33.5 16t29.5 4q13.364 0 20.682 11.5T360-404q-6 15-10 31.52-4 16.521-4 32.48v36q0 8.8-6.9 16.4T322-280zM169.621-500q-42.123 0-70.872-27.797T70-597.633q0-21.549 7-41.458T98-672l52-52v-86h79v87q0 15.571-6.583 30.402Q215.833-677.768 205-667l-48.268 48.698q-3.893 3.873-5.812 8.183T149-601q0 8.118 5.659 14.059T168.04-581q1.96 0 15.96-6 14.383-11.778 32.191-19.889T260-615t43.106 8.111Q320.213-598.778 334-587q4 3 7.9 4.5t8.9 1.5q8.2 0 13.7-5.853T370-600.7q0-5.062-1.893-9.374t-5.75-8.186L315-667q-12-12-19-26t-7-30v-87h80v86l51.788 51.788Q435-658 442-638.5t7 41.5q0 41.227-28.632 69.113T349.786-500q-18.786-1-35.411-8.857T284-528q-5-4-11.5-7t-13.5-3q-4 0-24 10-14 12-30.481 19.469T169.621-500M259-810" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M147.5-141q-33.863 0-56.681-22.819Q68-186.637 68-221v-40q0-33.362 22.819-56.181T147.5-340t56.681 22.819T227-261v40q0 34.363-22.819 57.181Q181.363-141 147.5-141M842-160h-51q-11.636 0-18.318-9.5T769-190l9-35q2-8 10.1-13t16.9-4l43 7q13 3 22.5 13t9.5 23.846q0 15.275-11.395 26.715T842-160m-163-20-91-28q-10-3-15-13t0-19l28-61q4-10 13.5-13t19.5 3l74 45q6 4 9 11.053 3 7.052 2 13.947l-9 43q-2 11-11.333 16T679-180m-189-71-54-13q-13-4-21.5-14.6T406-303v-36.63q0-19.77 6-37.07t20-29.3q7-6.25 16-7.625T466-411l76 45q8 5 9.5 12.5T550-337l-32 73q-2.688 7.769-10.844 11.885T490-251m-186-29q-8.737 0-15.538-7.031T279-305q-9-44-43.196-69.5Q201.607-400 160-400h-20q-8 0-14-6t-6-14 6-14 14-6h36q20 0 38.5-5t35.5-15q4.824-3 10.912-3T273-460q20 12 33.5 16t29.5 4q13.364 0 20.682 11.5T360-404q-6 15-10 31.52-4 16.521-4 32.48v36q0 8.8-6.9 16.4T322-280zM169.621-500q-42.123 0-70.872-27.797T70-597.633q0-21.549 7-41.458T98-672l52-52v-46q0-16.725 11.637-28.362Q173.275-810 190-810q16.3 0 27.65 11.638T229-770v47q0 15.571-6.583 30.402Q215.833-677.768 205-667l-48.268 48.698q-3.893 3.873-5.812 8.183T149-601q0 8.118 5.659 14.059T168.04-581q1.96 0 15.96-6 14.383-11.778 32.191-19.889T260-615t43.106 8.111Q320.213-598.778 334-587q4 3 7.9 4.5t8.9 1.5q8.2 0 13.7-5.853T370-600.7q0-5.062-1.893-9.374t-5.75-8.186L315-667q-12-12-19-26t-7-30v-47q0-16.725 11.693-28.362Q312.386-810 329.193-810t28.307 11.638T369-770v46l51.788 51.788Q435-658 442-638.5t7 41.5q0 41.227-28.632 69.113T349.786-500q-18.786-1-35.411-8.857T284-528q-5-4-11.5-7t-13.5-3q-4 0-24 10-14 12-30.481 19.469T169.621-500M259-810" })));
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: "M147-141q-33 0-56-23t-23-57v-40q0-33 23-56t56-23q34 0 57 23t23 56v40q0 34-23 57t-57 23m695-19h-51q-11 0-18-9.5t-4-20.5l9-35q2-8 10-13t17-4l43 7q13 3 22.5 13t9.5 24q0 15-11.5 26.5T842-160m-163-20-91-28q-10-3-15-13t0-19l28-61q4-10 13.5-13t19.5 3l74 45q6 4 9 11t2 14l-9 43q-2 11-11.5 16t-19.5 2m-189-71-54-13q-13-4-21.5-14.5T406-303v-37q0-19 6-36.5t20-29.5q7-6 16-7.5t18 2.5l76 45q8 5 9.5 12.5T550-337l-32 73q-3 8-11 12t-17 1m-186-29q-9 0-15.5-7t-9.5-18q-9-44-43-69.5T160-400h-20q-8 0-14-6t-6-14 6-14 14-6h36q20 0 38.5-5t35.5-15q5-3 11-3t12 3q20 12 33.5 16t29.5 4q13 0 20.5 11.5T360-404q-6 15-10 31.5t-4 32.5v36q0 9-7 16.5t-17 7.5zM170-500q-43 0-71.5-28T70-598q0-21 7-41t21-33l52-52v-86h219v86l52 52q14 14 21 33.5t7 41.5q0 41-28.5 69T349-500q-18-1-34.5-9T284-528q-5-4-11.5-7t-13.5-3q-4 0-24 10-14 12-30.5 19.5T170-500" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M147-141q-33 0-56-23t-23-57v-40q0-33 23-56t56-23q34 0 57 23t23 56v40q0 34-23 57t-57 23m695-19h-51q-11 0-18-9.5t-4-20.5l9-35q2-8 10-13t17-4l43 7q13 3 22.5 13t9.5 24q0 15-11.5 26.5T842-160m-163-20-91-28q-10-3-15-13t0-19l28-61q4-10 13.5-13t19.5 3l74 45q6 4 9 11t2 14l-9 43q-2 11-11.5 16t-19.5 2m-189-71-54-13q-13-4-21.5-14.5T406-303v-37q0-19 6-36.5t20-29.5q7-6 16-7.5t18 2.5l76 45q8 5 9.5 12.5T550-337l-32 73q-3 8-11 12t-17 1m-186-29q-9 0-15.5-7t-9.5-18q-9-44-43-69.5T160-400h-20q-8 0-14-6t-6-14 6-14 14-6h36q20 0 38.5-5t35.5-15q5-3 11-3t12 3q20 12 33.5 16t29.5 4q13 0 20.5 11.5T360-404q-6 15-10 31.5t-4 32.5v36q0 9-7 16.5t-17 7.5zM170-500q-43 0-71.5-28T70-598q0-21 7-41t21-33l52-52v-39q0-20 13.5-33.5T197-810h125q20 0 33.5 13.5T369-763v39l52 52q14 14 21 33.5t7 41.5q0 41-28.5 69T349-500q-18-1-34.5-9T284-528q-5-4-11.5-7t-13.5-3q-4 0-24 10-14 12-30.5 19.5T170-500" })));
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: "M389-221v-80h70l128-137-127.93-138H379l-70 360q-11 56-45.748 88T179-96q-48 0-80.5-28.636Q66-153.273 66-194q0-30.648 18.3-50.324T131.765-264Q158-264 174.5-248t16.5 41q0 10-4 18t-11 13q3 2 7.5 3t10.5 1q12 1 21-10.5t12-29.5l71-364H160v-79h153l19-84q13-60 47.218-93.5 34.217-33.5 86.075-33.5Q513-866 545-838.5t32 68.5q0 32.696-18.5 52.348T510.529-698Q485-698 468.5-713T452-753q0-7.556 3.5-16.5T464-783q-2-2-6-3.5t-8-1.5q-12-1-22 10.75T415-749l-20 94h214v79h-44l78 87 73-87h-45v-79h219v79h-68L694-438l129 137h67v80H671v-80h45l-75-82-78 82h46v80z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M179-96q-48 0-80.5-28.636Q66-153.273 66-194q0-30.648 18.3-50.324T131.765-264Q158-264 174.5-248t16.5 41q0 9.556-4 18t-11 13q3 2 7.5 3t10.5 1q12 1 21-10.5t12-29.5l71-364h-99q-17 0-28-11t-11-27.807 11-28.5T199-655h114l19-84q13-60 47.218-93.5 34.217-33.5 86.075-33.5Q513-866 545-838.5t32 68.5q0 32.696-18.5 52.348T510.529-698Q485-698 468.5-713T452-753.167q0-7.833 3.5-16.448T464-783q-2-2-6-3.5t-8-1.5q-12-1-22 10.75T415-749l-20 94h173.717Q586-655 597.5-643.336t11.5 28.427Q609-601 601-591t-21 13h-17l80 89 76-89h-18q-13-3-21.5-12.889t-8.5-24.055Q671-632 682-643.5t28.38-11.5H851q16.3 0 27.65 11.693t11.35 28.5T878.65-587 851-576h-29L694-438l129 137h28q16.3 0 27.65 11.693t11.35 28.5-11.35 28.307T851-221H710.38Q693-221 682-232.664t-11-28.427q0-13.909 8.5-24.409T701-299h18l-78-84-80 84h18q13 3 21.5 13.5t8.5 24.409q0 16.764-11.638 28.427T569-221H429.255Q412-221 400.5-232.693t-11.5-28.5 11.638-28.307T429-301h30l128-137-127.93-138H379l-70 360q-11 56-45.748 88T179-96" })));
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: "M144.765-462q-54.682 0-92.723-38.277Q14-538.554 14-593.235q0-54.682 38.174-92.723Q90.348-724 144.882-724t92.326 38.277T275-592.765q0 54.682-37.985 92.723Q199.029-462 144.765-462M55-175v-93h851v93zm424.118-288q-54.535 0-92.326-37.917Q349-538.833 349-593q0-55 37.985-93.5t92.25-38.5q54.682 0 92.723 38.5Q610-648 610-593q0 54.167-38.174 92.083Q533.652-463 479.118-463m336.647 0q-54.682 0-92.723-37.917Q685-538.833 685-593q0-55 38.174-93.5t92.708-38.5 92.326 38.5T946-593q0 54.167-37.985 92.083Q870.029-463 815.765-463" })));
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: "M144.765-462q-54.682 0-92.723-38.277Q14-538.554 14-593.235q0-54.682 38.174-92.723Q90.348-724 144.882-724t92.326 38.277T275-592.765q0 54.682-37.985 92.723Q199.029-462 144.765-462m671-1q-54.682 0-92.723-37.917Q685-538.833 685-593q0-55 38.174-93.5t92.708-38.5 92.326 38.5T946-593q0 54.167-37.985 92.083Q870.029-463 815.765-463M558-485 370-672q19-24 47.5-38.5T479-725q54.583 0 92.792 38.5Q610-648 610-593q0 33-14.5 61T558-485M798-56 679-175H55v-93h530L55-799l51-51 743 743z" })));
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-55q-88 0-165.5-33.5t-135-91-91-135T55-480t33.5-165.5 91-135.5 135-91.5T480-906t165.5 33.5T781-781t91.5 135.5T906-480t-33.5 165.5-91.5 135-135.5 91T480-55m-35-74v-58q-42-5-79-20.5T298-248l-41 40q39 33 86 53.5T445-129m72-1q54-5 100.5-24.5T704-207l-42-40q-31 25-67.5 40T517-187zm-37-126q94 0 159.5-65.5T705-480q0-94-65.5-159.5T480-705q-93 0-158.5 65.5T256-480q0 93 65.5 158.5T480-256m274-1q32-39 52-86t25-101h-57q-5 41-20.5 78T714-298zm-548-2 40-40q-24-31-39-67.5T187-444h-57q5 53 24.5 99.5T206-259m274-68L364-480l116-154 116 154zM130-516h57q5-42 20-79t40-68l-40-41q-33 40-52.5 87T130-516m644 0h57q-5-54-25-101.5T754-704l-41 40q25 32 40.5 69t20.5 79M297-714q31-24 68.5-39.5T445-774v-58q-54 5-101.5 25.5T257-754zm364-1 42-40q-39-32-86-51.5T517-831v57q41 5 77 20t67 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: "M55-38v-249h851v249zm94-95h662v-60H149zm35-218v-555h593v555h-93v-461H277v461zm153-57h12q41 0 65-42.075T438-561q0-70-24-112t-65-42h-12zm226.296-82Q593-490 614-510.796q21-20.797 21-50Q635-591 614.204-611.5q-20.797-20.5-50-20.5Q534-632 513.5-611.704q-20.5 20.297-20.5 50Q493-532 513.296-511q20.297 21 50 21M481-582" })));
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: "M55-38v-249h851v249zm129-313v-555h593v555zm153-57h12q41 0 65-42.075T438-561q0-70-24-112t-65-42h-12zm226.389-67q36.797 0 63.204-25.796Q653-526.593 653-563.389t-26.203-63.204T563.796-653Q527-653 501-626.797q-26 26.204-26 63.001T500.796-501t62.593 26" })));
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: "M777-954v555h-69l-24-25v-436H248l-93-94zM562-545l-75-77q1-24 20-41.5t45-17.5q29.287 0 50.144 20.856T623-610q0 26-18 45t-43 20m-225 87v-225l100 99q-5.411 58.242-28.305 92.121Q385.8-458 349-458zM149-181h589l-60-60H149zM845-74l-13-13H55v-249h528L277-641v242h-93v-336L22-897l51-51 823 824zM399-521" })));
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: "m845-74-13-13H55v-249h528l-63-63H184v-336L22-897l51-51 823 824zm-68-880v555h-69L564-543q24-2 41.5-21.5T623-609q0-29-21-50.5T552-681q-26 0-45 17.5T487-622L155-954zM337-458h12q22 0 38-11.5t28-33.5l-78-78z" })));
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: "M411-177v-83h446v83zm187-183v-264l-68 68-50-50 154-154 154 154-50 50-69-68v264zm-495 0 134-352h56l135 352h-63l-32-91H195l-32 91zm105-136h114l-55-156h-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: "M411-177v-83h446v83zm187-183v-264l-68 68-50-50 154-154 154 154-50 50-69-68v264zm-495 0 134-352h56l135 352h-63l-32-91H195l-32 91zm105-136h114l-55-156h-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: "M10-135v-450l290-231v-128h94v128l290 231v160h-94v-116l-115-89v495h-92v-568l-36-31-36 31-1 568zm94-93h113l1-402-114 90zm439 93v-240h177v240zm60-60h57v-120h-57zM760-55v-144h130v-48H760v-60h190v144H820v48h130v60zM533-429" })));
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: "M543-135v-240h177v240zm60-60h57v-120h-57zM760-55v-144h130v-48H760v-60h190v144H820v48h130v60zM10-135v-450l290-231v-128h94v128l290 231v160H475v290h-92v-568l-36-31-36 31-1 568z" })));
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-700-sharp",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Latest sharp React icon components with weight 700 for Material Symbols",
5
5
  "files": [
6
6
  "dist"