@project-lary/react-material-symbols-700-sharp 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/{VolumeDownAltFilled.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/{VolumeDownAlt.js → FormatImageBackFilled.js} +2 -2
- 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/FormatImageBreakLeftFilled.js +6 -0
- 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: "M416-608h320v-71H416zm0 151h199v-71H416zm285 246h94l16 85-665 72-81-588 93-11 68 497zm-488-63v-592h727v592zm94-94h539v-403H307zm0 0v-403zm-81 212" })));
|
|
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: "M416-608h320v-71H416zm0 151h199v-71H416zM146-54 65-642l85-11v442h645l16 85zm67-220v-592h727v592z" })));
|
|
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: "M95-95v-93h771v93zm0-168v-95h168v-75H95v-94h168v-75H95v-95h771v95H697v75h169v94H697v75h169v95zm263-95h244v-75H358zm0-169h244v-75H358zM95-772v-94h771v94zm385 245" })));
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export default function
|
|
2
|
+
export default function FormatImageBackFilled(_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: "M95-95v-93h771v93zm0-168v-95h168v-75H95v-94h168v-75H95v-95h771v95H697v75h169v94H697v75h169v95zm0-509v-94h771v94z" })));
|
|
6
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: "M95-95v-93h771v93zm0-168v-434h433v434zm94-95h245v-244H189zM95-772v-94h771v94zm216 292" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function FormatImageBreakLeftFilled(_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: "M95-95v-93h771v93zm0-168v-434h433v434zm0-509v-94h771v94z" })));
|
|
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: "M95-772v-94h771v94zm337 509v-434h434v434zm95-95h244v-244H527zM95-95v-93h771v93zm554-385" })));
|
|
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: "M95-772v-94h771v94zm337 509v-434h434v434zM95-95v-93h771v93z" })));
|
|
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: "M95-95v-93h771v93zm0-168v-95h103v95zm168 0v-434h434v434zm499 0v-95h104v95zm-404-95h244v-244H358zM95-433v-94h103v94zm667 0v-94h104v94zM95-602v-95h103v95zm667 0v-95h104v95zM95-772v-94h771v94zm385 292" })));
|
|
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: "M95-95v-93h771v93zm0-168v-95h103v95zm168 0v-434h434v434zm499 0v-95h104v95zM95-433v-94h103v94zm667 0v-94h104v94zM95-602v-95h103v95zm667 0v-95h104v95zM95-772v-94h771v94z" })));
|
|
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: "M95-95v-93h771v93zm0-168v-434h433v434zm94-95h245v-244H189zM95-772v-94h771v94zm463 509v-95h308v95z" })));
|
|
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: "M95-95v-93h771v93zm0-168v-434h433v434zm0-509v-94h771v94zm463 509v-95h308v95z" })));
|
|
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: "M95-95v-93h771v93zm337-168v-434h434v434zm95-95h244v-244H527zM95-772v-94h771v94zm0 509v-95h307v95zm554-217" })));
|
|
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: "M95-95v-93h771v93zm337-168v-434h434v434zM95-772v-94h771v94zm0 509v-95h307v95z" })));
|
|
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: "M266.88-54q-55.96 0-93.92-38.5T135-186q0-42.86 23.5-75.93T220-309v-341q-38-14-61.5-47.46Q135-730.91 135-773q0-55.42 38.06-94.21t93.5-38.79T361-867.21 400-773q0 43.41-24.5 76.2Q351-664 314-650v168q25-20 56.46-32 31.47-12 66.54-12h86q48.67 0 84.83-33.33Q644-592.67 647-641v-10q-38-13-62-46.07T561-773q0-55.42 38.71-94.21 38.7-38.79 94-38.79 55.29 0 93.79 38.79T826-773q0 43.02-24 76.33-24 33.32-62 47.67v9q-2 87.51-64.89 147.76Q612.22-432 523-432h-86q-50.08 0-85.54 33T314-317v8q37 14 61.5 46.8Q400-229.41 400-186q0 55-38.83 93.5Q322.35-54 266.88-54m.47-673q18.79 0 31.72-13.28t12.93-32-12.91-32.22-32-13.5T235-804.52t-13 32.5T235.28-740t32.07 13m427.7 0q19.09 0 31.52-13.28t12.43-32-12.24-32.22Q714.53-818 695.44-818t-33.26 13.48Q648-791.04 648-772.02T661.98-740t33.07 13m-427.7 586q18.79 0 31.72-13.28t12.93-32-12.91-32.22-32-13.5T235-218.52t-13 32.5T235.28-154t32.07 13m-.35-45" })));
|
|
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: "M266.88-54q-55.96 0-93.92-38.54T135-186q0-42.86 23.5-75.93T220-309v-341q-38-14-61.5-47.26T135-773q0-55.33 38.06-94.17 38.06-38.83 94-38.83Q322-906 361-867.17q39 38.84 39 94.17 0 43.41-24.5 76.2Q351-664 314-650v168q25-20 56.47-32T437-526h86q49 0 85-33.25T647-641v-10q-38-13-62-46.07T561-773q0-55.33 38.56-94.17Q638.12-906 694.06-906q54.94 0 93.44 38.83Q826-828.33 826-773q0 43.41-24 76.53T740-649v9q-2 88-65.06 148T523-432h-86q-50.08 0-85.54 33T314-317v8q37 14 61.5 46.8Q400-229.41 400-186q0 54.92-38.87 93.46T266.88-54" })));
|
|
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: "M135-55v-94h88v-117.65Q223-335 258.5-392t95.5-88q-60-32-95.5-89T223-694.35V-811h-88v-95h691v95h-88v117q0 77.71-43.5 141.85Q651-488 577-457q12 5 26.5 12.5T628-429q-5 6-15.5 15.5T592-395q-24-16-52.5-25t-59.5-9q-68 0-115.5 47T317-267v118h203q6 27 17.52 50.4Q549.03-75.21 566-55zm345-476q68 0 115.5-47.5T643-694v-117H317v117q0 68 47.5 115.5T480-531M760-22q-78 0-134-55.4t-56-134T626-346t134-56 134 55.87q56 55.86 56 135.13 0 78.43-56 133.72Q838-22 760-22m-27-99 149-150-36-36-113 114-59-60-36 37z" })));
|
|
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: "M135-55v-94h88v-117.65Q223-335 258.5-392t95.5-88q-60-32-95.5-89T223-694.35V-811h-88v-95h691v95h-88v117q0 77.71-43.5 141.85Q651-488 577-457q47-4 91-15.5t74-30.5q-104 25-168 109.5T510-211q0 43.06 14.5 83.03T566-55zm625 33q-78 0-134-55.5T570-211q0-79 56-135t134-56 134 56 56 135q0 78-56 133.5T760-22m-27-99 149-150-36-36-113 114-59-60-36 37z" })));
|
|
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: "M135-
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M135-55v-602h237v94H229v414h502v-414H586v-94h240v602zm297-266v-448l-88 88-67-66 202-203 202 203-67 66-88-88v448z" })));
|
|
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: "M319.85-95q-86.38 0-146.61-60.18Q113-215.36 113-302q0-52.1 23.5-97.05t66.5-75.38V-748q0-49.17 33.65-83.58Q270.29-866 319.41-866t83.85 34.42Q438-797.17 438-748v273.57q42 30.43 66 75.38T528-302q0 86.64-60.88 146.82Q406.23-95 319.85-95m.27-93q47.88 0 80.38-32.88Q433-253.75 433-302q0-39.65-20-73.82Q393-410 355-424l-12-1v-323q0-9.6-6.7-16.3T320-771t-16.3 6.7T297-748v323l-12 1q-38 14-58 48.18-20 34.17-20 73.82 0 48.25 32.62 81.12Q272.24-188 320.12-188m417.62-309q-19.74 0-33.24-13.68-13.5-13.67-13.5-33.5 0-19.82 13.68-33.32 13.67-13.5 33.41-13.5 19.73 0 33.82 13.68Q786-563.65 786-543.82q0 19.82-14.26 33.32-14.27 13.5-34 13.5M691-651v-215h95v215z" })));
|
|
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: "M737.74-497q-19.74 0-33.24-13.68-13.5-13.67-13.5-33.5 0-19.82 13.68-33.32 13.67-13.5 33.41-13.5 19.73 0 33.82 13.68Q786-563.65 786-543.82q0 19.82-14.26 33.32-14.27 13.5-34 13.5M691-651v-215h95v215zM319.85-95q-86.38 0-146.61-60.18Q113-215.36 113-302q0-52.1 23.5-97.05t66.5-75.38V-748q0-49.17 33.65-83.58Q270.29-866 319.41-866t83.85 34.42Q438-797.17 438-748v273.57q42 30.43 66 75.38T528-302q0 86.64-60.88 146.82Q406.23-95 319.85-95M297-588h46v-160q0-10-6.7-16.5T320-771t-16.3 6.7T297-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';
|