@project-lary/react-material-symbols-300-outlined 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: "M300-258.23v-228.16l10-21.69h340l10 21.69v228.16zm46.39-204.46v159.07h269.22v-159.07zM480-689.31q26.85 0 44.85-18t18-44.84q0-26.46-18-44.46t-44.85-18q-26.46 0-44.46 18t-18 44.46q0 26.84 18 44.84t44.46 18m165.77-15.77v-93.77l-63.23 12.77q3.15 8.54 4.42 16.77t1.27 17.16q0 9.31-1.27 17.54t-4.42 16.77zM300-486.39q0-60.46 36.12-107.22 36.11-46.77 91.88-64.08-15.92-9-28.65-22.77t-19.73-31.31l-143.08-28.38v-23.62l143.08-28.38q11.84-30.23 39.19-48.85 27.34-18.61 61.19-18.61 22.62 0 42.23 8.5 19.62 8.5 34.85 23.88l134.07-26.92v204.38l-134.07-26.92q-5.54 5.92-11.66 10.58-6.11 4.65-13.04 8.42 55.39 17.31 91.5 63.88Q660-547.23 660-486.39h-44.39q0-56.53-39.38-95.57T480.62-621q-55.47 0-94.85 39.04t-39.38 95.57zM357.69-100q-23.61 0-40.65-17.04T300-157.69v-100.54h46.39v100.54q0 5.38 3.65 8.84t8.65 3.46h244.62q5.38 0 8.84-3.46t3.46-8.84v-100.54H660v100.54q0 23.61-17.04 40.65T602.31-100z" })));
|
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: "M300-303.62v-159.07h360v159.07zm180-385.69q26.85 0 44.85-18t18-44.84q0-26.46-18-44.46t-44.85-18q-26.46 0-44.46 18t-18 44.46q0 26.84 18 44.84t44.46 18M301.62-508.08q6.07-53.53 40.57-94.03T428-657.69q-15.92-9-28.65-22.77t-19.73-31.31l-143.08-28.38v-23.62l143.08-28.38q11.84-30.23 39.19-48.85 27.34-18.61 61.19-18.61 22.62 0 42.23 8.5 19.62 8.5 34.85 23.88l134.07-26.92v204.38l-134.07-26.92q-5.54 5.92-11.66 10.58-6.11 4.65-13.04 8.42 50.93 14.69 85.43 55.58 34.5 40.88 40.96 94.03zM357.69-100q-23.61 0-40.65-17.04T300-157.69v-100.54h360v100.54q0 23.61-17.04 40.65T602.31-100z" })));
|
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: "M197.69-140q-23.53 0-40.61-17.08T140-197.69v-564.62q0-23.53 17.08-40.61T197.69-820h364.77v45.39H197.69q-4.61 0-8.46 3.84-3.84 3.85-3.84 8.46v564.62q0 4.61 3.84 8.46 3.85 3.84 8.46 3.84h564.62q4.61 0 8.46-3.84 3.84-3.85 3.84-8.46v-318.39H820v318.39q0 23.53-17.08 40.61T762.31-140zm69.47-147.77h429.76L567.23-460.31 446.38-306.23l-82.23-107.38zm474.53-293.92v-191l-81.31 79.92-31.61-31.61L764.38-860 900-724.38l-31.62 31.61-81.3-79.92v191z" })));
|
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: "M197.69-140q-23.61 0-40.65-17.04T140-197.69v-564.62q0-23.61 17.04-40.65T197.69-820h382.23q-11.31 22.08-17.77 46.39-6.46 24.3-6.46 49.23 0 88.69 65.12 149.65 65.11 60.96 153.8 58.65 12.16-1 23.5-2.42 11.35-1.42 21.89-4.88v325.69q0 23.61-17.04 40.65T762.31-140zm69.47-147.77h429.76L567.23-460.31 446.38-306.23l-82.23-107.38zm474.53-293.92v-191l-81.31 79.92-31.61-31.61L764.38-860 900-724.38l-31.62 31.61-81.3-79.92v191z" })));
|
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.37-603.46q11.63 0 20.05-8.42 8.43-8.43 8.43-20.04 0-11.62-8.43-20.04-8.42-8.42-20.53-8.42-11.51 0-19.74 8.42t-8.23 20.33q0 11.32 8.23 19.75 8.23 8.42 20.22 8.42M200.15-362.23q-17.53-24.69-27.53-54.65-10-29.97-10-63.5 0-33.17 9.5-62.62 9.5-29.46 27.03-54.15l35.85 31q-12.08 18.61-19.23 40.37t-7.15 45.46q0 24.45 7.15 46.46T236-392.85zm-99.76 76.84q-29.23-41.38-46.08-90.34T37.46-480t16.85-104.27 46.08-90.34l36.23 28.15q-24.77 35.31-38.96 77.1-14.2 41.79-14.2 88.49t14.5 89.67 39.27 78.28zM355-180q-23.53 0-40.61-17.08t-17.08-40.61v-484.62q0-23.53 17.08-40.61T355-780h248.38q23.53 0 40.61 17.08 17.09 17.08 17.09 40.61v484.62q0 23.53-17.09 40.61Q626.91-180 603.38-180zm0-45.39h248.38q5 0 8.66-3.46 3.65-3.46 3.65-8.84v-484.62q0-5.38-3.65-8.84-3.66-3.46-8.66-3.46H355q-5.38 0-8.85 3.46-3.46 3.46-3.46 8.84v484.62q0 5.38 3.46 8.84 3.47 3.46 8.85 3.46m404.85-136.84L724-392.85q13.08-19 20.23-41.03t7.15-46.5q0-24.08-7.15-45.62t-18.85-40.15l35.85-31q17.15 24.69 26.65 54.93t9.5 62.83q0 32.97-10 62.72t-27.53 54.44m99.76 76.84-36.84-27.53q24.77-35.31 39.27-78.05t14.5-89.41q0-47.1-14.2-88.74-14.19-41.65-38.96-76.96l36.23-28.53q29.23 41.38 46.08 90.53 16.85 49.16 16.85 104.27 0 55.12-16.85 104.08t-46.08 90.34m-516.92 60v-509.22z" })));
|
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.38-603.46q11.62 0 20.04-8.42 8.43-8.43 8.43-20.04 0-11.62-8.43-20.04-8.42-8.42-20.04-8.42-12 0-20.23 8.42t-8.23 20.04q0 11.61 8.23 20.04 8.23 8.42 20.23 8.42M200.15-362.23q-17.53-24.69-27.53-54.54t-10-63.61q0-32.77 9.5-62.43 9.5-29.65 27.03-54.34l35.85 31q-12.08 18.61-19.23 40.15t-7.15 45.62q0 24.46 7.15 46.5 7.15 22.03 20.23 41.03zm-99.76 76.84q-29.23-41.38-46.08-90.34T37.46-480t16.85-104.27 46.08-90.34l36.23 28.15q-24.77 35.31-38.96 77.08-14.2 41.77-14.2 88.76 0 46.62 14.5 89.5 14.5 42.89 39.27 78.2zM355-180q-23.61 0-40.65-17.04t-17.04-40.65v-484.62q0-23.61 17.04-40.65T355-780h248.38q23.62 0 40.66 17.04t17.04 40.65v484.62q0 23.61-17.04 40.65T603.38-180zm404.85-182.23L724-392.85q13.08-19 20.23-41.03 7.15-22.04 7.15-46.5 0-24.08-7.15-45.62t-18.85-40.15l35.85-31q17.15 24.69 26.65 54.84 9.5 30.16 9.5 62.54 0 33.77-10 63.31t-27.53 54.23m99.76 76.84-36.84-27.53q24.77-35.31 39.27-78.2 14.5-42.88 14.5-89.5 0-46.99-14.2-88.57-14.19-41.58-38.96-76.89l36.23-28.53q29.23 41.38 46.08 90.53 16.85 49.16 16.85 104.08 0 55.31-16.85 104.27t-46.08 90.34" })));
|
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: "M526.08-187.69H180v-75.93q0-32.23 17.08-56.15t44.38-36.77q63.16-28.07 121.76-42.31 58.61-14.23 116.78-14.23h11.58q5.88 0 11.96.62v45.38q-6.08 0-11.96-.31-5.89-.3-11.58-.3-55.32 0-108.12 12T260.46-316q-15.92 8.15-25.5 22.46-9.57 14.31-9.57 29.92v30.54h285.22q2.35 11.74 6.55 23.36 4.19 11.62 8.92 22.03M718.31-100q-65.55-16.59-103.62-72.28t-38.07-123.95v-90.75l141.69-71.17L860-386.94v90.79q0 67.87-38.23 123.78T718.31-100m0-44.62q45.15-18.69 70.92-60.26Q815-246.46 815-296.43v-63.16l-96.69-48.1-96.7 48.1v63.16q0 49.97 25.58 91.55 25.58 41.57 71.12 60.26M480-492.92q-55.52 0-94.1-38.59-38.59-38.59-38.59-94.1 0-55.52 38.59-94.11 38.58-38.59 94.1-38.59t94.1 38.59q38.59 38.59 38.59 94.11 0 55.51-38.59 94.1-38.58 38.59-94.1 38.59m-.03-45.39q36.88 0 62.11-25.42t25.23-62.08q0-36.65-25.2-61.88t-62.08-25.23-62.11 25.21-25.23 62.1q0 36.46 25.2 61.88t62.08 25.42m238.34 262.16" })));
|
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: "M718.31-100q-65.62-16.46-103.66-72.15-38.03-55.69-38.03-124.08v-90.75l141.69-71.17L860-386.94v90.79q0 68.15-38.23 123.92T718.31-100M180-187.69v-75.93q0-32.23 17.08-56.15t44.38-36.77q63.16-28.07 121.77-42.31 58.62-14.23 116.77-14.23h11.58q5.88 0 11.96.62v116.23q0 28.34 5.69 55.44t16.85 53.1zm300-305.23q-55.52 0-94.1-38.59-38.59-38.59-38.59-94.1 0-55.52 38.59-94.11 38.58-38.59 94.1-38.59t94.1 38.59q38.59 38.59 38.59 94.11 0 55.51-38.59 94.1-38.58 38.59-94.1 38.59" })));
|
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';
|