@project-lary/react-material-symbols-600-sharp 0.22.0 → 0.23.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/FireExtinguisher.js +1 -1
- package/dist/components/FireExtinguisherFilled.d.ts +4 -3
- package/dist/components/FireExtinguisherFilled.js +6 -3
- package/dist/components/ImageArrowUp.d.ts +4 -0
- package/dist/components/ImageArrowUp.js +6 -0
- package/dist/components/ImageArrowUpFilled.d.ts +4 -0
- package/dist/components/ImageArrowUpFilled.js +6 -0
- package/dist/components/MobileSound2.d.ts +4 -0
- package/dist/components/MobileSound2.js +6 -0
- package/dist/components/MobileSound2Filled.d.ts +4 -0
- package/dist/components/MobileSound2Filled.js +6 -0
- package/dist/components/PersonShield.d.ts +4 -0
- package/dist/components/PersonShield.js +6 -0
- package/dist/components/PersonShieldFilled.d.ts +4 -0
- package/dist/components/PersonShieldFilled.js +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +6 -0
- package/package.json +1 -1
@@ -2,5 +2,5 @@ import React from 'react';
|
|
2
2
|
export default function FireExtinguisher(_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: "M266.43-236.09v-224l14.53-38.61h399.78l13.96 38.61v224zm80.22-195.82v129.04h269.26v-129.04zm134.48-289.7q22.2 0 37.82-15.78t15.62-38.5-15.62-38.22-38.1-15.5q-22.96 0-38.62 15.5t-15.66 38.5q0 22.44 15.66 38.22t38.9 15.78m167.74-9.91v-88.74l-47.13 9.74q2 8.66 2.78 17.47.78 8.8.78 17.47t-1.06 17.27q-1.07 8.61-3.07 17.05zM266.43-460.09q0-71.85 42.11-126.93 42.11-55.07 107.2-76.2-17.43-10.15-30.92-25.24t-22.26-33.67L200.39-755.7v-40.39l162.17-33q14.7-33.82 46.59-54.8t71.5-20.98q25.18 0 46.87 9.06 21.7 9.07 39.39 24.63l152.7-30.56v251.7l-152.7-30.57q-5.24 4.57-10.31 9.2-5.08 4.63-11.21 8.19 64.46 20.6 106.88 75.46 42.43 54.87 42.43 127.67h-78.79q0-58.87-39.78-97.17t-94.33-38.3q-54.97 0-95.06 38.51t-40.09 96.96zm0 394.22v-170.22h80.22v91h269.26v-91h78.79v170.22z" })));
|
6
6
|
}
|
@@ -1,3 +1,4 @@
|
|
1
|
-
import
|
2
|
-
|
3
|
-
|
1
|
+
import React from 'react';
|
2
|
+
export default function FireExtinguisherFilled({ className }: {
|
3
|
+
className?: string;
|
4
|
+
}): React.JSX.Element;
|
@@ -1,3 +1,6 @@
|
|
1
|
-
import
|
2
|
-
|
3
|
-
|
1
|
+
import React from 'react';
|
2
|
+
export default function FireExtinguisherFilled(_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: "M266.43-285.91v-146H694.7v146zm214.7-435.7q21.44 0 37.72-15.78t16.28-38.22q0-22-16.28-38t-37.72-16q-23 0-38.5 16t-15.5 38q0 23 15.5 38.5t38.5 15.5M269-491.91q8.56-60.96 48.67-107.07t98.07-64.8q-17.39-9.57-30.94-24.55-13.54-14.97-22.24-33.8l-162.17-33v-39.39l162.17-33.57q14.7-33.82 46.09-55.3t72.48-21.48q24.13 0 46.39 9.56 22.26 9.57 39.96 25.13l152.13-30.56v251.26l-152.13-31.13q-5.13 4.57-10.76 8.91-5.63 4.35-12.33 7.92 57.96 18.13 98.07 64.24t49.24 108.19zm-2.57 426.04v-160.04H694.7v160.04z" })));
|
6
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
export default function ImageArrowUp(_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: "M105.87-105.87V-854.7H561v79.79H185.09v589.82h589.82v-328.78h79.79v408zM236-273.61h489l-147-196-132 171-93-127zm498.96-301.35v-167.43L670.57-679l-56.14-55.57L774.57-894.7 934.7-734.57 878.57-679l-64.4-63.39v167.43z" })));
|
6
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
export default function ImageArrowUpFilled(_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: "M105.87-105.87V-854.7h484.78q-17.39 27.4-26.8 57.79-9.42 30.39-9.42 62.34 0 90.53 65.27 154.2 65.26 63.67 155.21 65.94 20.52-.44 40.61-3.57t39.18-10.96v423.09zM236-273.61h489l-147-196-132 171-93-127zm498.96-301.35v-167.43L670.57-679l-56.14-55.57L774.57-894.7 934.7-734.57 878.57-679l-64.4-63.39v167.43z" })));
|
6
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
export default function MobileSound2(_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-597.56q13.77 0 24.15-10.06 10.37-10.06 10.37-24.41 0-13.75-10.37-23.88-10.38-10.13-24.15-10.13-13.7 0-23.83 10.23-10.13 10.24-10.13 23.8 0 14.18 10.13 24.31 10.13 10.14 23.83 10.14m-304.13 258.6q-23.83-28.69-38.02-64.45-14.2-35.76-14.2-76.59 0-39.83 13.41-75.3 13.42-35.48 37.16-63.61l55.56 47.78q-15.41 18.43-24.62 41.5-9.2 23.06-9.2 49.33 0 26.83 9.34 50.7 9.35 23.86 26.05 42.86zM51.82-244.17q-39.52-48.26-62-107.94-22.47-59.68-22.47-127.83 0-67.58 22.47-127.04 22.48-59.46 61.44-108.28l54.91 42.65Q74.35-632.91 57-584.15T39.65-480.43q0 54.82 18.24 104.84 18.25 50.01 49.85 89.2zm225.27 98.3V-814.7h403.82v668.83zm75.26-75.26h253.3v-518.3h-253.3zm432.78-117.83-55.48-47.78q16.7-19 25.76-42.86 9.07-23.87 9.07-50.7 0-26.27-8.92-49.33-8.91-23.07-24.34-41.5l55.56-47.78q23.74 28.13 36.87 64.11 13.13 35.97 13.13 75.8 0 40.83-13.91 76.09t-37.74 63.95m123.05 95.35-56.48-42.22q31.82-39.69 49.95-89.73 18.13-50.05 18.13-105.16 0-54.54-17.34-103.08-17.35-48.55-49.18-88.24l54.92-43.22q39.02 48.86 61.47 108.45 22.44 59.58 22.44 127.38 0 67.52-22.58 127.49-22.57 59.97-61.33 108.33m-555.83 22.48v-518.3z" })));
|
6
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
export default function MobileSound2Filled(_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-597.56q13.77 0 24.15-10.06 10.37-10.06 10.37-24.41 0-13.75-10.37-23.88-10.38-10.13-24.15-10.13-13.7 0-23.83 10.23-10.13 10.24-10.13 23.8 0 14.18 10.13 24.31 10.13 10.14 23.83 10.14m-304.13 258.6q-23.83-28.69-38.02-64.45-14.2-35.76-14.2-76.59 0-39.83 13.41-75.3 13.42-35.48 37.16-63.61l55.56 47.78q-15.41 18.43-24.62 41.5-9.2 23.06-9.2 49.33 0 26.83 9.34 50.7 9.35 23.86 26.05 42.86zM51.82-244.17q-39.52-48.26-62-107.94-22.47-59.68-22.47-127.83 0-67.58 22.47-127.04 22.48-59.46 61.44-108.28l54.91 42.65Q74.35-632.91 57-584.15T39.65-480.43q0 54.82 18.24 104.84 18.25 50.01 49.85 89.2zm225.27 98.3V-814.7h403.82v668.83zm508.04-193.09-55.48-47.78q16.7-19 25.76-42.86 9.07-23.87 9.07-50.7 0-26.27-8.92-49.33-8.91-23.07-24.34-41.5l55.56-47.78q23.74 28.13 36.87 64.11 13.13 35.97 13.13 75.8 0 40.83-13.91 76.09t-37.74 63.95m123.05 95.35-56.48-42.22q31.82-39.69 49.95-89.73 18.13-50.05 18.13-105.16 0-54.54-17.34-103.08-17.35-48.55-49.18-88.24l54.92-43.22q39.02 48.86 61.47 108.45 22.44 59.58 22.44 127.38 0 67.52-22.58 127.49-22.57 59.97-61.33 108.33" })));
|
6
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
export default function PersonShield(_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: "M544.13-138.52H145.87v-109.15q0-41.67 21.16-72.19 21.17-30.51 54.75-46.36 66.44-29.43 127.37-44.72 60.94-15.28 122.94-16.41h15.71q7.72 0 16.29 1v79.79q-8.57 0-16.29-.5-7.71-.5-15.71-.5-54.74.56-105.13 12.28t-109.87 38.89q-14 6.83-23 21.03t-9 29.84v27.78h288q4.09 21.49 12.37 41.38 8.28 19.88 18.67 37.84m184.7 72.65Q653.3-85 608.7-148.53q-44.61-63.53-44.61-141.75v-104.93l164.74-83.09 165.87 83.09v104.93q0 78.22-44.9 141.75Q804.91-85 728.83-65.87m0-80.91q40.82-20.82 63.73-59.17 22.92-38.36 22.92-84.56v-56.14l-86.65-43.18-85.53 43.18v56.14q0 46.14 22.74 84.43 22.74 38.3 62.79 59.3M480-488.35q-68.65 0-116.39-47.74t-47.74-116.67q0-68.94 47.74-116.39 47.74-47.46 116.39-47.46t116.67 47.46q48.03 47.45 48.03 116.39 0 68.93-48.03 116.67-48.02 47.74-116.67 47.74m0-79.22q35.74 0 60.33-24.58 24.58-24.59 24.58-60.33t-24.47-60.33q-24.47-24.58-60.32-24.58-35.86 0-60.45 24.69-24.58 24.69-24.58 59.94 0 36.02 24.58 60.61 24.59 24.58 60.33 24.58M729.39-268.3" })));
|
6
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
export default function PersonShieldFilled(_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: "M728.83-65.87Q653.3-85 608.7-148.39q-44.61-63.39-44.61-141.89v-104.81l164.74-83.21 165.87 83.21v104.81q0 78.5-44.9 141.89Q804.91-85 728.83-65.87m-582.96-72.65v-109.26q0-41.56 21.09-72.12t54.82-46.32q66.44-29.43 127.37-44.72 60.94-15.28 122.94-16.41h15.71q7.72 0 16.29 1v136.05q0 39.84 10.26 78.61 10.26 38.78 29.78 73.17zM480-488.35q-68.65 0-116.39-47.74t-47.74-116.39q0-69.22 47.74-116.67 47.74-47.46 116.39-47.46t116.67 47.46q48.03 47.45 48.03 116.67 0 68.65-48.03 116.39-48.02 47.74-116.67 47.74" })));
|
6
|
+
}
|
package/dist/index.d.ts
CHANGED
@@ -3095,6 +3095,8 @@ export { default as IframeFilled } from './components/IframeFilled';
|
|
3095
3095
|
export { default as IframeOff } from './components/IframeOff';
|
3096
3096
|
export { default as IframeOffFilled } from './components/IframeOffFilled';
|
3097
3097
|
export { default as Image } from './components/Image';
|
3098
|
+
export { default as ImageArrowUp } from './components/ImageArrowUp';
|
3099
|
+
export { default as ImageArrowUpFilled } from './components/ImageArrowUpFilled';
|
3098
3100
|
export { default as ImageAspectRatio } from './components/ImageAspectRatio';
|
3099
3101
|
export { default as ImageAspectRatioFilled } from './components/ImageAspectRatioFilled';
|
3100
3102
|
export { default as ImageFilled } from './components/ImageFilled';
|
@@ -3784,6 +3786,8 @@ export { default as MobileScreenShare } from './components/MobileScreenShare';
|
|
3784
3786
|
export { default as MobileScreenShareFilled } from './components/MobileScreenShareFilled';
|
3785
3787
|
export { default as MobileScreensaver } from './components/MobileScreensaver';
|
3786
3788
|
export { default as MobileScreensaverFilled } from './components/MobileScreensaverFilled';
|
3789
|
+
export { default as MobileSound2 } from './components/MobileSound2';
|
3790
|
+
export { default as MobileSound2Filled } from './components/MobileSound2Filled';
|
3787
3791
|
export { default as MobileSpeaker } from './components/MobileSpeaker';
|
3788
3792
|
export { default as MobileSpeakerFilled } from './components/MobileSpeakerFilled';
|
3789
3793
|
export { default as MobiledataOff } from './components/MobiledataOff';
|
@@ -4488,6 +4492,8 @@ export { default as PersonRemove } from './components/PersonRemove';
|
|
4488
4492
|
export { default as PersonRemoveFilled } from './components/PersonRemoveFilled';
|
4489
4493
|
export { default as PersonSearch } from './components/PersonSearch';
|
4490
4494
|
export { default as PersonSearchFilled } from './components/PersonSearchFilled';
|
4495
|
+
export { default as PersonShield } from './components/PersonShield';
|
4496
|
+
export { default as PersonShieldFilled } from './components/PersonShieldFilled';
|
4491
4497
|
export { default as PersonalBag } from './components/PersonalBag';
|
4492
4498
|
export { default as PersonalBagFilled } from './components/PersonalBagFilled';
|
4493
4499
|
export { default as PersonalBagOff } from './components/PersonalBagOff';
|
package/dist/index.js
CHANGED
@@ -3095,6 +3095,8 @@ export { default as IframeFilled } from './components/IframeFilled';
|
|
3095
3095
|
export { default as IframeOff } from './components/IframeOff';
|
3096
3096
|
export { default as IframeOffFilled } from './components/IframeOffFilled';
|
3097
3097
|
export { default as Image } from './components/Image';
|
3098
|
+
export { default as ImageArrowUp } from './components/ImageArrowUp';
|
3099
|
+
export { default as ImageArrowUpFilled } from './components/ImageArrowUpFilled';
|
3098
3100
|
export { default as ImageAspectRatio } from './components/ImageAspectRatio';
|
3099
3101
|
export { default as ImageAspectRatioFilled } from './components/ImageAspectRatioFilled';
|
3100
3102
|
export { default as ImageFilled } from './components/ImageFilled';
|
@@ -3784,6 +3786,8 @@ export { default as MobileScreenShare } from './components/MobileScreenShare';
|
|
3784
3786
|
export { default as MobileScreenShareFilled } from './components/MobileScreenShareFilled';
|
3785
3787
|
export { default as MobileScreensaver } from './components/MobileScreensaver';
|
3786
3788
|
export { default as MobileScreensaverFilled } from './components/MobileScreensaverFilled';
|
3789
|
+
export { default as MobileSound2 } from './components/MobileSound2';
|
3790
|
+
export { default as MobileSound2Filled } from './components/MobileSound2Filled';
|
3787
3791
|
export { default as MobileSpeaker } from './components/MobileSpeaker';
|
3788
3792
|
export { default as MobileSpeakerFilled } from './components/MobileSpeakerFilled';
|
3789
3793
|
export { default as MobiledataOff } from './components/MobiledataOff';
|
@@ -4488,6 +4492,8 @@ export { default as PersonRemove } from './components/PersonRemove';
|
|
4488
4492
|
export { default as PersonRemoveFilled } from './components/PersonRemoveFilled';
|
4489
4493
|
export { default as PersonSearch } from './components/PersonSearch';
|
4490
4494
|
export { default as PersonSearchFilled } from './components/PersonSearchFilled';
|
4495
|
+
export { default as PersonShield } from './components/PersonShield';
|
4496
|
+
export { default as PersonShieldFilled } from './components/PersonShieldFilled';
|
4491
4497
|
export { default as PersonalBag } from './components/PersonalBag';
|
4492
4498
|
export { default as PersonalBagFilled } from './components/PersonalBagFilled';
|
4493
4499
|
export { default as PersonalBagOff } from './components/PersonalBagOff';
|