@project-lary/react-material-symbols-600-sharp 0.41.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/{DriveFusiontable.d.ts → BulletChart.d.ts} +1 -1
- package/dist/components/BulletChart.js +6 -0
- package/dist/components/{DriveFusiontableFilled.d.ts → BulletChartFilled.d.ts} +1 -1
- package/dist/components/BulletChartFilled.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/List2.d.ts +4 -0
- package/dist/components/{DriveFusiontableFilled.js → List2.js} +2 -2
- 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/index.d.ts +10 -2
- package/dist/index.js +10 -2
- package/package.json +1 -1
- package/dist/components/DriveFusiontable.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 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
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export default function
|
|
2
|
+
export default function List2(_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: "M273.13-210.61v-79.22h413.74v79.22zM105.87-439.83v-79.78H854.7v79.78zm167.26-229.78v-79.22h413.74v79.22z" })));
|
|
6
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
|
+
}
|
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';
|
|
@@ -2012,6 +2014,8 @@ export { default as Domain } from './components/Domain';
|
|
|
2012
2014
|
export { default as DomainAdd } from './components/DomainAdd';
|
|
2013
2015
|
export { default as DomainAddFilled } from './components/DomainAddFilled';
|
|
2014
2016
|
export { default as DomainDisabled } from './components/DomainDisabled';
|
|
2017
|
+
export { default as DomainDisabledCheck } from './components/DomainDisabledCheck';
|
|
2018
|
+
export { default as DomainDisabledCheckFilled } from './components/DomainDisabledCheckFilled';
|
|
2015
2019
|
export { default as DomainDisabledFilled } from './components/DomainDisabledFilled';
|
|
2016
2020
|
export { default as DomainFilled } from './components/DomainFilled';
|
|
2017
2021
|
export { default as DomainVerification } from './components/DomainVerification';
|
|
@@ -2088,8 +2092,6 @@ export { default as DriveFileRename } from './components/DriveFileRename';
|
|
|
2088
2092
|
export { default as DriveFileRenameFilled } from './components/DriveFileRenameFilled';
|
|
2089
2093
|
export { default as DriveFolderUpload } from './components/DriveFolderUpload';
|
|
2090
2094
|
export { default as DriveFolderUploadFilled } from './components/DriveFolderUploadFilled';
|
|
2091
|
-
export { default as DriveFusiontable } from './components/DriveFusiontable';
|
|
2092
|
-
export { default as DriveFusiontableFilled } from './components/DriveFusiontableFilled';
|
|
2093
2095
|
export { default as Drone } from './components/Drone';
|
|
2094
2096
|
export { default as Drone2 } from './components/Drone2';
|
|
2095
2097
|
export { default as Drone2Filled } from './components/Drone2Filled';
|
|
@@ -3841,6 +3843,8 @@ export { default as LipsFilled } from './components/LipsFilled';
|
|
|
3841
3843
|
export { default as Liquor } from './components/Liquor';
|
|
3842
3844
|
export { default as LiquorFilled } from './components/LiquorFilled';
|
|
3843
3845
|
export { default as List } from './components/List';
|
|
3846
|
+
export { default as List2 } from './components/List2';
|
|
3847
|
+
export { default as List2Filled } from './components/List2Filled';
|
|
3844
3848
|
export { default as ListAlt } from './components/ListAlt';
|
|
3845
3849
|
export { default as ListAltAdd } from './components/ListAltAdd';
|
|
3846
3850
|
export { default as ListAltAddFilled } from './components/ListAltAddFilled';
|
|
@@ -6076,6 +6080,8 @@ export { default as SimCard } from './components/SimCard';
|
|
|
6076
6080
|
export { default as SimCardDownload } from './components/SimCardDownload';
|
|
6077
6081
|
export { default as SimCardDownloadFilled } from './components/SimCardDownloadFilled';
|
|
6078
6082
|
export { default as SimCardFilled } from './components/SimCardFilled';
|
|
6083
|
+
export { default as SimCardLock } from './components/SimCardLock';
|
|
6084
|
+
export { default as SimCardLockFilled } from './components/SimCardLockFilled';
|
|
6079
6085
|
export { default as Simulation } from './components/Simulation';
|
|
6080
6086
|
export { default as SimulationFilled } from './components/SimulationFilled';
|
|
6081
6087
|
export { default as SingleArrow } from './components/SingleArrow';
|
|
@@ -6233,6 +6239,8 @@ export { default as SpecialCharacterFilled } from './components/SpecialCharacter
|
|
|
6233
6239
|
export { default as SpecificGravity } from './components/SpecificGravity';
|
|
6234
6240
|
export { default as SpecificGravityFilled } from './components/SpecificGravityFilled';
|
|
6235
6241
|
export { default as SpeechToText } from './components/SpeechToText';
|
|
6242
|
+
export { default as SpeechToText2 } from './components/SpeechToText2';
|
|
6243
|
+
export { default as SpeechToText2Filled } from './components/SpeechToText2Filled';
|
|
6236
6244
|
export { default as SpeechToTextFilled } from './components/SpeechToTextFilled';
|
|
6237
6245
|
export { default as Speed } from './components/Speed';
|
|
6238
6246
|
export { default as Speed025 } from './components/Speed025';
|
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';
|
|
@@ -2012,6 +2014,8 @@ export { default as Domain } from './components/Domain';
|
|
|
2012
2014
|
export { default as DomainAdd } from './components/DomainAdd';
|
|
2013
2015
|
export { default as DomainAddFilled } from './components/DomainAddFilled';
|
|
2014
2016
|
export { default as DomainDisabled } from './components/DomainDisabled';
|
|
2017
|
+
export { default as DomainDisabledCheck } from './components/DomainDisabledCheck';
|
|
2018
|
+
export { default as DomainDisabledCheckFilled } from './components/DomainDisabledCheckFilled';
|
|
2015
2019
|
export { default as DomainDisabledFilled } from './components/DomainDisabledFilled';
|
|
2016
2020
|
export { default as DomainFilled } from './components/DomainFilled';
|
|
2017
2021
|
export { default as DomainVerification } from './components/DomainVerification';
|
|
@@ -2088,8 +2092,6 @@ export { default as DriveFileRename } from './components/DriveFileRename';
|
|
|
2088
2092
|
export { default as DriveFileRenameFilled } from './components/DriveFileRenameFilled';
|
|
2089
2093
|
export { default as DriveFolderUpload } from './components/DriveFolderUpload';
|
|
2090
2094
|
export { default as DriveFolderUploadFilled } from './components/DriveFolderUploadFilled';
|
|
2091
|
-
export { default as DriveFusiontable } from './components/DriveFusiontable';
|
|
2092
|
-
export { default as DriveFusiontableFilled } from './components/DriveFusiontableFilled';
|
|
2093
2095
|
export { default as Drone } from './components/Drone';
|
|
2094
2096
|
export { default as Drone2 } from './components/Drone2';
|
|
2095
2097
|
export { default as Drone2Filled } from './components/Drone2Filled';
|
|
@@ -3841,6 +3843,8 @@ export { default as LipsFilled } from './components/LipsFilled';
|
|
|
3841
3843
|
export { default as Liquor } from './components/Liquor';
|
|
3842
3844
|
export { default as LiquorFilled } from './components/LiquorFilled';
|
|
3843
3845
|
export { default as List } from './components/List';
|
|
3846
|
+
export { default as List2 } from './components/List2';
|
|
3847
|
+
export { default as List2Filled } from './components/List2Filled';
|
|
3844
3848
|
export { default as ListAlt } from './components/ListAlt';
|
|
3845
3849
|
export { default as ListAltAdd } from './components/ListAltAdd';
|
|
3846
3850
|
export { default as ListAltAddFilled } from './components/ListAltAddFilled';
|
|
@@ -6076,6 +6080,8 @@ export { default as SimCard } from './components/SimCard';
|
|
|
6076
6080
|
export { default as SimCardDownload } from './components/SimCardDownload';
|
|
6077
6081
|
export { default as SimCardDownloadFilled } from './components/SimCardDownloadFilled';
|
|
6078
6082
|
export { default as SimCardFilled } from './components/SimCardFilled';
|
|
6083
|
+
export { default as SimCardLock } from './components/SimCardLock';
|
|
6084
|
+
export { default as SimCardLockFilled } from './components/SimCardLockFilled';
|
|
6079
6085
|
export { default as Simulation } from './components/Simulation';
|
|
6080
6086
|
export { default as SimulationFilled } from './components/SimulationFilled';
|
|
6081
6087
|
export { default as SingleArrow } from './components/SingleArrow';
|
|
@@ -6233,6 +6239,8 @@ export { default as SpecialCharacterFilled } from './components/SpecialCharacter
|
|
|
6233
6239
|
export { default as SpecificGravity } from './components/SpecificGravity';
|
|
6234
6240
|
export { default as SpecificGravityFilled } from './components/SpecificGravityFilled';
|
|
6235
6241
|
export { default as SpeechToText } from './components/SpeechToText';
|
|
6242
|
+
export { default as SpeechToText2 } from './components/SpeechToText2';
|
|
6243
|
+
export { default as SpeechToText2Filled } from './components/SpeechToText2Filled';
|
|
6236
6244
|
export { default as SpeechToTextFilled } from './components/SpeechToTextFilled';
|
|
6237
6245
|
export { default as Speed } from './components/Speed';
|
|
6238
6246
|
export { default as Speed025 } from './components/Speed025';
|
package/package.json
CHANGED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export default function DriveFusiontable(_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.83zM185.09-290v104.91h589.82v-340.17L531.13-282.04l-177-177zm0-94.04 169.04-169.05 177 177 243.78-243.78v-155.04H185.09zm0-141.22v-94.61 243.78-177V-290v-169.04 177zm0 141.22v-390.87 398.82-177zm0 94.04v-169.04 177-243.22 340.17z" })));
|
|
6
|
-
}
|