@project-lary/react-material-symbols-300-outlined 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: "M457.308-329.924h45.384v-126.769h127.384v-45.383H502.692v-127.385h-45.384v127.385H330.539v45.383h126.769zM480-100.001q-11 0-21.615-4.308-10.616-4.308-19.616-12.308L117.232-438.154q-8-9-12.308-19.615-4.307-10.616-4.307-21.616 0-10.615 4.307-21.538t12.308-19.308l321.537-322.152q9-9 19.616-13t21.923-4q10.923 0 21.538 4t19 13l322.153 322.152q9.384 8 13.192 19.116t3.808 21.73q0 11-4 21.616t-13 19.615L520.846-116.617q-8.49 8.131-19.2 12.373-10.709 4.243-21.646 4.243m9.231-49.23 321.153-320.538q3.462-3.461 3.462-9.423t-3.462-9.424L489.231-809.769q-3.461-3.461-9.423-3.461t-9.424 3.461L149.847-488.616q-3.077 3.462-3.077 9.424t3.077 9.423l320.537 320.538q3.462 3.077 9.424 3.077t9.423-3.077M480.615-480" })));
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: "M457.308-330.308h45.384v-126.385h126.615v-45.383H502.692v-126.616h-45.384v126.616H330.924v45.383h126.384zM480-100.001q-11 0-21.615-4.308-10.616-4.308-19.616-12.308L117.232-438.154q-8-9-12.308-19.615-4.307-10.616-4.307-21.616 0-10.615 4.307-21.538t12.308-19.308l321.537-322.152q9-9 19.616-13t21.615-4q11.231 0 21.846 4t19 13l322.153 322.152q9.384 8 13.192 19.116t3.808 21.73q0 11-4 21.616t-13 19.615L520.846-116.617q-8.385 8-19 12.308T480-100.001" })));
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.067-100.001q-78.836 0-148.204-29.92t-120.682-81.21q-51.314-51.291-81.247-120.629-29.933-69.337-29.933-148.173t29.92-148.204q29.92-69.369 81.21-120.682 51.291-51.314 120.629-81.247 69.337-29.933 148.173-29.933t148.204 29.92q69.369 29.92 120.682 81.21 51.314 51.291 81.247 120.629 29.933 69.337 29.933 148.173t-29.92 148.204-81.21 120.682-120.629 81.247q-69.337 29.933-148.173 29.933m-.273-45.384q139.898 0 237.36-97.229 97.461-97.229 97.461-237.322 0-66.91-25.099-127.938-25.099-61.027-72.362-108.28L243.846-243.846q46.981 47.135 108.056 72.798t127.892 25.663m12.283-180.923v-40.384h184.845v40.384zM333.616-501.539H374v-85.076h86.077v-40.384H374v-85.077h-40.384v85.077h-85.077v40.384h85.077z" })));
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: "M197.694-140.001q-23.529 0-40.611-17.082t-17.082-40.611v-564.612q0-23.529 17.082-40.611t40.611-17.082h564.612q23.529 0 40.611 17.082t17.082 40.611v564.612q0 23.529-17.082 40.611t-40.611 17.082zm0-45.384h564.612q4.616 0 8.463-3.846t3.846-8.463v-564.612q0-2.308-.962-4.424-.961-2.115-2.884-4.039L189.231-189.231q1.924 1.923 4.039 2.884 2.116.962 4.424.962M708.845-320.77H502.078v-40.384h206.767zM238.616-603.846h77.154v77.154h40.384v-77.154h77.154v-40.384h-77.154v-77.154H315.77v77.154h-77.154z" })));
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: "M125.308-584q-3.423-2-3.519-6.308t1.904-7.923q62-85.23 155.878-132.23 93.879-47 200.66-47 106.953 0 201.822 45.807 94.87 45.808 157.87 131.423 3 5 2.115 8.385t-4.269 6.385q-3 2.615-7.675 2.465-4.675-.149-8.325-5.235-58.615-81.615-149.139-125.038-90.523-43.423-192.399-43.423-101.462 0-190.5 44.115T141.462-588.231q-4.385 5.385-8.269 6T125.308-584M598.077-82.923q-101.462-26-167.577-102.634t-66.115-186.212q0-47 34.307-78.808t82.335-31.808q47.641 0 81.73 31.808t34.089 78.808q0 37.822 28.998 63.334t67.346 25.512q38.117 0 66.041-25.616 27.923-25.615 27.923-63.23 0-122.054-90.463-204.758t-216.384-82.704-216.268 82.626-90.346 204.836q0 24.192 5.884 62.211t23.116 87.019q2 5 .192 7.693t-5.577 5.077q-4.385 2-8.692.782t-6.308-6.167q-13.769-39.539-21.269-78.269t-7.5-78.346q0-129.337 97.053-219.899t229.656-90.563q134.829 0 231.752 89.64 96.923 89.639 96.923 220.822 0 45.947-33.906 77.973-33.905 32.027-81.71 32.027-48.23 0-83.038-32.027t-34.808-77.973q0-38.231-27.913-64.039-27.914-25.807-66.548-25.807-38.949 0-67.398 25.704t-28.448 64.142q0 103.227 62.231 172.152 62.23 68.924 155.461 96.54 5.825 2.024 7.605 5.144t.78 7.313q-1.385 4.928-4.577 7.312t-8.577.385m-350.308-715q-3.846 1.231-6.923-.077-3.077-1.307-4.692-4.307-1.615-2.385-1.615-6.577t3-6.193q56.23-31 118.346-46.807Q418-877.692 481-877.692q64.109 0 125.741 15.615t118.182 45q5.384 2.385 6.269 6.577t-1.115 7.577q-2 3-5.693 5t-8.307 0q-54.231-28.538-113.836-43.461-59.606-14.923-121.428-14.923-61.428 0-120.044 14.884t-113 43.5m133.616 704q-57.231-60-89.539-125.808t-32.307-152.051q0-88.603 65.133-149.41Q389.806-582 481.018-582t156.943 60.808 65.731 149.423q0 5.115-2.635 7.75t-7.75 2.634q-4.23 0-7.615-2.634t-3.385-7.75q0-80.231-59.529-134.846t-141.769-54.616-141.163 54.616Q280.923-452 280.923-371.799q0 84.645 29.5 143.876 29.5 59.23 86.346 119.157 4.385 4.458 3.5 8.343t-3.5 6.5q-2.384 2.384-6.884 3.5-4.5 1.115-8.5-3.5m303.307-72.616q-87.231 0-151.346-58.337t-64.115-146.893q0-4.846 2.612-7.923t7.693-3.077q5.079 0 7.772 3.077 2.692 3.077 2.692 7.923 0 80.642 58.538 132.552 58.539 51.909 136.154 51.909 9.154 0 20.346-1t23.423-3q4.231-.615 7.231 1.5t4 5.964q1.385 4.199-.692 7.252t-7.077 4.053q-14.538 4.231-27.654 5.116t-19.577.884" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M480.231-777.461q106.953 0 201.822 45.807 94.87 45.808 157.87 131.423 3 5 2.115 8.385t-4.269 6.385q-3 2.615-7.675 2.465-4.675-.149-8.325-5.235-58.615-81.615-149.139-125.038-90.523-43.423-192.399-43.423-101.462 0-190.5 44.115T141.462-588.231q-4.385 5.385-8.269 6T125.308-584q-3.423-2-3.519-6.308t1.904-7.923q62-85.23 155.878-132.23 93.879-47 200.66-47m.017 95.23q134.829 0 231.752 89.64 96.923 89.639 96.923 220.822 0 45.947-33.906 77.973-33.905 32.027-81.71 32.027-48.23 0-83.038-32.027t-34.808-77.973q0-38.231-27.913-64.039-27.914-25.807-66.548-25.807-38.949 0-67.398 25.704t-28.448 64.142q0 103.227 62.231 172.152 62.23 68.924 155.461 96.54 5.825 2.024 7.605 5.144t.78 7.313q-1.385 4.928-4.577 7.312t-8.577.385q-101.462-26-167.577-102.634t-66.115-186.212q0-47 34.307-78.808t82.335-31.808q47.641 0 81.73 31.808t34.089 78.808q0 37.822 28.998 63.334t67.346 25.512q38.117 0 66.041-25.616 27.923-25.615 27.923-63.23 0-122.054-90.463-204.758t-216.384-82.704-216.268 82.626-90.346 204.836q0 24.192 5.884 62.211t23.116 87.019q2 5 .192 7.693t-5.577 5.077q-4.385 2-8.692.782t-6.308-6.167q-13.769-39.539-21.269-78.269t-7.5-78.346q0-129.337 97.053-219.899t229.656-90.563M481-877.692q64.109 0 125.741 15.615t118.182 45q5.384 2.385 6.269 6.577t-1.115 7.577q-2 3-5.693 5t-8.307 0q-54.231-28.538-113.836-43.461-59.606-14.923-121.428-14.923-61.428 0-120.044 14.884t-113 43.5q-3.846 1.231-6.923-.077-3.077-1.307-4.692-4.307-1.615-2.385-1.615-6.577t3-6.193q56.23-31 118.346-46.807Q418-877.692 481-877.692M481.018-582q91.213 0 156.943 60.808t65.731 149.423q0 5.115-2.635 7.75t-7.75 2.634q-4.23 0-7.615-2.634t-3.385-7.75q0-80.231-59.529-134.846t-141.769-54.616-141.163 54.616Q280.923-452 280.923-371.799q0 84.645 29.5 143.876 29.5 59.23 86.346 119.157 4.385 4.458 3.5 8.343t-3.5 6.5q-2.384 2.384-6.884 3.5-4.5 1.115-8.5-3.5-57.231-60-89.539-125.808t-32.307-152.051q0-88.603 65.133-149.41Q389.806-582 481.018-582m-1.482 199.231q5.079 0 7.772 3.077 2.692 3.077 2.692 7.923 0 80.642 58.538 132.552 58.539 51.909 136.154 51.909 9.154 0 20.346-1t23.423-3q4.231-.615 7.231 1.5t4 5.964q1.385 4.199-.692 7.252t-7.077 4.053q-14.538 4.231-27.654 5.116t-19.577.884q-87.231 0-151.346-58.337t-64.115-146.893q0-4.846 2.612-7.923t7.693-3.077" })));
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: "M857.154-68.231 462.693-462.693q-33.616 5.462-55.577 31.424-21.962 25.961-21.962 59.5 0 95.23 57.923 166.961t160.154 101.731q5 2 7 4.692t1 7.693q-1.385 5.384-4.577 7.384t-8.193.385q-107.23-28-170.653-106.116-63.423-78.115-63.423-182.73 0-37.539 22.384-67.5 22.385-29.962 58.385-40.577l-59.308-59.308q-48.769 25.231-76.653 69.615-27.885 44.385-27.885 97.77 0 76.846 25.923 136.576 25.923 59.731 89.538 126.5 3.385 4 3.385 7.693t-3.385 7.077q-3 2.615-7.5 2.615t-7.5-2.615Q318.154-161.693 288.846-228q-29.307-66.308-29.307-143.769 0-57.385 29.577-105.77t81.346-77l-57.616-58Q248-573.846 211.039-509.308q-36.962 64.539-36.962 137.539 0 32.692 7.5 71t21.5 77.846q2 4.384.5 7.577t-5.884 5.192q-5 2.385-9 .885t-6-6.27q-14.385-41.615-21.577-80.346-7.193-38.73-7.193-75.884 0-75.77 38.462-144.231 38.461-68.462 105.077-111.923L241-684.385q-29.384 20-54.269 44.077t-44.885 52.077q-4.384 5.385-8.269 6.193T125.693-584q-3-2-3.5-5.808t1.5-8.423q21.769-29.384 47.846-54.384T227-698L65.54-859.461l17.692-17.692L874.46-85.539zM693.307-361.385q-4.615 0-7.807-2.884t-3.193-7.5q0-79.846-59.153-134.269Q564-560.461 482.539-561.231q-5.462 0-9.731.308t-8.73 1.308l-18.77-19.154q8.692-1.616 17.654-2.423Q471.923-582 481-582q91.231 0 156.961 60.808t65.731 149.423q0 5-2.692 7.692t-7.693 2.692M481-877.692q64.231 0 125.769 15.615t118.154 45q5.384 2.385 6.269 6.577t-1.115 7.577q-2 3-5.693 5t-8.307 0q-54.231-28.538-113.846-43.461T481-856.307q-66.077 0-127.961 17.115t-118.731 49.423l-14.769-14.385q58.846-36.461 125.923-55Q412.539-877.692 481-877.692m-.769 100.231q106.846 0 201.769 45.807t157.923 131.423q3 5 2.115 8.385t-4.269 6.385q-3 2.615-7.692 2.423t-8.308-5.193q-58.615-81.615-149.154-125.038t-192.384-43.423q-46.692 0-90.769 9.231t-85.154 27.692l-15.384-15q44.461-20.846 92.538-31.769t98.769-10.923m0 95.23q134.846 0 231.769 85.962t96.923 217.192q0 31.077-16.269 60.884-16.269 29.808-41.961 44.193l-14.77-15.385q21.077-12 36.154-37.308 15.077-25.307 15.077-52.384 0-122.23-90.539-201.192-90.538-78.962-216.384-78.962-26.077 0-50.846 3.923t-48.846 12.154l-17.385-17.769q27.462-9.846 57.039-15.577 29.576-5.731 60.038-5.731m205.23 515.692q-87.23 0-151.538-58.115t-64.308-147.115q0-5.385 2.693-8.385t7.692-3q4.615 0 7.5 3t2.885 8.385q0 81 58.73 132.73 58.731 51.731 136.346 51.731 9.154 0 20.347-1 11.192-1 23.423-3 4.23-.615 7.23 1.5t4 5.5q1 4.385-.884 7.577-1.885 3.192-6.885 4.192-14.538 3.846-27.653 4.923-13.116 1.077-19.578 1.077" })));
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: "M162.693-175.385q-27.616 0-47.077-19.461-19.462-19.462-19.462-47.077v-40q0-27.616 19.462-47.077 19.461-19.461 47.077-19.461 27.615 0 47.076 19.461t19.462 47.077v40q0 27.615-19.462 47.077-19.461 19.461-47.076 19.461M842-171.154h-55.615q-7.616 0-11.923-5.885t-2.308-12.346l9-30.846q1.615-5 5.808-8.115t9.807-2.5l49.231 7q10.231 1.615 16.538 8.615t6.308 17.039q0 11-8.115 19.019T842-171.154m-150-15-103.231-34.615q-5.615-2.081-8.423-7.848-2.807-5.768-.192-11.383l25.615-57.846q3-6 8.616-8.115t11.615 1.5l86.846 50.23q4.615 2 6.115 6.308t.885 8.923l-8.615 42.231q-2 6.615-7.423 9.615t-11.808 1m-186-70-72.615-19q-9.616-2.615-15.923-9.961-6.308-7.347-6.308-17.885v-37q0-16.615 4.615-32.038t15.846-26.808q5-4.615 11.77-5.731t13.154 1.885l91.307 50.461q4.712 2.98 6.356 8.106T553.846-334l-30.615 70.231q-2.084 4.65-7.124 6.94t-10.107.675m-201.231-35q-5.615 0-9.325-4.5t-5.29-11.5q-8.231-48.385-44.497-76.192-36.265-27.808-85.657-27.808h-20q-4.231 0-6.538-2.308T131.154-420t2.308-6.538q2.307-2.308 6.538-2.308h36q20.341 0 39.709-5.308t36.368-15.538q3.647-2.385 7.731-2.385t8.115 2.385q20.231 11.846 41.885 16.346t39.807 4.5q8.721 0 13.283 6.808 4.563 6.807.948 14.038-7.615 16-11.308 33.308-3.692 17.307-3.692 34.692v34.231q0 6-4.289 10.307t-9.88 4.308zM179.231-491.923q-34.703 0-58.313-23.077t-23.61-56.786q0-15.71 5.923-30.336T120-627.615l57.308-56.923v-100.076h45.384v93.999q0 12.333-5.116 23.743-5.115 11.411-13.961 20.257l-50.615 52q-5.154 4.769-7.731 10.687-2.577 5.919-2.577 12.337 0 14.053 10.172 24.169T177-537.307q9.154 0 28-12.923 11.846-9.846 25.725-16.461 13.879-6.616 29.308-6.616 15.813 0 29.712 6.552 13.9 6.551 25.639 16.525 6.154 5.769 12.808 9.346T343-537.307q13.964 0 24.136-10.211t10.172-24.232q0-6.404-2.384-12.25t-7.539-10.615l-51.385-52q-8.846-8.846-13.769-20.257-4.923-11.41-4.923-23.743v-93.999h45.384v100.076L400-627.615q10.846 10.96 16.769 25.562t5.923 30.438q0 33.538-23.61 56.615t-58.313 23.077q-16.23-.616-29.576-7.231T285.616-516q-5.77-4.769-11.923-8.346T260-527.923q-7.385 0-26 11.923-11.846 9.846-25.577 16.654t-29.192 7.423M260-784.614" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M162.693-175.385q-27.616 0-47.077-19.461-19.462-19.462-19.462-47.077v-40q0-27.616 19.462-47.077 19.461-19.461 47.077-19.461 27.615 0 47.076 19.461t19.462 47.077v40q0 27.615-19.462 47.077-19.461 19.461-47.076 19.461M842-171.154h-55.615q-7.616 0-11.923-5.885t-2.308-12.346l9-30.846q1.615-5 5.808-8.115t9.807-2.5l49.231 7q10.231 1.615 16.538 8.615t6.308 17.039q0 11-8.115 19.019T842-171.154m-150-15-103.231-34.615q-5.615-2.081-8.423-7.848-2.807-5.768-.192-11.383l25.615-57.846q3-6 8.616-8.115t11.615 1.5l86.846 50.23q4.615 2 6.115 6.308t.885 8.923l-8.615 42.231q-2 6.615-7.423 9.615t-11.808 1m-186-70-72.615-19q-9.616-2.615-15.923-9.961-6.308-7.347-6.308-17.885v-37q0-16.615 4.615-32.038t15.846-26.808q5-4.615 11.77-5.731t13.154 1.885l91.307 50.461q4.712 2.98 6.356 8.106T553.846-334l-30.615 70.231q-2.084 4.65-7.124 6.94t-10.107.675m-201.231-35q-5.615 0-9.325-4.5t-5.29-11.5q-8.231-48.385-44.497-76.192-36.265-27.808-85.657-27.808h-20q-4.231 0-6.538-2.308T131.154-420t2.308-6.538q2.307-2.308 6.538-2.308h36q20.341 0 39.709-5.308t36.368-15.538q3.647-2.385 7.731-2.385t8.115 2.385q20.231 11.846 41.885 16.346t39.807 4.5q8.721 0 13.283 6.808 4.563 6.807.948 14.038-7.615 16-11.308 33.308-3.692 17.307-3.692 34.692v34.231q0 6-4.289 10.307t-9.88 4.308zM179.231-491.923q-34.703 0-58.313-23.077t-23.61-56.786q0-15.71 5.923-30.336T120-627.615l57.308-56.923v-77.384q0-9.904 6.398-16.298t16.307-6.394q9.91 0 16.294 6.394t6.385 16.298v71.307q0 12.333-5.116 23.743-5.115 11.411-13.961 20.257l-50.615 52q-5.154 4.769-7.731 10.687-2.577 5.919-2.577 12.337 0 14.053 10.172 24.169T177-537.307q9.154 0 28-12.923 11.846-9.846 25.725-16.461 13.879-6.616 29.308-6.616 15.813 0 29.712 6.552 13.9 6.551 25.639 16.525 6.154 5.769 12.808 9.346T343-537.307q13.964 0 24.136-10.211t10.172-24.232q0-6.404-2.384-12.25t-7.539-10.615l-51.385-52q-8.846-8.846-13.769-20.257-4.923-11.41-4.923-23.743v-71.307q0-9.904 6.398-16.298t16.307-6.394q9.91 0 16.294 6.394t6.385 16.298v77.384L400-627.615q10.846 10.96 16.769 25.562t5.923 30.438q0 33.538-23.61 56.615t-58.313 23.077q-16.23-.616-29.576-7.231T285.616-516q-5.77-4.769-11.923-8.346T260-527.923q-7.385 0-26 11.923-11.846 9.846-25.577 16.654t-29.192 7.423M260-784.614" })));
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: "M162.693-175.385q-27.462 0-47-19.538-19.539-19.539-19.539-47v-40q0-27.462 19.539-47 19.538-19.538 47-19.538 27.461 0 46.999 19.538t19.539 47v40q0 27.461-19.539 47-19.538 19.538-46.999 19.538M842-171.154h-55.615q-7.616 0-11.923-5.808t-2.308-12.423l9-30.846q1.615-5 5.808-8.115t9.807-2.5l49.231 7q10.231 1.615 16.538 8.615T868.846-198q0 10.615-8.115 18.731-8.116 8.115-18.731 8.115m-150-15-103.231-34.615q-5.615-2-8.423-7.808T580.154-240l25.615-57.846q3-6 8.616-8.115t11.615 1.5l86.846 50.23q4.615 2 6.115 6.308t.885 8.923l-8.615 42.231q-2 6.615-7.423 9.615t-11.808 1m-186-70-72.615-19q-9.616-2.615-15.923-9.923T411.154-303v-37q0-16.615 4.615-32.038t15.846-26.808q5-4.615 11.77-5.731t13.154 1.885l91.307 50.461q4.615 3 6.308 8.116T553.846-334l-30.615 70.231q-2 4.615-7.116 6.923t-10.115.692m-201.231-35q-5.615 0-9.307-4.5t-5.308-11.5q-8.231-48.385-44.5-76.192-36.269-27.808-85.654-27.808h-20q-4.231 0-6.538-2.308T131.154-420t2.308-6.538q2.307-2.308 6.538-2.308h36q20.231 0 39.654-5.308t36.423-15.538q3.769-2.385 7.731-2.385t8.115 2.385q20.231 11.846 41.885 16.346t39.807 4.5q8.616 0 13.231 6.808t1 14.038q-7.615 16-11.308 33.308-3.692 17.307-3.692 34.692v34.231q0 6-4.308 10.307t-9.923 4.308zM179.231-491.923q-34.538 0-58.231-23.077-23.692-23.077-23.692-56.615 0-15.846 5.923-30.5t16.769-25.5l57.308-56.923v-100.076h165.384v100.076L400-627.615q10.846 10.846 16.769 25.5t5.923 30.5q0 33.538-23.692 56.615-23.693 23.077-58.231 23.077-16.23-.616-29.576-7.231T285.616-516q-5.77-4.769-11.923-8.346T260-527.923q-7.385 0-26 11.923-11.846 9.846-25.577 16.654t-29.192 7.423" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M162.693-175.385q-27.462 0-47-19.538-19.539-19.539-19.539-47v-40q0-27.462 19.539-47 19.538-19.538 47-19.538 27.461 0 46.999 19.538t19.539 47v40q0 27.461-19.539 47-19.538 19.538-46.999 19.538M842-171.154h-55.615q-7.616 0-11.923-5.808t-2.308-12.423l9-30.846q1.615-5 5.808-8.115t9.807-2.5l49.231 7q10.231 1.615 16.538 8.615T868.846-198q0 10.615-8.115 18.731-8.116 8.115-18.731 8.115m-150-15-103.231-34.615q-5.615-2-8.423-7.808T580.154-240l25.615-57.846q3-6 8.616-8.115t11.615 1.5l86.846 50.23q4.615 2 6.115 6.308t.885 8.923l-8.615 42.231q-2 6.615-7.423 9.615t-11.808 1m-186-70-72.615-19q-9.616-2.615-15.923-9.923T411.154-303v-37q0-16.615 4.615-32.038t15.846-26.808q5-4.615 11.77-5.731t13.154 1.885l91.307 50.461q4.615 3 6.308 8.116T553.846-334l-30.615 70.231q-2 4.615-7.116 6.923t-10.115.692m-201.231-35q-5.615 0-9.307-4.5t-5.308-11.5q-8.231-48.385-44.5-76.192-36.269-27.808-85.654-27.808h-20q-4.231 0-6.538-2.308T131.154-420t2.308-6.538q2.307-2.308 6.538-2.308h36q20.231 0 39.654-5.308t36.423-15.538q3.769-2.385 7.731-2.385t8.115 2.385q20.231 11.846 41.885 16.346t39.807 4.5q8.616 0 13.231 6.808t1 14.038q-7.615 16-11.308 33.308-3.692 17.307-3.692 34.692v34.231q0 6-4.308 10.307t-9.923 4.308zM179.231-491.923q-34.538 0-58.231-23.077-23.692-23.077-23.692-56.615 0-15.846 5.923-30.5t16.769-25.5l57.308-56.923v-71.23q0-12.616 8.116-20.731t20.73-8.115h107.692q12.615 0 20.73 8.115t8.116 20.731v71.23L400-627.615q10.846 10.846 16.769 25.5t5.923 30.5q0 33.538-23.692 56.615-23.693 23.077-58.231 23.077-16.23-.616-29.576-7.231T285.616-516q-5.77-4.769-11.923-8.346T260-527.923q-7.385 0-26 11.923-11.846 9.846-25.577 16.654t-29.192 7.423" })));
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: "M407.77-250.001v-45.383h54.384l125.231-144.001-125.231-145.231h-77.462l-69.077 352.153q-9.538 50.77-33.807 76.616t-63.346 25.846q-37.154 0-61.961-21.692-24.808-21.692-24.808-54.615 0-23.153 12.5-37.538t33.038-14.384q17.923 0 29.5 10.653 11.576 10.654 11.576 27.962 0 12.538-6.423 22.615t-16.731 14.539q4.385 3.154 11.385 5.307T221.231-175q19.154 0 31.423-17.115 12.27-17.116 18.962-49.809l67.462-342.692H213.847v-45.383h133.154l20.23-103.692q9.385-46.924 33.885-71.616t62.192-24.692q37.153 0 61.538 21.692t24.384 54.615q0 23.538-12.692 37.73t-33.23 14.192q-17.308 0-29.192-10.153t-11.885-26.462q0-11.538 6.116-21.808t15.577-14.346q-3.538-3.923-10.615-6.384-7.078-2.462-14.155-2.462-17.231-.385-29.616 15.269T412-725.384l-18 95.385h183.23v45.383h-54.693L619-473.23l93.001-111.386h-55.693v-45.383h169.845v45.383h-53.769L648.153-439.385l124.616 144.001h53.384v45.383H656.308v-45.383h55.693l-94.232-109.155-95.847 109.155h55.308v45.383z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M218.462-130.001q-37.154 0-61.961-21.692-24.808-21.692-24.808-54.615 0-23.153 12.5-37.538t33.038-14.384q17.923 0 29.5 10.653 11.576 10.654 11.576 27.962 0 12.538-6.423 22.615t-16.731 14.539q4.385 3.154 11.385 5.307T221.231-175q19.154 0 31.423-17.115 12.27-17.116 18.962-49.809l67.462-342.692H236.539q-9.923 0-16.307-6.384-6.385-6.385-6.385-16.307 0-9.923 6.385-16.308t16.307-6.384h110.462l20.23-103.692q9.385-46.924 33.885-71.616t62.192-24.692q37.153 0 61.538 21.692t24.384 54.615q0 23.538-12.692 37.73t-33.23 14.192q-17.308 0-29.192-10.153t-11.885-26.462q0-11.538 6.116-21.808t15.577-14.346q-3.538-3.923-10.615-6.384-7.078-2.462-14.155-2.462-17.231-.385-29.616 15.269T412-725.384l-18 95.385h160.538q9.923 0 16.308 6.384t6.384 16.308q0 9.922-6.577 16.499t-16.884 6.192h-31.232L619-473.23l93.001-111.386h-32.232q-9.923.385-16.692-6.192t-6.769-16.499 6.384-16.308q6.385-6.384 16.308-6.384h124.461q9.923 0 16.307 6.384 6.385 6.385 6.385 16.308T819.768-591t-16.307 6.384h-31.077L648.153-439.385l124.616 144.001h30.692q9.923 0 16.307 6.384 6.385 6.385 6.385 16.307 0 9.923-6.385 16.308t-16.307 6.384H679q-9.923 0-16.308-6.384t-6.384-16.308q0-9.922 6.769-16.499t16.692-6.192h32.232l-94.232-109.155-95.847 109.155h31.847q10.307-.385 16.884 6.192t6.577 16.499-6.384 16.308q-6.385 6.384-16.308 6.384H430.461q-9.922 0-16.307-6.384t-6.384-16.308q0-9.922 6.384-16.307t16.307-6.384h31.693l125.231-144.001-125.231-145.231h-77.462l-69.077 352.153q-9.538 50.77-33.807 76.616t-63.346 25.846" })));
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: "M162.195-457.462q-42.579 0-72.386-30.003T60.002-560.33q0-42.701 29.923-72.108 29.924-29.407 72.673-29.407 42.588 0 72.187 29.7 29.6 29.699 29.6 72.127 0 42.749-29.806 72.653-29.805 29.903-72.384 29.903m-62.194 242.076v-49.999h759.998v49.999zm379.786-243.46q-42.748 0-72.46-29.525t-29.711-71.701q0-43.011 29.924-73.084 29.924-30.074 72.673-30.074 42.748 0 72.46 30.035t29.711 72.942q0 42.234-29.924 71.82-29.924 29.587-72.673 29.587m317.615 0q-42.588 0-72.188-29.525-29.599-29.524-29.599-71.701 0-43.011 29.806-73.084 29.805-30.074 72.384-30.074t72.386 30.035q29.808 30.035 29.808 72.942 0 42.234-29.924 71.82-29.924 29.587-72.673 29.587" })));
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: "M162.195-457.462q-42.579 0-72.386-30.003T60.002-560.33q0-42.701 29.923-72.108 29.924-29.407 72.673-29.407 42.588 0 72.187 29.7 29.6 29.699 29.6 72.127 0 42.749-29.806 72.653-29.805 29.903-72.384 29.903m635.207-1.384q-42.588 0-72.188-29.525-29.599-29.524-29.599-71.701 0-43.011 29.806-73.084 29.805-30.074 72.384-30.074t72.386 30.035q29.808 30.035 29.808 72.942 0 42.234-29.924 71.82-29.924 29.587-72.673 29.587m-242.171-35.001L413.77-636.076q12.553-12.769 29.697-19.961 17.145-7.193 36.533-7.193 42.66 0 72.522 30.042 29.862 30.041 29.862 72.958 0 19.524-7.192 36.596t-19.961 29.787m266.847 424L676.539-215.386H100.001v-49.999H626.54L74.924-817.001l32.615-32.614 747.153 747.153z" })));
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-100.001q-78.769 0-148.115-29.962-69.346-29.961-120.653-81.269-51.308-51.307-81.269-120.653T100.001-480t29.962-148.115q29.961-69.346 81.269-120.653 51.307-51.308 120.653-81.269T480-859.999t148.115 29.962q69.346 29.961 120.653 81.269 51.308 51.307 81.269 120.653T859.999-480t-29.962 148.115q-29.961 69.346-81.269 120.653-51.307 51.308-120.653 81.269T480-100.001m-22.692-45.615v-75.385q-41.769-3.846-78.346-19.231-36.577-15.384-66.192-40.538l-53.693 52.923q40.538 35.693 90.846 57.039t107.385 25.192m45.384 0q57.077-3.846 107.192-25.192 50.116-21.346 90.655-57.039l-52.924-52.923q-30 25.154-66.577 40.538-36.577 15.385-78.346 19.231zM480-264.154q90.231 0 153.038-62.808T695.846-480t-62.808-153.038Q570.231-695.846 480-695.846t-153.038 62.808T264.154-480t62.808 153.038Q389.769-264.154 480-264.154m252.153 5.077q35.693-40.538 57.039-90.846t25.192-107.385h-75.385q-3.846 41.769-19.231 78.346-15.384 36.577-40.538 66.192zm-504.306 0 52.923-53.308q-25.154-30-40.538-66.577-15.385-36.577-19.231-78.346h-75.385q3.846 57.077 25.192 107.385t57.039 90.846M480-341.693 375.77-480 480-618.307 583.23-480zM145.616-502.692h75.385q3.846-41.769 19.231-78.346 15.384-36.577 40.538-66.577l-52.923-52.924Q192.154-660 170.808-609.884t-25.192 107.192m593.383 0h75.385q-3.846-57.077-25.192-107.192-21.346-50.116-56.654-90.655l-53.308 52.924q25.154 30 40.538 66.577 15.385 36.577 19.231 78.346M312.385-679.23q30-25.154 66.577-40.538 36.577-15.385 78.346-19.231v-75.385q-57.077 3.846-107.385 25.192t-90.846 57.039zm335.23 0 52.924-53.308Q660-767.846 609.884-789.192t-107.192-25.192v75.385q41.769 3.846 78.346 19.231 36.577 15.384 66.577 40.538" })));
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: "M100.001-100.001v-95.383q0-23.75 17.097-40.721 17.096-16.971 40.596-16.971h644.612q23.5 0 40.596 17.096 17.097 17.096 17.097 40.596v95.383zm45.384-45.384h669.23v-49.999q0-5.385-3.462-8.847t-8.847-3.462H157.694q-5.385 0-8.847 3.462t-3.462 8.847zm73.385-189.999v-466.922q0-23.529 17.082-40.611t40.611-17.082h407.074q23.529 0 40.611 17.082t17.082 40.611v466.922h-45.384v-466.922q0-5.385-3.462-8.847t-8.847-3.462H276.463q-5.385 0-8.847 3.462t-3.462 8.847v466.922zm107.692-82.463h22.615q37.154 0 58.461-38.162 21.308-38.162 21.308-103.232 0-66.22-21.308-104.374-21.307-38.153-58.461-38.153h-22.615zM561.94-496.77q25.752 0 44.059-18.316 18.308-18.317 18.308-44.038 0-25.722-18.094-44.029t-43.846-18.308-44.059 18.094T500-559.552q0 25.721 18.094 44.252 18.094 18.53 43.846 18.53M480-575" })));
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: "M100.001-100.001v-95.383q0-23.75 17.097-40.721 17.096-16.971 40.596-16.971h644.612q23.5 0 40.596 17.096 17.097 17.096 17.097 40.596v95.383zM218.77-335.384v-466.922q0-23.529 17.082-40.611t40.611-17.082h407.074q23.529 0 40.611 17.082t17.082 40.611v466.922zm107.692-82.463h22.615q37.154 0 58.461-38.162 21.308-38.162 21.308-103.232 0-66.22-21.308-104.374-21.307-38.153-58.461-38.153h-22.615zm232.662-78.923q25.722 0 44.029-18.316 18.308-18.317 18.308-44.038 0-25.722-18.094-44.029t-43.815-18.308-44.252 18.094-18.53 43.815 18.316 44.252q18.317 18.53 44.038 18.53" })));
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: "M683.537-909.614q23.529 0 40.611 17.082 17.082 17.081 17.082 40.61v457.306h-34.691l-10.693-10.692v-446.614q0-5.385-3.462-8.847t-8.847-3.461H239.232l-12.846-12.846q6-13.538 19.432-23.038t30.165-9.5zm-128.383 362.46-64.076-64.077q.769-24.769 19.012-42.307t43.141-17.538q25.797 0 44.167 18.193t18.371 44.084q0 24.645-17.923 42.953-17.923 18.307-42.692 18.692m-228.692 79.307v-215.691l101.153 101.153q-5.257 53.857-25.704 84.198t-52.834 30.34zM145.385-195h604.001l-62.308-62.308H157.694q-5.385 0-8.847 3.462-3.462 3.461-3.462 8.846zm696.462 92.461-47.078-47.078H100.001V-245q0-23.798 17.097-40.745 17.096-16.947 40.596-16.947h484l-377.54-377.54V-385H218.77v-340.616L50.232-894.154l33-32.614L874.46-135.154zM412.463-533.308" })));
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: "m841.847-102.539-47.078-47.078H100.001V-245q0-24.23 16.923-40.961 16.924-16.731 40.77-16.731h484L559.386-385H218.77v-340.616L50.232-894.154l33-32.614L874.46-135.154zM276.463-909.614h407.074q23.616 0 40.654 17.038 17.039 17.039 17.039 40.654v457.306h-34.691L555.154-546.77q25.153-.769 42.884-18.884t17.731-43.269q0-25.538-18.5-43.846t-44.038-18.307q-24.769 0-43.077 17.538-18.307 17.538-19.076 42.307L226.386-877.076q6-13.538 19.385-23.038 13.384-9.5 30.692-9.5m49.999 441.767h22.615q23.769 0 40.385-15.692 16.615-15.693 26.692-45.078l-89.692-89.307z" })));
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: "M445.77-212.309v-45.383h378.46v45.383zm166.538-156.153v-292.539L531-579.693l-32-31.999 136-135.999 135.999 135.999L739-579.693l-81.309-81.308v292.539zm-476.538 0 146.231-360h28.922l147 360h-37.461L378.77-472.309h-165l-41.692 103.847zm90.077-134.462h141.231l-69-175.692h-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: "M445.77-212.309v-45.383h378.46v45.383zm166.538-156.153v-292.539L531-579.693l-32-31.999 136-135.999 135.999 135.999L739-579.693l-81.309-81.308v292.539zm-476.538 0 146.231-360h28.922l147 360h-37.461L378.77-472.309h-165l-41.692 103.847zm90.077-134.462h141.231l-69-175.692h-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: "M181.796-180.001q-51.094 0-86.444-36.593t-35.35-88.868v-176.692q0-41.917 18.153-79.227 18.154-37.311 51.231-63.388L299.77-760.153q17.385-13.384 26.769-33.52 9.385-20.136 9.385-42.557v-63.153h45.383v63.153q0 22.438 9.61 42.589 9.609 20.152 26.929 33.488l170 135.384q32.635 26.121 50.702 63.378t18.067 79.237v28.384h-45.384v-28.384q0-31.762-13.692-59.458t-37.462-47.696L459-668.462v463.614q-22.077-17.461-33.23-42.538-11.154-25.077-11.154-58.076v-398.076l-56-46.462-56.001 46.462v398.076q0 51.999-35.269 88.73t-85.55 36.731m-.663-45.384q32.406 0 54.253-23.769 21.846-23.77 21.846-56.308v-363l-99.693 79.154q-24.769 20-38.462 47.731-13.692 27.731-13.692 59.423v176.692q0 33.671 22.056 56.874t53.692 23.203m377.174 45.384q-13.296 0-22.109-9.064t-8.814-21.859v-156.923q0-13.296 8.814-22.11t22.109-8.813h96.923q12.796 0 21.859 8.813t9.064 22.11v156.923q0 12.796-9.064 21.859t-21.859 9.064zm7.846-38.769h81.231v-141.231h-81.231zm167.693 118.769v-102.308q0-13.692 8.75-22.307t22.173-8.615h98.769v-55.693H733.846v-38.769h137.538q13.423 0 22.172 8.75t8.75 22.173v71.384q0 13.692-8.75 22.308t-22.172 8.615h-98.77v55.693h129.692v38.769zM535.615-446.924" })));
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: "M558.307-180.001q-12.846 0-21.884-9.231t-9.039-21.692v-156.923q0-12.846 9.039-21.885 9.038-9.038 21.884-9.038h96.923q12.461 0 21.692 9.038t9.231 21.885v156.923q0 12.461-9.231 21.692t-21.692 9.231zm7.846-38.769h81.231v-141.231h-81.231zm167.693 118.769v-102.308q0-13.846 8.73-22.384t22.193-8.538h98.769v-55.693H733.846v-38.769h137.538q13.461 0 22.192 8.731t8.73 22.192v71.384q0 13.846-8.73 22.385-8.731 8.538-22.192 8.538h-98.77v55.693h129.692v38.769zm-551.845-80q-51.769 0-86.884-36.731Q60-253.463 60-305.462v-176.692q0-41.923 18.154-79.23t51.231-63.385L299.77-760.153q17.385-13.384 26.769-33.654 9.385-20.269 9.385-42.423v-63.153h45.383v63.153q0 22.154 9.577 42.423t26.962 33.654l170 135.384q33.076 26.077 50.923 63.385 17.846 37.307 17.846 79.23v28.384H516.692q-23.846 0-40.769 16.73Q459-420.309 459-396.078v191.23q-22.077-17.461-33.23-42.538-11.154-25.077-11.154-58.076v-398.076l-56-46.462-56.001 46.462v398.076q0 51.999-35.115 88.73t-85.499 36.731" })));
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-300-outlined",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Latest outlined React icon components with weight 300 for Material Symbols",
5
5
  "files": [
6
6
  "dist"