@project-lary/react-material-symbols-600-sharp 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.
- package/dist/components/AccountBox.js +1 -1
- package/dist/components/AdminPanelSettingsFilled.js +1 -1
- package/dist/components/DatabaseOff.d.ts +4 -0
- package/dist/components/DatabaseOff.js +6 -0
- package/dist/components/DatabaseOffFilled.d.ts +4 -0
- package/dist/components/DatabaseOffFilled.js +6 -0
- package/dist/components/Demography.js +1 -1
- package/dist/components/DemographyFilled.js +1 -1
- package/dist/components/FormatQuoteOff.d.ts +4 -0
- package/dist/components/FormatQuoteOff.js +6 -0
- package/dist/components/FormatQuoteOffFilled.d.ts +4 -0
- package/dist/components/FormatQuoteOffFilled.js +6 -0
- package/dist/components/KeepPublic.js +1 -1
- package/dist/components/KeepPublicFilled.js +1 -1
- package/dist/components/LockPersonFilled.js +1 -1
- package/dist/components/SettingsAccountBox.js +1 -1
- package/dist/components/SettingsAccountBoxFilled.js +1 -1
- package/dist/components/Share.js +1 -1
- package/dist/components/ShareFilled.js +1 -1
- package/dist/components/ShareOff.js +1 -1
- package/dist/components/ShareOffFilled.js +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.js +4 -0
- package/package.json +1 -1
@@ -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: "M185.09-230.57q60-53.73 133.35-86.54 73.35-32.8 161.46-32.8 88.1 0 161.56 32.24 73.45 32.23 133.45 85.97v-543.21H185.09zm296.84-181.95q59.77 0 100.61-40.78 40.85-40.78 40.85-100.54 0-59.77-40.78-100.33-40.78-40.57-100.54-40.57-59.77 0-100.61 40.5-40.85 40.49-40.85 100.26 0 59.76 40.78 100.61t100.54 40.85M105.87-105.87V-854.7H854.7v748.
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M185.09-230.57q60-53.73 133.35-86.54 73.35-32.8 161.46-32.8 88.1 0 161.56 32.24 73.45 32.23 133.45 85.97v-543.21H185.09zm296.84-181.95q59.77 0 100.61-40.78 40.85-40.78 40.85-100.54 0-59.77-40.78-100.33-40.78-40.57-100.54-40.57-59.77 0-100.61 40.5-40.85 40.49-40.85 100.26 0 59.76 40.78 100.61t100.54 40.85M105.87-105.87V-854.7H854.7v748.83zM481.8-478.74q-31.17 0-52.79-21.93-21.62-21.94-21.62-53.28 0-31.33 21.82-52.95t52.99-21.62 52.79 21.82 21.62 52.99-21.82 53.07-52.99 21.9M229.22-185.09h501.69q-61.43-51.87-122.67-74.95Q547-283.13 480-283.13t-127.67 23.09q-60.68 23.08-123.11 74.95" })));
|
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: "
|
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-80M480-65.3Q335.78-99 240.83-227.74 145.87-356.48 145.87-522v-248.61L480-895.7l334.7 125.09v288.09q-28.96-15.96-59.07-24.72T693-516q-103 0-175.5 73T445-267q0 50.83 22.61 100.5t63.96 84.24q-12.4 6.7-25.79 10.04-13.39 3.35-25.78 6.92M692.13-270q26 0 44-19t18-45-18.28-44-43.72-18q-26.56 0-45.28 18t-18.72 44 18.72 45 45.28 19m-1 125q33 0 59.72-13.72 26.72-13.71 46.28-39.71-26.56-14-52.56-21.29-26-7.28-53.44-7.28-28 0-54.78 7.28-26.78 7.29-51.78 21.29 19 26 45.5 39.71Q656.57-145 691.13-145" })));
|
6
6
|
}
|
@@ -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: "M819.22-50.09 60.09-809.22l46.95-46.95L866.17-97.04zM480-105.87q-157.34 0-265.74-50.39Q105.87-206.65 105.87-280v-400q0-29.39 19.2-55.7 19.2-26.32 54.28-48.17l246 246q-69.39-5.87-133.45-22.09-64.05-16.21-110.77-43.34v136.34q55.13 33.13 134.41 52.48 79.29 19.35 162.97 19.35 22.05 0 42.97-1 20.91-1 42.04-4.13l64.31 64.3q-35.39 7.83-72.85 11.96T479-319.87q-85.74 0-164.02-18.56Q236.7-357 181.13-389.56V-276q13.83 34.43 108.26 64.65 94.44 30.22 190.61 30.22 66.89.56 135.14-15 68.25-15.57 113.25-38.7l56.18 56.18q-50.7 33.39-129.87 53.09-79.18 19.69-174.7 19.69m351-112.48-51.57-51.56v-119.65q-19.17 10.02-40.24 18.96-21.08 8.95-45.19 15.82l-59.17-59.18q40.87-9 77.24-22.5 36.36-13.5 67.36-30.41V-603.3Q724.13-573 655-555.85t-142.35 19.72l-74.43-74.44q32.43 2.44 81.02-1.06t97.96-13.22 92.02-26.84q42.65-17.13 63.21-42.31-28.71-32.2-118.83-58.82-90.11-26.61-173.6-26.61-46.35 0-93.13 8t-88.65 20.86l-61.87-61.87q49.69-19.56 111.74-30.91T480-854.7q154.48 0 264.59 51.32T854.7-680v400q0 16.89-6.07 32.09-6.06 15.2-17.63 29.56" })));
|
6
|
+
}
|
@@ -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-105.87q-62.57 0-128.74-10.48t-121.11-30.67q-54.93-20.2-89.89-49.26-34.96-29.07-34.96-66.37v-113.57q0 37.31 34.96 66.65 34.96 29.35 89.89 49.55 54.94 20.19 121.11 30.67T480-218.87q57.61 0 118.33-8.28 60.71-8.28 113.02-25.28l77.91 78.47q-56.74 33.57-141.8 50.83-85.07 17.26-167.46 17.26m355.7-107.78-63.79-63.78q37.39-18.7 60.09-43.11 22.7-24.42 22.7-55.68v113.57q0 13.43-5 25.72-5 12.28-14 23.28M480-313.78q-62.57 0-128.74-10.2-66.17-10.19-121.11-30.39-54.93-20.2-89.89-49.54-34.96-29.35-34.96-66.66V-583q0 37.3 34.96 66.37 34.96 29.06 89.89 49.26 54.94 20.2 121.11 30.67 66.17 10.48 128.74 10.48 14.13 0 28.13-.5t27.44-1.5l99.3 99.87q-38 7-77.04 10.79-39.05 3.78-77.83 3.78m223.3-31.7-91.17-90.61q95.61-15.69 169.09-52.8T854.7-583v112.43q0 43-43.29 74.2-43.28 31.2-108.11 50.89M441.65-522.13q-150.91-6.3-243.35-56.13-92.43-49.83-92.43-109.65 0-27.26 17.91-52.18Q141.7-765 177.09-786.7zm84.44-.57L234.65-814.13q48.7-18 110.18-29.28 61.47-11.29 134.6-11.29 167.22 0 271.24 50.48Q854.7-753.74 854.7-687.91q0 59.69-90.33 108.67T526.09-522.7M819.22-50.09 60.09-809.22l46.95-46.95L866.17-97.04z" })));
|
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: "
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M105.87-104.17V-853H854.7v422.91q-18.53-12.52-38.83-20.63t-40.96-12.22v-310.84H185.09v589.82H483.3q2.92 21.66 9.07 41.92t15.37 37.87zm79.22-113.22v33.43-589.82 310.82-3.43zm100-66.57h203.65q4.56-16 10.69-30.71 6.14-14.72 15.83-29.29H285.09zm0-164.91h343.43q11.74-3.61 22.53-5.96t23.86-6.13v-47.91H285.09zm0-164.91h389.82v-60H285.09zM727.41-31.96q-77.5 0-132.5-55.21-55-55.22-55-131.79 0-77.87 54.99-133.43 54.99-55.57 133.01-55.57 77 0 132.5 55.57 55.5 55.56 55.5 133.43 0 76.57-55.5 131.79-55.5 55.21-133 55.21m.5-188q27.92 0 47.46-19.55 19.54-19.56 19.54-47.22t-19.54-46.94q-19.54-19.29-47.46-19.29-27.5 0-46.75 19.36-19.25 19.35-19.25 47 0 27.64 19.25 47.14t46.75 19.5m0 133q32.44 0 61.72-15.21 29.28-15.22 47.28-42.79-26.56-12.3-53.48-20.8-26.91-8.5-55.64-8.5t-55.52 8.5-53.36 20.8q18 27.57 47.29 42.79 29.28 15.21 61.71 15.21" })));
|
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: "M727.91-
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M727.91-31.96q-78 0-133-55.21-55-55.22-55-131.79 0-77.43 55-133.21 55-55.79 133-55.79 77 0 132.5 55.79 55.5 55.78 55.5 133.21 0 76.57-55.5 131.79-55.5 55.21-132.5 55.21M285.09-613.78h389.82v-60H285.09zm222.65 509.61H105.87V-853H854.7v422.91q-28.96-18.65-60.81-27.47-31.85-8.83-65.98-8.83-14 0-27 1.5t-26 4.5v-48.48H285.09v60h343.43q-36.56 16.87-65.35 43.96-28.78 27.08-47.34 60.95H285.09v60h203.65q-4.7 16.39-6.76 32.79-2.07 16.39-2.07 33.78 0 30.23 7.16 58.37 7.17 28.14 20.67 54.85m220.17-115.79q28 0 47.5-19.5t19.5-47.21q0-27.72-19.5-47-19.5-19.29-47.5-19.29-27 0-46.5 19.5t-19.5 46.5q0 28 19 47.5t47 19.5m0 133q31.31 0 61.15-15.21 29.85-15.22 47.85-42.79-27.69-11.74-54.81-19.67-27.13-7.93-54.31-7.93t-54.18 7.93-54.7 19.67q18 27.57 47.85 42.79 29.85 15.21 61.15 15.21" })));
|
6
6
|
}
|
@@ -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: "M819.22-50.09 434-434.74 313.78-227h-87.82l98.52-168.78q-5 1-11 1.5t-11 .5q-67.13-3.39-112.72-51.81Q144.17-494 144.17-560q0-34.83 12.82-64.16t35.27-52.88L60.09-809.22l46.95-46.95L866.17-97.04zM738-310.78 526-522.82q-3-9.83-4.5-20.32-1.5-10.5-1.5-20.82 1.7-68.26 50.52-116.11 48.83-47.84 117.39-47.84 69.39 0 118.66 48.88 49.26 48.88 49.26 119.03 0 21.21-5.36 41.57T834.96-480zM312.43-485.09q15.07 0 27.93-5.3 12.85-5.3 23.73-14.91L257.3-611.43q-9.56 10.31-14.56 23.32t-5 28.02q0 31.16 21.64 53.08 21.63 21.92 53.05 21.92m374.98 0q31.24 0 53.33-21.78t22.09-52.89q0-31.54-21.78-53.35-21.79-21.8-52.9-21.8-31.35 0-53.25 21.75T613-560.34q0 31.08 21.7 53.17 21.71 22.08 52.71 22.08m.5-74.91" })));
|
6
|
+
}
|
@@ -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: "M819.22-50.09 434-434.74 313.78-227h-87.82l98.52-168.78q-5 1-11 1.5t-11 .5q-67.13-3.39-112.72-51.81Q144.17-494 144.17-560q0-34.83 12.92-64.37 12.91-29.54 35.17-52.67L60.09-809.22l46.95-46.95L866.17-97.04zM738-310.78l-212-212q-3-9.87-4.5-20.31-1.5-10.43-1.5-20.87 1.7-68.26 50.39-116.11 48.7-47.84 117.52-47.84 69.39 0 118.66 48.97 49.26 48.98 49.26 118.94 0 21-5.22 41.28-5.22 20.29-15.65 38.72z" })));
|
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-27-39.61-39.61v-239.3H105.87v-79.79l80-77v-321.26h-50v-79.22h352.04q-19.27 16.22-33.59 36.4-14.32 20.17-24.76 42.82H265.09v350.61l-51.65 47.65h399.61q.52-1.13 1.08-3.39.57-2.26.57-3.95v87.13H399.61v239.3zm287.91-648.18q27.92 0 47.46-19.55 19.54-19.56 19.54-47.5 0-27.95-19.54-46.95t-47.46-19q-27.5 0-46.75 19.36-19.25 19.35-19.25 47 0 27.64 19.25 47.14t46.75 19.
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "m360-27-39.61-39.61v-239.3H105.87v-79.79l80-77v-321.26h-50v-79.22h352.04q-19.27 16.22-33.59 36.4-14.32 20.17-24.76 42.82H265.09v350.61l-51.65 47.65h399.61q.52-1.13 1.08-3.39.57-2.26.57-3.95v87.13H399.61v239.3zm287.91-648.18q27.92 0 47.46-19.55 19.54-19.56 19.54-47.5 0-27.95-19.54-46.95t-47.46-19q-27.5 0-46.75 19.36-19.25 19.35-19.25 47 0 27.64 19.25 47.14t46.75 19.5m0 133q33 0 61.72-15.5t47.28-42.66q-26-13.84-53.1-22.34-27.11-8.5-55.82-8.5t-55.89 8.5q-27.19 8.5-53.19 22.34 18.57 27.16 47.29 42.66 28.71 15.5 61.71 15.5m.02 55q-78.02 0-133.02-54.98t-55-132.02q0-79 54.99-134 54.98-55 133-55 78.01 0 133.01 55t55 134q0 77.04-54.98 132.02-54.99 54.98-133 54.98" })));
|
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-27-39.61-39.61v-239.3H105.87v-79.79l80-77v-321.26h-50v-79.22h352.04q-42 35-65 84.29t-23 104.71q0 94.79 61.5 162.07t153.29 80.07v126.13H399.61v239.3zm287.93-460.18q-78.02 0-133.02-54.98t-55-132.02q0-79 54.99-134 54.98-55 133-55 78.01 0 133.01 55t55 134q0 77.04-54.98 132.02-54.99 54.98-133 54.98m-.
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "m360-27-39.61-39.61v-239.3H105.87v-79.79l80-77v-321.26h-50v-79.22h352.04q-42 35-65 84.29t-23 104.71q0 94.79 61.5 162.07t153.29 80.07v126.13H399.61v239.3zm287.93-460.18q-78.02 0-133.02-54.98t-55-132.02q0-79 54.99-134 54.98-55 133-55 78.01 0 133.01 55t55 134q0 77.04-54.98 132.02-54.99 54.98-133 54.98m-.02-188q27.92 0 47.46-19.55 19.54-19.56 19.54-47.5 0-27.95-19.54-46.95t-47.46-19q-27.5 0-46.75 19.36-19.25 19.35-19.25 47 0 27.64 19.25 47.14t46.75 19.5m0 133q33 0 61.72-15.5t47.28-42.66q-26-13.84-53.1-22.34-27.11-8.5-55.82-8.5t-55.89 8.5q-27.19 8.5-53.19 22.34 18.57 27.16 47.29 42.66 28.71 15.5 61.71 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: "
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M142.48-67v-582.83h137.91v-80.56q0-86.28 56.56-143.6 56.56-57.31 139.52-57.31t139.94 57.69q56.98 57.7 56.98 143.22v80.56H811.3v170.18q-16.95-3.57-37.17-3.72t-42.61 2.11q-90.09 12.35-154.3 83.87Q513-325.87 513-230.52q0 44 16.13 86.76T573.39-67zM766-37.52q-79 0-136-57t-57-136 57-136 136-57 136 57 57 136-57 136-136 57M359.61-649.83h234.56v-80.56q0-53.04-33.83-87.09-33.84-34.04-83.6-34.04-49.53 0-83.33 34.04-33.8 34.05-33.8 87.09zM766-240.52q28 0 47.5-19.5t19.5-47.5-19.5-47-47.5-19q-27 0-46.5 19.5t-19.5 46.5q0 28 19 47.5t47 19.5m0 133q33 0 62-15.5t47-42.5q-25.43-14-52.62-22.5t-56.38-8.5q-28.43 0-55.72 8.5-27.28 8.5-53.28 22.5 18 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: "M515.43-5.52v-426h426.
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M515.43-5.52v-426h426.01v426zM478.87-610q-54.57 0-92.28 38-37.72 38-37.72 92 0 43.57 24.56 76.85 24.57 33.28 63.14 46.72v-78.46q-8.18-7.02-13.42-19.98t-5.24-25.18q0-25.3 17.77-43.1 17.76-17.81 43.01-17.81 17.05 0 30.92 8t21.74 21.44h72.78q-10.74-42.39-45.37-70.44Q524.13-610 478.87-610M375.56-65.87 355-196.39q-15.61-5.31-34.07-15.89-18.45-10.59-31.63-21.33l-121.95 56.26-106-187.17 111.39-81.26q-1.44-7.33-1.94-17.11t-.5-17.11.5-17.11 1.94-17.11L61.35-596.04l106-186.05 123.23 55.7q12.46-10.18 30.64-20.48 18.17-10.3 33.78-15.17l20.55-132.66h208.89L605-763.04q15.5 5.9 34.23 15.68 18.73 9.79 31.47 20.97l122.52-55.7 105.43 186.05-117.66 84.52v1-1H707q-.39-7-2.24-16.86-1.85-9.85-4.98-20.88l93.44-67.87-35.48-64.65-105.44 46q-23-27.13-53.1-45.48t-65.87-22.78l-13.85-110.87h-79.01l-13.38 110.87q-35.07 6.43-65.73 24.28t-54.23 43.98l-104.87-46-35.48 64.65 92.31 67.3q-4 17.57-6.79 34.92-2.78 17.34-2.78 34.91t2.78 35.2q2.79 17.63 6.79 34.63l-92.31 67.3 35.48 64.65 104.87-46q25.44 26.48 58.65 44.31 33.22 17.82 69.65 26.39v187.65zm199.87.35h306.01v-34.26q-28.26-35.39-67.66-55.65-39.39-20.26-85.34-20.26-45.96 0-85.35 20.26t-67.66 55.52zm153.01-153q26.13 0 45.04-18.5t18.91-45.17q0-26.68-18.91-45.18t-45.33-18.5q-26.41 0-45.04 18.63t-18.63 45.05q0 26.41 18.58 45.04 18.59 18.63 45.38 18.63" })));
|
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: "M515.43-5.52v-426h426.
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M515.43-5.52v-426h426.01v426zM375.29-65.87 355-196.39q-15.84-5.36-34.18-15.92t-31.52-21.3l-121.95 56.26-106-187.17 111.39-81.26q-1.44-7.23-1.94-17.09-.5-9.85-.5-17.08t.5-17.09q.5-9.85 1.94-17.18L61.35-596.04l106-186.05 123.23 55.7q12.46-10.18 30.64-20.48 18.17-10.3 33.78-15.17l20.55-132.66h208.89L605-763.04q15.73 5.81 34.35 15.64 18.61 9.83 31.35 21.01l122.52-55.7 105.43 186.05-117.61 84.52H603.57q-10.74-42.39-45.15-70.44Q524.02-610 478.87-610q-54.57 0-92.28 38-37.72 38-37.72 92 0 43 24.28 76.28 24.28 33.29 62.28 46.47v291.38zm200.14.35h306.01v-34.26q-28.26-35.39-67.66-55.65-39.39-20.26-85.34-20.26-45.96 0-85.35 20.26t-67.66 55.52zm153.11-153q26.03 0 44.94-18.6t18.91-45.17q0-26.58-19.01-45.08t-45.33-18.5q-26.31 0-44.94 18.73t-18.63 45.05q0 26.31 18.68 44.94t45.38 18.63" })));
|
6
6
|
}
|
package/dist/components/Share.js
CHANGED
@@ -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: "
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M687.66-65.87q-52.55 0-89.76-37.06-37.2-37.07-37.2-89.37 0-8 4.43-29.95l-284.3-166.62q-17.98 17.34-40.06 26.89t-47.9 9.55q-52.92 0-89.96-37.21T65.87-480t37.04-90.36 89.96-37.21q25.13 0 47.21 9.3t39.88 25.7l284.6-163.39q-1.43-7.43-2.65-15.37-1.21-7.93-1.21-15.8 0-52.54 37.24-90.05 37.23-37.52 89.79-37.52 52.55 0 89.76 37.53 37.21 37.52 37.21 90.07 0 52.56-37.13 89.76-37.12 37.21-90.16 37.21-24.89 0-46.84-9.57-21.96-9.56-39.66-25.13L315-517.13q3 8.48 4.5 18.43t1.5 18.61-1 17q-1 8.35-3.56 16.35l284.91 161.7q17.71-16.17 39.6-25.5 21.9-9.33 46.92-9.33 53.43 0 90.13 37.09t36.7 90.08q0 52.98-37.24 89.91-37.24 36.92-89.8 36.92m-.28-75.26q22.19 0 37.12-14.85t14.93-36.81q0-21.95-14.88-36.88-14.89-14.94-37.45-14.94-22.09 0-36.62 14.97-14.52 14.97-14.52 36.81 0 21.83 14.62 36.76 14.62 14.94 36.8 14.94M192.79-427.7q21.95 0 37.45-14.85t15.5-37.37q0-22.51-15.48-37.45-15.48-14.93-37.6-14.93-22.13 0-36.83 14.85t-14.7 37.37q0 22.51 14.85 37.45 14.85 14.93 36.81 14.93m494.94-287.69q21.84 0 36.77-14.95t14.93-37.04q0-21.86-14.96-36.96-14.97-15.09-37.09-15.09t-37.05 15.12q-14.94 15.13-14.94 37.5 0 21.88 15.25 36.65 15.26 14.77 37.09 14.77m-.03-51.74" })));
|
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: "
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M687.66-65.87q-52.55 0-89.76-37.06-37.2-37.07-37.2-89.37 0-8 4.43-29.95l-284.3-166.62q-17.98 17.34-40.06 26.89t-47.9 9.55q-52.92 0-89.96-37.21T65.87-480t37.04-90.36 89.96-37.21q25.13 0 47.21 9.3t39.88 25.7l284.6-163.39q-1.43-7.43-2.65-15.37-1.21-7.93-1.21-15.8 0-52.54 37.24-90.05 37.23-37.52 89.79-37.52 52.55 0 89.76 37.53 37.21 37.52 37.21 90.07 0 52.56-37.13 89.76-37.12 37.21-90.16 37.21-24.89 0-46.84-9.57-21.96-9.56-39.66-25.13L315-517.13q3 8.48 4.5 18.43t1.5 18.61-1 17q-1 8.35-3.56 16.35l284.91 161.7q17.71-16.17 39.6-25.5 21.9-9.33 46.92-9.33 53.43 0 90.13 37.09t36.7 90.08q0 52.98-37.24 89.91-37.24 36.92-89.8 36.92" })));
|
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: "
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M687.38-141.13q22.19 0 37.12-14.85t14.93-36.81q0-21.95-14.88-36.88-14.89-14.94-37.45-14.94-22.09 0-36.62 14.97-14.52 14.97-14.52 36.81 0 21.83 14.62 36.76 14.62 14.94 36.8 14.94m.35-574.26q21.84 0 36.77-14.95t14.93-37.04q0-21.86-14.96-36.96-14.97-15.09-37.09-15.09t-37.05 15.12q-14.94 15.13-14.94 37.5 0 21.88 15.25 36.65 15.26 14.77 37.09 14.77M76.56-425.26q-6.13-13.26-8.41-26.3-2.28-13.05-2.28-28.44 0-53.15 37.04-90.36t89.96-37.21q25.13 0 47.21 9.3t39.88 25.7l284.6-163.39q-1.43-7.43-2.65-15.37-1.21-7.93-1.21-15.8 0-52.54 37.24-90.05 37.23-37.52 89.79-37.52 52.55 0 89.76 37.53 37.21 37.52 37.21 90.07 0 52.56-37.13 89.76-37.12 37.21-90.16 37.21-24.89 0-46.84-9.57-21.96-9.56-39.66-25.13L237.3-472.65q-3.32-.57-6.5-1.13-3.19-.57-6.45-.57-41.83 0-79.5 12.98t-68.29 36.11m611.1 359.39q-52.55 0-89.76-37.06-37.2-37.07-37.2-89.37 0-8 4.43-30.05l-97.78-57.04q-6-30.35-19.11-58.85t-32.2-52.02l185.31 105.22q17.71-16.17 39.6-25.5 21.9-9.33 46.92-9.33 53.43 0 90.13 37.09t36.7 90.08q0 52.98-37.24 89.91-37.24 36.92-89.8 36.92M224.35-34.35q-78.57 0-134.29-55.71-55.71-55.72-55.71-134 0-78.29 55.71-134.29 55.72-56 134-56 78.29 0 134.29 56t56 134q0 78.57-56 134.29-56 55.71-134 55.71m-.57-155.39 68 67.44 32.05-32.05-68.44-68.15 71-71.28-32.04-32.05-69.72 69.44-70.28-70-32.05 32.04 69.44 69.72-70 70.28 33.61 33.05zM687.7-767.13" })));
|
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: "
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M76.56-425.26q-6.13-13.26-8.41-26.3-2.28-13.05-2.28-28.44 0-53.84 36.7-90.7 36.69-36.87 90.3-36.87 25.13 0 47.26 9.5t39.83 25.5l284.6-163.39q-1.43-7.43-2.65-15.37-1.21-7.93-1.21-15.8 0-53.04 36.99-90.3 36.98-37.27 90.04-37.27 53.05 0 90.01 37.28 36.96 37.27 36.96 90.32 0 53.06-36.98 90.01-36.98 36.96-90.02 36.96-24.91 0-47-9.57-22.09-9.56-39.79-25.13L237.3-472.65q-3.13-.57-6.56-1.13-3.42-.57-6.39-.57-41.83 0-79.52 12.92-37.7 12.91-68.27 36.17m611.1 359.39q-53.05 0-90.01-36.81-36.95-36.82-36.95-89.62 0-8 4.43-30.05l-97.78-57.04q-6-30.35-19.11-58.85t-32.2-52.02l185.31 105.22q17.69-16.13 39.36-25.48t46.99-9.35q53.6 0 90.3 36.82 36.7 36.83 36.7 90.61 0 53.22-36.99 89.9-36.99 36.67-90.05 36.67M224.35-34.35q-78.57 0-134.29-55.71-55.71-55.72-55.71-134.29 0-78 55.71-134 55.72-56 134.29-56 78 0 134 56t56 134q0 78.57-56 134.29-56 55.71-134 55.71m-.57-155.39 68 67.44 32.05-32.05-68.44-68.43 71-71-32.04-32.05-70 69.44-70-70-32.05 32.04 69.44 70-70 70 33.61 33.05z" })));
|
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';
|