@project-lary/react-material-symbols-600-sharp 0.40.0 → 0.42.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/{FileMapFilled.d.ts → BulletChart.d.ts} +1 -1
- package/dist/components/BulletChart.js +6 -0
- package/dist/components/BulletChartFilled.d.ts +4 -0
- package/dist/components/BulletChartFilled.js +6 -0
- package/dist/components/DisplayAdd.d.ts +4 -0
- package/dist/components/DisplayAdd.js +6 -0
- package/dist/components/DisplayAddFilled.d.ts +4 -0
- package/dist/components/DisplayAddFilled.js +6 -0
- package/dist/components/DomainDisabledCheck.d.ts +4 -0
- package/dist/components/DomainDisabledCheck.js +6 -0
- package/dist/components/DomainDisabledCheckFilled.d.ts +3 -0
- package/dist/components/DomainDisabledCheckFilled.js +3 -0
- package/dist/components/FormsAddOn.js +1 -1
- package/dist/components/FormsAddOnFilled.js +1 -1
- package/dist/components/FormsAppsScript.js +1 -1
- package/dist/components/FormsAppsScriptFilled.js +1 -1
- package/dist/components/GlobeClock.d.ts +4 -0
- package/dist/components/GlobeClock.js +6 -0
- package/dist/components/GlobeClockFilled.d.ts +3 -0
- package/dist/components/GlobeClockFilled.js +3 -0
- package/dist/components/{FileMap.d.ts → List2.d.ts} +1 -1
- package/dist/components/List2.js +6 -0
- package/dist/components/List2Filled.d.ts +3 -0
- package/dist/components/List2Filled.js +3 -0
- package/dist/components/SimCardLock.d.ts +4 -0
- package/dist/components/SimCardLock.js +6 -0
- package/dist/components/SimCardLockFilled.d.ts +4 -0
- package/dist/components/SimCardLockFilled.js +6 -0
- package/dist/components/SpeechToText2.d.ts +4 -0
- package/dist/components/SpeechToText2.js +6 -0
- package/dist/components/SpeechToText2Filled.d.ts +4 -0
- package/dist/components/SpeechToText2Filled.js +6 -0
- package/dist/components/TerminalAdd.d.ts +4 -0
- package/dist/components/TerminalAdd.js +6 -0
- package/dist/components/TerminalAddFilled.d.ts +3 -0
- package/dist/components/TerminalAddFilled.js +3 -0
- package/dist/index.d.ts +16 -2
- package/dist/index.js +16 -2
- package/package.json +1 -1
- package/dist/components/FileMap.js +0 -6
- package/dist/components/FileMapFilled.js +0 -6
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function BulletChart(_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: "M65.87-189v-582h374.52v-83.7h79.22v83.7H894.7v582H519.61v83.13h-79.22V-189zm79.22-79.22h295.3v-87.48h-295.3zm0-334.52h295.3v-89.04h-295.3zm0 167.83h419.43v-88.05H145.09zm374.52 166.69h295.3v-423.56h-295.3v89.04H644.3v247.04H519.61zM145.09-434.91v-88.05z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function BulletChartFilled(_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: "M65.87-189v-582h374.52v-83.7h79.22v83.7H894.7v582H519.61v83.13h-79.22V-189zm79.22-79.22h295.3v-87.48h-295.3zm0-334.52h295.3v-89.04h-295.3zm374.52 334.52h295.3v-423.56h-295.3v89.04H644.3v247.04H519.61z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function DisplayAdd(_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: "M145.09-774.91v21.26zv509.82zm177.56 669.04v-80H65.87V-854.7h471.61q-8.96 18.7-14.28 38.41-5.33 19.72-7.33 41.38H145.09v509.82h669.82v-242.78q21.66-3.43 41.63-10.73 19.98-7.3 38.16-19.05v351.78H637.91v80zM730.87-591v-128h-128v-73h128v-128h73v128h128v73h-128v128z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function DisplayAddFilled(_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: "M730.87-591v-128h-128v-73h128v-128h73v128h128v73h-128v128zM322.65-105.87v-80H65.87V-854.7h471.61q-11.09 23.53-16.85 48.79t-5.76 52.26q0 105.18 73.23 178.42Q661.34-502 766.52-502q35.98 0 68.23-9.35 32.24-9.36 59.95-26.3v351.78H637.91v80z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function DomainDisabledCheck(_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: "m850.39-1.43-98.78-99.35H67v-683.05l-53.7-53.69 45.96-47.52L896.91-47.96zM140-173.78h105v-105H140zm0-165h105v-105H140zm0-165h105v-105H140zm165 330h105v-105H305zm0-165h105v-105H305zm165 165h208.74l-105-105H470zm245.52-448.87 142.7-144.26-39.31-39.31L714.96-700.7 665-752.22l-39.3 39.74zm163.94-231.83q56.5 56.78 56.5 137.5t-56.5 137.22-137.5 56.5-137.5-56.5-56.5-137.22 56.5-137.5 137.5-56.78 137.5 56.78M893-145.91l-73-73v-244.35h73zm-410-419-73-63v-145.87H266.7l-73.57-72.44H483z" })));
|
|
6
|
+
}
|
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
export default function FormsAddOn(_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: "M323.74-105.87q-93.03 0-155.45-66.81-62.42-66.8-62.42-161.06 0-39.95 12.72-77.54 12.71-37.59 37.58-68.15-24.87-31.7-37.58-69.57-12.72-37.87-12.72-78.26 0-93.04 62.42-160.24t155.45-67.2h313.52q92.21 0 154.82 67.52 62.62 67.52 62.62 159.92 0 25.61-5.85 50.2-5.85 24.6-16.5 46.93-21.39-5.26-42.91-7.18-21.51-1.91-43.22.66 13.66-18.36 21.46-41.53t7.8-49.08q0-59.99-39.87-104.1-39.87-44.12-98.35-44.12H323.74q-59.97 0-99.59 43.92-39.63 43.93-39.63 104.25 0 60.74 39.63 105 39.62 44.27 99.59 44.27h284.52q-19.97 16.95-34.75 37.04-14.77 20.09-25.64 42.17H323.78q-28.34 0-55.62-7.43-27.29-7.44-51.73-21.3-15.73 20.18-23.82 44.13t-8.09 49.52q0 61.12 39.63 105.25 39.62 44.14 99.59 44.14h208.3q9.26 23.22 22.63 43.09t31.16 35.56zm42.32-171.78q14.16-13.79 14.16-33.48 0-19.45-14.01-33.49-14.01-14.03-34.02-14.03-20.02 0-33.89 13.91-13.87 13.9-13.87 33.77t13.66 33.48q13.66 13.62 33.74 13.62t34.23-13.78m-34.23-302.57q20.08 0 34.23-14.01 14.16-14.01 14.16-34.02t-14.01-33.66q-14.01-13.66-34.02-13.66-20.02 0-33.89 13.79-13.87 13.78-13.87 33.47t13.66 33.89 33.74 14.2m134.08-13.08h205.7v-70.74h-205.7zm269 474.43v-120h-120v-79.22h120v-120h79.79v120h120v79.22h-120v120z" })));
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
export default function FormsAddOnFilled(_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: "M734.91-118.87v-120h-120v-79.22h120v-120h79.79v120h120v79.22h-120v120zM292.64-256.52q22.99 0 39.09-16.2 16.1-16.19 16.1-40.43 0-22.94-16.1-39.59t-39.09-16.65q-23.56 0-40.62 16.52-17.06 16.53-17.06 40.13 0 23.83 17.06 40.02 17.06 16.2 40.62 16.2m0-334.52q22.99 0 39.09-16.48t16.1-40.77q0-22.8-16.1-39.49-16.1-16.7-39.09-16.7-23.56 0-40.62 16.57t-17.06 40.03q0 23.88 17.06 40.36t40.62 16.48m20.1 485.17q-86.09 0-146.48-60.39t-60.39-146.48q0-50.21 21-94.9 21-44.7 62.43-72.16-41.43-29.04-62.43-73.75t-21-94.28q0-85.85 60.39-146.36t146.48-60.51h335.09q85.85 0 146.36 60.51t60.51 146.36q0 31.71-8.53 61.55-8.52 29.84-25.56 54.15-11.14-2.7-22.59-4.33t-23.5-1.63q-117.81 0-189.21 80.39-71.4 80.4-71.4 180.79 0 45.66 17.64 89.68 17.65 44.02 54.28 81.36zm131.61-505.3h280.13v-70.74H444.35z" })));
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
export default function FormsAppsScript(_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: "M604.39-166.22v-63.39h149.83l-126.26-94L665.22-377l119.56 90.43-49.56-149 60.95-22.26 46 135.61 35.87-137.04 63.53 11-71.98 282.04zm-280.65 60.35q-93.03 0-155.45-66.81-62.42-66.8-62.42-161.06 0-39.95 12.72-77.54 12.71-37.59 37.58-68.15-24.87-31.7-37.58-69.57-12.72-37.87-12.72-78.26 0-93.04 62.42-160.24t155.45-67.2h313.52q92.21 0 154.82 67.52 62.62 67.52 62.62 159.92 0 25.61-5.85 50.2-5.85 24.6-16.5 46.93-21.39-5.26-42.91-7.18-21.51-1.91-43.22.66 13.66-18.36 21.46-41.53t7.8-49.08q0-59.99-39.87-104.1-39.87-44.12-98.35-44.12H323.74q-59.97 0-99.59 43.92-39.63 43.93-39.63 104.25 0 60.74 39.63 105 39.62 44.27 99.59 44.27h284.52q-19.97 16.95-34.75 37.04-14.77 20.09-25.64 42.17H323.78q-28.34 0-55.62-7.43-27.29-7.44-51.73-21.3-15.73 20.18-23.82 44.13t-8.09 49.52q0 61.12 39.63 105.25 39.62 44.14 99.59 44.14h208.3q9.26 23.22 22.63 43.09t31.16 35.56zm42.32-171.78q14.16-13.79 14.16-33.48 0-19.45-14.01-33.49-14.01-14.03-34.02-14.03-20.02 0-33.89 13.91-13.87 13.9-13.87 33.77t13.66 33.48q13.66 13.62 33.74 13.62t34.23-13.78m-34.23-302.57q20.08 0 34.23-14.01 14.16-14.01 14.16-34.02t-14.01-33.66q-14.01-13.66-34.02-13.66-20.02 0-33.89 13.79-13.87 13.78-13.87 33.47t13.66 33.89 33.74 14.2m352.78-13.08v-70.74h-218.7v70.74zM516.04-275.96q-.69-17.26 1.05-34.8t6.56-35.37h-57.74v70.17z" })));
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
export default function FormsAppsScriptFilled(_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: "M604.39-166.22v-63.39h149.83l-126.26-94L665.22-377l119.56 90.43-49.56-149 60.95-22.26 46 135.61 35.87-137.04 63.53 11-71.98 282.04zm-292.22-17.17q-57.2 0-92.99-44.81-35.79-44.8-35.79-104.54 0-26.32 8.37-50.7 8.37-24.39 25.11-44.69 24 14.6 50.44 22.45t55.23 7.85h212.72q-12.61 24.18-19.91 51.47-7.31 27.29-7.31 57.4 0 29 7.13 55.5t18.87 50.07zM183.39-626.23q0-59.77 35.79-104.29t92.99-44.52h334.66q57.35 0 92.78 44.61t35.43 104.17q0 23.24-6.45 44.69-6.46 21.44-18.5 39.74-4-1-7-1h-7q-40.83 3.57-77.72 21.05t-64.59 45.87H322.74q-59.57 0-99.46-44.82t-39.89-105.5M311.93-105.3q-85.84 0-146.23-60.4-60.4-60.39-60.4-146.47 0-50.61 21-95.15 21-44.55 63-72.94-42-27.33-63-71.67-21-44.33-21-94.9 0-85.92 60.4-146.39 60.39-60.48 146.47-60.48h334.66q85.92 0 146.39 60.48 60.48 60.47 60.48 146.39 0 29.19-7.31 56.57-7.3 27.39-22.35 51.13-18.37-3.7-36.9-4.76-18.53-1.07-37.05 2.06 12.22-18.51 18.59-39.73 6.36-21.22 6.36-44.7 0-59.56-35.43-104.17t-92.78-44.61H312.17q-57.2 0-92.99 44.57-35.79 44.58-35.79 104.09 0 60.65 39.89 105.56t99.46 44.91h271.04q-19.26 14.82-33.95 34.63-14.7 19.8-24.43 43.45H322.54q-28.79 0-55.23-7.85t-50.44-22.45q-16.74 20.3-25.11 44.69-8.37 24.38-8.37 50.7 0 59.74 35.79 104.54 35.79 44.81 92.99 44.81h221.87q8.57 22.65 22.03 42.24 13.45 19.59 31.1 35.85zm19.8-166.49q17.1-16.83 17.1-40.45 0-23.38-17.1-39.48-17.1-16.11-40.92-16.11-23.83 0-39.84 16.25-16.01 16.24-16.01 39.74 0 23.49 16.01 40.19 16.01 16.69 39.84 16.69 23.82 0 40.92-16.83m0-335.15q17.1-16.33 17.1-39.95 0-23.39-17.1-39.99t-40.92-16.6q-23.83 0-39.84 16.75-16.01 16.74-16.01 40.24 0 23.49 16.01 39.69 16.01 16.19 39.84 16.19 23.82 0 40.92-16.33m392.75-4.23v-70.74H444.35v70.74zM509.17-276.52q-1.69-18.83.31-36.65 2-17.83 7-34.66h-72.13v71.31z" })));
|
|
6
6
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function GlobeClock(_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: "M641.84-861.78q75.24 32.91 131.42 88.89t88.81 131.5T894.7-480q0 8.26-.79 16.02-.78 7.76-.78 15.02-17.25-11.51-36.91-18.58-19.65-7.07-40.74-10.94.69-105-56.24-190.5-56.94-85.5-153.37-125.5v102.73H438.05v124.42H312.83v86.2h397.52q-83.22 21.61-137.74 85.98t-58.48 151.63q0 4 .5 8t.5 8H356.26v-129.31l-201.61-201.6q-5 20-7 38.99t-2 38.48q0 140.96 99.7 242.18 99.69 101.21 245.39 95.26 10-1 20-1t20-1q5.43 19.52 14.85 37.82Q555-89.39 568.39-73q-20.95 3.57-42.91 5.35t-44.91 1.78q-85.87 0-161.4-32.63-75.52-32.63-131.81-88.73T98.47-318.78q-32.6-75.46-32.6-161.25 0-85.8 32.6-161.21 32.6-75.42 88.89-131.52 56.29-56.11 131.86-89.02 75.56-32.92 161.47-32.92 85.92 0 161.15 32.92M630-94.52q-57-57-57-136t57-136 136-57 136 57 57 136-57 136-136 57-136-57M840-125l31.52-31.52-85.13-77.35v-126.04h-48.78v140.52z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function List2(_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: "M273.13-210.61v-79.22h413.74v79.22zM105.87-439.83v-79.78H854.7v79.78zm167.26-229.78v-79.22h413.74v79.22z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function SimCardLock(_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: "M365-325h230v-190h-40v-45q0-30.94-22.04-52.97-22.05-22.03-53-22.03Q449-635 427-612.97T405-560v45h-40zm70-190v-44.91Q435-579 447.91-592t32-13T512-592.06q13 12.93 13 32.06v45zM145.87-65.87v-581.35L393.35-894.7H814.7v828.83zm79.22-79.22h509.82v-669.82H428.26L225.09-611.87zm0 0h509.82z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function SimCardLockFilled(_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: "M365-325h230v-190h-40v-45q0-30.94-22.04-52.97-22.05-22.03-53-22.03Q449-635 427-612.97T405-560v45h-40zm70-190v-44.91Q435-579 447.91-592t32-13T512-592.06q13 12.93 13 32.06v45zM145.87-65.87v-581.35L393.35-894.7H814.7v828.83z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function SpeechToText2(_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: "M770.96-820v680zM220.78-60.78v-183.57h79.79V-140h470.39v-680h-340v-79.78h419.21v839zm40.12-508.09q-29.51 0-50.57-20.82-21.07-20.83-21.07-50.31v-160q0-29.72 20.96-50.43 20.96-20.7 50.47-20.7 29.5 0 50.45 20.82 20.95 20.83 20.95 50.31v160q0 29.72-20.85 50.43-20.85 20.7-50.34 20.7m-40.12 248.48v-109.35q-80.82-14.39-134.65-75.86T32.3-648.48h71.31q0 64.13 46.04 107.63 46.05 43.5 111.04 43.5 65 0 111.02-43.5 46.03-43.5 46.03-107.63h71.3q0 81.41-53.82 142.88-53.83 61.47-134.65 76.05v109.16zm170.18 76.04h280v-60h-280zm0-120h200v-60h-200z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function SpeechToText2Filled(_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: "M260.9-568.87q-29.51 0-50.57-20.82-21.07-20.83-21.07-50.31v-160q0-29.72 20.96-50.43 20.96-20.7 50.47-20.7 29.5 0 50.45 20.82 20.95 20.83 20.95 50.31v160q0 29.72-20.85 50.43-20.85 20.7-50.34 20.7m-40.12 248.48v-109.35q-80.82-14.39-134.65-75.86T32.3-648.48h71.31q0 64.13 46.04 107.63 46.05 43.5 111.04 43.5 65 0 111.02-43.5 46.03-43.5 46.03-107.63h71.3q0 81.41-53.82 142.88-53.83 61.47-134.65 76.05v109.16zm0 259.61v-183.57h450.18v-60H360.57v-60h230.39v-60H452.74q50.99-48.76 73.65-127.9 22.65-79.14 22.65-156.23H430.96v-191.3h419.21v839z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function TerminalAdd(_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-292-42-42 103-104-104-104 43-42 146 146zm190 4v-60h220v60zM65.87-145.87V-814.7h457.65q-4.26 15.09-6.45 30.15-2.2 15.06-2.2 30.65 0 28.06 5.65 53.52 5.65 25.47 16.09 49.47H145.09v425.82h669.82v-282.78q21.66-3.43 41.63-10.73 19.98-7.3 38.16-19.05v391.78zm665-445.13v-128h-128v-73h128v-128h73v128h128v73h-128v128z" })));
|
|
6
|
+
}
|
package/dist/index.d.ts
CHANGED
|
@@ -1024,6 +1024,8 @@ export { default as Build } from './components/Build';
|
|
|
1024
1024
|
export { default as BuildCircle } from './components/BuildCircle';
|
|
1025
1025
|
export { default as BuildCircleFilled } from './components/BuildCircleFilled';
|
|
1026
1026
|
export { default as BuildFilled } from './components/BuildFilled';
|
|
1027
|
+
export { default as BulletChart } from './components/BulletChart';
|
|
1028
|
+
export { default as BulletChartFilled } from './components/BulletChartFilled';
|
|
1027
1029
|
export { default as Bungalow } from './components/Bungalow';
|
|
1028
1030
|
export { default as BungalowFilled } from './components/BungalowFilled';
|
|
1029
1031
|
export { default as BurstMode } from './components/BurstMode';
|
|
@@ -1964,6 +1966,8 @@ export { default as Dishwasher } from './components/Dishwasher';
|
|
|
1964
1966
|
export { default as DishwasherFilled } from './components/DishwasherFilled';
|
|
1965
1967
|
export { default as DishwasherGen } from './components/DishwasherGen';
|
|
1966
1968
|
export { default as DishwasherGenFilled } from './components/DishwasherGenFilled';
|
|
1969
|
+
export { default as DisplayAdd } from './components/DisplayAdd';
|
|
1970
|
+
export { default as DisplayAddFilled } from './components/DisplayAddFilled';
|
|
1967
1971
|
export { default as DisplayExternalInput } from './components/DisplayExternalInput';
|
|
1968
1972
|
export { default as DisplayExternalInputFilled } from './components/DisplayExternalInputFilled';
|
|
1969
1973
|
export { default as DisplaySettings } from './components/DisplaySettings';
|
|
@@ -2010,6 +2014,8 @@ export { default as Domain } from './components/Domain';
|
|
|
2010
2014
|
export { default as DomainAdd } from './components/DomainAdd';
|
|
2011
2015
|
export { default as DomainAddFilled } from './components/DomainAddFilled';
|
|
2012
2016
|
export { default as DomainDisabled } from './components/DomainDisabled';
|
|
2017
|
+
export { default as DomainDisabledCheck } from './components/DomainDisabledCheck';
|
|
2018
|
+
export { default as DomainDisabledCheckFilled } from './components/DomainDisabledCheckFilled';
|
|
2013
2019
|
export { default as DomainDisabledFilled } from './components/DomainDisabledFilled';
|
|
2014
2020
|
export { default as DomainFilled } from './components/DomainFilled';
|
|
2015
2021
|
export { default as DomainVerification } from './components/DomainVerification';
|
|
@@ -2490,8 +2496,6 @@ export { default as FileExport } from './components/FileExport';
|
|
|
2490
2496
|
export { default as FileExportFilled } from './components/FileExportFilled';
|
|
2491
2497
|
export { default as FileJson } from './components/FileJson';
|
|
2492
2498
|
export { default as FileJsonFilled } from './components/FileJsonFilled';
|
|
2493
|
-
export { default as FileMap } from './components/FileMap';
|
|
2494
|
-
export { default as FileMapFilled } from './components/FileMapFilled';
|
|
2495
2499
|
export { default as FileMapStack } from './components/FileMapStack';
|
|
2496
2500
|
export { default as FileMapStackFilled } from './components/FileMapStackFilled';
|
|
2497
2501
|
export { default as FileOpen } from './components/FileOpen';
|
|
@@ -3029,6 +3033,8 @@ export { default as GlobeAsia } from './components/GlobeAsia';
|
|
|
3029
3033
|
export { default as GlobeAsiaFilled } from './components/GlobeAsiaFilled';
|
|
3030
3034
|
export { default as GlobeBook } from './components/GlobeBook';
|
|
3031
3035
|
export { default as GlobeBookFilled } from './components/GlobeBookFilled';
|
|
3036
|
+
export { default as GlobeClock } from './components/GlobeClock';
|
|
3037
|
+
export { default as GlobeClockFilled } from './components/GlobeClockFilled';
|
|
3032
3038
|
export { default as GlobeFilled } from './components/GlobeFilled';
|
|
3033
3039
|
export { default as GlobeLocationPin } from './components/GlobeLocationPin';
|
|
3034
3040
|
export { default as GlobeLocationPinFilled } from './components/GlobeLocationPinFilled';
|
|
@@ -3837,6 +3843,8 @@ export { default as LipsFilled } from './components/LipsFilled';
|
|
|
3837
3843
|
export { default as Liquor } from './components/Liquor';
|
|
3838
3844
|
export { default as LiquorFilled } from './components/LiquorFilled';
|
|
3839
3845
|
export { default as List } from './components/List';
|
|
3846
|
+
export { default as List2 } from './components/List2';
|
|
3847
|
+
export { default as List2Filled } from './components/List2Filled';
|
|
3840
3848
|
export { default as ListAlt } from './components/ListAlt';
|
|
3841
3849
|
export { default as ListAltAdd } from './components/ListAltAdd';
|
|
3842
3850
|
export { default as ListAltAddFilled } from './components/ListAltAddFilled';
|
|
@@ -6072,6 +6080,8 @@ export { default as SimCard } from './components/SimCard';
|
|
|
6072
6080
|
export { default as SimCardDownload } from './components/SimCardDownload';
|
|
6073
6081
|
export { default as SimCardDownloadFilled } from './components/SimCardDownloadFilled';
|
|
6074
6082
|
export { default as SimCardFilled } from './components/SimCardFilled';
|
|
6083
|
+
export { default as SimCardLock } from './components/SimCardLock';
|
|
6084
|
+
export { default as SimCardLockFilled } from './components/SimCardLockFilled';
|
|
6075
6085
|
export { default as Simulation } from './components/Simulation';
|
|
6076
6086
|
export { default as SimulationFilled } from './components/SimulationFilled';
|
|
6077
6087
|
export { default as SingleArrow } from './components/SingleArrow';
|
|
@@ -6229,6 +6239,8 @@ export { default as SpecialCharacterFilled } from './components/SpecialCharacter
|
|
|
6229
6239
|
export { default as SpecificGravity } from './components/SpecificGravity';
|
|
6230
6240
|
export { default as SpecificGravityFilled } from './components/SpecificGravityFilled';
|
|
6231
6241
|
export { default as SpeechToText } from './components/SpeechToText';
|
|
6242
|
+
export { default as SpeechToText2 } from './components/SpeechToText2';
|
|
6243
|
+
export { default as SpeechToText2Filled } from './components/SpeechToText2Filled';
|
|
6232
6244
|
export { default as SpeechToTextFilled } from './components/SpeechToTextFilled';
|
|
6233
6245
|
export { default as Speed } from './components/Speed';
|
|
6234
6246
|
export { default as Speed025 } from './components/Speed025';
|
|
@@ -6755,6 +6767,8 @@ export { default as TenancyFilled } from './components/TenancyFilled';
|
|
|
6755
6767
|
export { default as Terminal } from './components/Terminal';
|
|
6756
6768
|
export { default as Terminal2 } from './components/Terminal2';
|
|
6757
6769
|
export { default as Terminal2Filled } from './components/Terminal2Filled';
|
|
6770
|
+
export { default as TerminalAdd } from './components/TerminalAdd';
|
|
6771
|
+
export { default as TerminalAddFilled } from './components/TerminalAddFilled';
|
|
6758
6772
|
export { default as TerminalFilled } from './components/TerminalFilled';
|
|
6759
6773
|
export { default as TextAd } from './components/TextAd';
|
|
6760
6774
|
export { default as TextAdFilled } from './components/TextAdFilled';
|
package/dist/index.js
CHANGED
|
@@ -1024,6 +1024,8 @@ export { default as Build } from './components/Build';
|
|
|
1024
1024
|
export { default as BuildCircle } from './components/BuildCircle';
|
|
1025
1025
|
export { default as BuildCircleFilled } from './components/BuildCircleFilled';
|
|
1026
1026
|
export { default as BuildFilled } from './components/BuildFilled';
|
|
1027
|
+
export { default as BulletChart } from './components/BulletChart';
|
|
1028
|
+
export { default as BulletChartFilled } from './components/BulletChartFilled';
|
|
1027
1029
|
export { default as Bungalow } from './components/Bungalow';
|
|
1028
1030
|
export { default as BungalowFilled } from './components/BungalowFilled';
|
|
1029
1031
|
export { default as BurstMode } from './components/BurstMode';
|
|
@@ -1964,6 +1966,8 @@ export { default as Dishwasher } from './components/Dishwasher';
|
|
|
1964
1966
|
export { default as DishwasherFilled } from './components/DishwasherFilled';
|
|
1965
1967
|
export { default as DishwasherGen } from './components/DishwasherGen';
|
|
1966
1968
|
export { default as DishwasherGenFilled } from './components/DishwasherGenFilled';
|
|
1969
|
+
export { default as DisplayAdd } from './components/DisplayAdd';
|
|
1970
|
+
export { default as DisplayAddFilled } from './components/DisplayAddFilled';
|
|
1967
1971
|
export { default as DisplayExternalInput } from './components/DisplayExternalInput';
|
|
1968
1972
|
export { default as DisplayExternalInputFilled } from './components/DisplayExternalInputFilled';
|
|
1969
1973
|
export { default as DisplaySettings } from './components/DisplaySettings';
|
|
@@ -2010,6 +2014,8 @@ export { default as Domain } from './components/Domain';
|
|
|
2010
2014
|
export { default as DomainAdd } from './components/DomainAdd';
|
|
2011
2015
|
export { default as DomainAddFilled } from './components/DomainAddFilled';
|
|
2012
2016
|
export { default as DomainDisabled } from './components/DomainDisabled';
|
|
2017
|
+
export { default as DomainDisabledCheck } from './components/DomainDisabledCheck';
|
|
2018
|
+
export { default as DomainDisabledCheckFilled } from './components/DomainDisabledCheckFilled';
|
|
2013
2019
|
export { default as DomainDisabledFilled } from './components/DomainDisabledFilled';
|
|
2014
2020
|
export { default as DomainFilled } from './components/DomainFilled';
|
|
2015
2021
|
export { default as DomainVerification } from './components/DomainVerification';
|
|
@@ -2490,8 +2496,6 @@ export { default as FileExport } from './components/FileExport';
|
|
|
2490
2496
|
export { default as FileExportFilled } from './components/FileExportFilled';
|
|
2491
2497
|
export { default as FileJson } from './components/FileJson';
|
|
2492
2498
|
export { default as FileJsonFilled } from './components/FileJsonFilled';
|
|
2493
|
-
export { default as FileMap } from './components/FileMap';
|
|
2494
|
-
export { default as FileMapFilled } from './components/FileMapFilled';
|
|
2495
2499
|
export { default as FileMapStack } from './components/FileMapStack';
|
|
2496
2500
|
export { default as FileMapStackFilled } from './components/FileMapStackFilled';
|
|
2497
2501
|
export { default as FileOpen } from './components/FileOpen';
|
|
@@ -3029,6 +3033,8 @@ export { default as GlobeAsia } from './components/GlobeAsia';
|
|
|
3029
3033
|
export { default as GlobeAsiaFilled } from './components/GlobeAsiaFilled';
|
|
3030
3034
|
export { default as GlobeBook } from './components/GlobeBook';
|
|
3031
3035
|
export { default as GlobeBookFilled } from './components/GlobeBookFilled';
|
|
3036
|
+
export { default as GlobeClock } from './components/GlobeClock';
|
|
3037
|
+
export { default as GlobeClockFilled } from './components/GlobeClockFilled';
|
|
3032
3038
|
export { default as GlobeFilled } from './components/GlobeFilled';
|
|
3033
3039
|
export { default as GlobeLocationPin } from './components/GlobeLocationPin';
|
|
3034
3040
|
export { default as GlobeLocationPinFilled } from './components/GlobeLocationPinFilled';
|
|
@@ -3837,6 +3843,8 @@ export { default as LipsFilled } from './components/LipsFilled';
|
|
|
3837
3843
|
export { default as Liquor } from './components/Liquor';
|
|
3838
3844
|
export { default as LiquorFilled } from './components/LiquorFilled';
|
|
3839
3845
|
export { default as List } from './components/List';
|
|
3846
|
+
export { default as List2 } from './components/List2';
|
|
3847
|
+
export { default as List2Filled } from './components/List2Filled';
|
|
3840
3848
|
export { default as ListAlt } from './components/ListAlt';
|
|
3841
3849
|
export { default as ListAltAdd } from './components/ListAltAdd';
|
|
3842
3850
|
export { default as ListAltAddFilled } from './components/ListAltAddFilled';
|
|
@@ -6072,6 +6080,8 @@ export { default as SimCard } from './components/SimCard';
|
|
|
6072
6080
|
export { default as SimCardDownload } from './components/SimCardDownload';
|
|
6073
6081
|
export { default as SimCardDownloadFilled } from './components/SimCardDownloadFilled';
|
|
6074
6082
|
export { default as SimCardFilled } from './components/SimCardFilled';
|
|
6083
|
+
export { default as SimCardLock } from './components/SimCardLock';
|
|
6084
|
+
export { default as SimCardLockFilled } from './components/SimCardLockFilled';
|
|
6075
6085
|
export { default as Simulation } from './components/Simulation';
|
|
6076
6086
|
export { default as SimulationFilled } from './components/SimulationFilled';
|
|
6077
6087
|
export { default as SingleArrow } from './components/SingleArrow';
|
|
@@ -6229,6 +6239,8 @@ export { default as SpecialCharacterFilled } from './components/SpecialCharacter
|
|
|
6229
6239
|
export { default as SpecificGravity } from './components/SpecificGravity';
|
|
6230
6240
|
export { default as SpecificGravityFilled } from './components/SpecificGravityFilled';
|
|
6231
6241
|
export { default as SpeechToText } from './components/SpeechToText';
|
|
6242
|
+
export { default as SpeechToText2 } from './components/SpeechToText2';
|
|
6243
|
+
export { default as SpeechToText2Filled } from './components/SpeechToText2Filled';
|
|
6232
6244
|
export { default as SpeechToTextFilled } from './components/SpeechToTextFilled';
|
|
6233
6245
|
export { default as Speed } from './components/Speed';
|
|
6234
6246
|
export { default as Speed025 } from './components/Speed025';
|
|
@@ -6755,6 +6767,8 @@ export { default as TenancyFilled } from './components/TenancyFilled';
|
|
|
6755
6767
|
export { default as Terminal } from './components/Terminal';
|
|
6756
6768
|
export { default as Terminal2 } from './components/Terminal2';
|
|
6757
6769
|
export { default as Terminal2Filled } from './components/Terminal2Filled';
|
|
6770
|
+
export { default as TerminalAdd } from './components/TerminalAdd';
|
|
6771
|
+
export { default as TerminalAddFilled } from './components/TerminalAddFilled';
|
|
6758
6772
|
export { default as TerminalFilled } from './components/TerminalFilled';
|
|
6759
6773
|
export { default as TextAd } from './components/TextAd';
|
|
6760
6774
|
export { default as TextAdFilled } from './components/TextAdFilled';
|
package/package.json
CHANGED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export default function FileMap(_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.7H854.7v748.83zm79.22-79.22h589.82v-589.82H185.09zM480-241.83q96.88-82.01 144.31-152.21t47.43-129.72q0-89.64-57.65-142.03-57.64-52.38-134.09-52.38t-134.09 52.3q-57.65 52.3-57.65 142.1 0 59.2 47.94 129.36 47.93 70.15 143.8 152.58M439.37-484.4q-16.5-16.96-16.5-40.63t16.62-40.45T480-582.26t40.51 16.78 16.62 40.5q0 23.73-16.5 40.64T480-467.43t-40.63-16.97M185.09-185.09v-589.82z" })));
|
|
6
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export default function FileMapFilled(_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.7H854.7v748.83zM480-241.83q96.88-82.01 144.31-152.21t47.43-129.72q0-89.64-57.65-142.03-57.64-52.38-134.09-52.38t-134.09 52.3q-57.65 52.3-57.65 142.1 0 59.2 47.94 129.36 47.93 70.15 143.8 152.58M439.37-484.4q-16.5-16.96-16.5-40.63t16.62-40.45T480-582.26t40.51 16.78 16.62 40.5q0 23.73-16.5 40.64T480-467.43t-40.63-16.97" })));
|
|
6
|
-
}
|