@project-lary/react-material-symbols-700-sharp 0.26.0 → 0.27.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 (58) hide show
  1. package/dist/components/Badminton.d.ts +4 -0
  2. package/dist/components/Badminton.js +6 -0
  3. package/dist/components/BadmintonFilled.d.ts +4 -0
  4. package/dist/components/BadmintonFilled.js +6 -0
  5. package/dist/components/MobileWrench.d.ts +4 -0
  6. package/dist/components/MobileWrench.js +6 -0
  7. package/dist/components/MobileWrenchFilled.d.ts +4 -0
  8. package/dist/components/MobileWrenchFilled.js +6 -0
  9. package/dist/components/MovieSpeaker.d.ts +4 -0
  10. package/dist/components/MovieSpeaker.js +6 -0
  11. package/dist/components/MovieSpeakerFilled.d.ts +4 -0
  12. package/dist/components/MovieSpeakerFilled.js +6 -0
  13. package/dist/components/Padel.d.ts +4 -0
  14. package/dist/components/Padel.js +6 -0
  15. package/dist/components/PadelFilled.d.ts +4 -0
  16. package/dist/components/PadelFilled.js +6 -0
  17. package/dist/components/Pickleball.d.ts +4 -0
  18. package/dist/components/Pickleball.js +6 -0
  19. package/dist/components/PickleballFilled.d.ts +4 -0
  20. package/dist/components/PickleballFilled.js +6 -0
  21. package/dist/components/PlaneContrails.d.ts +4 -0
  22. package/dist/components/PlaneContrails.js +6 -0
  23. package/dist/components/PlaneContrailsFilled.d.ts +3 -0
  24. package/dist/components/PlaneContrailsFilled.js +3 -0
  25. package/dist/components/RadioButtonChecked.js +1 -1
  26. package/dist/components/RadioButtonCheckedFilled.d.ts +3 -4
  27. package/dist/components/RadioButtonCheckedFilled.js +3 -6
  28. package/dist/components/RadioButtonPartial.js +1 -1
  29. package/dist/components/RadioButtonPartialFilled.d.ts +3 -4
  30. package/dist/components/RadioButtonPartialFilled.js +3 -6
  31. package/dist/components/RadioButtonUnchecked.js +1 -1
  32. package/dist/components/RadioButtonUncheckedFilled.d.ts +3 -4
  33. package/dist/components/RadioButtonUncheckedFilled.js +3 -6
  34. package/dist/components/ShieldToggle.d.ts +4 -0
  35. package/dist/components/ShieldToggle.js +6 -0
  36. package/dist/components/ShieldToggleFilled.d.ts +4 -0
  37. package/dist/components/ShieldToggleFilled.js +6 -0
  38. package/dist/components/SplitScene.js +1 -1
  39. package/dist/components/SplitSceneDown.js +1 -1
  40. package/dist/components/SplitSceneDownFilled.js +1 -1
  41. package/dist/components/SplitSceneFilled.js +1 -1
  42. package/dist/components/SplitSceneLeft.js +1 -1
  43. package/dist/components/SplitSceneLeftFilled.js +1 -1
  44. package/dist/components/SplitSceneRight.js +1 -1
  45. package/dist/components/SplitSceneRightFilled.js +1 -1
  46. package/dist/components/SplitSceneUp.js +1 -1
  47. package/dist/components/SplitSceneUpFilled.js +1 -1
  48. package/dist/components/Timer1.d.ts +4 -0
  49. package/dist/components/Timer1.js +6 -0
  50. package/dist/components/Timer1Filled.d.ts +3 -0
  51. package/dist/components/Timer1Filled.js +3 -0
  52. package/dist/components/Timer2.d.ts +4 -0
  53. package/dist/components/Timer2.js +6 -0
  54. package/dist/components/Timer2Filled.d.ts +3 -0
  55. package/dist/components/Timer2Filled.js +3 -0
  56. package/dist/index.d.ts +18 -0
  57. package/dist/index.js +18 -0
  58. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function Badminton({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function Badminton(_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: "M327.64-434.07q49.19 1.07 83.78-34.4Q446-503.93 446-554q0-30.29-14.72-56.04Q416.56-635.8 395-657q-38-36-82.5-55T217-731q-28 0-48 13.79T149-676q0 58.48 22 112.54T237-470q18.94 16.59 42.08 26.26t48.56 9.67M707-689 590-807l274-130 18 167zm150 90q-18 10-38.49 4.83Q798.02-599.33 782-613l-29-30 134-63 5 40q1 21.31-8 39.54-9 18.24-27 27.46M55-676q0-71.26 45.16-111.13Q145.33-827 217-827q68 0 128.5 24.5T454-731q35.66 36.29 57.83 80.97T534-554q0 29.7-7 58.85T507-439l317 318-66 67-316-315q-25 17.42-54.5 24.21T328-337.5q-44 .5-82.5-15.5T174-398q-60-53-89.5-125.88Q55-596.75 55-676m244 93" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function BadmintonFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function BadmintonFilled(_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: "M707-689 590-807l274-130 18 167zm150 90q-18 10-38.5 5T782-613l-29-30 134-63 5 40q1 21-8 39.5T857-599M55-676q0-71 45-111t117-40q68 0 128.5 24.5T454-731q36 36 58 81t22 96q0 30-7 59t-20 56l317 318-66 67-316-315q-25 17-54.5 24t-59.5 7q-44 1-82.5-15T174-398q-60-53-89.5-126T55-676" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function MobileWrench({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function MobileWrench(_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: "M175-15v-931h608v223h43v193h-43v84h-94v-406H269v744h250v93zm620 0-91.22-89q-9.78 3-20.95 5.5-11.16 2.5-22.49 2.5Q599-96 556-139.12T513-244q0-22.12 5.97-43.01T536-324l86 84 41-41-85-86q17.48-12.24 38.63-18.62 21.14-6.38 43.53-6.38 60.23 0 103.53 43.55Q807-304.89 807-244q0 10.67-2 22.33-2 11.67-5 21.34L889-109zM479-700q15.4 0 25.7-10.3T515-736t-10.3-25.7T479-772t-25.7 10.3T443-736t10.3 25.7T479-700M269-108v-744z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function MobileWrenchFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function MobileWrenchFilled(_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: "M479-700q15.4 0 25.7-10.3T515-736t-10.3-25.7T479-772t-25.7 10.3T443-736t10.3 25.7T479-700M175-15v-931h608v223h43v193h-43v117q-27-18-57.9-28-30.91-10-65.1-10-85.62 0-146.31 60.08Q453-330.83 453-244.66 453-158 513.69-98T660-38l43 23zm620 0-91.22-89q-9.78 3-20.95 5.5-11.16 2.5-22.49 2.5Q599-96 556-139.12T513-244q0-22.12 5.97-43.01T536-324l86 84 41-41-85-86q17.48-12.24 38.63-18.62 21.14-6.38 43.53-6.38 60.23 0 103.53 43.55Q807-304.89 807-244q0 10.67-2 22.33-2 11.67-5 21.34L889-109z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function MovieSpeaker({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function MovieSpeaker(_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: "M149-229v-350zm-94 94v-691h94l74 152h130l-74-152h89l74 152h130l-74-152h89l74 152h130l-74-152h189v247H149v350h164v94zM641 4 506-132H373v-180h133l135-135zm100 38v-73q63.13-20.29 100.07-73.14Q878-157 878-222t-36.93-117.9Q804.13-392.8 741-413.1V-486q95 16 153 92.32 58 76.33 58 171.18Q952-126 893.5-51T741 42m0-174v-180q21.1 16.4 34.05 39.17T788-222q0 29.36-12.95 51.54T741-132" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function MovieSpeakerFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function MovieSpeakerFilled(_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: "M641 4 506-132H373v-180h133l135-135zm100 38v-73q63.13-20.29 100.07-73.14Q878-157 878-222t-36.93-117.9Q804.13-392.8 741-413.1V-486q95 16 153 92.32 58 76.33 58 171.18Q952-126 893.5-51T741 42m0-174v-180q21.1 16.4 34.05 39.17T788-222q0 29.36-12.95 51.54T741-132m-686-3v-691h94l74 152h130l-74-152h89l74 152h130l-74-152h89l74 152h130l-74-152h189v344q-43.25-38.15-95.75-57.58Q757.75-559 701-559h-21L481-372H313v237z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function Padel({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function Padel(_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: "M758-55 515-299l-34 34q-26 25-57.44 37.5T359.07-215q-34.07 0-65.57-12.5T237-265L59-443q-25-26-37.5-57.26T9-565q0-33 12.5-65T59-688l134-134q25-25 57.15-37.5t65.19-12.5 64.35 12.5T437-822l178 179q25 26.21 38 57.46t13 64.27q0 33.03-12.5 65.15T615-399l-33 34 242 243zM362.05-304q19.39-2 36.67-10T429-334l125-126q13-13 20-28.5t7-32.25-7-32.5-19.88-28.69L376.89-760.06Q363-773 347.5-779.5T315-786t-32.64 7q-15.65 7-28.36 19L128.62-633.71q-12.71 12.85-20.16 29.94Q101-586.68 99-568.5q-1 18.13 4.46 34.76Q108.91-517.11 121-504l177 177q13 13 29.5 18.5t34.55 4.5M202.5-522q9.5 0 16.5-7t7-16.66q0-9.67-7-16-7-6.34-16.5-6.34t-16.5 6.34q-7 6.33-7 16 0 9.66 7 16.66t16.5 7m65-66q9.5 0 16.5-7.72 7-7.71 7-16.44t-7-15.79q-7-7.05-16.5-7.05t-16.5 7.05q-7 7.06-7 15.79t7 16.44q7 7.72 16.5 7.72m6 139q9.5 0 16.5-7.72 7-7.71 7-16.44t-7-15.79q-7-7.05-16.5-7.05t-16.5 7.05q-7 7.06-7 15.79t7 16.44q7 7.72 16.5 7.72m59.34-205q8.73 0 16.44-7.05 7.72-7.06 7.72-15.79t-7.72-16.44q-7.71-7.72-16.44-7.72t-15.79 7.72q-7.05 7.71-7.05 16.44t7.05 15.79q7.06 7.05 15.79 7.05m6.66 138q9.5 0 16.5-7.05 7-7.06 7-15.79t-7-16.44q-7-7.72-16.5-7.72t-16.5 7.72q-7 7.71-7 16.44t7 15.79q7 7.05 16.5 7.05m8.5 139q8.57 0 16.28-7 7.72-7 7.72-16.66 0-9.67-7.72-16.5Q356.57-424 348-424t-16.28 7.05q-7.72 7.06-7.72 15.79 0 10.16 7.72 17.16 7.71 7 16.28 7m57.5-205q9.5 0 16.5-7t7-17.16q0-8.17-7-15.5-7-7.34-16.5-7.34t-16.5 7.34q-7 7.33-7 15.5 0 10.16 7 17.16t16.5 7m7 140q9.5 0 16.5-7.72 7-7.71 7-16.44t-7-15.79q-7-7.05-16.5-7.05t-16.5 7.05q-7 7.06-7 15.79t7 16.44q7 7.72 16.5 7.72m63.84-66q9.66 0 16.66-6.34 7-6.33 7-16 0-9.66-7-16.66t-16.66-7q-9.67 0-16 7-6.34 7-6.34 16.66 0 9.67 6.34 16 6.33 6.34 16 6.34m322-128q-63.85 0-107.6-44.64Q647-725.27 647-787.89t43.9-107.36Q734.8-940 797.84-940q62.84 0 107.5 44.7Q950-850.61 950-788.25q0 62.76-44.66 107.51-44.66 44.74-107 44.74m.19-94q23.06 0 40.26-17.12Q856-764.24 856-788.38q0-24.15-17.15-40.88-17.14-16.74-41-16.74-23.85 0-40.35 16.69-16.5 16.7-16.5 41.43 0 23.64 16.69 40.76Q774.39-730 798.53-730m.47-59" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function PadelFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function PadelFilled(_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: "M758-55 515-299l-34 34q-26 25-57.44 37.5T359.07-215q-34.07 0-65.57-12.5T237-265L59-443q-25-26-37.5-57.26T9-565q0-33 12.5-65T59-688l134-134q25-25 57.15-37.5t65.19-12.5 64.35 12.5T437-822l178 179q25 26.21 38 57.46t13 64.27q0 33.03-12.5 65.15T615-399l-33 34 242 243zM202.5-522q9.5 0 16.5-7t7-16.66q0-9.67-7-16-7-6.34-16.5-6.34t-16.5 6.34q-7 6.33-7 16 0 9.66 7 16.66t16.5 7m65-66q9.5 0 16.5-7.72 7-7.71 7-16.44t-7-15.79q-7-7.05-16.5-7.05t-16.5 7.05q-7 7.06-7 15.79t7 16.44q7 7.72 16.5 7.72m6 139q9.5 0 16.5-7.72 7-7.71 7-16.44t-7-15.79q-7-7.05-16.5-7.05t-16.5 7.05q-7 7.06-7 15.79t7 16.44q7 7.72 16.5 7.72m59.34-205q8.73 0 16.44-7.05 7.72-7.06 7.72-15.79t-7.72-16.44q-7.71-7.72-16.44-7.72t-15.79 7.72q-7.05 7.71-7.05 16.44t7.05 15.79q7.06 7.05 15.79 7.05m6.66 138q9.5 0 16.5-7.05 7-7.06 7-15.79t-7-16.44q-7-7.72-16.5-7.72t-16.5 7.72q-7 7.71-7 16.44t7 15.79q7 7.05 16.5 7.05m8.5 139q8.57 0 16.28-7 7.72-7 7.72-16.66 0-9.67-7.72-16.5Q356.57-424 348-424t-16.28 7.05q-7.72 7.06-7.72 15.79 0 10.16 7.72 17.16 7.71 7 16.28 7m57.5-205q9.5 0 16.5-7t7-17.16q0-8.17-7-15.5-7-7.34-16.5-7.34t-16.5 7.34q-7 7.33-7 15.5 0 10.16 7 17.16t16.5 7m7 140q9.5 0 16.5-7.72 7-7.71 7-16.44t-7-15.79q-7-7.05-16.5-7.05t-16.5 7.05q-7 7.06-7 15.79t7 16.44q7 7.72 16.5 7.72m63.84-66q9.66 0 16.66-6.34 7-6.33 7-16 0-9.66-7-16.66t-16.66-7q-9.67 0-16 7-6.34 7-6.34 16.66 0 9.67 6.34 16 6.33 6.34 16 6.34m322-128q-63.85 0-107.6-44.64Q647-725.27 647-787.89t43.9-107.36Q734.8-940 797.84-940q62.84 0 107.5 44.7Q950-850.61 950-788.25q0 62.76-44.66 107.51-44.66 44.74-107 44.74" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function Pickleball({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function Pickleball(_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: "M278-382q18 19 41.76 28.5t48.74 9.5q24.63 0 48.06-9.5Q440-363 459-382l38-37q18-19 27.5-42.63 9.5-23.62 9.5-47.5 0-23.87-9.5-48.37T497-600L338-759q-10.6-10-26.3-11T286-759L119-593q-12 10.73-12 26.36Q107-551 119-541zM756-55 508-304q-30 27-66.33 40.5T368-250q-43.24 0-83.66-16-40.41-16-72.34-49L53-475q-19-19-28.5-43T15-567.5t9.5-49.5T53-660l166-166q19-20 43.7-29.5t49.5-9.5 48.3 9.5T404-826l159 159q33.5 34 50.75 76T631-505q0 37.99-13.97 72.85T576-368.11L821-122zm42.34-581q-63.85 0-107.6-44.64Q647-725.27 647-787.89t43.9-107.36Q734.8-940 797.84-940q62.84 0 107.5 44.7Q950-850.61 950-788.25q0 62.76-44.66 107.51-44.66 44.74-107 44.74m.19-94q23.06 0 40.26-17.12Q856-764.24 856-788.38q0-24.15-17.15-40.88-17.14-16.74-41-16.74-23.85 0-40.35 16.69-16.5 16.7-16.5 41.43 0 23.64 16.69 40.76Q774.39-730 798.53-730M319-560" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function PickleballFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function PickleballFilled(_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: "M756-55 508-304q-30 27-66.33 40.5T368-250q-43.24 0-83.66-16-40.41-16-72.34-49L53-475q-19-19-28.5-43T15-567q0-26 9.5-50T53-660l166-166q19-20 43.7-29.5t49.5-9.5 48.3 9.5T404-826l159 159q33 34 50.5 76t17.5 86q0 37.99-14 73-14 35-41 64l245 246zm41.84-581Q734-636 690.5-680.5T647-788.25q0-62.26 43.5-107Q734-940 797.84-940q62.84 0 107.5 44.75 44.66 44.74 44.66 107 0 63.25-44.66 107.75T797.84-636" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function PlaneContrails({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function PlaneContrails(_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: "m354-55-66-66 177-177 67 66zm254 0-67-65 150-149 65 67zM122-539l-67-67 148-149 67 67zm0 253-67-66 177-178 67 67zm651-39L673-576l-75 75 20 99-56 55-77-137-138-78 56-56 100 20 75-74-252-101 70-66 301 48 93-94q9-10 22-15t26-5 25.5 5 22.5 15 15 22 5 25-5 25-16 23l-93 94 47 301z" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import PlaneContrails from './PlaneContrails';
2
+ declare const PlaneContrailsFilled: typeof PlaneContrails;
3
+ export default PlaneContrailsFilled;
@@ -0,0 +1,3 @@
1
+ import PlaneContrails from './PlaneContrails';
2
+ var PlaneContrailsFilled = PlaneContrails;
3
+ export default PlaneContrailsFilled;
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function RadioButtonChecked(_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: "M480-294q78 0 132-54t54-132-54-132-132-54-132 54-54 132 54 132 132 54m.14 239Q392-55 314.51-88.08q-77.48-33.09-135.41-91.02T88.08-314.37Q55-391.72 55-479.86 55-569 88.08-646.49q33.09-77.48 90.86-134.97 57.77-57.48 135.19-91.01Q391.56-906 479.78-906q89.22 0 166.83 33.45 77.6 33.46 135.01 90.81t90.89 134.87Q906-569.34 906-480q0 88.28-33.53 165.75t-91.01 135.28q-57.49 57.8-134.83 90.89Q569.28-55 480.14-55m-.14-94q138 0 234.5-96.37T811-480q0-138-96.5-234.5t-235-96.5q-137.5 0-234 96.5t-96.5 235q0 137.5 96.37 234T480-149m0-331" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M480-294q78 0 132-54t54-132-54-132-132-54-132 54-54 132 54 132 132 54m.14 239Q392-55 314.51-88.08q-77.48-33.09-135.41-91.02T88.08-314.37Q55-391.72 55-479.86 55-569 88.08-646.49q33.09-77.48 90.86-134.97 57.77-57.48 135.19-91.01Q391.56-906 479.78-906q89.22 0 166.83 33.45 77.6 33.46 135.01 90.81t90.89 134.87Q906-569.34 906-480q0 88.28-33.53 165.75t-91.01 135.28q-57.49 57.8-134.83 90.89Q569.28-55 480.14-55m-.14-94q138 0 234.5-96.37T811-480q0-138-96.5-234.5t-235-96.5q-137.5 0-234 96.5t-96.5 235q0 137.5 96.37 234T480-149" })));
6
6
  }
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
- export default function RadioButtonCheckedFilled({ className }: {
3
- className?: string;
4
- }): React.JSX.Element;
1
+ import RadioButtonChecked from './RadioButtonChecked';
2
+ declare const RadioButtonCheckedFilled: typeof RadioButtonChecked;
3
+ export default RadioButtonCheckedFilled;
@@ -1,6 +1,3 @@
1
- import React from 'react';
2
- export default function RadioButtonCheckedFilled(_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-294q78 0 132-54t54-132-54-132-132-54-132 54-54 132 54 132 132 54m.14 239Q392-55 314.51-88.08q-77.48-33.09-135.41-91.02T88.08-314.37Q55-391.72 55-479.86 55-569 88.08-646.49q33.09-77.48 90.86-134.97 57.77-57.48 135.19-91.01Q391.56-906 479.78-906q89.22 0 166.83 33.45 77.6 33.46 135.01 90.81t90.89 134.87Q906-569.34 906-480q0 88.28-33.53 165.75t-91.01 135.28q-57.49 57.8-134.83 90.89Q569.28-55 480.14-55" })));
6
- }
1
+ import RadioButtonChecked from './RadioButtonChecked';
2
+ var RadioButtonCheckedFilled = RadioButtonChecked;
3
+ export default RadioButtonCheckedFilled;
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function RadioButtonPartial(_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: "M480-294v-372q-78 0-132 54t-54 132 54 132 132 54m.14 239Q392-55 314.51-88.08q-77.48-33.09-135.41-91.02T88.08-314.37Q55-391.72 55-479.86 55-569 88.08-646.49q33.09-77.48 90.86-134.97 57.77-57.48 135.19-91.01Q391.56-906 479.78-906q89.22 0 166.83 33.45 77.6 33.46 135.01 90.81t90.89 134.87Q906-569.34 906-480q0 88.28-33.53 165.75t-91.01 135.28q-57.49 57.8-134.83 90.89Q569.28-55 480.14-55m-.14-94q138 0 234.5-96.37T811-480q0-138-96.5-234.5t-235-96.5q-137.5 0-234 96.5t-96.5 235q0 137.5 96.37 234T480-149m0-331" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M480-294v-372q-78 0-132 54t-54 132 54 132 132 54m.14 239Q392-55 314.51-88.08q-77.48-33.09-135.41-91.02T88.08-314.37Q55-391.72 55-479.86 55-569 88.08-646.49q33.09-77.48 90.86-134.97 57.77-57.48 135.19-91.01Q391.56-906 479.78-906q89.22 0 166.83 33.45 77.6 33.46 135.01 90.81t90.89 134.87Q906-569.34 906-480q0 88.28-33.53 165.75t-91.01 135.28q-57.49 57.8-134.83 90.89Q569.28-55 480.14-55m-.14-94q138 0 234.5-96.37T811-480q0-138-96.5-234.5t-235-96.5q-137.5 0-234 96.5t-96.5 235q0 137.5 96.37 234T480-149" })));
6
6
  }
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
- export default function RadioButtonPartialFilled({ className }: {
3
- className?: string;
4
- }): React.JSX.Element;
1
+ import RadioButtonPartial from './RadioButtonPartial';
2
+ declare const RadioButtonPartialFilled: typeof RadioButtonPartial;
3
+ export default RadioButtonPartialFilled;
@@ -1,6 +1,3 @@
1
- import React from 'react';
2
- export default function RadioButtonPartialFilled(_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-294v-372q-78 0-132 54t-54 132 54 132 132 54m.14 239Q392-55 314.51-88.08q-77.48-33.09-135.41-91.02T88.08-314.37Q55-391.72 55-479.86 55-569 88.08-646.49q33.09-77.48 90.86-134.97 57.77-57.48 135.19-91.01Q391.56-906 479.78-906q89.22 0 166.83 33.45 77.6 33.46 135.01 90.81t90.89 134.87Q906-569.34 906-480q0 88.28-33.53 165.75t-91.01 135.28q-57.49 57.8-134.83 90.89Q569.28-55 480.14-55" })));
6
- }
1
+ import RadioButtonPartial from './RadioButtonPartial';
2
+ var RadioButtonPartialFilled = RadioButtonPartial;
3
+ export default RadioButtonPartialFilled;
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function RadioButtonUnchecked(_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: "M480.14-55Q392-55 314.51-88.08q-77.48-33.09-135.41-91.02T88.08-314.37Q55-391.72 55-479.86 55-569 88.08-646.49q33.09-77.48 90.86-134.97 57.77-57.48 135.19-91.01Q391.56-906 479.78-906q89.22 0 166.83 33.45 77.6 33.46 135.01 90.81t90.89 134.87Q906-569.34 906-480q0 88.28-33.53 165.75t-91.01 135.28q-57.49 57.8-134.83 90.89Q569.28-55 480.14-55m-.14-94q138 0 234.5-96.37T811-480q0-138-96.5-234.5t-235-96.5q-137.5 0-234 96.5t-96.5 235q0 137.5 96.37 234T480-149m0-331" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M480.14-55Q392-55 314.51-88.08q-77.48-33.09-135.41-91.02T88.08-314.37Q55-391.72 55-479.86 55-569 88.08-646.49q33.09-77.48 90.86-134.97 57.77-57.48 135.19-91.01Q391.56-906 479.78-906q89.22 0 166.83 33.45 77.6 33.46 135.01 90.81t90.89 134.87Q906-569.34 906-480q0 88.28-33.53 165.75t-91.01 135.28q-57.49 57.8-134.83 90.89Q569.28-55 480.14-55m-.14-94q138 0 234.5-96.37T811-480q0-138-96.5-234.5t-235-96.5q-137.5 0-234 96.5t-96.5 235q0 137.5 96.37 234T480-149" })));
6
6
  }
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
- export default function RadioButtonUncheckedFilled({ className }: {
3
- className?: string;
4
- }): React.JSX.Element;
1
+ import RadioButtonUnchecked from './RadioButtonUnchecked';
2
+ declare const RadioButtonUncheckedFilled: typeof RadioButtonUnchecked;
3
+ export default RadioButtonUncheckedFilled;
@@ -1,6 +1,3 @@
1
- import React from 'react';
2
- export default function RadioButtonUncheckedFilled(_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.14-55Q392-55 314.51-88.08q-77.48-33.09-135.41-91.02T88.08-314.37Q55-391.72 55-479.86 55-569 88.08-646.49q33.09-77.48 90.86-134.97 57.77-57.48 135.19-91.01Q391.56-906 479.78-906q89.22 0 166.83 33.45 77.6 33.46 135.01 90.81t90.89 134.87Q906-569.34 906-480q0 88.28-33.53 165.75t-91.01 135.28q-57.49 57.8-134.83 90.89Q569.28-55 480.14-55m-.14-94q138 0 234.5-96.37T811-480q0-138-96.5-234.5t-235-96.5q-137.5 0-234 96.5t-96.5 235q0 137.5 96.37 234T480-149m0-6q-136 0-230.5-94.5T155-480t94.5-230.5T480-805t230.5 94.5T805-480t-94.5 230.5T480-155" })));
6
- }
1
+ import RadioButtonUnchecked from './RadioButtonUnchecked';
2
+ var RadioButtonUncheckedFilled = RadioButtonUnchecked;
3
+ export default RadioButtonUncheckedFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function ShieldToggle({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function ShieldToggle(_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: "M400-520h160q33 0 56.5-23.5T640-600t-23.5-56.5T560-680H400q-33 0-56.5 23.5T320-600t23.5 56.5T400-520m160-40q-17 0-28.5-11.5T520-600t11.5-28.5T560-640t28.5 11.5T600-600t-11.5 28.5T560-560M400-320h160q33 0 56.5-23.5T640-400t-23.5-56.5T560-480H400q-33 0-56.5 23.5T320-400t23.5 56.5T400-320m0-40q-17 0-28.5-11.5T360-400t11.5-28.5T400-440t28.5 11.5T440-400t-11.5 28.5T400-360m79.94 305Q329.1-92.81 232.05-227.41T135-522.67v-255.79L480-907l346 128.57V-523q0 160.79-97.62 295.49Q630.77-92.81 479.94-55m.06-96q110-43 180.5-144T731-522.71V-712l-251-95-251 95.48v188.35Q229-396 299.5-295T480-151m0-328" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function ShieldToggleFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function ShieldToggleFilled(_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: "M400-520h160q33 0 56.5-23.5T640-600t-23.5-56.5T560-680H400q-33 0-56.5 23.5T320-600t23.5 56.5T400-520m160-40q-17 0-28.5-11.5T520-600t11.5-28.5T560-640t28.5 11.5T600-600t-11.5 28.5T560-560M400-320h160q33 0 56.5-23.5T640-400t-23.5-56.5T560-480H400q-33 0-56.5 23.5T320-400t23.5 56.5T400-320m0-40q-17 0-28.5-11.5T360-400t11.5-28.5T400-440t28.5 11.5T440-400t-11.5 28.5T400-360m79.94 305Q329.1-92.81 232.05-227.41T135-522.67v-255.79L480-907l346 128.57V-523q0 160.79-97.62 295.49Q630.77-92.81 479.94-55" })));
6
+ }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function SplitScene(_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: "M55-135v-691h318v95H149v502h224v94zm378 80v-851h94v80h379v691H527v80zm94-174h284v-502H527zm284 0v-502zm-662 0v-502z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M95-135v-691h278v95H189v502h184v94zm338 80v-851h94v80h339v691H527v80zm94-174h244v-502H527zm-338 0v-502zm582 0v-502z" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function SplitSceneDown(_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: "M135-587v-319h691v319h-95v-224H229v224zm0 532v-378H55v-94h851v94h-80v378zm94-756h502z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M135-587v-279h691v279h-95v-184H229v184zm0 492v-338H55v-94h851v94h-80v338zm94-676h502z" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function SplitSceneDownFilled(_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: "M135-587v-319h691v319zm0 532v-378H55v-94h851v94h-80v378z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M135-587v-279h691v279zm0 492v-338H55v-94h851v94h-80v338z" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function SplitSceneFilled(_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: "M55-135v-691h318v691zm378 80v-851h94v80h379v691H527v80z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M95-135v-691h278v691zm338 80v-851h94v80h339v691H527v80z" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function SplitSceneLeft(_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: "M587-135v-94h224v-502H587v-95h319v691zM433-55v-80H55v-691h378v-80h94v851zm378-676v502z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M587-135v-94h184v-502H587v-95h279v691zM433-55v-80H95v-691h338v-80h94v851zm338-676v502z" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function SplitSceneLeftFilled(_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: "M587-135v-691h319v691zM433-55v-80H55v-691h378v-80h94v851z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M587-135v-691h279v691zM433-55v-80H95v-691h338v-80h94v851z" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function SplitSceneRight(_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: "M55-135v-691h318v95H149v502h224v94zm378 80v-851h94v80h379v691H527v80zM149-229v-502z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M95-135v-691h278v95H189v502h184v94zm338 80v-851h94v80h339v691H527v80zM189-229v-502z" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function SplitSceneRightFilled(_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: "M55-135v-691h318v691zm378 80v-851h94v80h379v691H527v80z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M95-135v-691h278v691zm338 80v-851h94v80h339v691H527v80z" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function SplitSceneUp(_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: "M135-55v-318h94v224h502v-224h95v318zM55-433v-94h80v-379h691v379h80v94zm676 284H229z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M135-95v-278h94v184h502v-184h95v278zM55-433v-94h80v-339h691v339h80v94zm676 244H229z" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function SplitSceneUpFilled(_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: "M135-55v-318h691v318zM55-433v-94h80v-379h691v379h80v94z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M135-95v-278h691v278zM55-433v-94h80v-339h691v339h80v94z" })));
6
6
  }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function Timer1({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function Timer1(_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: "M534-194v-480H295v-92h331v572z" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import Timer1 from './Timer1';
2
+ declare const Timer1Filled: typeof Timer1;
3
+ export default Timer1Filled;
@@ -0,0 +1,3 @@
1
+ import Timer1 from './Timer1';
2
+ var Timer1Filled = Timer1;
3
+ export default Timer1Filled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function Timer2({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function Timer2(_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: "M313-194v-332h282v-148H313v-92h374v332H405v148h282v92z" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import Timer2 from './Timer2';
2
+ declare const Timer2Filled: typeof Timer2;
3
+ export default Timer2Filled;
@@ -0,0 +1,3 @@
1
+ import Timer2 from './Timer2';
2
+ var Timer2Filled = Timer2;
3
+ export default Timer2Filled;
package/dist/index.d.ts CHANGED
@@ -540,6 +540,8 @@ export { default as Badge } from './components/Badge';
540
540
  export { default as BadgeCriticalBattery } from './components/BadgeCriticalBattery';
541
541
  export { default as BadgeCriticalBatteryFilled } from './components/BadgeCriticalBatteryFilled';
542
542
  export { default as BadgeFilled } from './components/BadgeFilled';
543
+ export { default as Badminton } from './components/Badminton';
544
+ export { default as BadmintonFilled } from './components/BadmintonFilled';
543
545
  export { default as BakeryDining } from './components/BakeryDining';
544
546
  export { default as BakeryDiningFilled } from './components/BakeryDiningFilled';
545
547
  export { default as Balance } from './components/Balance';
@@ -3914,6 +3916,8 @@ export { default as MobileTicket } from './components/MobileTicket';
3914
3916
  export { default as MobileTicketFilled } from './components/MobileTicketFilled';
3915
3917
  export { default as MobileVibrate } from './components/MobileVibrate';
3916
3918
  export { default as MobileVibrateFilled } from './components/MobileVibrateFilled';
3919
+ export { default as MobileWrench } from './components/MobileWrench';
3920
+ export { default as MobileWrenchFilled } from './components/MobileWrenchFilled';
3917
3921
  export { default as MobiledataOff } from './components/MobiledataOff';
3918
3922
  export { default as MobiledataOffFilled } from './components/MobiledataOffFilled';
3919
3923
  export { default as ModeComment } from './components/ModeComment';
@@ -4056,6 +4060,8 @@ export { default as MovieInfo } from './components/MovieInfo';
4056
4060
  export { default as MovieInfoFilled } from './components/MovieInfoFilled';
4057
4061
  export { default as MovieOff } from './components/MovieOff';
4058
4062
  export { default as MovieOffFilled } from './components/MovieOffFilled';
4063
+ export { default as MovieSpeaker } from './components/MovieSpeaker';
4064
+ export { default as MovieSpeakerFilled } from './components/MovieSpeakerFilled';
4059
4065
  export { default as Moving } from './components/Moving';
4060
4066
  export { default as MovingBeds } from './components/MovingBeds';
4061
4067
  export { default as MovingBedsFilled } from './components/MovingBedsFilled';
@@ -4466,6 +4472,8 @@ export { default as Package2Filled } from './components/Package2Filled';
4466
4472
  export { default as PackageFilled } from './components/PackageFilled';
4467
4473
  export { default as Padding } from './components/Padding';
4468
4474
  export { default as PaddingFilled } from './components/PaddingFilled';
4475
+ export { default as Padel } from './components/Padel';
4476
+ export { default as PadelFilled } from './components/PadelFilled';
4469
4477
  export { default as PageControl } from './components/PageControl';
4470
4478
  export { default as PageControlFilled } from './components/PageControlFilled';
4471
4479
  export { default as PageFooter } from './components/PageFooter';
@@ -4698,6 +4706,8 @@ export { default as Piano } from './components/Piano';
4698
4706
  export { default as PianoFilled } from './components/PianoFilled';
4699
4707
  export { default as PianoOff } from './components/PianoOff';
4700
4708
  export { default as PianoOffFilled } from './components/PianoOffFilled';
4709
+ export { default as Pickleball } from './components/Pickleball';
4710
+ export { default as PickleballFilled } from './components/PickleballFilled';
4701
4711
  export { default as PictureAsPdf } from './components/PictureAsPdf';
4702
4712
  export { default as PictureAsPdfFilled } from './components/PictureAsPdfFilled';
4703
4713
  export { default as PictureInPicture } from './components/PictureInPicture';
@@ -4750,6 +4760,8 @@ export { default as PlaceItem } from './components/PlaceItem';
4750
4760
  export { default as PlaceItemFilled } from './components/PlaceItemFilled';
4751
4761
  export { default as Plagiarism } from './components/Plagiarism';
4752
4762
  export { default as PlagiarismFilled } from './components/PlagiarismFilled';
4763
+ export { default as PlaneContrails } from './components/PlaneContrails';
4764
+ export { default as PlaneContrailsFilled } from './components/PlaneContrailsFilled';
4753
4765
  export { default as Planet } from './components/Planet';
4754
4766
  export { default as PlanetFilled } from './components/PlanetFilled';
4755
4767
  export { default as PlannerBannerAdPt } from './components/PlannerBannerAdPt';
@@ -5540,6 +5552,8 @@ export { default as ShieldPerson } from './components/ShieldPerson';
5540
5552
  export { default as ShieldPersonFilled } from './components/ShieldPersonFilled';
5541
5553
  export { default as ShieldQuestion } from './components/ShieldQuestion';
5542
5554
  export { default as ShieldQuestionFilled } from './components/ShieldQuestionFilled';
5555
+ export { default as ShieldToggle } from './components/ShieldToggle';
5556
+ export { default as ShieldToggleFilled } from './components/ShieldToggleFilled';
5543
5557
  export { default as ShieldWatch } from './components/ShieldWatch';
5544
5558
  export { default as ShieldWatchFilled } from './components/ShieldWatchFilled';
5545
5559
  export { default as ShieldWithHeart } from './components/ShieldWithHeart';
@@ -6403,12 +6417,16 @@ export { default as TimelapseFilled } from './components/TimelapseFilled';
6403
6417
  export { default as Timeline } from './components/Timeline';
6404
6418
  export { default as TimelineFilled } from './components/TimelineFilled';
6405
6419
  export { default as Timer } from './components/Timer';
6420
+ export { default as Timer1 } from './components/Timer1';
6406
6421
  export { default as Timer10 } from './components/Timer10';
6407
6422
  export { default as Timer10Alt1 } from './components/Timer10Alt1';
6408
6423
  export { default as Timer10Alt1Filled } from './components/Timer10Alt1Filled';
6409
6424
  export { default as Timer10Filled } from './components/Timer10Filled';
6410
6425
  export { default as Timer10Select } from './components/Timer10Select';
6411
6426
  export { default as Timer10SelectFilled } from './components/Timer10SelectFilled';
6427
+ export { default as Timer1Filled } from './components/Timer1Filled';
6428
+ export { default as Timer2 } from './components/Timer2';
6429
+ export { default as Timer2Filled } from './components/Timer2Filled';
6412
6430
  export { default as Timer3 } from './components/Timer3';
6413
6431
  export { default as Timer3Alt1 } from './components/Timer3Alt1';
6414
6432
  export { default as Timer3Alt1Filled } from './components/Timer3Alt1Filled';
package/dist/index.js CHANGED
@@ -540,6 +540,8 @@ export { default as Badge } from './components/Badge';
540
540
  export { default as BadgeCriticalBattery } from './components/BadgeCriticalBattery';
541
541
  export { default as BadgeCriticalBatteryFilled } from './components/BadgeCriticalBatteryFilled';
542
542
  export { default as BadgeFilled } from './components/BadgeFilled';
543
+ export { default as Badminton } from './components/Badminton';
544
+ export { default as BadmintonFilled } from './components/BadmintonFilled';
543
545
  export { default as BakeryDining } from './components/BakeryDining';
544
546
  export { default as BakeryDiningFilled } from './components/BakeryDiningFilled';
545
547
  export { default as Balance } from './components/Balance';
@@ -3914,6 +3916,8 @@ export { default as MobileTicket } from './components/MobileTicket';
3914
3916
  export { default as MobileTicketFilled } from './components/MobileTicketFilled';
3915
3917
  export { default as MobileVibrate } from './components/MobileVibrate';
3916
3918
  export { default as MobileVibrateFilled } from './components/MobileVibrateFilled';
3919
+ export { default as MobileWrench } from './components/MobileWrench';
3920
+ export { default as MobileWrenchFilled } from './components/MobileWrenchFilled';
3917
3921
  export { default as MobiledataOff } from './components/MobiledataOff';
3918
3922
  export { default as MobiledataOffFilled } from './components/MobiledataOffFilled';
3919
3923
  export { default as ModeComment } from './components/ModeComment';
@@ -4056,6 +4060,8 @@ export { default as MovieInfo } from './components/MovieInfo';
4056
4060
  export { default as MovieInfoFilled } from './components/MovieInfoFilled';
4057
4061
  export { default as MovieOff } from './components/MovieOff';
4058
4062
  export { default as MovieOffFilled } from './components/MovieOffFilled';
4063
+ export { default as MovieSpeaker } from './components/MovieSpeaker';
4064
+ export { default as MovieSpeakerFilled } from './components/MovieSpeakerFilled';
4059
4065
  export { default as Moving } from './components/Moving';
4060
4066
  export { default as MovingBeds } from './components/MovingBeds';
4061
4067
  export { default as MovingBedsFilled } from './components/MovingBedsFilled';
@@ -4466,6 +4472,8 @@ export { default as Package2Filled } from './components/Package2Filled';
4466
4472
  export { default as PackageFilled } from './components/PackageFilled';
4467
4473
  export { default as Padding } from './components/Padding';
4468
4474
  export { default as PaddingFilled } from './components/PaddingFilled';
4475
+ export { default as Padel } from './components/Padel';
4476
+ export { default as PadelFilled } from './components/PadelFilled';
4469
4477
  export { default as PageControl } from './components/PageControl';
4470
4478
  export { default as PageControlFilled } from './components/PageControlFilled';
4471
4479
  export { default as PageFooter } from './components/PageFooter';
@@ -4698,6 +4706,8 @@ export { default as Piano } from './components/Piano';
4698
4706
  export { default as PianoFilled } from './components/PianoFilled';
4699
4707
  export { default as PianoOff } from './components/PianoOff';
4700
4708
  export { default as PianoOffFilled } from './components/PianoOffFilled';
4709
+ export { default as Pickleball } from './components/Pickleball';
4710
+ export { default as PickleballFilled } from './components/PickleballFilled';
4701
4711
  export { default as PictureAsPdf } from './components/PictureAsPdf';
4702
4712
  export { default as PictureAsPdfFilled } from './components/PictureAsPdfFilled';
4703
4713
  export { default as PictureInPicture } from './components/PictureInPicture';
@@ -4750,6 +4760,8 @@ export { default as PlaceItem } from './components/PlaceItem';
4750
4760
  export { default as PlaceItemFilled } from './components/PlaceItemFilled';
4751
4761
  export { default as Plagiarism } from './components/Plagiarism';
4752
4762
  export { default as PlagiarismFilled } from './components/PlagiarismFilled';
4763
+ export { default as PlaneContrails } from './components/PlaneContrails';
4764
+ export { default as PlaneContrailsFilled } from './components/PlaneContrailsFilled';
4753
4765
  export { default as Planet } from './components/Planet';
4754
4766
  export { default as PlanetFilled } from './components/PlanetFilled';
4755
4767
  export { default as PlannerBannerAdPt } from './components/PlannerBannerAdPt';
@@ -5540,6 +5552,8 @@ export { default as ShieldPerson } from './components/ShieldPerson';
5540
5552
  export { default as ShieldPersonFilled } from './components/ShieldPersonFilled';
5541
5553
  export { default as ShieldQuestion } from './components/ShieldQuestion';
5542
5554
  export { default as ShieldQuestionFilled } from './components/ShieldQuestionFilled';
5555
+ export { default as ShieldToggle } from './components/ShieldToggle';
5556
+ export { default as ShieldToggleFilled } from './components/ShieldToggleFilled';
5543
5557
  export { default as ShieldWatch } from './components/ShieldWatch';
5544
5558
  export { default as ShieldWatchFilled } from './components/ShieldWatchFilled';
5545
5559
  export { default as ShieldWithHeart } from './components/ShieldWithHeart';
@@ -6403,12 +6417,16 @@ export { default as TimelapseFilled } from './components/TimelapseFilled';
6403
6417
  export { default as Timeline } from './components/Timeline';
6404
6418
  export { default as TimelineFilled } from './components/TimelineFilled';
6405
6419
  export { default as Timer } from './components/Timer';
6420
+ export { default as Timer1 } from './components/Timer1';
6406
6421
  export { default as Timer10 } from './components/Timer10';
6407
6422
  export { default as Timer10Alt1 } from './components/Timer10Alt1';
6408
6423
  export { default as Timer10Alt1Filled } from './components/Timer10Alt1Filled';
6409
6424
  export { default as Timer10Filled } from './components/Timer10Filled';
6410
6425
  export { default as Timer10Select } from './components/Timer10Select';
6411
6426
  export { default as Timer10SelectFilled } from './components/Timer10SelectFilled';
6427
+ export { default as Timer1Filled } from './components/Timer1Filled';
6428
+ export { default as Timer2 } from './components/Timer2';
6429
+ export { default as Timer2Filled } from './components/Timer2Filled';
6412
6430
  export { default as Timer3 } from './components/Timer3';
6413
6431
  export { default as Timer3Alt1 } from './components/Timer3Alt1';
6414
6432
  export { default as Timer3Alt1Filled } from './components/Timer3Alt1Filled';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@project-lary/react-material-symbols-700-sharp",
3
- "version": "0.26.0",
3
+ "version": "0.27.0",
4
4
  "description": "Latest sharp React icon components with weight 700 for Material Symbols",
5
5
  "files": [
6
6
  "dist"