@project-lary/react-material-symbols 0.33.0 → 0.35.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/{VolumeDownAlt.d.ts → CardsStack.d.ts} +1 -1
- package/dist/components/CardsStack.js +6 -0
- package/dist/components/{VolumeDownAltFilled.d.ts → CardsStackFilled.d.ts} +1 -1
- package/dist/components/{VolumeDownAlt.js → CardsStackFilled.js} +2 -2
- package/dist/components/FormatImageBack.d.ts +4 -0
- package/dist/components/FormatImageBack.js +6 -0
- package/dist/components/FormatImageBackFilled.d.ts +4 -0
- package/dist/components/FormatImageBackFilled.js +6 -0
- package/dist/components/FormatImageBreakLeft.d.ts +4 -0
- package/dist/components/FormatImageBreakLeft.js +6 -0
- package/dist/components/FormatImageBreakLeftFilled.d.ts +4 -0
- package/dist/components/{VolumeDownAltFilled.js → FormatImageBreakLeftFilled.js} +2 -2
- package/dist/components/FormatImageBreakRight.d.ts +4 -0
- package/dist/components/FormatImageBreakRight.js +6 -0
- package/dist/components/FormatImageBreakRightFilled.d.ts +4 -0
- package/dist/components/FormatImageBreakRightFilled.js +6 -0
- package/dist/components/FormatImageFront.d.ts +4 -0
- package/dist/components/FormatImageFront.js +6 -0
- package/dist/components/FormatImageFrontFilled.d.ts +4 -0
- package/dist/components/FormatImageFrontFilled.js +6 -0
- package/dist/components/FormatImageInlineLeft.d.ts +4 -0
- package/dist/components/FormatImageInlineLeft.js +6 -0
- package/dist/components/FormatImageInlineLeftFilled.d.ts +4 -0
- package/dist/components/FormatImageInlineLeftFilled.js +6 -0
- package/dist/components/FormatImageInlineRight.d.ts +4 -0
- package/dist/components/FormatImageInlineRight.js +6 -0
- package/dist/components/FormatImageInlineRightFilled.d.ts +4 -0
- package/dist/components/FormatImageInlineRightFilled.js +6 -0
- package/dist/components/Graph8.d.ts +4 -0
- package/dist/components/Graph8.js +6 -0
- package/dist/components/Graph8Filled.d.ts +4 -0
- package/dist/components/Graph8Filled.js +6 -0
- package/dist/components/HourglassCheck.d.ts +4 -0
- package/dist/components/HourglassCheck.js +6 -0
- package/dist/components/HourglassCheckFilled.d.ts +4 -0
- package/dist/components/HourglassCheckFilled.js +6 -0
- package/dist/components/IosShare.js +1 -1
- package/dist/components/ThermometerAlert.d.ts +4 -0
- package/dist/components/ThermometerAlert.js +6 -0
- package/dist/components/ThermometerAlertFilled.d.ts +4 -0
- package/dist/components/ThermometerAlertFilled.js +6 -0
- package/dist/index.d.ts +20 -2
- package/dist/index.js +20 -2
- package/package.json +1 -1
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function CardsStack(_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: "M390-608h320v-60H390zm0 140h199v-60H390zm313 232h67l7 52-603 72-74-537 59-7 67 478zm-483-60v-544h660v544zm60-60h540v-424H280zm0 0v-424zm-54 178" })));
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export default function
|
|
2
|
+
export default function CardsStackFilled(_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: "M390-608h320v-60H390zm0 140h199v-60H390zM174-112l-74-537 59-7v420h611l7 52zm46-184v-544h660v544z" })));
|
|
6
6
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function FormatImageBack(_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: "M120-120v-60h720v60zm0-165v-60h165v-105H120v-60h165v-105H120v-60h720v60H675v105h165v60H675v105h165v60zm225-60h270v-105H345zm0-165h270v-105H345zM120-780v-60h720v60zm360 270" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function FormatImageBackFilled(_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: "M120-120v-60h720v60zm0-165v-60h165v-105H120v-60h165v-105H120v-60h720v60H675v105h165v60H675v105h165v60zm0-495v-60h720v60z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function FormatImageBreakLeft(_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: "M120-120v-60h720v60zm0-165v-390h390v390zm60-60h270v-270H180zm-60-435v-60h720v60zm195 300" })));
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export default function
|
|
2
|
+
export default function FormatImageBreakLeftFilled(_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: "M120-120v-60h720v60zm0-165v-390h390v390zm0-495v-60h720v60z" })));
|
|
6
6
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function FormatImageBreakRight(_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: "M120-780v-60h720v60zm330 495v-390h390v390zm60-60h270v-270H510zM120-120v-60h720v60zm525-360" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function FormatImageBreakRightFilled(_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: "M120-780v-60h720v60zm330 495v-390h390v390zM120-120v-60h720v60z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function FormatImageFront(_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: "M120-120v-60h720v60zm0-165v-60h85v60zm165 0v-390h390v390zm470 0v-60h85v60zm-410-60h270v-270H345zM120-450v-60h85v60zm635 0v-60h85v60zM120-615v-60h85v60zm635 0v-60h85v60zM120-780v-60h720v60zm360 300" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function FormatImageFrontFilled(_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: "M120-120v-60h720v60zm0-165v-60h85v60zm165 0v-390h390v390zm470 0v-60h85v60zM120-450v-60h85v60zm635 0v-60h85v60zM120-615v-60h85v60zm635 0v-60h85v60zM120-780v-60h720v60z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function FormatImageInlineLeft(_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: "M120-120v-60h720v60zm0-165v-390h390v390zm60-60h270v-270H180zm-60-435v-60h720v60zm450 495v-60h270v60z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function FormatImageInlineLeftFilled(_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: "M120-120v-60h720v60zm0-165v-390h390v390zm0-495v-60h720v60zm450 495v-60h270v60z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function FormatImageInlineRight(_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: "M120-120v-60h720v60zm330-165v-390h390v390zm60-60h270v-270H510zM120-780v-60h720v60zm0 495v-60h270v60zm525-195" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function FormatImageInlineRightFilled(_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: "M120-120v-60h720v60zm330-165v-390h390v390zM120-780v-60h720v60zm0 495v-60h270v60z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function Graph8(_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-79q-48 0-80.5-32.96T160-192q0-39 23.5-69t59.5-40v-356q-36-10-59.5-40.69Q160-728.39 160-767q0-47.08 32.5-80.04t80-32.96 80.5 32.96T386-767q0 39-23.5 69T303-658v204q26-26 60.99-40.5 35-14.5 74.01-14.5h83q56.67 0 96.33-39.08Q657-587.17 657-643v-15q-36-10-59.5-40T574-767q0-47.08 33.15-80.04Q640.29-880 687.65-880q47.35 0 79.85 32.96T800-767q0 38.61-23.5 69.31Q753-667 717-657v14q0 80.51-57.33 137.26Q602.34-449 521-449h-83q-57 0-96 39t-39 96v13q36 10 59.5 40t23.5 69q0 47.08-32.96 80.04T273-79m.07-634q22.07 0 37-15.5T325-766t-14.93-37.5-37-15.5-37.57 15.5T220-766t15.5 37.5 37.57 15.5m415 0q22.07 0 37-15.5T740-766t-14.93-37.5-37-15.5T650-803.5 634-766t16 37.5 38.07 15.5m-415 574q22.07 0 37-15.5T325-192t-14.93-37.5-37-15.5-37.57 15.5T220-192t15.5 37.5 37.57 15.5m-.07-53" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function Graph8Filled(_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-79q-48 0-80.5-33T160-192q0-39 23.5-69t59.5-40v-356q-36-10-59.5-40.5T160-767q0-47 32.5-80t80.5-33q47 0 80 33t33 80q0 39-23.5 69T303-658v204q26-26 61-40.5t74-14.5h83q57 0 96.5-39t39.5-95v-15q-36-10-59.5-40T574-767q0-47 33-80t81-33q47 0 79.5 33t32.5 80q0 39-23.5 69.5T717-657v14q0 81-57.5 137.5T521-449h-83q-57 0-96 39t-39 96v13q36 10 59.5 40t23.5 69q0 47-33 80t-80 33" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function HourglassCheck(_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: "M160-80v-60h88v-127q0-71 40-129t106-84q-66-27-106-85t-40-129v-126h-88v-60h640v60h-88v126q0 71-40 129t-106 85q12 5 26.5 12.5T617-452q-10 5-24 14.5T565-416q-19-11-40.5-16.5T480-438q-72 0-122 49.5T308-267v127h189q7 17 15 31.5T531-80zm320-442q72 0 122-50t50-122v-126H308v126q0 72 50 122t122 50M730-40q-78 0-134-55.4t-56-134T596-364t134-56 134 55.87q56 55.86 56 135.13 0 78.43-56 133.72Q808-40 730-40m-27-105 141-142-28-28-113 114-59-60-28 29z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function HourglassCheckFilled(_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: "M160-80v-60h88v-127q0-71 40-129t106-84q-66-27-106-85t-40-129v-126h-88v-60h640v60h-88v126q0 71-40 129t-106 85q12 5 26.5 12.5T617-452q-63 29-100 92t-37 131q0 41 13 79t38 70zm570 40q-78 0-134-55.5T540-229q0-79 56-135t134-56 134 56 56 135q0 78-56 133.5T730-40m-27-105 141-142-28-28-113 114-59-60-28 29z" })));
|
|
6
|
+
}
|
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
export default function IosShare(_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: "M160-
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M160-80v-589h229v60H220v469h520v-469H569v-60h231v589zm289-267v-457l-88 88-43-43 161-161 161 161-43 43-88-88v457z" })));
|
|
6
6
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function ThermometerAlert(_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: "M320-120q-75.53 0-128.76-53.24Q138-226.47 138-302q0-49.1 24-91.55T228-462v-286q0-38.33 26.76-65.17 26.77-26.83 65-26.83Q358-840 385-813.17q27 26.84 27 65.17v286q42 26 66 68.45T502-302q0 75.53-53.23 128.76Q395.53-120 320-120m.12-59q50.88 0 86.38-35.88Q442-250.75 442-302q0-37.81-18-70.41Q406-405 372-420l-20-9v-319q0-13.6-9.2-22.8T320-780t-22.8 9.2T288-748v319l-20 9q-34 15-52 47.59-18 32.6-18 70.41 0 51.25 35.62 87.12Q269.24-179 320.12-179m409.7-361q-12.82 0-21.32-8.68-8.5-8.67-8.5-21.5 0-12.82 8.68-21.32 8.67-8.5 21.5-8.5 12.82 0 21.32 8.68 8.5 8.67 8.5 21.5 0 12.82-8.68 21.32-8.67 8.5-21.5 8.5M700-660v-180h60v180z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function ThermometerAlertFilled(_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: "M729.82-540q-12.82 0-21.32-8.68-8.5-8.67-8.5-21.5 0-12.82 8.68-21.32 8.67-8.5 21.5-8.5 12.82 0 21.32 8.68 8.5 8.67 8.5 21.5 0 12.82-8.68 21.32-8.67 8.5-21.5 8.5M700-660v-180h60v180zM320-120q-75.53 0-128.76-53.24Q138-226.47 138-302q0-49.1 24-91.55T228-462v-286q0-38.33 26.76-65.17 26.77-26.83 65-26.83Q358-840 385-813.17q27 26.84 27 65.17v286q42 26 66 68.45T502-302q0 75.53-53.23 128.76Q395.53-120 320-120m-32-468h64v-160q0-14-9.2-23t-22.8-9-22.8 9.2T288-748z" })));
|
|
6
|
+
}
|
package/dist/index.d.ts
CHANGED
|
@@ -1164,6 +1164,8 @@ export { default as Cardiology } from './components/Cardiology';
|
|
|
1164
1164
|
export { default as CardiologyFilled } from './components/CardiologyFilled';
|
|
1165
1165
|
export { default as Cards } from './components/Cards';
|
|
1166
1166
|
export { default as CardsFilled } from './components/CardsFilled';
|
|
1167
|
+
export { default as CardsStack } from './components/CardsStack';
|
|
1168
|
+
export { default as CardsStackFilled } from './components/CardsStackFilled';
|
|
1167
1169
|
export { default as CardsStar } from './components/CardsStar';
|
|
1168
1170
|
export { default as CardsStarFilled } from './components/CardsStarFilled';
|
|
1169
1171
|
export { default as Carpenter } from './components/Carpenter';
|
|
@@ -2718,6 +2720,18 @@ export { default as FormatH5 } from './components/FormatH5';
|
|
|
2718
2720
|
export { default as FormatH5Filled } from './components/FormatH5Filled';
|
|
2719
2721
|
export { default as FormatH6 } from './components/FormatH6';
|
|
2720
2722
|
export { default as FormatH6Filled } from './components/FormatH6Filled';
|
|
2723
|
+
export { default as FormatImageBack } from './components/FormatImageBack';
|
|
2724
|
+
export { default as FormatImageBackFilled } from './components/FormatImageBackFilled';
|
|
2725
|
+
export { default as FormatImageBreakLeft } from './components/FormatImageBreakLeft';
|
|
2726
|
+
export { default as FormatImageBreakLeftFilled } from './components/FormatImageBreakLeftFilled';
|
|
2727
|
+
export { default as FormatImageBreakRight } from './components/FormatImageBreakRight';
|
|
2728
|
+
export { default as FormatImageBreakRightFilled } from './components/FormatImageBreakRightFilled';
|
|
2729
|
+
export { default as FormatImageFront } from './components/FormatImageFront';
|
|
2730
|
+
export { default as FormatImageFrontFilled } from './components/FormatImageFrontFilled';
|
|
2731
|
+
export { default as FormatImageInlineLeft } from './components/FormatImageInlineLeft';
|
|
2732
|
+
export { default as FormatImageInlineLeftFilled } from './components/FormatImageInlineLeftFilled';
|
|
2733
|
+
export { default as FormatImageInlineRight } from './components/FormatImageInlineRight';
|
|
2734
|
+
export { default as FormatImageInlineRightFilled } from './components/FormatImageInlineRightFilled';
|
|
2721
2735
|
export { default as FormatImageLeft } from './components/FormatImageLeft';
|
|
2722
2736
|
export { default as FormatImageLeftFilled } from './components/FormatImageLeftFilled';
|
|
2723
2737
|
export { default as FormatImageRight } from './components/FormatImageRight';
|
|
@@ -2998,6 +3012,8 @@ export { default as Graph6 } from './components/Graph6';
|
|
|
2998
3012
|
export { default as Graph6Filled } from './components/Graph6Filled';
|
|
2999
3013
|
export { default as Graph7 } from './components/Graph7';
|
|
3000
3014
|
export { default as Graph7Filled } from './components/Graph7Filled';
|
|
3015
|
+
export { default as Graph8 } from './components/Graph8';
|
|
3016
|
+
export { default as Graph8Filled } from './components/Graph8Filled';
|
|
3001
3017
|
export { default as GraphicEq } from './components/GraphicEq';
|
|
3002
3018
|
export { default as GraphicEqFilled } from './components/GraphicEqFilled';
|
|
3003
3019
|
export { default as Grass } from './components/Grass';
|
|
@@ -3281,6 +3297,8 @@ export { default as HourglassArrowUp } from './components/HourglassArrowUp';
|
|
|
3281
3297
|
export { default as HourglassArrowUpFilled } from './components/HourglassArrowUpFilled';
|
|
3282
3298
|
export { default as HourglassBottom } from './components/HourglassBottom';
|
|
3283
3299
|
export { default as HourglassBottomFilled } from './components/HourglassBottomFilled';
|
|
3300
|
+
export { default as HourglassCheck } from './components/HourglassCheck';
|
|
3301
|
+
export { default as HourglassCheckFilled } from './components/HourglassCheckFilled';
|
|
3284
3302
|
export { default as HourglassDisabled } from './components/HourglassDisabled';
|
|
3285
3303
|
export { default as HourglassDisabledFilled } from './components/HourglassDisabledFilled';
|
|
3286
3304
|
export { default as HourglassEmpty } from './components/HourglassEmpty';
|
|
@@ -6633,6 +6651,8 @@ export { default as TheatersFilled } from './components/TheatersFilled';
|
|
|
6633
6651
|
export { default as Thermometer } from './components/Thermometer';
|
|
6634
6652
|
export { default as ThermometerAdd } from './components/ThermometerAdd';
|
|
6635
6653
|
export { default as ThermometerAddFilled } from './components/ThermometerAddFilled';
|
|
6654
|
+
export { default as ThermometerAlert } from './components/ThermometerAlert';
|
|
6655
|
+
export { default as ThermometerAlertFilled } from './components/ThermometerAlertFilled';
|
|
6636
6656
|
export { default as ThermometerFilled } from './components/ThermometerFilled';
|
|
6637
6657
|
export { default as ThermometerGain } from './components/ThermometerGain';
|
|
6638
6658
|
export { default as ThermometerGainFilled } from './components/ThermometerGainFilled';
|
|
@@ -7149,8 +7169,6 @@ export { default as VoicemailFilled } from './components/VoicemailFilled';
|
|
|
7149
7169
|
export { default as Volcano } from './components/Volcano';
|
|
7150
7170
|
export { default as VolcanoFilled } from './components/VolcanoFilled';
|
|
7151
7171
|
export { default as VolumeDown } from './components/VolumeDown';
|
|
7152
|
-
export { default as VolumeDownAlt } from './components/VolumeDownAlt';
|
|
7153
|
-
export { default as VolumeDownAltFilled } from './components/VolumeDownAltFilled';
|
|
7154
7172
|
export { default as VolumeDownFilled } from './components/VolumeDownFilled';
|
|
7155
7173
|
export { default as VolumeMute } from './components/VolumeMute';
|
|
7156
7174
|
export { default as VolumeMuteFilled } from './components/VolumeMuteFilled';
|
package/dist/index.js
CHANGED
|
@@ -1164,6 +1164,8 @@ export { default as Cardiology } from './components/Cardiology';
|
|
|
1164
1164
|
export { default as CardiologyFilled } from './components/CardiologyFilled';
|
|
1165
1165
|
export { default as Cards } from './components/Cards';
|
|
1166
1166
|
export { default as CardsFilled } from './components/CardsFilled';
|
|
1167
|
+
export { default as CardsStack } from './components/CardsStack';
|
|
1168
|
+
export { default as CardsStackFilled } from './components/CardsStackFilled';
|
|
1167
1169
|
export { default as CardsStar } from './components/CardsStar';
|
|
1168
1170
|
export { default as CardsStarFilled } from './components/CardsStarFilled';
|
|
1169
1171
|
export { default as Carpenter } from './components/Carpenter';
|
|
@@ -2718,6 +2720,18 @@ export { default as FormatH5 } from './components/FormatH5';
|
|
|
2718
2720
|
export { default as FormatH5Filled } from './components/FormatH5Filled';
|
|
2719
2721
|
export { default as FormatH6 } from './components/FormatH6';
|
|
2720
2722
|
export { default as FormatH6Filled } from './components/FormatH6Filled';
|
|
2723
|
+
export { default as FormatImageBack } from './components/FormatImageBack';
|
|
2724
|
+
export { default as FormatImageBackFilled } from './components/FormatImageBackFilled';
|
|
2725
|
+
export { default as FormatImageBreakLeft } from './components/FormatImageBreakLeft';
|
|
2726
|
+
export { default as FormatImageBreakLeftFilled } from './components/FormatImageBreakLeftFilled';
|
|
2727
|
+
export { default as FormatImageBreakRight } from './components/FormatImageBreakRight';
|
|
2728
|
+
export { default as FormatImageBreakRightFilled } from './components/FormatImageBreakRightFilled';
|
|
2729
|
+
export { default as FormatImageFront } from './components/FormatImageFront';
|
|
2730
|
+
export { default as FormatImageFrontFilled } from './components/FormatImageFrontFilled';
|
|
2731
|
+
export { default as FormatImageInlineLeft } from './components/FormatImageInlineLeft';
|
|
2732
|
+
export { default as FormatImageInlineLeftFilled } from './components/FormatImageInlineLeftFilled';
|
|
2733
|
+
export { default as FormatImageInlineRight } from './components/FormatImageInlineRight';
|
|
2734
|
+
export { default as FormatImageInlineRightFilled } from './components/FormatImageInlineRightFilled';
|
|
2721
2735
|
export { default as FormatImageLeft } from './components/FormatImageLeft';
|
|
2722
2736
|
export { default as FormatImageLeftFilled } from './components/FormatImageLeftFilled';
|
|
2723
2737
|
export { default as FormatImageRight } from './components/FormatImageRight';
|
|
@@ -2998,6 +3012,8 @@ export { default as Graph6 } from './components/Graph6';
|
|
|
2998
3012
|
export { default as Graph6Filled } from './components/Graph6Filled';
|
|
2999
3013
|
export { default as Graph7 } from './components/Graph7';
|
|
3000
3014
|
export { default as Graph7Filled } from './components/Graph7Filled';
|
|
3015
|
+
export { default as Graph8 } from './components/Graph8';
|
|
3016
|
+
export { default as Graph8Filled } from './components/Graph8Filled';
|
|
3001
3017
|
export { default as GraphicEq } from './components/GraphicEq';
|
|
3002
3018
|
export { default as GraphicEqFilled } from './components/GraphicEqFilled';
|
|
3003
3019
|
export { default as Grass } from './components/Grass';
|
|
@@ -3281,6 +3297,8 @@ export { default as HourglassArrowUp } from './components/HourglassArrowUp';
|
|
|
3281
3297
|
export { default as HourglassArrowUpFilled } from './components/HourglassArrowUpFilled';
|
|
3282
3298
|
export { default as HourglassBottom } from './components/HourglassBottom';
|
|
3283
3299
|
export { default as HourglassBottomFilled } from './components/HourglassBottomFilled';
|
|
3300
|
+
export { default as HourglassCheck } from './components/HourglassCheck';
|
|
3301
|
+
export { default as HourglassCheckFilled } from './components/HourglassCheckFilled';
|
|
3284
3302
|
export { default as HourglassDisabled } from './components/HourglassDisabled';
|
|
3285
3303
|
export { default as HourglassDisabledFilled } from './components/HourglassDisabledFilled';
|
|
3286
3304
|
export { default as HourglassEmpty } from './components/HourglassEmpty';
|
|
@@ -6633,6 +6651,8 @@ export { default as TheatersFilled } from './components/TheatersFilled';
|
|
|
6633
6651
|
export { default as Thermometer } from './components/Thermometer';
|
|
6634
6652
|
export { default as ThermometerAdd } from './components/ThermometerAdd';
|
|
6635
6653
|
export { default as ThermometerAddFilled } from './components/ThermometerAddFilled';
|
|
6654
|
+
export { default as ThermometerAlert } from './components/ThermometerAlert';
|
|
6655
|
+
export { default as ThermometerAlertFilled } from './components/ThermometerAlertFilled';
|
|
6636
6656
|
export { default as ThermometerFilled } from './components/ThermometerFilled';
|
|
6637
6657
|
export { default as ThermometerGain } from './components/ThermometerGain';
|
|
6638
6658
|
export { default as ThermometerGainFilled } from './components/ThermometerGainFilled';
|
|
@@ -7149,8 +7169,6 @@ export { default as VoicemailFilled } from './components/VoicemailFilled';
|
|
|
7149
7169
|
export { default as Volcano } from './components/Volcano';
|
|
7150
7170
|
export { default as VolcanoFilled } from './components/VolcanoFilled';
|
|
7151
7171
|
export { default as VolumeDown } from './components/VolumeDown';
|
|
7152
|
-
export { default as VolumeDownAlt } from './components/VolumeDownAlt';
|
|
7153
|
-
export { default as VolumeDownAltFilled } from './components/VolumeDownAltFilled';
|
|
7154
7172
|
export { default as VolumeDownFilled } from './components/VolumeDownFilled';
|
|
7155
7173
|
export { default as VolumeMute } from './components/VolumeMute';
|
|
7156
7174
|
export { default as VolumeMuteFilled } from './components/VolumeMuteFilled';
|