@project-lary/react-material-symbols-700-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: "M256-230v-214l18-46h415l17 46v214zm95-188v116h261v-116zm131-311q21.58 0 37.29-16T535-783.5t-15.71-38T481.5-837q-22.92 0-38.71 15.5T427-783q0 22 15.79 38T482-729m166-6v-97l-38 8q2 9.95 3 20.53t1 20.52q0 9.95-1.5 20.18Q611-752.55 609-743zM256-444q0-75.6 44.5-133.8T414-658q-20.06-11.05-35.47-27.74T353-723l-160-34v-53l160-33q16-36 50.5-58.5t77.65-22.5q26.85 0 49.85 9.5t42 25.5l154-31v273l-154-31q-6.2 5-12.1 10.5T548-658q67.89 21.05 112.94 78.89Q706-521.28 706-444h-94q0-58-38.46-95-38.47-37-91.13-37Q429-576 390-538.63T351-444zm0 389v-175h95v81h261v-81h94v175z" })));
|
|
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: "M256-272v-146h450v146zm226-457q21 0 37.5-16t16.5-38-16.5-38-37.5-16q-23 0-38.5 16T428-783q0 23 15.5 38.5T482-729M259-478q9-64 51.5-112.5T414-659q-20-10-35.5-26.5T353-723l-160-33v-52l160-34q16-36 50-59t79-23q25 0 49 10t43 26l153-31v273l-153-32q-6 5-12.5 10t-14.5 9q61 19 103.5 67.5T703-477zm-3 423v-157h450v157z" })));
|
|
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: "M95-95v-771h456v95H189v582h582v-314h95v408zm141-176h489L578-467 446-296l-93-127zm492-297v-157l-57 56-67-66 171-171 171 171-67 66-57-56v157z" })));
|
|
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: "M95-95v-771h490q-20 30-30.5 63T544-735q0 94 67 160.5T771-504q24 0 48-4t47-14v427zm141-176h489L578-467 446-296l-93-127zm492-297v-157l-57 56-67-66 171-171 171 171-67 66-57-56v157z" })));
|
|
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-588q15.13 0 26.57-10.87Q517-609.74 517-625.91 517-641 505.57-652q-11.44-11-26.57-11-15 0-26 11.19t-11 25.95Q442-610 453-599t26 11M164-332q-26-30-41.5-67.5T107-480q0-42 14.5-79t40.36-66L224-572q-16.5 18-26.25 41.5T188-480.53q0 27.47 10 52T226-385zM34-232q-43-50-67-112.89t-24-135Q-57-551-33-613.5T33-727l61 47q-34 41-52 91.89T24-480q0 57 19.2 108.95T96-279zm237 97v-691h416v691zm87-87h242v-517H358zm438-110-62-53q18-19 27.5-43.53t9.5-52q0-26.47-9.24-49.97Q752.53-554 736-572l62.14-53Q824-596 838-558.5t14 79.5q0 43-15 80t-41 67m130 101-63-47q34-41 53-93t19-109.5q0-56.5-18-107T865-679l61-48q42.13 51.07 66.06 113.79Q1016-550.48 1016-479q0 71-24.17 134.41T926-231m-568 9v-517z" })));
|
|
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-588q15.13 0 26.57-10.87Q517-609.74 517-625.91 517-641 505.57-652q-11.44-11-26.57-11-15 0-26 11.19t-11 25.95Q442-610 453-599t26 11M164-332q-26-30-41.5-67.5T107-480q0-42 14.5-79t40.36-66L224-572q-16.5 18-26.25 41.5T188-480.53q0 27.47 10 52T226-385zM34-232q-43-50-67-112.89t-24-135Q-57-551-33-613.5T33-727l61 47q-34 41-52 91.89T24-480q0 57 19.2 108.95T96-279zm237 97v-691h416v691zm525-197-62-53q18-19 27.5-43.53t9.5-52q0-26.47-9.24-49.97Q752.53-554 736-572l62.14-53Q824-596 838-558.5t14 79.5q0 43-15 80t-41 67m130 101-63-47q34-41 53-93t19-109.5q0-56.5-18-107T865-679l61-48q42.13 51.07 66.06 113.79Q1016-550.48 1016-479q0 71-24.17 134.41T926-231" })));
|
|
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: "M545-122H135v-120.79q0-44.51 22.83-77.73Q180.66-353.73 217-371q66-29 126.5-44.5T466-433h15.5q7.5 0 16.5 1v95q-9 0-16.5-.5T466-338q-53 1-101 12.5T261-289q-14 6.71-23 20.68T229-239v23h278q4.53 25.84 14.76 49.42Q532-143 545-122m186 67q-79-20-126-86.14t-47-147.82v-110.19L731-487l175 87.85v110.19q0 81.68-47.5 147.82T731-55m0-97q38.38-20.67 59.69-56.99T812-289.21v-52.45L731-382l-79 40.34v52.45q0 43.78 21 79.99Q694-173 731-152M480-494q-73 0-124-51t-51-124.5 51-124T480-844t124.5 50.5 51.5 124T604.5-545 480-494m0-94q34 0 57.5-23.5T561-669t-23.3-57.5Q514.41-750 480.2-750q-34.2 0-57.7 23.68T399-669.5q0 34.5 23.5 58T480-588m252 321" })));
|
|
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: "M731-55q-79-20-126-86t-47-147.96V-399l173-88 175 88v110.04Q906-207 858.5-141T731-55m-596-67v-121q0-44.3 22.7-77.6 22.69-33.3 59.3-50.4 66-29 126.5-44.5T466-433h15.5q7.5 0 16.5 1v143q0 43.57 12 86.78Q522-159 545-122zm345-372q-73 0-124-51t-51-124q0-74 51-124.5T480-844t124.5 50.5T656-669q0 73-51.5 124T480-494" })));
|
|
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';
|