@project-lary/react-material-symbols-600-sharp 0.12.0 → 0.13.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/Automation.js +1 -1
- package/dist/components/AutomationFilled.js +1 -1
- package/dist/components/Barefoot.js +1 -1
- package/dist/components/BarefootFilled.d.ts +4 -3
- package/dist/components/BarefootFilled.js +6 -3
- package/dist/components/BusinessMessages.js +1 -1
- package/dist/components/BusinessMessagesFilled.js +1 -1
- package/dist/components/{EvChargerFilled.d.ts → Dashboard2.d.ts} +1 -1
- package/dist/components/Dashboard2.js +6 -0
- package/dist/components/Dashboard2Filled.d.ts +4 -0
- package/dist/components/{EvChargerFilled.js → Dashboard2Filled.js} +2 -2
- package/dist/components/Footprint.js +1 -1
- package/dist/components/FootprintFilled.d.ts +4 -3
- package/dist/components/FootprintFilled.js +6 -3
- package/dist/components/Forum.js +1 -1
- package/dist/components/Lyrics.js +1 -1
- package/dist/components/{EvCharger.d.ts → MoneyBag.d.ts} +1 -1
- package/dist/components/MoneyBag.js +6 -0
- package/dist/components/MoneyBagFilled.d.ts +4 -0
- package/dist/components/MoneyBagFilled.js +6 -0
- package/dist/components/Pixel9ProFold.d.ts +4 -0
- package/dist/components/Pixel9ProFold.js +6 -0
- package/dist/components/Pixel9ProFoldFilled.d.ts +3 -0
- package/dist/components/Pixel9ProFoldFilled.js +3 -0
- package/dist/components/RegLogoIft.d.ts +4 -0
- package/dist/components/RegLogoIft.js +6 -0
- package/dist/components/RegLogoIftFilled.d.ts +3 -0
- package/dist/components/RegLogoIftFilled.js +3 -0
- package/dist/components/Tooltip.js +1 -1
- package/dist/components/Tooltip2.d.ts +4 -0
- package/dist/components/Tooltip2.js +6 -0
- package/dist/components/Tooltip2Filled.d.ts +4 -0
- package/dist/components/Tooltip2Filled.js +6 -0
- package/dist/components/TooltipFilled.js +1 -1
- package/dist/components/TvDisplays.d.ts +4 -0
- package/dist/components/TvDisplays.js +6 -0
- package/dist/components/TvDisplaysFilled.d.ts +4 -0
- package/dist/components/TvDisplaysFilled.js +6 -0
- package/dist/components/TvNext.d.ts +4 -0
- package/dist/components/TvNext.js +6 -0
- package/dist/components/TvNextFilled.d.ts +4 -0
- package/dist/components/TvNextFilled.js +6 -0
- package/dist/index.d.ts +14 -2
- package/dist/index.js +14 -2
- package/package.json +1 -1
- package/dist/components/EvCharger.js +0 -6
@@ -2,5 +2,5 @@ import React from 'react';
|
|
2
2
|
export default function Automation(_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: "M286.39-261.83Q243-225 195.54-228.78q-47.45-3.78-82-33.05Q79-291.09 67.09-337.26 55.17-383.43 85-432.96l79.17-132.47q-26.43-22.7-41.87-55.18-15.43-32.48-15.43-69.05 0-68.98 48.31-117.51 48.32-48.53 116.99-48.53 68.05 0 116.68 48.63t48.63 116.96-48.63 116.96-116.68 48.63q-9.91 0-19.82-1.22t-18.22-4.22l-81.74 137.61q-12.3 20.74-7.72 40.07 4.59 19.32 19.15 31.22 14.55 11.9 33.97 13.37 19.43 1.47 37.17-13.83l439.21-377.09Q718.13-736 766.09-733q47.95 3 82.21 32.83 34.27 29.82 45.61 76.61 11.35 46.8-17.91 95.52L798.39-395q26.44 22.13 41.87 54.48 15.44 32.35 15.44 69.08 0 68.79-48.94 117.18t-117.7 48.39-116.65-48.31q-47.89-48.32-47.89-116.99 0-68.05 47.89-116.68t116.69-48.63q9.11 0 18.55.72t18.78 3.15l81.74-136.04q12.31-20.18 7.13-39.74-5.17-19.56-19.74-31.19-14.56-11.64-33.95-13.14t-36 13.24zm227.34-99.05q35.74 0 61.35-25.11 25.61-25.12 25.61-60.85t-25.61-60.69-61.63-24.96-60.48 25.1-24.46 61.15q0 35.45 24.44 60.4 24.44 24.96 60.78 24.96m-65.89-67.63q35.73 0 60.69-25.1t24.96-61.15q0-35.45-25.1-60.69t-61.15-25.24q-35.45 0-60.4 25.4-24.96 25.4-24.96 61.13t25.11 60.69q25.12 24.96 60.85 24.96m-.44-86.09" })));
|
6
6
|
}
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
2
2
|
export default function AutomationFilled(_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: "M286.39-261.83Q243-225 195.54-228.78q-47.45-3.78-82.28-33.05Q79-291.09 67.09-337.26 55.17-383.43 85-432.96l79.17-132.47q-26.43-22.7-41.87-55.18-15.43-32.48-15.43-69.22 0-68.61 48.35-117.24 48.34-48.63 116.95-48.63 68.05 0 116.68 48.63t48.63 117.24q0 68.05-48.63 116.68t-116.68 48.63q-9.67 0-19.62-1.22t-18.42-4.22l-81.74 137.61q-12.3 20.74-7.69 40.02t19.17 30.91q14.56 12.2 33.96 13.7 19.39 1.5 37.13-13.8l439.21-377.09Q718.13-736 766.09-733q47.95 3 82.21 32.83 34.27 29.82 45.61 76.5Q905.26-577 876-528.04L798.39-395q26.44 22.13 41.87 54.61 15.44 32.48 15.44 69.22 0 68.61-48.94 116.95-48.94 48.35-117.98 48.35-68.48 0-116.37-48.35-47.89-48.34-47.89-116.95 0-68.05 47.89-116.68t116.42-48.63q9.6 0 18.88.72 9.29.72 18.72 3.15l81.74-136.04q12.31-20.18 7.13-39.74-5.17-19.56-19.74-31.19-14.56-11.64-33.95-13.14t-36 13.24z" })));
|
6
6
|
}
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
2
2
|
export default function Barefoot(_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: "M209.08-646.04q-16.21 0-26.97-10.99t-10.76-26.59 10.93-26.64q10.94-11.04 26.87-11.04 15.94 0 26.7 11.1t10.76 26.86q0 15.77-10.97 26.54-10.97 10.76-26.56 10.76M399.97-71.52q-69.93 0-119.19-49.28T231.52-240v-240q0-103.91 72.29-176.19 72.28-72.29 176.19-72.29h73q72.35 0 123.92 49.13 51.56 49.13 51.56 120.54 0 48.64-26.2 88.83-26.19 40.2-69.89 61.33-29.74 14.43-46.82 41.67-17.09 27.24-17.09 59.98v67q0 70.34-49.08 119.41T399.97-71.52m-89.75-656.96q-16.22 0-26.98-10.88-10.76-10.89-10.76-27.03v-40q0-15.51 10.93-26.43 10.94-10.92 26.87-10.92 15.94 0 26.7 10.92t10.76 26.43v40q0 16.14-10.97 27.03-10.97 10.88-26.55 10.88M400-151.3q37.48 0 63.37-25.48 25.89-25.47 25.89-63.22v-67q0-55.62 29.25-102.29 29.26-46.67 79.97-70.32 23.07-11.77 36.93-33.24 13.85-21.46 13.85-47.15 0-37.48-28.67-63.37-28.68-25.89-67.59-25.89h-73q-70.75 0-119.72 49.39Q311.3-550.48 311.3-480v240q0 37.75 25.48 63.22Q362.25-151.3 400-151.3m41.24-617.18q-15.94 0-26.7-10.88-10.76-10.89-10.76-27.03v-40q0-15.51 10.97-26.43 10.98-10.92 26.56-10.92 16.21 0 26.97 10.92t10.76 26.43v40q0 16.14-10.93 27.03-10.94 10.88-26.87 10.88m131.02 0q-16.22 0-26.98-10.88-10.76-10.89-10.76-27.03v-60q0-15.51 10.94-26.43 10.93-10.92 26.87-10.92 15.93 0 26.69 10.92t10.76 26.43v60q0 16.14-10.97 27.03-10.97 10.88-26.55 10.88M723.06-720q-24.28 0-40.75-16.84-16.48-16.85-16.48-41.07v-68.48q0-23.61 16.59-40.48 16.6-16.87 40.87-16.87 24.28 0 41.04 16.87t16.76 40.48v68.48q0 24.22-16.88 41.07Q747.33-720 723.06-
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M209.08-646.04q-16.21 0-26.97-10.99t-10.76-26.59 10.93-26.64q10.94-11.04 26.87-11.04 15.94 0 26.7 11.1t10.76 26.86q0 15.77-10.97 26.54-10.97 10.76-26.56 10.76M399.97-71.52q-69.93 0-119.19-49.28T231.52-240v-240q0-103.91 72.29-176.19 72.28-72.29 176.19-72.29h73q72.35 0 123.92 49.13 51.56 49.13 51.56 120.54 0 48.64-26.2 88.83-26.19 40.2-69.89 61.33-29.74 14.43-46.82 41.67-17.09 27.24-17.09 59.98v67q0 70.34-49.08 119.41T399.97-71.52m-89.75-656.96q-16.22 0-26.98-10.88-10.76-10.89-10.76-27.03v-40q0-15.51 10.93-26.43 10.94-10.92 26.87-10.92 15.94 0 26.7 10.92t10.76 26.43v40q0 16.14-10.97 27.03-10.97 10.88-26.55 10.88M400-151.3q37.48 0 63.37-25.48 25.89-25.47 25.89-63.22v-67q0-55.62 29.25-102.29 29.26-46.67 79.97-70.32 23.07-11.77 36.93-33.24 13.85-21.46 13.85-47.15 0-37.48-28.67-63.37-28.68-25.89-67.59-25.89h-73q-70.75 0-119.72 49.39Q311.3-550.48 311.3-480v240q0 37.75 25.48 63.22Q362.25-151.3 400-151.3m41.24-617.18q-15.94 0-26.7-10.88-10.76-10.89-10.76-27.03v-40q0-15.51 10.97-26.43 10.98-10.92 26.56-10.92 16.21 0 26.97 10.92t10.76 26.43v40q0 16.14-10.93 27.03-10.94 10.88-26.87 10.88m131.02 0q-16.22 0-26.98-10.88-10.76-10.89-10.76-27.03v-60q0-15.51 10.94-26.43 10.93-10.92 26.87-10.92 15.93 0 26.69 10.92t10.76 26.43v60q0 16.14-10.97 27.03-10.97 10.88-26.55 10.88M723.06-720q-24.28 0-40.75-16.84-16.48-16.85-16.48-41.07v-68.48q0-23.61 16.59-40.48 16.6-16.87 40.87-16.87 24.28 0 41.04 16.87t16.76 40.48v68.48q0 24.22-16.88 41.07Q747.33-720 723.06-720M400-480" })));
|
6
6
|
}
|
@@ -1,3 +1,4 @@
|
|
1
|
-
import
|
2
|
-
|
3
|
-
|
1
|
+
import React from 'react';
|
2
|
+
export default function BarefootFilled({ 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 BarefootFilled(_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: "M209.08-646.04q-16.21 0-26.97-10.99t-10.76-26.59 10.93-26.64q10.94-11.04 26.87-11.04 15.94 0 26.7 11.1t10.76 26.86q0 15.77-10.97 26.54-10.97 10.76-26.56 10.76M399.97-71.52q-69.93 0-119.19-49.28T231.52-240v-240q0-103.91 72.29-176.19 72.28-72.29 176.19-72.29h73q72.35 0 123.92 49.13 51.56 49.13 51.56 120.54 0 48.64-26.2 88.83-26.19 40.2-69.89 61.33-29.74 14.43-46.82 41.67-17.09 27.24-17.09 59.98v67q0 70.34-49.08 119.41T399.97-71.52m-89.75-656.96q-16.22 0-26.98-10.88-10.76-10.89-10.76-27.03v-40q0-15.51 10.93-26.43 10.94-10.92 26.87-10.92 15.94 0 26.7 10.92t10.76 26.43v40q0 16.14-10.97 27.03-10.97 10.88-26.55 10.88m131.02-40q-15.94 0-26.7-10.88-10.76-10.89-10.76-27.03v-40q0-15.51 10.97-26.43 10.98-10.92 26.56-10.92 16.21 0 26.97 10.92t10.76 26.43v40q0 16.14-10.93 27.03-10.94 10.88-26.87 10.88m131.02 0q-16.22 0-26.98-10.88-10.76-10.89-10.76-27.03v-60q0-15.51 10.94-26.43 10.93-10.92 26.87-10.92 15.93 0 26.69 10.92t10.76 26.43v60q0 16.14-10.97 27.03-10.97 10.88-26.55 10.88M723.06-720q-24.28 0-40.75-16.84-16.48-16.85-16.48-41.07v-68.48q0-23.61 16.59-40.48 16.6-16.87 40.87-16.87 24.28 0 41.04 16.87t16.76 40.48v68.48q0 24.22-16.88 41.07Q747.33-720 723.06-720" })));
|
6
|
+
}
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
2
2
|
export default function BusinessMessages(_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: "M174.35-145.87v-491.65L25.87-814.7H894.7v668.83zm36.48-589.61L253-685.39v460.87h562.48v-510.96zm320.13 461.96 42.29-43-63.44-61H716.7v-60H366.22zM366.22-522.48H716.7L552.24-686.04l-42.39 42 63.52 61H366.22zM513.65-480" })));
|
6
6
|
}
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
2
2
|
export default function BusinessMessagesFilled(_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: "M174.35-145.87v-491.65L25.87-814.7H894.7v668.83zm356.61-127.65 42.29-43-63.44-61H716.7v-60H366.22zM366.22-522.48H716.7L552.24-686.04l-42.39 42 63.52 61H366.22z" })));
|
6
6
|
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
export default function Dashboard2(_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: "M570.57-145.87V-450H894.7v304.13zM450-510v-304.7h444.7V-510zM65.87-145.87V-450h444.7v304.13zm0-364.13v-304.7H390V-510zm463.35-79.22h286.26v-146.26H529.22zm-384.7 364.7h286.83v-146.26H144.52zm505.26 0h165.7v-146.26h-165.7zm-505.26-364.7h166.26v-146.26H144.52zm166.26 0" })));
|
6
|
+
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
export default function
|
2
|
+
export default function Dashboard2Filled(_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: "M570.57-145.87V-450H894.7v304.13zM450-510v-304.7h444.7V-510zM65.87-145.87V-450h444.7v304.13zm0-364.13v-304.7H390V-510z" })));
|
6
6
|
}
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
2
2
|
export default function Footprint(_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: "M260-851.52q-46.91 0-79.22 47.32-32.3 47.33-32.3 126.46 0 66.13 19.32 115.39 19.33 49.26 29.46 69.48l136.09-28.87q14-39.7 26.08-82.59 12.09-42.89 12.09-77.93 0-64.17-29.8-116.72-29.81-52.54-81.72-52.54m53.3 543.04q26.31 0 42.26-18.24 15.96-18.24 15.96-45.15 0-18.3-8.43-39.24-8.44-20.93-18.87-36.24l-115.74 23.61q.13 41.31 21.22 78.28 21.08 36.98 63.6 36.98M700-651.52q-51.91 0-81.72 52.54-29.8 52.55-29.8 117.85 0 32.09 11.46 74.19 11.45 42.11 28.28 88.03l134.52 22.78q10-17.26 29.39-68T811.52-480q0-76.87-32.3-124.2-32.31-47.32-79.22-47.32m-53.87 543.04q42.52 0 63.67-38.04 21.16-38.05 21.72-78.78l-116.87-20.35q-9.43 16.43-17.8 36.24-8.37 19.8-8.37 36.98 0 28.6 15.96 46.28 15.95 17.67 41.69 17.67M312.74-233.22q-74.74 0-117.57-55.58-42.82-55.59-41.95-132.81l-16.87-27Q118-475.78 95.61-539.17q-22.39-63.4-22.39-141.96 0-105.26 52.98-175.46 52.97-70.19 133.23-70.19 84.44 0 135.9 74.65 51.45 74.65 51.45 171 0 51.22-13.45 98.24-13.46 47.02-29.42 87.76l6.31 10.17q11.95 20.22 24.26 51.85 12.3 31.63 12.3 62.94 0 58.13-37.76 97.54t-96.28 39.41m334.52 200q-58.52 0-96.28-39.41t-37.76-97.54q0-31.31 12.3-62.94 12.31-31.63 24.83-51.85l6.3-10.17q-16.52-40.17-29.98-87.48-13.45-47.3-13.45-98.52 0-96.35 51.45-171 51.46-74.65 136.46-74.65 79.7 0 132.67 70.19 52.98 70.2 52.98 175.46 0 78-22.39 140.33-22.39 62.32-40.74 91.76l-16.87 26.3q.44 76.65-42.17 133.09Q722-33.22 647.26-33.22" })));
|
6
6
|
}
|
@@ -1,3 +1,4 @@
|
|
1
|
-
import
|
2
|
-
|
3
|
-
|
1
|
+
import React from 'react';
|
2
|
+
export default function FootprintFilled({ 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 FootprintFilled(_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: "M259.43-926.78q84.44 0 135.9 74.65 51.45 74.65 51.45 171 0 39.35-8.52 75.11T419.3-539.7l-297.6 62.66q-15.57-32.09-32.03-85.18-16.45-53.08-16.45-118.91 0-105.26 52.98-175.46 52.97-70.19 133.23-70.19m53.31 693.56q-71.74 0-113.78-50.8-42.05-50.81-45.18-123.33l267.7-56.39q9.56 18.7 17.43 43.7t7.87 49.87q0 58.13-37.76 97.54t-96.28 39.41m388.39-493.56q79.7 0 132.67 70.19 52.98 70.2 52.98 175.46 0 63.13-15.11 114.17-15.1 51.05-29.54 81.57l-299.17-44.7q-11.57-33.39-20.66-71.69-9.08-38.31-9.08-79.35 0-96.35 51.45-171 51.46-74.65 136.46-74.65M647.26-33.22q-58.52 0-96.28-39.41t-37.76-97.54q0-22.61 7.58-45.63 7.59-23.03 15.46-40.59l271.09 40.26q-1.44 74.78-44.05 128.85-42.6 54.06-116.04 54.06" })));
|
6
|
+
}
|
package/dist/components/Forum.js
CHANGED
@@ -2,5 +2,5 @@ import React from 'react';
|
|
2
2
|
export default function Forum(_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: "M232.65-217.96v-159.78h511.87v-351.3h159.79V-55L741.35-217.96zm-176.96-53V-906h628.83v468.26H222.
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M232.65-217.96v-159.78h511.87v-351.3h159.79V-55L741.35-217.96zm-176.96-53V-906h628.83v468.26H222.48zm79.79-190.78 55.21-55.22H605.3v-309.26H135.48zm0-55.22v-309.26z" })));
|
6
6
|
}
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
2
2
|
export default function Lyrics(_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: "M141.7-308.48v-503.04zM62.48-53.43V-891.3h622.04v135.24q-25.48 10.84-46.2 29.06-20.73 18.22-33.58 42.26v-126.78H141.
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M141.7-308.48v-503.04zM62.48-53.43V-891.3h622.04v135.24q-25.48 10.84-46.2 29.06-20.73 18.22-33.58 42.26v-126.78H141.7v559.26l54.21-56.22h408.83v-181.35q12.85 24.05 33.58 42.27 20.72 18.21 46.2 28.91v189.39H237.74zm162.26-344.13H401.7v-70.74H224.74zm535.21-74.35q-48.21 0-81.91-33.6-33.69-33.6-33.69-82.17 0-48.33 33.71-81.65t81.86-33.32q8.48 0 19.52 2.43 11.04 2.44 24.91 6.87v-219.3h161.3v70.74h-90v254.35q0 48.51-33.74 82.08-33.75 33.57-81.96 33.57m-535.21-52.44H521.7v-71.3H224.74zm0-127.35H521.7V-723H224.74z" })));
|
6
6
|
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
export default function MoneyBag(_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: "M329.74-105.87q-93 0-158.44-65.42-65.43-65.42-65.43-158.4 0-40.29 13.32-76.85 13.31-36.57 37.94-67.11L308-653.39 207.35-854.7h545.74L653-653.39l149.3 179.74q25.7 30.69 39.05 67.22 13.35 36.52 14.35 76.66 0 93.12-65.63 158.51t-158.81 65.39zM480-332.35q-26.7 0-44.83-18.58t-18.13-45.94q0-26.7 18.13-45.33T480-460.83q27.7 0 46.61 18.5t18.91 45.74q0 27.25-18.91 45.74-18.91 18.5-46.61 18.5M379.52-686.87h201.52l44.52-88.61H335.44zm-49.78 502.35h300.52q60.16 0 102.69-42.7 42.53-42.69 42.53-102.64 0-25.71-8.44-49.32-8.43-23.6-24.87-43.04L587.74-607.65H372.26L218.88-422.22q-16.49 19.44-25.42 43.14-8.94 23.7-8.94 49.34 0 59.78 42.72 102.5t102.5 42.72" })));
|
6
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
export default function MoneyBagFilled(_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: "M480-332.35q-26.7 0-44.83-18.58t-18.13-45.94q0-26.7 18.13-45.33T480-460.83q27.7 0 46.61 18.5t18.91 45.74q0 27.25-18.91 45.74-18.91 18.5-46.61 18.5M295.97-677.83H666l87.09-176.87H207.35zm33.77 571.96h301.52q93.18 0 158.81-65.42t65.63-158.4q-1-40.29-14.35-76.78t-39.05-67.18L682.57-617.83H278.43l-121.3 144.18q-24.72 30.19-37.99 66.81-13.27 36.61-13.27 76.84 0 93.35 65.43 158.74 65.44 65.39 158.44 65.39" })));
|
6
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
export default function Pixel9ProFold(_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-105.87V-854.7H894.7v748.83zM480-185.09h334.91v-589.82H480zm-90-280.6v-79.22H155.87v79.22zm250.18-160q16.78 0 28.1-11.51 11.33-11.5 11.33-28.28t-11.5-28.11q-11.5-11.32-28.29-11.32-16.78 0-28.1 11.5-11.33 11.5-11.33 28.28t11.5 28.11 28.29 11.33m-250.18 0v-79.22H155.87v79.22z" })));
|
6
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
export default function RegLogoIft(_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: "M227.74-337.52q-14.13 2-27.98 1.78t-29.07-2.33q-67.87-8.45-113.41-59.78-45.54-51.32-45.54-120.82 0-74.68 42.53-116.93 42.52-42.24 99.88-23.91 13.85-22.25 33.04-33.93 19.19-11.69 42.65-11.69 60.29 0 110.4 58.3 50.11 58.29 50.11 127.82 0 69.2-49.61 124.54-49.6 55.34-113 57.51 53.8-6.43 83.07-36.85 29.28-30.42 23.15-72.93-1-8-3.5-17.13t-6.5-20.7q9.56-16.13 14.34-33.69 4.79-17.57 4.79-36.19 0-50.9-37.14-93.72Q268.8-691 223.15-691q-19.11 0-32.17 8.35-13.07 8.35-25.2 27.91-24.59-13.13-17.23-8.85 7.36 4.29 5.42 3.29-13.19 21.55-21.32 46.03-8.13 24.49-13.69 61.75-14.14 14.56-21.14 34.43t-7 43.5q0 33.85 16.99 63.11 16.98 29.27 46.7 45.23 14.85 14.9 33.43 22.31 18.57 7.42 39.8 6.42m81.09-78.29q0 28.11-24.9 46.42-24.89 18.3-63.94 18.3-17.95 0-34.86-3.78t-31.16-11.23q-18.31-19.39-28.16-54.45-9.85-35.07-9.85-80.76 0-12.42.5-26.53.5-14.12 2.44-24.49 4.88-5.19 10.31-9.19 5.44-4 10.88-6.57-1 6.57-1 13.35v13.35q0 58.48 21.13 90.91 21.13 32.44 58.98 32.44 19.94 0 39.94-9.07 19.99-9.06 41.12-27.19 5 11.56 6.78 20.91 1.79 9.35 1.79 17.58m-8.57-38.49q-14.13-32.7-41.04-63.18-26.92-30.48-57.78-46.58-15.96-8.59-31.46-9.56-15.49-.98-29.89 5.53 2.56-25.7 9.34-47.61 6.79-21.91 16.35-39.04 36.11 8.96 87.04 64.27 50.94 55.32 70.57 106.63-5 8.56-10.5 15.69t-12.63 13.85m184.57 198.43v-195.41h-42.09v-54.42h108.78v249.83zm31.43-272.96q-16.89 0-28.36-11.64t-11.47-28.58q0-16.92 11.41-28.39t28.2-11.47 28.13 11.47q11.35 11.47 11.35 28.39 0 16.94-11.31 28.58t-27.95 11.64m114.78 272.4v-195.28h-41.26v-54.84h41.24v-18.33q0-39.91 19.43-59.97 19.42-20.06 57.68-20.06 15.26 0 26.76 1.78t22.07 4.5v54.67q-20.13-6.56-30.39-4.56-14.16 0-21.58 7.57-7.42 7.58-7.42 22.73v11.35h59.39v55.13h-57.8v195.31zm268.7.56q-38.83 0-57.83-20.09-19-20.08-19-60.08v-115.25h-38.26v-54.41h38.24v-99.21h67.98v99.2h57.39v54.41h-59.39v108.68q0 14.93 6.94 22.84 6.95 7.9 21.9 7.9 4.92 0 21.55-2.93v54.85q-12.13 2.53-18.27 3.31-6.15.78-21.25.78" })));
|
6
|
+
}
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
2
2
|
export default function Tooltip(_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: "M480-
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M480-65.87 369.78-230.78H65.87V-894.7H894.7v663.92H590.22zm0-141.91L548.04-310h267.44v-505.48H144.52V-310h267.44zm0-355.74" })));
|
6
6
|
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
export default function Tooltip2(_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: "M240-403.52h313v-60H240zm0-130h480v-60H240zm0-130h480v-60H240zM480-65.87 369.78-230.78H65.87V-894.7H894.7v663.92H590.22zm0-141.91L548.04-310h267.44v-505.48H144.52V-310h267.44zm0-355.74" })));
|
6
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
export default function Tooltip2Filled(_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: "M240-403.52h313v-60H240zm0-130h480v-60H240zm0-130h480v-60H240zM480-65.87 369.78-230.78H65.87V-894.7H894.7v663.92H590.22z" })));
|
6
|
+
}
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
2
2
|
export default function TooltipFilled(_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: "M480-
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M480-65.87 369.78-230.78H65.87V-894.7H894.7v663.92H590.22z" })));
|
6
6
|
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
export default function TvDisplays(_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-316.26V-894.7H725.3v79.79H145.09v498.65zM457.01-65.87v-80H245.09v-569.04h691.87v569.04H725.65v80zM324.87-225.09h532.87v-410.6H324.87zm266.43-205.3" })));
|
6
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
export default function TvDisplaysFilled(_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-316.26V-894.7H725.3v79.79H145.09v498.65zM457.01-65.87v-80H245.09v-569.04h691.87v569.04H725.65v80z" })));
|
6
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
export default function TvNext(_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: "m798.91-54.35-50.95-49.95 124-124-123-123 49.95-49.96L972.87-228.3zm-476.26-51.52v-80H65.87V-854.7H894.7V-483h-79.79v-291.91H145.09v509.82h544.87v79.22h-47.52v80zM145.09-265.09v-509.82z" })));
|
6
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
export default function TvNextFilled(_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: "m798.91-54.35-50.95-49.95 124-124-123-123 49.95-49.96L972.87-228.3zm-476.26-51.52v-80H65.87V-854.7H894.7V-483H689.96v297.13h-47.52v80z" })));
|
6
|
+
}
|
package/dist/index.d.ts
CHANGED
@@ -1433,6 +1433,8 @@ export { default as DangerousFilled } from './components/DangerousFilled';
|
|
1433
1433
|
export { default as DarkMode } from './components/DarkMode';
|
1434
1434
|
export { default as DarkModeFilled } from './components/DarkModeFilled';
|
1435
1435
|
export { default as Dashboard } from './components/Dashboard';
|
1436
|
+
export { default as Dashboard2 } from './components/Dashboard2';
|
1437
|
+
export { default as Dashboard2Filled } from './components/Dashboard2Filled';
|
1436
1438
|
export { default as DashboardCustomize } from './components/DashboardCustomize';
|
1437
1439
|
export { default as DashboardCustomizeFilled } from './components/DashboardCustomizeFilled';
|
1438
1440
|
export { default as DashboardFilled } from './components/DashboardFilled';
|
@@ -1962,8 +1964,6 @@ export { default as Euro } from './components/Euro';
|
|
1962
1964
|
export { default as EuroFilled } from './components/EuroFilled';
|
1963
1965
|
export { default as EuroSymbol } from './components/EuroSymbol';
|
1964
1966
|
export { default as EuroSymbolFilled } from './components/EuroSymbolFilled';
|
1965
|
-
export { default as EvCharger } from './components/EvCharger';
|
1966
|
-
export { default as EvChargerFilled } from './components/EvChargerFilled';
|
1967
1967
|
export { default as EvMobiledataBadge } from './components/EvMobiledataBadge';
|
1968
1968
|
export { default as EvMobiledataBadgeFilled } from './components/EvMobiledataBadgeFilled';
|
1969
1969
|
export { default as EvShadow } from './components/EvShadow';
|
@@ -3597,6 +3597,8 @@ export { default as ModeStandbyFilled } from './components/ModeStandbyFilled';
|
|
3597
3597
|
export { default as ModelTraining } from './components/ModelTraining';
|
3598
3598
|
export { default as ModelTrainingFilled } from './components/ModelTrainingFilled';
|
3599
3599
|
export { default as Money } from './components/Money';
|
3600
|
+
export { default as MoneyBag } from './components/MoneyBag';
|
3601
|
+
export { default as MoneyBagFilled } from './components/MoneyBagFilled';
|
3600
3602
|
export { default as MoneyFilled } from './components/MoneyFilled';
|
3601
3603
|
export { default as MoneyOff } from './components/MoneyOff';
|
3602
3604
|
export { default as MoneyOffFilled } from './components/MoneyOffFilled';
|
@@ -4370,6 +4372,8 @@ export { default as PipExitFilled } from './components/PipExitFilled';
|
|
4370
4372
|
export { default as PipFilled } from './components/PipFilled';
|
4371
4373
|
export { default as PivotTableChart } from './components/PivotTableChart';
|
4372
4374
|
export { default as PivotTableChartFilled } from './components/PivotTableChartFilled';
|
4375
|
+
export { default as Pixel9ProFold } from './components/Pixel9ProFold';
|
4376
|
+
export { default as Pixel9ProFoldFilled } from './components/Pixel9ProFoldFilled';
|
4373
4377
|
export { default as PlaceItem } from './components/PlaceItem';
|
4374
4378
|
export { default as PlaceItemFilled } from './components/PlaceItemFilled';
|
4375
4379
|
export { default as Plagiarism } from './components/Plagiarism';
|
@@ -4646,6 +4650,8 @@ export { default as ReduceCapacity } from './components/ReduceCapacity';
|
|
4646
4650
|
export { default as ReduceCapacityFilled } from './components/ReduceCapacityFilled';
|
4647
4651
|
export { default as Refresh } from './components/Refresh';
|
4648
4652
|
export { default as RefreshFilled } from './components/RefreshFilled';
|
4653
|
+
export { default as RegLogoIft } from './components/RegLogoIft';
|
4654
|
+
export { default as RegLogoIftFilled } from './components/RegLogoIftFilled';
|
4649
4655
|
export { default as RegularExpression } from './components/RegularExpression';
|
4650
4656
|
export { default as RegularExpressionFilled } from './components/RegularExpressionFilled';
|
4651
4657
|
export { default as Relax } from './components/Relax';
|
@@ -5991,6 +5997,8 @@ export { default as ToolsPliersWireStripperFilled } from './components/ToolsPlie
|
|
5991
5997
|
export { default as ToolsPowerDrill } from './components/ToolsPowerDrill';
|
5992
5998
|
export { default as ToolsPowerDrillFilled } from './components/ToolsPowerDrillFilled';
|
5993
5999
|
export { default as Tooltip } from './components/Tooltip';
|
6000
|
+
export { default as Tooltip2 } from './components/Tooltip2';
|
6001
|
+
export { default as Tooltip2Filled } from './components/Tooltip2Filled';
|
5994
6002
|
export { default as TooltipFilled } from './components/TooltipFilled';
|
5995
6003
|
export { default as TopPanelClose } from './components/TopPanelClose';
|
5996
6004
|
export { default as TopPanelCloseFilled } from './components/TopPanelCloseFilled';
|
@@ -6109,11 +6117,15 @@ export { default as TurnSlightLeftFilled } from './components/TurnSlightLeftFill
|
|
6109
6117
|
export { default as TurnSlightRight } from './components/TurnSlightRight';
|
6110
6118
|
export { default as TurnSlightRightFilled } from './components/TurnSlightRightFilled';
|
6111
6119
|
export { default as Tv } from './components/Tv';
|
6120
|
+
export { default as TvDisplays } from './components/TvDisplays';
|
6121
|
+
export { default as TvDisplaysFilled } from './components/TvDisplaysFilled';
|
6112
6122
|
export { default as TvFilled } from './components/TvFilled';
|
6113
6123
|
export { default as TvGen } from './components/TvGen';
|
6114
6124
|
export { default as TvGenFilled } from './components/TvGenFilled';
|
6115
6125
|
export { default as TvGuide } from './components/TvGuide';
|
6116
6126
|
export { default as TvGuideFilled } from './components/TvGuideFilled';
|
6127
|
+
export { default as TvNext } from './components/TvNext';
|
6128
|
+
export { default as TvNextFilled } from './components/TvNextFilled';
|
6117
6129
|
export { default as TvOff } from './components/TvOff';
|
6118
6130
|
export { default as TvOffFilled } from './components/TvOffFilled';
|
6119
6131
|
export { default as TvOptionsEditChannels } from './components/TvOptionsEditChannels';
|
package/dist/index.js
CHANGED
@@ -1433,6 +1433,8 @@ export { default as DangerousFilled } from './components/DangerousFilled';
|
|
1433
1433
|
export { default as DarkMode } from './components/DarkMode';
|
1434
1434
|
export { default as DarkModeFilled } from './components/DarkModeFilled';
|
1435
1435
|
export { default as Dashboard } from './components/Dashboard';
|
1436
|
+
export { default as Dashboard2 } from './components/Dashboard2';
|
1437
|
+
export { default as Dashboard2Filled } from './components/Dashboard2Filled';
|
1436
1438
|
export { default as DashboardCustomize } from './components/DashboardCustomize';
|
1437
1439
|
export { default as DashboardCustomizeFilled } from './components/DashboardCustomizeFilled';
|
1438
1440
|
export { default as DashboardFilled } from './components/DashboardFilled';
|
@@ -1962,8 +1964,6 @@ export { default as Euro } from './components/Euro';
|
|
1962
1964
|
export { default as EuroFilled } from './components/EuroFilled';
|
1963
1965
|
export { default as EuroSymbol } from './components/EuroSymbol';
|
1964
1966
|
export { default as EuroSymbolFilled } from './components/EuroSymbolFilled';
|
1965
|
-
export { default as EvCharger } from './components/EvCharger';
|
1966
|
-
export { default as EvChargerFilled } from './components/EvChargerFilled';
|
1967
1967
|
export { default as EvMobiledataBadge } from './components/EvMobiledataBadge';
|
1968
1968
|
export { default as EvMobiledataBadgeFilled } from './components/EvMobiledataBadgeFilled';
|
1969
1969
|
export { default as EvShadow } from './components/EvShadow';
|
@@ -3597,6 +3597,8 @@ export { default as ModeStandbyFilled } from './components/ModeStandbyFilled';
|
|
3597
3597
|
export { default as ModelTraining } from './components/ModelTraining';
|
3598
3598
|
export { default as ModelTrainingFilled } from './components/ModelTrainingFilled';
|
3599
3599
|
export { default as Money } from './components/Money';
|
3600
|
+
export { default as MoneyBag } from './components/MoneyBag';
|
3601
|
+
export { default as MoneyBagFilled } from './components/MoneyBagFilled';
|
3600
3602
|
export { default as MoneyFilled } from './components/MoneyFilled';
|
3601
3603
|
export { default as MoneyOff } from './components/MoneyOff';
|
3602
3604
|
export { default as MoneyOffFilled } from './components/MoneyOffFilled';
|
@@ -4370,6 +4372,8 @@ export { default as PipExitFilled } from './components/PipExitFilled';
|
|
4370
4372
|
export { default as PipFilled } from './components/PipFilled';
|
4371
4373
|
export { default as PivotTableChart } from './components/PivotTableChart';
|
4372
4374
|
export { default as PivotTableChartFilled } from './components/PivotTableChartFilled';
|
4375
|
+
export { default as Pixel9ProFold } from './components/Pixel9ProFold';
|
4376
|
+
export { default as Pixel9ProFoldFilled } from './components/Pixel9ProFoldFilled';
|
4373
4377
|
export { default as PlaceItem } from './components/PlaceItem';
|
4374
4378
|
export { default as PlaceItemFilled } from './components/PlaceItemFilled';
|
4375
4379
|
export { default as Plagiarism } from './components/Plagiarism';
|
@@ -4646,6 +4650,8 @@ export { default as ReduceCapacity } from './components/ReduceCapacity';
|
|
4646
4650
|
export { default as ReduceCapacityFilled } from './components/ReduceCapacityFilled';
|
4647
4651
|
export { default as Refresh } from './components/Refresh';
|
4648
4652
|
export { default as RefreshFilled } from './components/RefreshFilled';
|
4653
|
+
export { default as RegLogoIft } from './components/RegLogoIft';
|
4654
|
+
export { default as RegLogoIftFilled } from './components/RegLogoIftFilled';
|
4649
4655
|
export { default as RegularExpression } from './components/RegularExpression';
|
4650
4656
|
export { default as RegularExpressionFilled } from './components/RegularExpressionFilled';
|
4651
4657
|
export { default as Relax } from './components/Relax';
|
@@ -5991,6 +5997,8 @@ export { default as ToolsPliersWireStripperFilled } from './components/ToolsPlie
|
|
5991
5997
|
export { default as ToolsPowerDrill } from './components/ToolsPowerDrill';
|
5992
5998
|
export { default as ToolsPowerDrillFilled } from './components/ToolsPowerDrillFilled';
|
5993
5999
|
export { default as Tooltip } from './components/Tooltip';
|
6000
|
+
export { default as Tooltip2 } from './components/Tooltip2';
|
6001
|
+
export { default as Tooltip2Filled } from './components/Tooltip2Filled';
|
5994
6002
|
export { default as TooltipFilled } from './components/TooltipFilled';
|
5995
6003
|
export { default as TopPanelClose } from './components/TopPanelClose';
|
5996
6004
|
export { default as TopPanelCloseFilled } from './components/TopPanelCloseFilled';
|
@@ -6109,11 +6117,15 @@ export { default as TurnSlightLeftFilled } from './components/TurnSlightLeftFill
|
|
6109
6117
|
export { default as TurnSlightRight } from './components/TurnSlightRight';
|
6110
6118
|
export { default as TurnSlightRightFilled } from './components/TurnSlightRightFilled';
|
6111
6119
|
export { default as Tv } from './components/Tv';
|
6120
|
+
export { default as TvDisplays } from './components/TvDisplays';
|
6121
|
+
export { default as TvDisplaysFilled } from './components/TvDisplaysFilled';
|
6112
6122
|
export { default as TvFilled } from './components/TvFilled';
|
6113
6123
|
export { default as TvGen } from './components/TvGen';
|
6114
6124
|
export { default as TvGenFilled } from './components/TvGenFilled';
|
6115
6125
|
export { default as TvGuide } from './components/TvGuide';
|
6116
6126
|
export { default as TvGuideFilled } from './components/TvGuideFilled';
|
6127
|
+
export { default as TvNext } from './components/TvNext';
|
6128
|
+
export { default as TvNextFilled } from './components/TvNextFilled';
|
6117
6129
|
export { default as TvOff } from './components/TvOff';
|
6118
6130
|
export { default as TvOffFilled } from './components/TvOffFilled';
|
6119
6131
|
export { default as TvOptionsEditChannels } from './components/TvOptionsEditChannels';
|
package/package.json
CHANGED
@@ -1,6 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
export default function EvCharger(_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: "M220-552h269v-228H220zm0 372h269v-312H220zm-79.22 79.22v-759h427.96V-479h125.78v320h113.09v-438.56h-50.09v-136.96h20v-53.96H816v53.96h39.44v-53.96h38.47v53.96h20v136.96h-50.08v496.78H638.31v-322H569v322zM489-180H220zm-152-34 88-140h-53v-105l-87 140h52z" })));
|
6
|
-
}
|