@nine-thirty-five/material-symbols-react 1.8.1 → 1.8.3
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/esm/outlined/AccountBox.js +1 -1
- package/dist/esm/outlined/DatabaseOff.d.ts +3 -0
- package/dist/esm/outlined/DatabaseOff.js +6 -0
- package/dist/esm/outlined/Demography.js +1 -1
- package/dist/esm/outlined/FormatQuoteOff.d.ts +3 -0
- package/dist/esm/outlined/FormatQuoteOff.js +6 -0
- package/dist/esm/outlined/KeepPublic.js +1 -1
- package/dist/esm/outlined/SettingsAccountBox.js +1 -1
- package/dist/esm/outlined/Share.js +1 -1
- package/dist/esm/outlined/ShareOff.js +1 -1
- package/dist/esm/outlined/filled/AdminPanelSettings.js +1 -1
- package/dist/esm/outlined/filled/DatabaseOff.d.ts +3 -0
- package/dist/esm/outlined/filled/DatabaseOff.js +6 -0
- package/dist/esm/outlined/filled/Demography.js +1 -1
- package/dist/esm/outlined/filled/FormatQuoteOff.d.ts +3 -0
- package/dist/esm/outlined/filled/FormatQuoteOff.js +6 -0
- package/dist/esm/outlined/filled/KeepPublic.js +1 -1
- package/dist/esm/outlined/filled/LockPerson.js +1 -1
- package/dist/esm/outlined/filled/SettingsAccountBox.js +1 -1
- package/dist/esm/outlined/filled/Share.js +1 -1
- package/dist/esm/outlined/filled/ShareOff.js +1 -1
- package/dist/esm/outlined/filled/index.d.ts +3270 -3268
- package/dist/esm/outlined/filled/index.js +3270 -3268
- package/dist/esm/outlined/index.d.ts +3270 -3268
- package/dist/esm/outlined/index.js +3270 -3268
- package/dist/esm/rounded/AccountBox.js +1 -1
- package/dist/esm/rounded/AdminPanelSettings.js +1 -1
- package/dist/esm/rounded/DatabaseOff.d.ts +3 -0
- package/dist/esm/rounded/DatabaseOff.js +6 -0
- package/dist/esm/rounded/Demography.js +1 -1
- package/dist/esm/rounded/FormatQuoteOff.d.ts +3 -0
- package/dist/esm/rounded/FormatQuoteOff.js +6 -0
- package/dist/esm/rounded/KeepPublic.js +1 -1
- package/dist/esm/rounded/LockPerson.js +1 -1
- package/dist/esm/rounded/SettingsAccountBox.js +1 -1
- package/dist/esm/rounded/Share.js +1 -1
- package/dist/esm/rounded/ShareOff.js +1 -1
- package/dist/esm/rounded/SpeedTwox.js +1 -1
- package/dist/esm/rounded/filled/AdminPanelSettings.js +1 -1
- package/dist/esm/rounded/filled/DatabaseOff.d.ts +3 -0
- package/dist/esm/rounded/filled/DatabaseOff.js +6 -0
- package/dist/esm/rounded/filled/Demography.js +1 -1
- package/dist/esm/rounded/filled/FormatQuoteOff.d.ts +3 -0
- package/dist/esm/rounded/filled/FormatQuoteOff.js +6 -0
- package/dist/esm/rounded/filled/KeepPublic.js +1 -1
- package/dist/esm/rounded/filled/LockPerson.js +1 -1
- package/dist/esm/rounded/filled/SettingsAccountBox.js +1 -1
- package/dist/esm/rounded/filled/Share.js +1 -1
- package/dist/esm/rounded/filled/ShareOff.js +1 -1
- package/dist/esm/rounded/filled/index.d.ts +3270 -3268
- package/dist/esm/rounded/filled/index.js +3270 -3268
- package/dist/esm/rounded/index.d.ts +3270 -3268
- package/dist/esm/rounded/index.js +3270 -3268
- package/dist/esm/sharp/AccountBox.js +1 -1
- package/dist/esm/sharp/DatabaseOff.d.ts +3 -0
- package/dist/esm/sharp/DatabaseOff.js +6 -0
- package/dist/esm/sharp/Demography.js +1 -1
- package/dist/esm/sharp/FormatQuoteOff.d.ts +3 -0
- package/dist/esm/sharp/FormatQuoteOff.js +6 -0
- package/dist/esm/sharp/KeepPublic.js +1 -1
- package/dist/esm/sharp/SettingsAccountBox.js +1 -1
- package/dist/esm/sharp/Share.js +1 -1
- package/dist/esm/sharp/ShareOff.js +1 -1
- package/dist/esm/sharp/filled/AdminPanelSettings.js +1 -1
- package/dist/esm/sharp/filled/DatabaseOff.d.ts +3 -0
- package/dist/esm/sharp/filled/DatabaseOff.js +6 -0
- package/dist/esm/sharp/filled/Demography.js +1 -1
- package/dist/esm/sharp/filled/FormatQuoteOff.d.ts +3 -0
- package/dist/esm/sharp/filled/FormatQuoteOff.js +6 -0
- package/dist/esm/sharp/filled/KeepPublic.js +1 -1
- package/dist/esm/sharp/filled/LockPerson.js +1 -1
- package/dist/esm/sharp/filled/SettingsAccountBox.js +1 -1
- package/dist/esm/sharp/filled/Share.js +1 -1
- package/dist/esm/sharp/filled/ShareOff.js +1 -1
- package/dist/esm/sharp/filled/index.d.ts +3270 -3268
- package/dist/esm/sharp/filled/index.js +3270 -3268
- package/dist/esm/sharp/index.d.ts +3270 -3268
- package/dist/esm/sharp/index.js +3270 -3268
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
const AccountBox = (props) => {
|
|
3
3
|
return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "24", width: "24", viewBox: "0 -960 960 960", fill: "currentColor" }, props),
|
|
4
|
-
React.createElement("path", { d: "M200-246q54-53 125.5-83.5T480-360q83 0 154.5 30.5T760-246v-514H200v514Zm280-194q58 0 99-41t41-99q0-58-41-99t-99-41q-58 0-99 41t-41 99q0 58 41 99t99 41ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-
|
|
4
|
+
React.createElement("path", { d: "M200-246q54-53 125.5-83.5T480-360q83 0 154.5 30.5T760-246v-514H200v514Zm280-194q58 0 99-41t41-99q0-58-41-99t-99-41q-58 0-99 41t-41 99q0 58 41 99t99 41ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm69-80h422q-44-39-99.5-59.5T480-280q-56 0-112.5 20.5T269-200Zm211-320q-25 0-42.5-17.5T420-580q0-25 17.5-42.5T480-640q25 0 42.5 17.5T540-580q0 25-17.5 42.5T480-520Zm0 17Z" }));
|
|
5
5
|
};
|
|
6
6
|
export default AccountBox;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
const DatabaseOff = (props) => {
|
|
3
|
+
return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "24", width: "24", viewBox: "0 -960 960 960", fill: "currentColor" }, props),
|
|
4
|
+
React.createElement("path", { d: "M446-446Zm106-95Zm-106 95Zm106-95Zm-106 95Zm106-95ZM791-56 56-791l56-57 736 736-57 56Zm-311-64q-151 0-255.5-46.5T120-280v-400q0-26 17.5-49.5T187-773l252 252q-72-3-133-18t-106-40v120q51 29 123 44t157 15q20 0 39-.5t38-2.5l70 70q-34 7-71 10t-76 3q-85 0-157-15t-123-44v99q9 29 97.5 54.5T480-200q64 0 128.5-13T715-245l58 58q-49 31-125.5 49T480-120Zm350-123-70-70v-66q-11 6-22 11t-23 10l-61-61q30-8 56.5-17.5T760-459v-120q-41 23-94 37t-116 19l-76-76q44 0 92-7t89.5-18.5q41.5-11.5 70-26T760-679q-11-29-100.5-55T480-760q-37 0-75.5 5T331-742l-66-66q45-15 100-23.5t115-8.5q149 0 254.5 47T840-680v400q0 10-2.5 19t-7.5 18Z" }));
|
|
5
|
+
};
|
|
6
|
+
export default DatabaseOff;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
const Demography = (props) => {
|
|
3
3
|
return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "24", width: "24", viewBox: "0 -960 960 960", fill: "currentColor" }, props),
|
|
4
|
-
React.createElement("path", { d: "M720-240q25 0 42.5-17.5T780-300q0-25-17.5-42.5T720-360q-25 0-42.5 17.5T660-300q0 25 17.5 42.5T720-240Zm0
|
|
4
|
+
React.createElement("path", { d: "M720-240q25 0 42.5-17.5T780-300q0-25-17.5-42.5T720-360q-25 0-42.5 17.5T660-300q0 25 17.5 42.5T720-240Zm0 120q32 0 57-14t42-39q-20-16-45.5-23.5T720-204q-28 0-53.5 7.5T621-173q17 25 42 39t57 14Zm-520 0q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v268q-19-9-39-15.5t-41-9.5v-243H200v560h242q3 22 9.5 42t15.5 38H200Zm0-120v40-560 243-3 280Zm80-40h163q3-21 9.5-41t14.5-39H280v80Zm0-160h244q32-30 71.5-50t84.5-27v-3H280v80Zm0-160h400v-80H280v80ZM720-40q-83 0-141.5-58.5T520-240q0-83 58.5-141.5T720-440q83 0 141.5 58.5T920-240q0 83-58.5 141.5T720-40Z" }));
|
|
5
5
|
};
|
|
6
6
|
export default Demography;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
const FormatQuoteOff = (props) => {
|
|
3
|
+
return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "24", width: "24", viewBox: "0 -960 960 960", fill: "currentColor" }, props),
|
|
4
|
+
React.createElement("path", { d: "M791-56 425-422 320-240h-92l92-160q-66 0-113-47t-47-113q0-27 8.5-51t23.5-44L56-791l56-57 736 736-57 56Zm-55-281L520-553v-7q0-66 47-113t113-47q66 0 113 47t47 113q0 23-5.5 42.5T818-480l-82 143ZM320-500q6 0 12-1t11-3l-79-79q-2 5-3 11t-1 12q0 25 17.5 42.5T320-500Zm360 0q25 0 42.5-17.5T740-560q0-25-17.5-42.5T680-620q-25 0-42.5 17.5T620-560q0 25 17.5 42.5T680-500Zm-374-41Zm374-19Z" }));
|
|
5
|
+
};
|
|
6
|
+
export default FormatQuoteOff;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
const KeepPublic = (props) => {
|
|
3
3
|
return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "24", width: "24", viewBox: "0 -960 960 960", fill: "currentColor" }, props),
|
|
4
|
-
React.createElement("path", { d: "M365-580Zm-5 540-40-40v-240H120v-80l80-80v-280h-40v-80h285q-18 17-32.5 37T387-760H280v314l-46 46h263q24 14 49.5 23.5T600-363v43H400v240l-40 40Zm280-600q25 0 42.5-17.5T700-700q0-25-17.5-42.5T640-760q-25 0-42.5 17.5T580-700q0 25 17.5 42.5T640-640Zm0
|
|
4
|
+
React.createElement("path", { d: "M365-580Zm-5 540-40-40v-240H120v-80l80-80v-280h-40v-80h285q-18 17-32.5 37T387-760H280v314l-46 46h263q24 14 49.5 23.5T600-363v43H400v240l-40 40Zm280-600q25 0 42.5-17.5T700-700q0-25-17.5-42.5T640-760q-25 0-42.5 17.5T580-700q0 25 17.5 42.5T640-640Zm0 120q31 0 56.5-14.5T739-573q-22-13-47-20t-52-7q-27 0-52 7t-47 20q17 24 42.5 38.5T640-520Zm0 80q-83 0-141.5-58.5T440-640q0-83 58.5-141.5T640-840q83 0 141.5 58.5T840-640q0 83-58.5 141.5T640-440Z" }));
|
|
5
5
|
};
|
|
6
6
|
export default KeepPublic;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
const SettingsAccountBox = (props) => {
|
|
3
3
|
return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "24", width: "24", viewBox: "0 -960 960 960", fill: "currentColor" }, props),
|
|
4
|
-
React.createElement("path", { d: "
|
|
4
|
+
React.createElement("path", { d: "M600-120h240v-33q-25-23-56-35t-64-12q-33 0-64 12t-56 35v33Zm120-120q25 0 42.5-17.5T780-300q0-25-17.5-42.5T720-360q-25 0-42.5 17.5T660-300q0 25 17.5 42.5T720-240ZM480-480Zm2-140q-58 0-99 41t-41 99q0 48 27 84t71 50q0-23 .5-44t8.5-38q-14-8-20.5-22t-6.5-30q0-25 17.5-42.5T482-540q15 0 28.5 7.5T533-512q11-5 23-7t24-2h36q-13-43-49.5-71T482-620ZM370-80l-16-128q-13-5-24.5-12T307-235l-119 50L78-375l103-78q-1-7-1-13.5v-27q0-6.5 1-13.5L78-585l110-190 119 50q11-8 23-15t24-12l16-128h220l16 128q13 5 24.5 12t22.5 15l119-50 110 190-85 65H696q-1-5-2-10.5t-3-10.5l86-65-39-68-99 42q-22-23-48.5-38.5T533-694l-13-106h-79l-14 106q-31 8-57.5 23.5T321-633l-99-41-39 68 86 64q-5 15-7 30t-2 32q0 16 2 31t7 30l-86 65 39 68 99-42q24 25 54 42t65 22v184h-70Zm210 40q-25 0-42.5-17.5T520-100v-280q0-25 17.5-42.5T580-440h280q25 0 42.5 17.5T920-380v280q0 25-17.5 42.5T860-40H580Z" }));
|
|
5
5
|
};
|
|
6
6
|
export default SettingsAccountBox;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
const Share = (props) => {
|
|
3
3
|
return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "24", width: "24", viewBox: "0 -960 960 960", fill: "currentColor" }, props),
|
|
4
|
-
React.createElement("path", { d: "
|
|
4
|
+
React.createElement("path", { d: "M680-80q-50 0-85-35t-35-85q0-6 3-28L282-392q-16 15-37 23.5t-45 8.5q-50 0-85-35t-35-85q0-50 35-85t85-35q24 0 45 8.5t37 23.5l281-164q-2-7-2.5-13.5T560-760q0-50 35-85t85-35q50 0 85 35t35 85q0 50-35 85t-85 35q-24 0-45-8.5T598-672L317-508q2 7 2.5 13.5t.5 14.5q0 8-.5 14.5T317-452l281 164q16-15 37-23.5t45-8.5q50 0 85 35t35 85q0 50-35 85t-85 35Zm0-80q17 0 28.5-11.5T720-200q0-17-11.5-28.5T680-240q-17 0-28.5 11.5T640-200q0 17 11.5 28.5T680-160ZM200-440q17 0 28.5-11.5T240-480q0-17-11.5-28.5T200-520q-17 0-28.5 11.5T160-480q0 17 11.5 28.5T200-440Zm480-280q17 0 28.5-11.5T720-760q0-17-11.5-28.5T680-800q-17 0-28.5 11.5T640-760q0 17 11.5 28.5T680-720Zm0 520ZM200-480Zm480-280Z" }));
|
|
5
5
|
};
|
|
6
6
|
export default Share;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
const ShareOff = (props) => {
|
|
3
3
|
return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "24", width: "24", viewBox: "0 -960 960 960", fill: "currentColor" }, props),
|
|
4
|
-
React.createElement("path", { d: "
|
|
4
|
+
React.createElement("path", { d: "M680-160q17 0 28.5-11.5T720-200q0-17-11.5-28.5T680-240q-17 0-28.5 11.5T640-200q0 17 11.5 28.5T680-160Zm0-560q17 0 28.5-11.5T720-760q0-17-11.5-28.5T680-800q-17 0-28.5 11.5T640-760q0 17 11.5 28.5T680-720ZM80-470v-10q0-50 35-85t85-35q24 0 45 8.5t37 23.5l281-164q-2-7-2.5-13.5T560-760q0-50 35-85t85-35q50 0 85 35t35 85q0 50-35 85t-85 35q-24 0-45-8.5T598-672L318-509q-19-5-38.5-8t-39.5-3q-45 0-85.5 13T80-470ZM680-80q-50 0-85-35t-35-85q0-6 3-28l-43-26q-2-24-7-46.5T499-345l99 57q16-15 37-23.5t45-8.5q50 0 85 35t35 85q0 50-35 85t-85 35ZM240-40q-83 0-141.5-58.5T40-240q0-83 58.5-141.5T240-440q83 0 141.5 58.5T440-240q0 83-58.5 141.5T240-40Zm0-172 70 71 29-28-71-71 71-71-28-28-71 71-71-71-28 28 71 71-71 71 28 28 71-71Zm440 12Zm0-560Z" }));
|
|
5
5
|
};
|
|
6
6
|
export default ShareOff;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
const AdminPanelSettings = (props) => {
|
|
3
3
|
return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "24", width: "24", viewBox: "0 -960 960 960", fill: "currentColor" }, props),
|
|
4
|
-
React.createElement("path", { d: "M680-
|
|
4
|
+
React.createElement("path", { d: "M680-80q-83 0-141.5-58.5T480-280q0-83 58.5-141.5T680-480q83 0 141.5 58.5T880-280q0 83-58.5 141.5T680-80Zm-200 0q-139-35-229.5-159.5T160-516v-244l320-120 320 120v227q-26-13-58.5-20t-61.5-7q-116 0-198 82t-82 198q0 62 23.5 112T483-81q-1 0-1.5.5t-1.5.5Zm200-200q25 0 42.5-17.5T740-340q0-25-17.5-42.5T680-400q-25 0-42.5 17.5T620-340q0 25 17.5 42.5T680-280Zm0 120q31 0 57-14.5t42-38.5q-22-13-47-20t-52-7q-27 0-52 7t-47 20q16 24 42 38.5t57 14.5Z" }));
|
|
5
5
|
};
|
|
6
6
|
export default AdminPanelSettings;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
const DatabaseOff = (props) => {
|
|
3
|
+
return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "24", width: "24", viewBox: "0 -960 960 960", fill: "currentColor" }, props),
|
|
4
|
+
React.createElement("path", { d: "M480-120q-41 0-102.5-8.5T259-156q-57-19-98-49.5T120-280v-100q0 44 41 74.5t98 49.5q57 19 118.5 27.5T480-220q42 0 103.5-8.5T703-257l70 70q-62 36-150 51.5T480-120Zm351-122-50-50q27-17 43-39t16-49v100q0 11-2 20t-7 18Zm-351-78q-41 0-102.5-8.5T259-356q-57-19-98-49.5T120-480v-100q0 44 41 74.5t98 49.5q57 19 118.5 27.5T480-420q12 0 26.5-.5T537-423l87 87q-41 8-78.5 12t-65.5 4Zm233-40-78-78q77-17 141-51t64-91v100q0 42-36.5 71.5T713-360ZM439-521q-136-7-227.5-52T120-680q0-26 17.5-49.5T187-773l252 252Zm111-2L265-808q45-15 99.5-23.5T480-840q150 0 255 47t105 113q0 58-82.5 102T550-523ZM791-56 56-791l56-57 736 736-57 56Z" }));
|
|
5
|
+
};
|
|
6
|
+
export default DatabaseOff;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
const Demography = (props) => {
|
|
3
3
|
return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "24", width: "24", viewBox: "0 -960 960 960", fill: "currentColor" }, props),
|
|
4
|
-
React.createElement("path", { d: "M720-
|
|
4
|
+
React.createElement("path", { d: "M720-40q-83 0-141.5-58.5T520-240q0-83 58.5-141.5T720-440q83 0 141.5 58.5T920-240q0 83-58.5 141.5T720-40ZM280-600h400v-80H280v80Zm187 480H200q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v268q-29-14-58.5-21t-61.5-7q-11 0-20.5.5T680-517v-3H280v80h245q-18 17-32.5 37T467-360H280v80h163q-2 10-2.5 19.5T440-240q0 33 6 61.5t21 58.5Zm253-120q25 0 42.5-17.5T780-300q0-25-17.5-42.5T720-360q-25 0-42.5 17.5T660-300q0 25 17.5 42.5T720-240Zm0 120q30 0 56-14t43-39q-23-14-48-20.5t-51-6.5q-26 0-51 6.5T621-173q17 25 43 39t56 14Z" }));
|
|
5
5
|
};
|
|
6
6
|
export default Demography;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
const FormatQuoteOff = (props) => {
|
|
3
|
+
return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "24", width: "24", viewBox: "0 -960 960 960", fill: "currentColor" }, props),
|
|
4
|
+
React.createElement("path", { d: "M791-56 425-422 320-240h-92l92-160q-66 0-113-47t-47-113q0-27 8.5-51t23.5-44L56-791l56-57 736 736-57 56Zm-55-281L520-553v-7q0-66 47-113t113-47q66 0 113 47t47 113q0 23-5.5 42.5T818-480l-82 143Z" }));
|
|
5
|
+
};
|
|
6
|
+
export default FormatQuoteOff;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
const KeepPublic = (props) => {
|
|
3
3
|
return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "24", width: "24", viewBox: "0 -960 960 960", fill: "currentColor" }, props),
|
|
4
|
-
React.createElement("path", { d: "m360-40-40-40v-240H120v-80l80-80v-280h-40v-80h285q-41 40-63 91.5T360-640q0 105 68.5 183.5T600-363v43H400v240l-40 40Zm280-400q-83 0-141.5-58.5T440-640q0-83 58.5-141.5T640-840q83 0 141.5 58.5T840-640q0 83-58.5 141.5T640-440Zm0-
|
|
4
|
+
React.createElement("path", { d: "m360-40-40-40v-240H120v-80l80-80v-280h-40v-80h285q-41 40-63 91.5T360-640q0 105 68.5 183.5T600-363v43H400v240l-40 40Zm280-400q-83 0-141.5-58.5T440-640q0-83 58.5-141.5T640-840q83 0 141.5 58.5T840-640q0 83-58.5 141.5T640-440Zm0-200q25 0 42.5-17.5T700-700q0-25-17.5-42.5T640-760q-25 0-42.5 17.5T580-700q0 25 17.5 42.5T640-640Zm0 120q31 0 56.5-14.5T739-573q-22-13-47-20t-52-7q-27 0-52 7t-47 20q17 24 42.5 38.5T640-520Z" }));
|
|
5
5
|
};
|
|
6
6
|
export default KeepPublic;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
const LockPerson = (props) => {
|
|
3
3
|
return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "24", width: "24", viewBox: "0 -960 960 960", fill: "currentColor" }, props),
|
|
4
|
-
React.createElement("path", { d: "
|
|
4
|
+
React.createElement("path", { d: "M240-80q-33 0-56.5-23.5T160-160v-400q0-33 23.5-56.5T240-640h40v-80q0-83 58.5-141.5T480-920q83 0 141.5 58.5T680-720v80h40q33 0 56.5 23.5T800-560v52q-18-6-37.5-9t-42.5-3q-116 0-198 82t-82 198q0 45 13 84t37 76H240Zm480 40q-83 0-141.5-58.5T520-240q0-83 58.5-141.5T720-440q83 0 141.5 58.5T920-240q0 83-58.5 141.5T720-40ZM360-640h240v-80q0-50-35-85t-85-35q-50 0-85 35t-35 85v80Zm360 400q25 0 42.5-17.5T780-300q0-25-17.5-42.5T720-360q-25 0-42.5 17.5T660-300q0 25 17.5 42.5T720-240Zm0 120q30 0 56-14t43-39q-23-14-48-20.5t-51-6.5q-26 0-51 6.5T621-173q17 25 43 39t56 14Z" }));
|
|
5
5
|
};
|
|
6
6
|
export default LockPerson;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
const SettingsAccountBox = (props) => {
|
|
3
3
|
return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "24", width: "24", viewBox: "0 -960 960 960", fill: "currentColor" }, props),
|
|
4
|
-
React.createElement("path", { d: "M580-40q-25 0-42.5-17.5T520-100v-280q0-25 17.5-42.5T580-440h280q25 0 42.5 17.5T920-380v280q0 25-17.5 42.5T860-
|
|
4
|
+
React.createElement("path", { d: "M580-40q-25 0-42.5-17.5T520-100v-280q0-25 17.5-42.5T580-440h280q25 0 42.5 17.5T920-380v280q0 25-17.5 42.5T860-40H580ZM370-80l-16-128q-13-5-24.5-12T307-235l-119 50L78-375l103-78q-1-7-1-13.5v-27q0-6.5 1-13.5L78-585l110-190 119 50q11-8 23-15t24-12l16-128h220l16 128q13 5 24.5 12t22.5 15l119-50 110 190-85 65H616q-14-43-50-71.5T482-620q-58 0-99 41t-41 99q0 48 27 84t71 50v266h-70Zm230-40h240v-33q-25-23-56-35t-64-12q-33 0-64 12t-56 35v33Zm120-120q25 0 42.5-17.5T780-300q0-25-17.5-42.5T720-360q-25 0-42.5 17.5T660-300q0 25 17.5 42.5T720-240Z" }));
|
|
5
5
|
};
|
|
6
6
|
export default SettingsAccountBox;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
const Share = (props) => {
|
|
3
3
|
return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "24", width: "24", viewBox: "0 -960 960 960", fill: "currentColor" }, props),
|
|
4
|
-
React.createElement("path", { d: "
|
|
4
|
+
React.createElement("path", { d: "M680-80q-50 0-85-35t-35-85q0-6 3-28L282-392q-16 15-37 23.5t-45 8.5q-50 0-85-35t-35-85q0-50 35-85t85-35q24 0 45 8.5t37 23.5l281-164q-2-7-2.5-13.5T560-760q0-50 35-85t85-35q50 0 85 35t35 85q0 50-35 85t-85 35q-24 0-45-8.5T598-672L317-508q2 7 2.5 13.5t.5 14.5q0 8-.5 14.5T317-452l281 164q16-15 37-23.5t45-8.5q50 0 85 35t35 85q0 50-35 85t-85 35Z" }));
|
|
5
5
|
};
|
|
6
6
|
export default Share;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
const ShareOff = (props) => {
|
|
3
3
|
return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "24", width: "24", viewBox: "0 -960 960 960", fill: "currentColor" }, props),
|
|
4
|
-
React.createElement("path", { d: "
|
|
4
|
+
React.createElement("path", { d: "M80-470v-10q0-50 35-85t85-35q24 0 45 8.5t37 23.5l281-164q-2-7-2.5-13.5T560-760q0-50 35-85t85-35q50 0 85 35t35 85q0 50-35 85t-85 35q-24 0-45-8.5T598-672L318-509q-19-5-38.5-8t-39.5-3q-45 0-85.5 13T80-470ZM680-80q-50 0-85-35t-35-85q0-6 3-28l-43-26q-2-24-7-46.5T499-345l99 57q16-15 37-23.5t45-8.5q50 0 85 35t35 85q0 50-35 85t-85 35ZM240-40q-83 0-141.5-58.5T40-240q0-83 58.5-141.5T240-440q83 0 141.5 58.5T440-240q0 83-58.5 141.5T240-40Zm0-172 70 71 29-28-71-71 71-71-28-28-71 71-71-71-28 28 71 71-71 71 28 28 71-71Z" }));
|
|
5
5
|
};
|
|
6
6
|
export default ShareOff;
|