@project-lary/react-material-symbols 0.9.0 → 0.10.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.
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function AccountBox(_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: "M180-217q60-56 135.9-90.5 75.89-34.5 164-34.5 88.1 0 164.1 34.5T780-217v-563H180zm302-204q58 0 98-40t40-98-40-98-98-40-98 40-40 98 40 98 98 40M120-120v-720h720v720zm115-60h490v-9q-54-46-116-69.5T480-282t-129 23.5T235-189zm247-301q-32.5 0-55.25-22.75T404-559t22.75-55.25T482-637t55.25 22.75T560-559t-22.75 55.25T482-481m-2-18" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M180-217q60-56 135.9-90.5 75.89-34.5 164-34.5 88.1 0 164.1 34.5T780-217v-563H180zm302-204q58 0 98-40t40-98-40-98-98-40-98 40-40 98 40 98 98 40M120-120v-720h720v720zm362-361q-32.5 0-55.25-22.75T404-559t22.75-55.25T482-637t55.25 22.75T560-559t-22.75 55.25T482-481M223-180h513q-62-53-125.5-77.5T480-282t-130.5 24.5T223-180" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function AdminPanelSettingsFilled(_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: "M690.88-270q25.88 0 44-19T753-333.88t-18.12-44-44-18.12T646-377.88t-19 44T646-289t44.88 19m-1.38 125q33.5 0 60.5-14t46-40q-26-14-51.96-21t-54-7-54.54 7-51.5 21q19 26 45.5 40t60 14m3 65Q615-80 560-135.5T505-267q0-78.43 54.99-133.72Q614.98-456 693-456q77 0 132.5 55.28Q881-345.43 881-267q0 76-55.5 131.5T692.5-80M480-80q-138-32-229-156.5T160-522v-239l320-120 320 120v270q-25-12-52-18.5t-55-6.5q-102.74 0-175.37 72.92T445-267q0 48 19.5 94T518-93q-9 5-19 7.5T480-80" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M693-80q-78 0-133-55.5T505-267q0-78 55-133.5T693-456q77 0 132.5 55.5T881-267q0 76-55.5 131.5T693-80m-213 0q-138-32-229-156.5T160-522v-239l320-120 320 120v270q-25-12-52-18.5t-55-6.5q-103 0-175.5 73T445-267q0 48 19.5 94T518-93q-9 5-19 7.5T480-80m211-190q26 0 44-19t18-45-18-44-44-18-45 18-19 44 19 45 45 19m-1 125q33 0 60-14t46-40q-26-14-52-21t-54-7-54.5 7-51.5 21q19 26 45.5 40t60.5 14" })));
6
6
  }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function DatabaseOff({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function DatabaseOff(_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: "M813-58 68-803l43-43 745 745zm-333-62q-151 0-255.5-46.5T120-280v-400q0-26 16.98-49.15T185-772l220 220q-66-7-124-23.5T180-618v155q54 32 133 50.5T478.62-394q20.38 0 40.38-1t40-3l53 53q-32 5-65.5 8t-67.5 3q-88 0-166-18t-133-50v126q11 35 106 65.5T480-180q66.32 0 133.16-15T725-232l46 46q-49 30-124.5 48T480-120m338-104-38-38v-140q-22 12-46.5 22.5T681-361l-49-49q42-9 79.5-22.5t68.5-30.31V-618q-57 32-131.5 50T494-548l-62-62q33 3 83-.5T615.5-624t94-27.5T773-694q-27-32-117.5-59T480-780q-48 0-96.5 8T292-750l-50-50q48-19 108.5-29.5T480-840q149 0 254.5 47T840-680v400q0 15.36-5.5 29.18T818-224" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function DatabaseOffFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function DatabaseOffFilled(_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-120q-49 0-111.5-8.5t-118-27-93-47T120-270v-100q0 39 37.5 67.5t93 47 118 27T480-220q48 0 109-8t115-25l70 70q-59 33-143.5 48T480-120m341-101-57-57q34-17 55-40t21-52v100q0 14-5 26t-14 23m-341-99q-49 0-111.5-8.5t-118-27-93-47T120-470v-100q0 39 37.5 67.5t93 47 118 27T480-420q13 0 27-.5t28-1.5l88 88q-38 7-74.5 10.5T480-320m212-30-81-81q86-14 157.5-48t71.5-91v100q0 43-43 72.5T692-350M436-521q-143-8-229.5-55T120-680q0-25 16.5-48.5T185-772zm85 0L242-800q47-18 106.5-29T480-840q161 0 260.5 48.5T840-680q0 58-87.5 105T521-521M813-58 68-803l43-43 745 745z" })));
6
+ }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function Demography(_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: "M733-229q27.92 0 47.46-19.56t19.54-47.5T780.46-343 733-362q-27.5 0-46.75 19.35-19.25 19.36-19.25 47 0 27.65 19.25 47.15T733-229m-.21 133Q766-96 795-111.5t47-42.5q-26-14-53-22.5t-56-8.5-56 8.5-53 22.5q18 27 46.79 42.5 28.78 15.5 62 15.5M120-120v-720h720v389q-14-8-29.5-13t-30.5-8v-308H180v600h309q4 16 9.02 31.17Q503.05-133.66 510-120zm60-107v47-600 308-4zm100-53h211q4-16 9-31t13-29H280zm0-170h344q14-7 27-11.5t29-8.5v-40H280zm0-170h400v-60H280zM732.5-41Q655-41 600-96.5T545-228q0-78.43 54.99-133.72Q654.98-417 733-417q77 0 132.5 55.28Q921-306.43 921-228q0 76-55.5 131.5T732.5-41" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M120-120v-720h720v389q-14-8-29.5-13t-30.5-8v-308H180v600h309q4 16 9.02 31.17Q503.05-133.66 510-120zm60-107v47-600 308-4zm100-53h211q4-16 9-31t13-29H280zm0-170h344q14-7 27-11.5t29-8.5v-40H280zm0-170h400v-60H280zM732.5-41Q655-41 600-96.5T545-228q0-78.43 54.99-133.72Q654.98-417 733-417q77 0 132.5 55.28Q921-306.43 921-228q0 76-55.5 131.5T732.5-41m.5-188q27.92 0 47.46-19.56t19.54-47.5T780.46-343 733-362q-27.5 0-46.75 19.35-19.25 19.36-19.25 47 0 27.65 19.25 47.15T733-229m0 133q33 0 62-15.5t47-42.5q-26-14-52.79-22.5T733-185t-56.21 8.5T624-154q18 27 47 42.5T733-96" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function DemographyFilled(_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: "M733-229q28 0 47.5-19.5T800-296t-19.5-47-47.5-19q-27 0-46.5 19.5T667-296q0 28 19 47.5t47 19.5m0 133q33 0 62-15.5t47-42.5q-26-14-53-22.5t-56-8.5-56 8.5-53 22.5q18 27 47 42.5T733-96m0 55q-78 0-133-55.5T545-228q0-78 55-133.5T733-417q77 0 132.5 55.5T921-228q0 76-55.5 131.5T733-41M280-620h400v-60H280zm230 500H120v-720h720v389q-25-13-52-19t-55-6q-14 0-27 1.5t-26 4.5v-40H280v60h344q-36 18-64.5 46.5T513-340H280v60h211q-3 13-4.5 26t-1.5 27q0 29 6 55t19 52" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M733-41q-78 0-133-55.5T545-228q0-78 55-133.5T733-417q77 0 132.5 55.5T921-228q0 76-55.5 131.5T733-41M280-620h400v-60H280zm230 500H120v-720h720v389q-25-13-52-19t-55-6q-14 0-27 1.5t-26 4.5v-40H280v60h344q-36 18-64.5 46.5T513-340H280v60h211q-3 13-4.5 26t-1.5 27q0 29 6 55t19 52m223-109q28 0 47.5-19.5T800-296t-19.5-47-47.5-19q-27 0-46.5 19.5T667-296q0 28 19 47.5t47 19.5m0 133q33 0 62-15.5t47-42.5q-26-14-53-22.5t-56-8.5-56 8.5-53 22.5q18 27 47 42.5T733-96" })));
6
6
  }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function FormatQuoteOff({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function FormatQuoteOff(_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: "M813-58 434-437 320-240h-72l94-162q-5 1-11 1.5t-11 .5q-66 0-113-47t-47-113q0-32 11.42-58.82Q182.84-645.65 203-668L68-803l43-43 745 745zm-88-259L526-516q-3-11-4.5-22t-1.5-22q0-66 47-113t113-47 113 47 47 113q0 21-5.5 41.18Q829-498.63 818-480zM320-480q15 0 28-5t24-14L259-612q-9 11-14 24t-5 28q0 33.33 23.33 56.67Q286.67-480 320-480m359.76 0q33.24 0 56.74-23.26 23.5-23.27 23.5-56.5 0-33.24-23.26-56.74-23.27-23.5-56.5-23.5-33.24 0-56.74 23.26-23.5 23.27-23.5 56.5 0 33.24 23.26 56.74 23.27 23.5 56.5 23.5m.24-80" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function FormatQuoteOffFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function FormatQuoteOffFilled(_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: "M813-58 434-437 320-240h-72l94-162q-5 1-11 1.5t-11 .5q-66 0-113-47t-47-113q0-32 11.5-59t31.5-49L68-803l43-43 745 745zm-88-259L526-516q-3-11-4.5-22t-1.5-22q0-66 47-113t113-47 113 47 47 113q0 21-5.5 41T818-480z" })));
6
+ }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function KeepPublic(_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: "m360-40-30-30v-241H120v-60l80-77v-332h-50v-60h343q-15.32 12.82-27.66 27.91T442-780H260v354l-59 55h399v60H390v241zm293-612q27.92 0 47.46-19.56t19.54-47.5T700.46-766 653-785q-27.5 0-46.75 19.35-19.25 19.36-19.25 47 0 27.65 19.25 47.15T653-652m-.21 133Q686-519 715-534.5t47-42.5q-26-14-53-22.5t-56-8.5-56 8.5-53 22.5q18 27 46.79 42.5 28.78 15.5 62 15.5m.22 55Q575-464 520-518.7T465-651q0-78.43 54.99-133.72 54.98-55.28 133-55.28Q731-840 786-784.72q55 55.29 55 133.72 0 77.6-54.99 132.3-54.98 54.7-133 54.7" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "m360-40-30-30v-241H120v-60l80-77v-332h-50v-60h343q-15.32 12.82-27.66 27.91T442-780H260v354l-59 55h399v60H390v241zm293-612q27.92 0 47.46-19.56t19.54-47.5T700.46-766 653-785q-27.5 0-46.75 19.35-19.25 19.36-19.25 47 0 27.65 19.25 47.15T653-652m0 133q33 0 62-15.5t47-42.5q-26-14-52.92-22.5-26.93-8.5-56-8.5-29.08 0-56.08 8.5T544-577q18 27 47 42.5t62 15.5m.01 55Q575-464 520-518.7T465-651q0-78.43 54.99-133.72 54.98-55.28 133-55.28Q731-840 786-784.72q55 55.29 55 133.72 0 77.6-54.99 132.3-54.98 54.7-133 54.7" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function KeepPublicFilled(_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: "m360-40-30-30v-241H120v-60l80-77v-332h-50v-60h343q-42 35-65 84.57T405-651q0 88 55 155t140 86v99H390v241zm293.01-424Q575-464 520-518.7T465-651q0-78.43 54.99-133.72 54.98-55.28 133-55.28Q731-840 786-784.72q55 55.29 55 133.72 0 77.6-54.99 132.3-54.98 54.7-133 54.7m-.22-55Q686-519 715-534.5t47-42.5q-26-14-53-22.5t-56-8.5-56 8.5-53 22.5q18 27 46.79 42.5 28.78 15.5 62 15.5m.21-133q27.92 0 47.46-19.56t19.54-47.5T700.46-766 653-785q-27.5 0-46.75 19.35-19.25 19.36-19.25 47 0 27.65 19.25 47.15T653-652" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "m360-40-30-30v-241H120v-60l80-77v-332h-50v-60h343q-42 35-65 84.57T405-651q0 88 55 155t140 86v99H390v241zm293.01-424Q575-464 520-518.7T465-651q0-78.43 54.99-133.72 54.98-55.28 133-55.28Q731-840 786-784.72q55 55.29 55 133.72 0 77.6-54.99 132.3-54.98 54.7-133 54.7M653-652q27.92 0 47.46-19.56t19.54-47.5T700.46-766 653-785q-27.5 0-46.75 19.35-19.25 19.36-19.25 47 0 27.65 19.25 47.15T653-652m0 133q33 0 62-15.5t47-42.5q-26-14-52.92-22.5-26.93-8.5-56-8.5-29.08 0-56.08 8.5T544-577q18 27 47 42.5t62 15.5" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function LockPersonFilled(_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: "M753-249q27.92 0 47.46-19.56t19.54-47.5T800.46-363 753-382q-27.5 0-46.75 19.35-19.25 19.36-19.25 47 0 27.65 19.25 47.15T753-249m-.21 133Q786-116 815-131.5t47-42.5q-26-14-53-22.5t-56-8.5-56 8.5-53 22.5q18 27 46.79 42.5 28.78 15.5 62 15.5m.21 70q-79 0-136-57t-57-136 57-136 136-57 136 57 57 136-57 136-136 57M350-634h260v-93q0-55.42-37.88-94.21t-92-38.79T388-821.21 350-727zM557-80H160v-554h130v-93q0-80.09 55.61-136.55Q401.21-920 480.11-920q78.89 0 134.39 56.45Q670-807.09 670-727v93h130v147q-15-3.5-30-4.75t-30-.25q-102 4-171 77t-69 176q0 44 15 84.5T557-80" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M160-80v-554h130v-93q0-81 55-137t135-56 135 56 55 137v93h130v147q-13-3-27-4t-33-1q-98 5-169 78.5T500-239q0 44 15 84.5T557-80zm593 34q-79 0-136-57t-57-136 57-136 136-57 136 57 57 136-57 136-136 57M350-634h260v-93q0-57-37.5-95T480-860t-92.5 38-37.5 95zm403 385q28 0 47.5-19.5T820-316t-19.5-47-47.5-19q-27 0-46.5 19.5T687-316q0 28 19 47.5t47 19.5m0 133q33 0 62-15.5t47-42.5q-26-14-53-22.5t-56-8.5-56 8.5-53 22.5q18 27 47 42.5t62 15.5" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function SettingsAccountBox(_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: "M516-40v-400h400v400zm60-60h280v-32q-25-31-61-49.5T716-200t-79 18.5-61 49.5zm140-140q25 0 42.5-17.5T776-300t-17.5-42.5T716-360t-42.5 17.5T656-300t17.5 42.5T716-240M480-610q-54 0-92 38t-38 92q0 43 24 76t62 47v-68q-11-9-18.5-24.5T410-480q0-29 20.5-49.5T480-550q18 0 33 8t24 22h66q-13-39-46.5-64.5T480-610M388-80l-20-126q-19-7-40-19t-37-25l-118 54-93-164 108-79q-2-9-2.5-20.5T185-480t.5-20.5T188-521L80-600l93-164 118 54q16-13 37-25t40-18l20-127h184l20 126q19 7 40.5 18.5T669-710l118-54 93 164-108 80v1-1h-61q-1-7-2-13.5t-3-13.5l94-69-40-72-106 46q-23-26-52-43.5T538-708l-14-112h-88l-14 112q-34 7-63.5 24T306-642l-106-46-40 72 94 69q-4 17-6.5 33.5T245-480t2.5 33.5T254-413l-94 69 40 72 106-46q26 26 59.5 43.5T436-249v169z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M516-40v-400h400v400zm-36-570q-54 0-92 38t-38 92q0 43 24 76t62 47v-68q-11-9-18.5-24.5T410-480q0-29 20.5-49.5T480-550q18 0 33 8t24 22h66q-13-39-46.5-64.5T480-610M388-80l-20-126q-19-7-40-19t-37-25l-118 54-93-164 108-79q-2-9-2.5-20.5T185-480t.5-20.5T188-521L80-600l93-164 118 54q16-13 37-25t40-18l20-127h184l20 126q19 7 40.5 18.5T669-710l118-54 93 164-108 80v1-1h-61q-1-7-2-13.5t-3-13.5l94-69-40-72-106 46q-23-26-52-43.5T538-708l-14-112h-88l-14 112q-34 7-63.5 24T306-642l-106-46-40 72 94 69q-4 17-6.5 33.5T245-480t2.5 33.5T254-413l-94 69 40 72 106-46q26 26 59.5 43.5T436-249v169zm188-20h280v-32q-26-32-62-50t-78-18-78 18-62 50zm140-140q25 0 42.5-17.5T776-300t-17.5-42.5T716-360t-42.5 17.5T656-300t17.5 42.5T716-240" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function SettingsAccountBoxFilled(_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: "M516-40v-400h400v400zm60-60h280v-32q-25-31-61-49.5T716-200t-79 18.5-61 49.5zm140-140q25 0 42.5-17.5T776-300t-17.5-42.5T716-360t-42.5 17.5T656-300t17.5 42.5T716-240M388-80l-20-126q-19-7-40-19t-37-25l-118 54-93-164 108-79q-2-9-2.5-20.5T185-480t.5-20.5T188-521L80-600l93-164 118 54q16-13 37-25t40-18l20-127h184l20 126q19 7 40.5 18.5T669-710l118-54 93 164-108 80H603.2q-13.05-38.7-46.63-64.35Q523-610 480-610q-53.86 0-91.93 38.07T350-480q0 43 24 76t62 47v277z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M516-40v-400h400v400zM388-80l-20-126q-19-7-40-19t-37-25l-118 54-93-164 108-79q-2-9-2.5-20.5T185-480t.5-20.5T188-521L80-600l93-164 118 54q16-13 37-25t40-18l20-127h184l20 126q19 7 40.5 18.5T669-710l118-54 93 164-108 80H603q-13-39-46.5-64.5T480-610q-54 0-92 38t-38 92q0 43 24 76t62 47v277zm188-20h280v-32q-26-32-62-50t-78-18-78 18-62 50zm140-140q25 0 42.5-17.5T776-300t-17.5-42.5T716-360t-42.5 17.5T656-300t17.5 42.5T716-240" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function Share(_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: "M727-80q-47.5 0-80.75-33.35Q613-146.69 613-194.33q0-6.67 1.5-16.31 1.5-9.65 4.5-17.36L316-404q-15 17-37 27.5T234-366q-47.5 0-80.75-33.25T120-480t33.25-80.75T234-594q23 0 44 9t38 26l303-174q-3-7.07-4.5-15.91T613-766q0-47.5 33.25-80.75T727-880t80.75 33.25T841-766t-33.25 80.75T727-652q-23.35 0-44.68-7.5Q661-667 646-684L343-516q2 8 3.5 18.5t1.5 17.74-1.5 15T343-449l303 172q15-14 35-22.5t46-8.5q47.5 0 80.75 33.25T841-194t-33.25 80.75T727-80m.04-632q22.96 0 38.46-15.54 15.5-15.53 15.5-38.5 0-22.96-15.54-38.46-15.53-15.5-38.5-15.5-22.96 0-38.46 15.54-15.5 15.53-15.5 38.5 0 22.96 15.54 38.46 15.53 15.5 38.5 15.5m-493 286q22.96 0 38.46-15.54 15.5-15.53 15.5-38.5 0-22.96-15.54-38.46-15.53-15.5-38.5-15.5-22.96 0-38.46 15.54-15.5 15.53-15.5 38.5 0 22.96 15.54 38.46 15.53 15.5 38.5 15.5m493 286q22.96 0 38.46-15.54 15.5-15.53 15.5-38.5 0-22.96-15.54-38.46-15.53-15.5-38.5-15.5-22.96 0-38.46 15.54-15.5 15.53-15.5 38.5 0 22.96 15.54 38.46 15.53 15.5 38.5 15.5m-.04-54" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M686-80q-47.5 0-80.75-33.25T572-194q0-8 5-34L278-403q-16.28 17.34-37.64 27.17T194-366q-47.5 0-80.75-33.25T80-480t33.25-80.75T194-594q24 0 45 9.3 21 9.29 37 25.7l301-173q-2-8-3.5-16.5T572-766q0-47.5 33.25-80.75T686-880t80.75 33.25T800-766t-33.25 80.75T686-652q-23.27 0-43.64-9Q622-670 606-685L302-516q3 8 4.5 17.5t1.5 18-1 16-3 15.5l303 173q16-15 36.09-23.5 20.1-8.5 43.07-8.5Q734-308 767-274.75T800-194t-33.25 80.75T686-80m.04-60q22.96 0 38.46-15.54 15.5-15.53 15.5-38.5 0-22.96-15.54-38.46-15.53-15.5-38.5-15.5-22.96 0-38.46 15.54-15.5 15.53-15.5 38.5 0 22.96 15.54 38.46 15.53 15.5 38.5 15.5m-492-286q22.96 0 38.46-15.54 15.5-15.53 15.5-38.5 0-22.96-15.54-38.46-15.53-15.5-38.5-15.5-22.96 0-38.46 15.54-15.5 15.53-15.5 38.5 0 22.96 15.54 38.46 15.53 15.5 38.5 15.5m492-286q22.96 0 38.46-15.54 15.5-15.53 15.5-38.5 0-22.96-15.54-38.46-15.53-15.5-38.5-15.5-22.96 0-38.46 15.54-15.5 15.53-15.5 38.5 0 22.96 15.54 38.46 15.53 15.5 38.5 15.5m-.04-54" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function ShareFilled(_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: "M727-80q-47.5 0-80.75-33.35Q613-146.69 613-194.33q0-6.67 1.5-16.31 1.5-9.65 4.5-17.36L316-404q-15 17-37 27.5T234-366q-47.5 0-80.75-33.25T120-480t33.25-80.75T234-594q23 0 44 9t38 26l303-174q-3-7.07-4.5-15.91T613-766q0-47.5 33.25-80.75T727-880t80.75 33.25T841-766t-33.25 80.75T727-652q-23.35 0-44.68-7.5Q661-667 646-684L343-516q2 8 3.5 18.5t1.5 17.74-1.5 15T343-449l303 172q15-14 35-22.5t46-8.5q47.5 0 80.75 33.25T841-194t-33.25 80.75T727-80" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M686-80q-47.5 0-80.75-33.25T572-194q0-8 5-34L278-403q-16.28 17.34-37.64 27.17T194-366q-47.5 0-80.75-33.25T80-480t33.25-80.75T194-594q24 0 45 9.3 21 9.29 37 25.7l301-173q-2-8-3.5-16.5T572-766q0-47.5 33.25-80.75T686-880t80.75 33.25T800-766t-33.25 80.75T686-652q-23.27 0-43.64-9Q622-670 606-685L302-516q3 8 4.5 17.5t1.5 18-1 16-3 15.5l303 173q16-15 36.09-23.5 20.1-8.5 43.07-8.5Q734-308 767-274.75T800-194t-33.25 80.75T686-80" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function ShareOff(_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: "M727.04-712q22.96 0 38.46-15.54 15.5-15.53 15.5-38.5 0-22.96-15.54-38.46-15.53-15.5-38.5-15.5-22.96 0-38.46 15.54-15.5 15.53-15.5 38.5 0 22.96 15.54 38.46 15.53 15.5 38.5 15.5m0 572q22.96 0 38.46-15.54 15.5-15.53 15.5-38.5 0-22.96-15.54-38.46-15.53-15.5-38.5-15.5-22.96 0-38.46 15.54-15.5 15.53-15.5 38.5 0 22.96 15.54 38.46 15.53 15.5 38.5 15.5M230-40q-78 0-134-56T40-230t56-134 134-56 134 56 56 134-56 134-134 56M120-476q0-47 33.5-82.5T234-594q23 0 44 9t38 26l303-174q-3-7.07-4.5-15.91T613-766q0-47.5 33.25-80.75T727-880t80.75 33.25T841-766t-33.25 80.75T727-652q-23.35 0-44.68-7.5Q661-667 646-684L343-516q3 11 4 21.5t0 21.5q-27-13-56-20t-61-7q-29.22 0-56.61 6.5T120-476M727-80q-47.5 0-80.75-33.35Q613-146.69 613-194.33q0-6.67 1.5-16.31 1.5-9.65 4.5-17.36l-129-75q-7-24-18-45.5T447-390l199 113q15-14 35-22.5t46-8.5q47.5 0 80.75 33.25T841-194t-33.25 80.75T727-80M230-205l68 68 23-23-69-69 71-71-23-23-70 70-70-70-23 23 70 70-70 70 24 24z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M686.04-140q22.96 0 38.46-15.54 15.5-15.53 15.5-38.5 0-22.96-15.54-38.46-15.53-15.5-38.5-15.5-22.96 0-38.46 15.54-15.5 15.53-15.5 38.5 0 22.96 15.54 38.46 15.53 15.5 38.5 15.5m0-572q22.96 0 38.46-15.54 15.5-15.53 15.5-38.5 0-22.96-15.54-38.46-15.53-15.5-38.5-15.5-22.96 0-38.46 15.54-15.5 15.53-15.5 38.5 0 22.96 15.54 38.46 15.53 15.5 38.5 15.5M89-436q-5-11-7-21.5T80-480q0-47.5 33.25-80.75T194-594q24 0 45 9.3 21 9.29 37 25.7l301-173q-2-8-3.5-16.5T572-766q0-47.5 33.25-80.75T686-880t80.75 33.25T800-766t-33.25 80.75T686-652q-23.27 0-43.64-9Q622-670 606-685L239-480h-9q-39 0-74.92 11.44T89-436M686-80q-47.5 0-80.75-33.25T572-194q0-8 5-34l-104-61q-6-23-16-45t-24-41l174 99q16-15 36.09-23.5 20.1-8.5 43.07-8.5Q734-308 767-274.75T800-194t-33.25 80.75T686-80M230-40q-78 0-134-56T40-230t56-134 134-56 134 56 56 134-56 134-134 56m0-165 68 68 23-23-69-69 71-71-23-23-70 70-70-70-23 23 70 70-70 70 24 24zm456-561" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function ShareOffFilled(_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: "M230-420q78 0 134 56t56 134-56 134-134 56T96-96 40-230t56-134 134-56m0 215 68 68 23-23-69-69 71-71-23-23-70 70-70-70-23 23 70 70-70 70 24 24zm497-447q-23 0-44.5-7.5T646-684L343-516q3 11 4 21.5t0 21.5q-27-13-56-20t-61-7q-29 0-56.5 6.5T120-476q0-47 33.5-82.5T234-594q23 0 44 9t38 26l303-174q-3-7-4.5-16t-1.5-17q0-47 33.5-80.5T727-880t80.5 33.5T841-766t-33.5 80.5T727-652m0 572q-47 0-80.5-33.5T613-194q0-7 1.5-16.5T619-228l-129-75q-7-24-18-45.5T447-390l199 113q15-14 35-22.5t46-8.5q47 0 80.5 33.5T841-194t-33.5 80.5T727-80" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M89-436q-5-11-7-21.5T80-480q0-48 33-81t81-33q24 0 45 9.5t37 25.5l301-173q-2-8-3.5-16.5T572-766q0-48 33-81t81-33 81 33 33 81-33 81-81 33q-23 0-43.5-9T606-685L239-480h-9q-39 0-75 11.5T89-436M686-80q-48 0-81-33t-33-81q0-8 5-34l-104-61q-6-23-16-45t-24-41l174 99q16-15 36-23.5t43-8.5q48 0 81 33t33 81-33 81-81 33M230-40q-78 0-134-56T40-230t56-134 134-56 134 56 56 134-56 134-134 56m0-165 68 68 23-23-69-69 71-71-23-23-70 70-70-70-23 23 70 70-70 70 24 24z" })));
6
6
  }
package/dist/index.d.ts CHANGED
@@ -1448,6 +1448,8 @@ export { default as DataUsage } from './components/DataUsage';
1448
1448
  export { default as DataUsageFilled } from './components/DataUsageFilled';
1449
1449
  export { default as Database } from './components/Database';
1450
1450
  export { default as DatabaseFilled } from './components/DatabaseFilled';
1451
+ export { default as DatabaseOff } from './components/DatabaseOff';
1452
+ export { default as DatabaseOffFilled } from './components/DatabaseOffFilled';
1451
1453
  export { default as Dataset } from './components/Dataset';
1452
1454
  export { default as DatasetFilled } from './components/DatasetFilled';
1453
1455
  export { default as DatasetLinked } from './components/DatasetLinked';
@@ -2388,6 +2390,8 @@ export { default as FormatParagraph } from './components/FormatParagraph';
2388
2390
  export { default as FormatParagraphFilled } from './components/FormatParagraphFilled';
2389
2391
  export { default as FormatQuote } from './components/FormatQuote';
2390
2392
  export { default as FormatQuoteFilled } from './components/FormatQuoteFilled';
2393
+ export { default as FormatQuoteOff } from './components/FormatQuoteOff';
2394
+ export { default as FormatQuoteOffFilled } from './components/FormatQuoteOffFilled';
2391
2395
  export { default as FormatShapes } from './components/FormatShapes';
2392
2396
  export { default as FormatShapesFilled } from './components/FormatShapesFilled';
2393
2397
  export { default as FormatSize } from './components/FormatSize';
package/dist/index.js CHANGED
@@ -1448,6 +1448,8 @@ export { default as DataUsage } from './components/DataUsage';
1448
1448
  export { default as DataUsageFilled } from './components/DataUsageFilled';
1449
1449
  export { default as Database } from './components/Database';
1450
1450
  export { default as DatabaseFilled } from './components/DatabaseFilled';
1451
+ export { default as DatabaseOff } from './components/DatabaseOff';
1452
+ export { default as DatabaseOffFilled } from './components/DatabaseOffFilled';
1451
1453
  export { default as Dataset } from './components/Dataset';
1452
1454
  export { default as DatasetFilled } from './components/DatasetFilled';
1453
1455
  export { default as DatasetLinked } from './components/DatasetLinked';
@@ -2388,6 +2390,8 @@ export { default as FormatParagraph } from './components/FormatParagraph';
2388
2390
  export { default as FormatParagraphFilled } from './components/FormatParagraphFilled';
2389
2391
  export { default as FormatQuote } from './components/FormatQuote';
2390
2392
  export { default as FormatQuoteFilled } from './components/FormatQuoteFilled';
2393
+ export { default as FormatQuoteOff } from './components/FormatQuoteOff';
2394
+ export { default as FormatQuoteOffFilled } from './components/FormatQuoteOffFilled';
2391
2395
  export { default as FormatShapes } from './components/FormatShapes';
2392
2396
  export { default as FormatShapesFilled } from './components/FormatShapesFilled';
2393
2397
  export { default as FormatSize } from './components/FormatSize';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@project-lary/react-material-symbols",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
4
4
  "description": "Latest React icon components for Material Symbols",
5
5
  "files": [
6
6
  "dist"