@project-lary/react-material-symbols-700-outlined 0.2.0 → 0.3.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/AddDiamond.d.ts +4 -0
- package/dist/components/AddDiamond.js +6 -0
- package/dist/components/AddDiamondFilled.d.ts +4 -0
- package/dist/components/AddDiamondFilled.js +6 -0
- package/dist/components/ContrastCircle.d.ts +4 -0
- package/dist/components/ContrastCircle.js +6 -0
- package/dist/components/ContrastCircleFilled.d.ts +3 -0
- package/dist/components/ContrastCircleFilled.js +3 -0
- package/dist/components/ContrastSquare.d.ts +4 -0
- package/dist/components/ContrastSquare.js +6 -0
- package/dist/components/ContrastSquareFilled.d.ts +3 -0
- package/dist/components/ContrastSquareFilled.js +3 -0
- package/dist/components/Fingerprint.js +1 -1
- package/dist/components/FingerprintOff.d.ts +4 -0
- package/dist/components/FingerprintOff.js +6 -0
- package/dist/components/FingerprintOffFilled.d.ts +3 -0
- package/dist/components/FingerprintOffFilled.js +3 -0
- package/dist/components/FootBones.js +1 -1
- package/dist/components/FootBonesFilled.js +1 -1
- package/dist/components/Function.js +1 -1
- package/dist/components/Password2.d.ts +4 -0
- package/dist/components/Password2.js +6 -0
- package/dist/components/Password2Filled.d.ts +3 -0
- package/dist/components/Password2Filled.js +3 -0
- package/dist/components/Password2Off.d.ts +4 -0
- package/dist/components/Password2Off.js +6 -0
- package/dist/components/Password2OffFilled.d.ts +3 -0
- package/dist/components/Password2OffFilled.js +3 -0
- package/dist/components/PokerChip.d.ts +4 -0
- package/dist/components/PokerChip.js +6 -0
- package/dist/components/PokerChipFilled.d.ts +3 -0
- package/dist/components/PokerChipFilled.js +3 -0
- package/dist/components/SmartCardReader.d.ts +4 -0
- package/dist/components/SmartCardReader.js +6 -0
- package/dist/components/SmartCardReaderFilled.d.ts +4 -0
- package/dist/components/SmartCardReaderFilled.js +6 -0
- package/dist/components/SmartCardReaderOff.d.ts +4 -0
- package/dist/components/SmartCardReaderOff.js +6 -0
- package/dist/components/SmartCardReaderOffFilled.d.ts +4 -0
- package/dist/components/SmartCardReaderOffFilled.js +6 -0
- package/dist/components/TextUp.d.ts +4 -0
- package/dist/components/TextUp.js +6 -0
- package/dist/components/TextUpFilled.d.ts +3 -0
- package/dist/components/TextUpFilled.js +3 -0
- package/dist/components/Unknown7.d.ts +4 -0
- package/dist/components/Unknown7.js +6 -0
- package/dist/components/Unknown7Filled.d.ts +3 -0
- package/dist/components/Unknown7Filled.js +3 -0
- package/dist/components/Vo2Max.d.ts +4 -0
- package/dist/components/Vo2Max.js +6 -0
- package/dist/components/Vo2MaxFilled.d.ts +4 -0
- package/dist/components/Vo2MaxFilled.js +6 -0
- package/dist/index.d.ts +24 -0
- package/dist/index.js +24 -0
- package/package.json +1 -1
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function AddDiamond(_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: "M439-316h82v-122h123v-82H521v-123h-82v123H317v82h122zm41 261q-18 0-35-7t-32-20L82-413q-13.68-13.951-19.84-30.976T56-479t6.16-35.463Q68.32-531.925 82-545l331-333q14-14 31.5-20.5T480-905t35 6.5 30 20.5l335 333q14 13 20 30.5t6 35.5-6 35-20 31L545-82q-13.561 13.217-30.335 20.109Q497.892-55 480-55m0-94 332-330-332-331-331 331zm1-331" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function AddDiamondFilled(_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: "M439-316h82v-122h123v-82H521v-123h-82v123H317v82h122zm41 261q-18 0-35-7t-32-20L82-413q-14-14-20-31t-6-35 6-35.5T82-545l331-333q14-14 31.5-20.5T480-905t35 6.5 30 20.5l335 333q14 13 20 30.5t6 35.5-6 35-20 31L545-82q-13 13-30 20t-35 7" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function ContrastCircle(_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.054-55Q392-55 314.612-88.283q-77.388-33.282-135.196-91.052T88.304-314.526 55-479.974 88.5-645.5t91-135T314.489-872q77.49-34 165.594-34 88.105 0 165.511 34T780.5-780.5 872-645.51t34 165.593q0 88.105-34 165.511T780.5-179.5t-134.946 91-165.5 33.5m.257-94q137.236 0 233.962-96.539Q811-342.078 811-479.5q0-66.5-25-126.5t-71-108L246-246.362q47.75 45.234 107.825 71.298T480.311-149M479-317v-61h208v61zM309-504h61v-87h88v-61h-88v-87h-61v87h-87v61h87z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function ContrastSquare(_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: "M189-95q-39.05 0-66.525-27.475T95-189v-582q0-39.463 27.475-67.231Q149.95-866 189-866h582q39.463 0 67.231 27.769Q866-810.463 866-771v582q0 39.05-27.769 66.525T771-95zm0-94h582v-582zm546-128H497v-62h238zM214-608h76v76h62v-76h76v-62h-76v-76h-62v76h-76z" })));
|
|
6
|
+
}
|
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
export default function Fingerprint(_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: "M483-787q107 0 202 46.5T842-607q6 9 4.5 16.5T839-578t-14 4.5-13-9.5q-56-79-143.5-121.5T483-748q-99 0-185.5 42.5T156-582q-7 9-15 10.5t-14-2.5q-7-3-8.5-11t1.5-14q61-90 157-139t206-49m0 98q136 0 232 92.5T811-371q0 50-35 86t-86 36q-52 0-88-34.5T566-367q0-35-24-60t-59-25q-34 0-58.5 25T400-367q0 102 58 172t164 93q9 1 12 7.5t2 13.5q-2 8-7.5 12T611-67Q494-91 427.5-172.5T361-367q0-51 35.5-87t86.5-36 87 34.5 36 84.5q0 35 24.5 59t59.5 24q34 0 58-24t24-59q0-117-85-196.5T482-647t-204 81.5T194-366q0 37 5.5 73t18.5 70q3 10 .5 16t-9.5 9q-8 3-16 1t-12-13q-10-29-17.5-69.5T156-367q0-131 96.5-226.5T483-689m0-197q66 0 129.5 15.5T734-824q9 4 10.5 12t-1.5 14q-4 6-11 9.5t-15-1.5q-54-27-113.5-42T483-847q-62 0-121 14t-113 43q-10 5-16.5 3t-10.5-8q-3-4-2-13.5t8-12.5q58-34 123.5-49.5T483-886m0 297q93 0 159.5 63.5T709-371q0 10-4.5 16.5T690-348q-11 0-16-6.5t-5-16.5q0-76-54.5-128T483-551t-131 54-54 130q0 80 25 139.5T405-109q7 7 7 14t-4 12q-5 7-15.5 7T375-84q-58-59-87-128.5T259-367q0-92 65-157t159-65m0 198q9 0 14 6t5 15q0 88 57.5 134T697-190q10 0 23-2t24-2q8 0 13.5 5t4.5 11q0 8-3.5 12.5T749-159q-14 5-28.5 6t-23.5 1q-97 0-165-56.5T464-370q0-9 5-15t14-6" })));
|
|
6
6
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function FingerprintOff(_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: "M880-42 473-449q-32 6-52 29t-20 53q0 101 58 169t165 96q8 1 11.5 6.5T638-82q-3 9-9 13t-15 2Q498-88 430.5-169T363-367q0-37 22.5-67t59.5-44l-50-50q-45 26-70.5 69T299-367q0 78 24.5 137.5T406-109q5 6 6 12.5T409-84q-6 7-16 6.5T377-85q-58-60-87.5-130.5T260-367q0-57 28-107t78-81l-42-43q-54 29-90.5 96.5T197-367q0 37 6 73t17 70q3 8 .5 15t-9.5 10q-9 4-16.5.5T182-212q-11-31-17.5-71t-6.5-84q0-72 39-145.5T296-626l-48-48q-26 19-49 42t-41 50q-8 9-15 11.5t-15-2.5q-6-4-8.5-11t2.5-14q21-30 46-55.5t54-46.5L19-902l26-26L905-68zM692-372q-11 0-17-6t-8-16q-5-49-39.5-87T543-529q-7 0-13 .5t-12 1.5l-58-59q6-1 11.5-2t12.5-1q87 0 151.5 56T708-394q1 8-4 14.5t-12 7.5M483-886q66 0 129.5 15.5T734-824q9 4 10.5 12t-1.5 14q-4 6-11 9.5t-15-1.5q-54-27-113.5-42T483-847q-60 0-117.5 14T255-791l-28-28q58-34 123.5-50.5T483-886m0 99q107 0 202 46.5T842-607q6 9 4.5 16.5T839-578t-14 4.5-13-9.5q-56-79-143.5-121.5T483-748q-41 0-80 7.5T328-718l-30-30q42-19 89-29t96-10m0 98q136 0 232 87.5T811-381q0 28-12.5 56.5T765-281l-28-29q13-9 24-30t11-41q0-117-85-191.5T482-647q-19 0-37 3t-35 9l-34-35q26-9 52.5-14t54.5-5m218 537q-97 0-166-52.5T466-363q0-9 4.5-15t14.5-6q9 0 14 6t5 15q0 90 58.5 131.5T701-190q11 0 23.5-2.5T749-195q8 0 13 5t5 11q-1 8-4 12.5t-9 6.5q-15 5-29.5 6.5T701-152" })));
|
|
6
|
+
}
|
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
export default function FootBones(_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: "M147.5-141q-33.863 0-56.681-22.819Q68-186.637 68-221v-40q0-33.362 22.819-56.181T147.5-340t56.681 22.819T227-261v40q0 34.363-22.819 57.181Q181.363-141 147.5-141M842-160h-51q-11.636 0-18.318-9.5T769-190l9-35q2-8 10.1-13t16.9-4l43 7q13 3 22.5 13t9.5 23.846q0 15.275-11.395 26.715T842-160m-163-20-91-28q-10-3-15-13t0-19l28-61q4-10 13.5-13t19.5 3l74 45q6 4 9 11.053 3 7.052 2 13.947l-9 43q-2 11-11.333 16T679-180m-189-71-54-13q-13-4-21.5-14.6T406-303v-36.63q0-19.77 6-37.07t20-29.3q7-6.25 16-7.625T466-411l76 45q8 5 9.5 12.5T550-337l-32 73q-2.688 7.769-10.844 11.885T490-251m-186-29q-8.737 0-15.538-7.031T279-305q-9-44-43.196-69.5Q201.607-400 160-400h-20q-8 0-14-6t-6-14 6-14 14-6h36q20 0 38.5-5t35.5-15q4.824-3 10.912-3T273-460q20 12 33.5 16t29.5 4q13.364 0 20.682 11.5T360-404q-6 15-10 31.52-4 16.521-4 32.48v36q0 8.8-6.9 16.4T322-280zM169.621-500q-42.123 0-70.872-27.797T70-597.633q0-21.549 7-41.458T98-672l52-52v-
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M147.5-141q-33.863 0-56.681-22.819Q68-186.637 68-221v-40q0-33.362 22.819-56.181T147.5-340t56.681 22.819T227-261v40q0 34.363-22.819 57.181Q181.363-141 147.5-141M842-160h-51q-11.636 0-18.318-9.5T769-190l9-35q2-8 10.1-13t16.9-4l43 7q13 3 22.5 13t9.5 23.846q0 15.275-11.395 26.715T842-160m-163-20-91-28q-10-3-15-13t0-19l28-61q4-10 13.5-13t19.5 3l74 45q6 4 9 11.053 3 7.052 2 13.947l-9 43q-2 11-11.333 16T679-180m-189-71-54-13q-13-4-21.5-14.6T406-303v-36.63q0-19.77 6-37.07t20-29.3q7-6.25 16-7.625T466-411l76 45q8 5 9.5 12.5T550-337l-32 73q-2.688 7.769-10.844 11.885T490-251m-186-29q-8.737 0-15.538-7.031T279-305q-9-44-43.196-69.5Q201.607-400 160-400h-20q-8 0-14-6t-6-14 6-14 14-6h36q20 0 38.5-5t35.5-15q4.824-3 10.912-3T273-460q20 12 33.5 16t29.5 4q13.364 0 20.682 11.5T360-404q-6 15-10 31.52-4 16.521-4 32.48v36q0 8.8-6.9 16.4T322-280zM169.621-500q-42.123 0-70.872-27.797T70-597.633q0-21.549 7-41.458T98-672l52-52v-46q0-16.725 11.637-28.362Q173.275-810 190-810q16.3 0 27.65 11.638T229-770v47q0 15.571-6.583 30.402Q215.833-677.768 205-667l-48.268 48.698q-3.893 3.873-5.812 8.183T149-601q0 8.118 5.659 14.059T168.04-581q1.96 0 15.96-6 14.383-11.778 32.191-19.889T260-615t43.106 8.111Q320.213-598.778 334-587q4 3 7.9 4.5t8.9 1.5q8.2 0 13.7-5.853T370-600.7q0-5.062-1.893-9.374t-5.75-8.186L315-667q-12-12-19-26t-7-30v-47q0-16.725 11.693-28.362Q312.386-810 329.193-810t28.307 11.638T369-770v46l51.788 51.788Q435-658 442-638.5t7 41.5q0 41.227-28.632 69.113T349.786-500q-18.786-1-35.411-8.857T284-528q-5-4-11.5-7t-13.5-3q-4 0-24 10-14 12-30.481 19.469T169.621-500M259-810" })));
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
export default function FootBonesFilled(_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: "M147-141q-33 0-56-23t-23-57v-40q0-33 23-56t56-23q34 0 57 23t23 56v40q0 34-23 57t-57 23m695-19h-51q-11 0-18-9.5t-4-20.5l9-35q2-8 10-13t17-4l43 7q13 3 22.5 13t9.5 24q0 15-11.5 26.5T842-160m-163-20-91-28q-10-3-15-13t0-19l28-61q4-10 13.5-13t19.5 3l74 45q6 4 9 11t2 14l-9 43q-2 11-11.5 16t-19.5 2m-189-71-54-13q-13-4-21.5-14.5T406-303v-37q0-19 6-36.5t20-29.5q7-6 16-7.5t18 2.5l76 45q8 5 9.5 12.5T550-337l-32 73q-3 8-11 12t-17 1m-186-29q-9 0-15.5-7t-9.5-18q-9-44-43-69.5T160-400h-20q-8 0-14-6t-6-14 6-14 14-6h36q20 0 38.5-5t35.5-15q5-3 11-3t12 3q20 12 33.5 16t29.5 4q13 0 20.5 11.5T360-404q-6 15-10 31.5t-4 32.5v36q0 9-7 16.5t-17 7.5zM170-500q-43 0-71.5-28T70-598q0-21 7-41t21-33l52-52v-
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M147-141q-33 0-56-23t-23-57v-40q0-33 23-56t56-23q34 0 57 23t23 56v40q0 34-23 57t-57 23m695-19h-51q-11 0-18-9.5t-4-20.5l9-35q2-8 10-13t17-4l43 7q13 3 22.5 13t9.5 24q0 15-11.5 26.5T842-160m-163-20-91-28q-10-3-15-13t0-19l28-61q4-10 13.5-13t19.5 3l74 45q6 4 9 11t2 14l-9 43q-2 11-11.5 16t-19.5 2m-189-71-54-13q-13-4-21.5-14.5T406-303v-37q0-19 6-36.5t20-29.5q7-6 16-7.5t18 2.5l76 45q8 5 9.5 12.5T550-337l-32 73q-3 8-11 12t-17 1m-186-29q-9 0-15.5-7t-9.5-18q-9-44-43-69.5T160-400h-20q-8 0-14-6t-6-14 6-14 14-6h36q20 0 38.5-5t35.5-15q5-3 11-3t12 3q20 12 33.5 16t29.5 4q13 0 20.5 11.5T360-404q-6 15-10 31.5t-4 32.5v36q0 9-7 16.5t-17 7.5zM170-500q-43 0-71.5-28T70-598q0-21 7-41t21-33l52-52v-39q0-20 13.5-33.5T197-810h125q20 0 33.5 13.5T369-763v39l52 52q14 14 21 33.5t7 41.5q0 41-28.5 69T349-500q-18-1-34.5-9T284-528q-5-4-11.5-7t-13.5-3q-4 0-24 10-14 12-30.5 19.5T170-500" })));
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
export default function Function(_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: "M179-96q-48 0-80.5-28.636Q66-153.273 66-194q0-30.648 18.3-50.324T131.765-264Q158-264 174.5-248t16.5 41q0 9.556-4 18t-11 13q3 2 7.5 3t10.5 1q12 1 21-10.5t12-29.5l71-364h-99q-17 0-28-11t-11-27.807 11-28.5T199-655h114l19-84q13-60 47.218-93.5 34.217-33.5 86.075-33.5Q513-866 545-838.5t32 68.5q0 32.696-18.5 52.348T510.529-698Q485-698 468.5-713T452-753.167q0-7.833 3.5-16.448T464-783q-2-2-6-3.5t-8-1.5q-12-1-22 10.75T415-749l-20 94h173.717Q586-655 597.5-643.336t11.5 28.427Q609-601 601-591t-21 13h-17l80 89 76-89h-18q-13-3-21.5-12.889t-8.5-24.055Q671-632 682-643.5t28.38-11.5H851q16.3 0 27.65 11.693t11.35 28.5T878.65-587 851-576h-29L694-438l129 137h28q16.3 0 27.65 11.693t11.35 28.5-11.35 28.307T851-221H710.38Q693-221 682-232.664t-11-28.427q0-13.909 8.5-24.409T701-299h18l-78-84-80 84h18q13 3 21.5 13.5t8.5 24.409q0 16.764-11.638 28.427T569-221H429.255Q412-221 400.5-232.693t-11.5-28.5 11.638-28.307T429-301h30l128-137-127.93-138H379l-70 360q-11 56-45.748 88T179-96" })));
|
|
6
6
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function Password2(_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: "M144.765-462q-54.682 0-92.723-38.277Q14-538.554 14-593.235q0-54.682 38.174-92.723Q90.348-724 144.882-724t92.326 38.277T275-592.765q0 54.682-37.985 92.723Q199.029-462 144.765-462M55-175v-93h851v93zm424.118-288q-54.535 0-92.326-37.917Q349-538.833 349-593q0-55 37.985-93.5t92.25-38.5q54.682 0 92.723 38.5Q610-648 610-593q0 54.167-38.174 92.083Q533.652-463 479.118-463m336.647 0q-54.682 0-92.723-37.917Q685-538.833 685-593q0-55 38.174-93.5t92.708-38.5 92.326 38.5T946-593q0 54.167-37.985 92.083Q870.029-463 815.765-463" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function Password2Off(_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: "M144.765-462q-54.682 0-92.723-38.277Q14-538.554 14-593.235q0-54.682 38.174-92.723Q90.348-724 144.882-724t92.326 38.277T275-592.765q0 54.682-37.985 92.723Q199.029-462 144.765-462m671-1q-54.682 0-92.723-37.917Q685-538.833 685-593q0-55 38.174-93.5t92.708-38.5 92.326 38.5T946-593q0 54.167-37.985 92.083Q870.029-463 815.765-463M558-485 370-672q19-24 47.5-38.5T479-725q54.583 0 92.792 38.5Q610-648 610-593q0 33-14.5 61T558-485M798-56 679-175H55v-93h530L55-799l51-51 743 743z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function PokerChip(_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-55q-88 0-165.5-33.5t-135-91-91-135T55-480t33.5-165.5 91-135.5 135-91.5T480-906t165.5 33.5T781-781t91.5 135.5T906-480t-33.5 165.5-91.5 135-135.5 91T480-55m-35-74v-58q-42-5-79-20.5T298-248l-41 40q39 33 86 53.5T445-129m72-1q54-5 100.5-24.5T704-207l-42-40q-31 25-67.5 40T517-187zm-37-126q94 0 159.5-65.5T705-480q0-94-65.5-159.5T480-705q-93 0-158.5 65.5T256-480q0 93 65.5 158.5T480-256m274-1q32-39 52-86t25-101h-57q-5 41-20.5 78T714-298zm-548-2 40-40q-24-31-39-67.5T187-444h-57q5 53 24.5 99.5T206-259m274-68L364-480l116-154 116 154zM130-516h57q5-42 20-79t40-68l-40-41q-33 40-52.5 87T130-516m644 0h57q-5-54-25-101.5T754-704l-41 40q25 32 40.5 69t20.5 79M297-714q31-24 68.5-39.5T445-774v-58q-54 5-101.5 25.5T257-754zm364-1 42-40q-39-32-86-51.5T517-831v57q41 5 77 20t67 39" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function SmartCardReader(_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: "M55-38v-155q0-39 27.1-66.5T149-287h662q40.213 0 67.606 27.625Q906-231.75 906-193v155zm94-95h662v-60H149zm35-218v-460q0-39.463 27.475-67.231Q238.95-906 278-906h405q39.05 0 66.525 27.769T777-811v460h-93v-461H277v461zm153-57h12q41 0 65-42.075T438-561q0-70-24-112t-65-42h-12zm226.296-82Q593-490 614-510.796q21-20.797 21-50Q635-591 614.204-611.5q-20.797-20.5-50-20.5Q534-632 513.5-611.704q-20.5 20.297-20.5 50Q493-532 513.296-511q20.297 21 50 21M481-582" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function SmartCardReaderFilled(_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: "M55-38v-155q0-39 27.1-66.5T149-287h662q40.213 0 67.606 27.625Q906-231.75 906-193v155zm129-313v-460q0-39.463 27.475-67.231Q238.95-906 278-906h405q39.05 0 66.525 27.769T777-811v460zm153-57h12q41 0 65-42.075T438-561q0-70-24-112t-65-42h-12zm226.389-67q36.797 0 63.204-25.796Q653-526.593 653-563.389t-26.203-63.204T563.796-653Q527-653 501-626.797q-26 26.204-26 63.001T500.796-501t62.593 26" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function SmartCardReaderOff(_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: "M683-954q39.05 0 66.525 28T777-860v461h-69l-24-25v-436H248l-47-48q10-19 31.143-32.5T277.55-954zM562-545l-75-77q1-24 20-41.5t45-17.5q29.287 0 50.144 20.856T623-610q0 26-18 45t-43 20m-225 87v-225l100 99q-5.411 58.242-28.158 92.121T349-458zM149-181h589l-60-60H149zM845-74l-13-13H55v-154q0-40.212 27.1-67.606T149-336h434L277-641v242h-93v-336L22-897l51-51 823 824zM399-521" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function SmartCardReaderOffFilled(_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: "m845-74-13-13H55v-154q0-40 27-67.5t67-27.5h434l-63-63H184v-336L22-897l51-51 823 824zM278-954h405q39 0 66.5 28t27.5 66v461h-69L564-543q24-2 41.5-21.5T623-609q0-29-21-50.5T552-681q-26 0-45 17.5T487-622L201-908q10-19 31-32.5t46-13.5m59 496h12q22 0 38-11.5t28-33.5l-78-78z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function TextUp(_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: "M411-177v-83h446v83zm187-183v-264l-68 68-50-50 154-154 154 154-50 50-69-68v264zm-495 0 134-352h56l135 352h-63l-32-91H195l-32 91zm105-136h114l-55-156h-4z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function Unknown7(_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: "M411-177v-83h446v83zm187-183v-264l-68 68-50-50 154-154 154 154-50 50-69-68v264zm-495 0 134-352h56l135 352h-63l-32-91H195l-32 91zm105-136h114l-55-156h-4z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function Vo2Max(_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: "M162.03-135q-63.659 0-107.844-45.458Q10-225.917 10-291v-188.627Q10-530 31.5-574T92-649l178-143q15-11 22.5-27.529Q300-836.059 300-855v-89h94v89q0 18.958 8.032 35.503T424-792l178 143q38.579 31.216 60.289 75.519T684-480v55h-94v-55q0-28.273-12.5-53.136T544-576l-69-54v482q-41-17-66-51.5T383-291v-412l-36-31-36 31v412q0 65-43.062 110.5T162.03-135m-1.513-93Q185-228 201.5-247t16.5-44v-339l-68 54q-22 18-34 42.864T104-480v189q0 25.281 15.78 44.141T160.517-228M583-135q-17 0-28.5-11.075T543-175v-160q0-17.85 11.5-28.925T583-375h96.855q17.995 0 29.07 11.075T720-335v160q0 17.85-11.075 28.925T679.855-135zm20-60h57v-120h-57zM760-55v-104q0-17.55 10.8-28.775T800-199h90v-48H760v-60h150.108q18.292 0 29.092 11.225T950-267v64q0 18.4-10.8 29.2T910-163h-90v48h130v60zM533-429" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function Vo2MaxFilled(_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: "M583-135q-16.55 0-28.275-11.3T543-175v-160q0-17.4 11.725-28.7T583-375h96.855q17.545 0 28.845 11.3T720-335v160q0 17.4-11.3 28.7T679.855-135zm20-60h57v-120h-57zM760-55v-104q0-17.55 10.8-28.775T800-199h90v-48H760v-60h150.108q18.292 0 29.092 11.225T950-267v64q0 18.4-10.8 29.2T910-163h-90v48h130v60zm-597.97-80Q98-135 54-180.5T10-291v-188.627Q10-530 31.5-574T92-649l178-143q15-11 22.5-27.618T300-855v-89h94v89q0 18.765 8 35.382Q410-803 424-792l178 143q39 31 60.5 75.411T684-480v55H537.078Q511-425 493-406.413q-18 18.588-18 43.264V-148q-41-17-66-51.5T383-291v-412l-36-31-36 31v412q0 65-42.97 110.5t-106 45.5" })));
|
|
6
|
+
}
|
package/dist/index.d.ts
CHANGED
|
@@ -69,6 +69,8 @@ export { default as AddCircle } from './components/AddCircle';
|
|
|
69
69
|
export { default as AddCircleFilled } from './components/AddCircleFilled';
|
|
70
70
|
export { default as AddComment } from './components/AddComment';
|
|
71
71
|
export { default as AddCommentFilled } from './components/AddCommentFilled';
|
|
72
|
+
export { default as AddDiamond } from './components/AddDiamond';
|
|
73
|
+
export { default as AddDiamondFilled } from './components/AddDiamondFilled';
|
|
72
74
|
export { default as AddFilled } from './components/AddFilled';
|
|
73
75
|
export { default as AddHome } from './components/AddHome';
|
|
74
76
|
export { default as AddHomeFilled } from './components/AddHomeFilled';
|
|
@@ -1237,9 +1239,13 @@ export { default as ContractEdit } from './components/ContractEdit';
|
|
|
1237
1239
|
export { default as ContractEditFilled } from './components/ContractEditFilled';
|
|
1238
1240
|
export { default as ContractFilled } from './components/ContractFilled';
|
|
1239
1241
|
export { default as Contrast } from './components/Contrast';
|
|
1242
|
+
export { default as ContrastCircle } from './components/ContrastCircle';
|
|
1243
|
+
export { default as ContrastCircleFilled } from './components/ContrastCircleFilled';
|
|
1240
1244
|
export { default as ContrastFilled } from './components/ContrastFilled';
|
|
1241
1245
|
export { default as ContrastRtlOff } from './components/ContrastRtlOff';
|
|
1242
1246
|
export { default as ContrastRtlOffFilled } from './components/ContrastRtlOffFilled';
|
|
1247
|
+
export { default as ContrastSquare } from './components/ContrastSquare';
|
|
1248
|
+
export { default as ContrastSquareFilled } from './components/ContrastSquareFilled';
|
|
1243
1249
|
export { default as ControlCamera } from './components/ControlCamera';
|
|
1244
1250
|
export { default as ControlCameraFilled } from './components/ControlCameraFilled';
|
|
1245
1251
|
export { default as ControlPointDuplicate } from './components/ControlPointDuplicate';
|
|
@@ -2118,6 +2124,8 @@ export { default as FindReplace } from './components/FindReplace';
|
|
|
2118
2124
|
export { default as FindReplaceFilled } from './components/FindReplaceFilled';
|
|
2119
2125
|
export { default as Fingerprint } from './components/Fingerprint';
|
|
2120
2126
|
export { default as FingerprintFilled } from './components/FingerprintFilled';
|
|
2127
|
+
export { default as FingerprintOff } from './components/FingerprintOff';
|
|
2128
|
+
export { default as FingerprintOffFilled } from './components/FingerprintOffFilled';
|
|
2121
2129
|
export { default as FireExtinguisher } from './components/FireExtinguisher';
|
|
2122
2130
|
export { default as FireExtinguisherFilled } from './components/FireExtinguisherFilled';
|
|
2123
2131
|
export { default as FireHydrant } from './components/FireHydrant';
|
|
@@ -4013,6 +4021,10 @@ export { default as PartyModeFilled } from './components/PartyModeFilled';
|
|
|
4013
4021
|
export { default as Passkey } from './components/Passkey';
|
|
4014
4022
|
export { default as PasskeyFilled } from './components/PasskeyFilled';
|
|
4015
4023
|
export { default as Password } from './components/Password';
|
|
4024
|
+
export { default as Password2 } from './components/Password2';
|
|
4025
|
+
export { default as Password2Filled } from './components/Password2Filled';
|
|
4026
|
+
export { default as Password2Off } from './components/Password2Off';
|
|
4027
|
+
export { default as Password2OffFilled } from './components/Password2OffFilled';
|
|
4016
4028
|
export { default as PasswordFilled } from './components/PasswordFilled';
|
|
4017
4029
|
export { default as PatientList } from './components/PatientList';
|
|
4018
4030
|
export { default as PatientListFilled } from './components/PatientListFilled';
|
|
@@ -4278,6 +4290,8 @@ export { default as PointOfSale } from './components/PointOfSale';
|
|
|
4278
4290
|
export { default as PointOfSaleFilled } from './components/PointOfSaleFilled';
|
|
4279
4291
|
export { default as PointScan } from './components/PointScan';
|
|
4280
4292
|
export { default as PointScanFilled } from './components/PointScanFilled';
|
|
4293
|
+
export { default as PokerChip } from './components/PokerChip';
|
|
4294
|
+
export { default as PokerChipFilled } from './components/PokerChipFilled';
|
|
4281
4295
|
export { default as Policy } from './components/Policy';
|
|
4282
4296
|
export { default as PolicyFilled } from './components/PolicyFilled';
|
|
4283
4297
|
export { default as Polyline } from './components/Polyline';
|
|
@@ -5096,6 +5110,10 @@ export { default as Slideshow } from './components/Slideshow';
|
|
|
5096
5110
|
export { default as SlideshowFilled } from './components/SlideshowFilled';
|
|
5097
5111
|
export { default as SlowMotionVideo } from './components/SlowMotionVideo';
|
|
5098
5112
|
export { default as SlowMotionVideoFilled } from './components/SlowMotionVideoFilled';
|
|
5113
|
+
export { default as SmartCardReader } from './components/SmartCardReader';
|
|
5114
|
+
export { default as SmartCardReaderFilled } from './components/SmartCardReaderFilled';
|
|
5115
|
+
export { default as SmartCardReaderOff } from './components/SmartCardReaderOff';
|
|
5116
|
+
export { default as SmartCardReaderOffFilled } from './components/SmartCardReaderOffFilled';
|
|
5099
5117
|
export { default as SmartDisplay } from './components/SmartDisplay';
|
|
5100
5118
|
export { default as SmartDisplayFilled } from './components/SmartDisplayFilled';
|
|
5101
5119
|
export { default as SmartOutlet } from './components/SmartOutlet';
|
|
@@ -5666,6 +5684,8 @@ export { default as TextSnippet } from './components/TextSnippet';
|
|
|
5666
5684
|
export { default as TextSnippetFilled } from './components/TextSnippetFilled';
|
|
5667
5685
|
export { default as TextToSpeech } from './components/TextToSpeech';
|
|
5668
5686
|
export { default as TextToSpeechFilled } from './components/TextToSpeechFilled';
|
|
5687
|
+
export { default as TextUp } from './components/TextUp';
|
|
5688
|
+
export { default as TextUpFilled } from './components/TextUpFilled';
|
|
5669
5689
|
export { default as Texture } from './components/Texture';
|
|
5670
5690
|
export { default as TextureAdd } from './components/TextureAdd';
|
|
5671
5691
|
export { default as TextureAddFilled } from './components/TextureAddFilled';
|
|
@@ -5942,6 +5962,8 @@ export { default as Unknown2 } from './components/Unknown2';
|
|
|
5942
5962
|
export { default as Unknown2Filled } from './components/Unknown2Filled';
|
|
5943
5963
|
export { default as Unknown5 } from './components/Unknown5';
|
|
5944
5964
|
export { default as Unknown5Filled } from './components/Unknown5Filled';
|
|
5965
|
+
export { default as Unknown7 } from './components/Unknown7';
|
|
5966
|
+
export { default as Unknown7Filled } from './components/Unknown7Filled';
|
|
5945
5967
|
export { default as UnknownDocument } from './components/UnknownDocument';
|
|
5946
5968
|
export { default as UnknownDocumentFilled } from './components/UnknownDocumentFilled';
|
|
5947
5969
|
export { default as UnknownMed } from './components/UnknownMed';
|
|
@@ -6102,6 +6124,8 @@ export { default as VisibilityOff } from './components/VisibilityOff';
|
|
|
6102
6124
|
export { default as VisibilityOffFilled } from './components/VisibilityOffFilled';
|
|
6103
6125
|
export { default as VitalSigns } from './components/VitalSigns';
|
|
6104
6126
|
export { default as VitalSignsFilled } from './components/VitalSignsFilled';
|
|
6127
|
+
export { default as Vo2Max } from './components/Vo2Max';
|
|
6128
|
+
export { default as Vo2MaxFilled } from './components/Vo2MaxFilled';
|
|
6105
6129
|
export { default as VoiceChat } from './components/VoiceChat';
|
|
6106
6130
|
export { default as VoiceChatFilled } from './components/VoiceChatFilled';
|
|
6107
6131
|
export { default as VoiceOverOff } from './components/VoiceOverOff';
|
package/dist/index.js
CHANGED
|
@@ -69,6 +69,8 @@ export { default as AddCircle } from './components/AddCircle';
|
|
|
69
69
|
export { default as AddCircleFilled } from './components/AddCircleFilled';
|
|
70
70
|
export { default as AddComment } from './components/AddComment';
|
|
71
71
|
export { default as AddCommentFilled } from './components/AddCommentFilled';
|
|
72
|
+
export { default as AddDiamond } from './components/AddDiamond';
|
|
73
|
+
export { default as AddDiamondFilled } from './components/AddDiamondFilled';
|
|
72
74
|
export { default as AddFilled } from './components/AddFilled';
|
|
73
75
|
export { default as AddHome } from './components/AddHome';
|
|
74
76
|
export { default as AddHomeFilled } from './components/AddHomeFilled';
|
|
@@ -1237,9 +1239,13 @@ export { default as ContractEdit } from './components/ContractEdit';
|
|
|
1237
1239
|
export { default as ContractEditFilled } from './components/ContractEditFilled';
|
|
1238
1240
|
export { default as ContractFilled } from './components/ContractFilled';
|
|
1239
1241
|
export { default as Contrast } from './components/Contrast';
|
|
1242
|
+
export { default as ContrastCircle } from './components/ContrastCircle';
|
|
1243
|
+
export { default as ContrastCircleFilled } from './components/ContrastCircleFilled';
|
|
1240
1244
|
export { default as ContrastFilled } from './components/ContrastFilled';
|
|
1241
1245
|
export { default as ContrastRtlOff } from './components/ContrastRtlOff';
|
|
1242
1246
|
export { default as ContrastRtlOffFilled } from './components/ContrastRtlOffFilled';
|
|
1247
|
+
export { default as ContrastSquare } from './components/ContrastSquare';
|
|
1248
|
+
export { default as ContrastSquareFilled } from './components/ContrastSquareFilled';
|
|
1243
1249
|
export { default as ControlCamera } from './components/ControlCamera';
|
|
1244
1250
|
export { default as ControlCameraFilled } from './components/ControlCameraFilled';
|
|
1245
1251
|
export { default as ControlPointDuplicate } from './components/ControlPointDuplicate';
|
|
@@ -2118,6 +2124,8 @@ export { default as FindReplace } from './components/FindReplace';
|
|
|
2118
2124
|
export { default as FindReplaceFilled } from './components/FindReplaceFilled';
|
|
2119
2125
|
export { default as Fingerprint } from './components/Fingerprint';
|
|
2120
2126
|
export { default as FingerprintFilled } from './components/FingerprintFilled';
|
|
2127
|
+
export { default as FingerprintOff } from './components/FingerprintOff';
|
|
2128
|
+
export { default as FingerprintOffFilled } from './components/FingerprintOffFilled';
|
|
2121
2129
|
export { default as FireExtinguisher } from './components/FireExtinguisher';
|
|
2122
2130
|
export { default as FireExtinguisherFilled } from './components/FireExtinguisherFilled';
|
|
2123
2131
|
export { default as FireHydrant } from './components/FireHydrant';
|
|
@@ -4013,6 +4021,10 @@ export { default as PartyModeFilled } from './components/PartyModeFilled';
|
|
|
4013
4021
|
export { default as Passkey } from './components/Passkey';
|
|
4014
4022
|
export { default as PasskeyFilled } from './components/PasskeyFilled';
|
|
4015
4023
|
export { default as Password } from './components/Password';
|
|
4024
|
+
export { default as Password2 } from './components/Password2';
|
|
4025
|
+
export { default as Password2Filled } from './components/Password2Filled';
|
|
4026
|
+
export { default as Password2Off } from './components/Password2Off';
|
|
4027
|
+
export { default as Password2OffFilled } from './components/Password2OffFilled';
|
|
4016
4028
|
export { default as PasswordFilled } from './components/PasswordFilled';
|
|
4017
4029
|
export { default as PatientList } from './components/PatientList';
|
|
4018
4030
|
export { default as PatientListFilled } from './components/PatientListFilled';
|
|
@@ -4278,6 +4290,8 @@ export { default as PointOfSale } from './components/PointOfSale';
|
|
|
4278
4290
|
export { default as PointOfSaleFilled } from './components/PointOfSaleFilled';
|
|
4279
4291
|
export { default as PointScan } from './components/PointScan';
|
|
4280
4292
|
export { default as PointScanFilled } from './components/PointScanFilled';
|
|
4293
|
+
export { default as PokerChip } from './components/PokerChip';
|
|
4294
|
+
export { default as PokerChipFilled } from './components/PokerChipFilled';
|
|
4281
4295
|
export { default as Policy } from './components/Policy';
|
|
4282
4296
|
export { default as PolicyFilled } from './components/PolicyFilled';
|
|
4283
4297
|
export { default as Polyline } from './components/Polyline';
|
|
@@ -5096,6 +5110,10 @@ export { default as Slideshow } from './components/Slideshow';
|
|
|
5096
5110
|
export { default as SlideshowFilled } from './components/SlideshowFilled';
|
|
5097
5111
|
export { default as SlowMotionVideo } from './components/SlowMotionVideo';
|
|
5098
5112
|
export { default as SlowMotionVideoFilled } from './components/SlowMotionVideoFilled';
|
|
5113
|
+
export { default as SmartCardReader } from './components/SmartCardReader';
|
|
5114
|
+
export { default as SmartCardReaderFilled } from './components/SmartCardReaderFilled';
|
|
5115
|
+
export { default as SmartCardReaderOff } from './components/SmartCardReaderOff';
|
|
5116
|
+
export { default as SmartCardReaderOffFilled } from './components/SmartCardReaderOffFilled';
|
|
5099
5117
|
export { default as SmartDisplay } from './components/SmartDisplay';
|
|
5100
5118
|
export { default as SmartDisplayFilled } from './components/SmartDisplayFilled';
|
|
5101
5119
|
export { default as SmartOutlet } from './components/SmartOutlet';
|
|
@@ -5666,6 +5684,8 @@ export { default as TextSnippet } from './components/TextSnippet';
|
|
|
5666
5684
|
export { default as TextSnippetFilled } from './components/TextSnippetFilled';
|
|
5667
5685
|
export { default as TextToSpeech } from './components/TextToSpeech';
|
|
5668
5686
|
export { default as TextToSpeechFilled } from './components/TextToSpeechFilled';
|
|
5687
|
+
export { default as TextUp } from './components/TextUp';
|
|
5688
|
+
export { default as TextUpFilled } from './components/TextUpFilled';
|
|
5669
5689
|
export { default as Texture } from './components/Texture';
|
|
5670
5690
|
export { default as TextureAdd } from './components/TextureAdd';
|
|
5671
5691
|
export { default as TextureAddFilled } from './components/TextureAddFilled';
|
|
@@ -5942,6 +5962,8 @@ export { default as Unknown2 } from './components/Unknown2';
|
|
|
5942
5962
|
export { default as Unknown2Filled } from './components/Unknown2Filled';
|
|
5943
5963
|
export { default as Unknown5 } from './components/Unknown5';
|
|
5944
5964
|
export { default as Unknown5Filled } from './components/Unknown5Filled';
|
|
5965
|
+
export { default as Unknown7 } from './components/Unknown7';
|
|
5966
|
+
export { default as Unknown7Filled } from './components/Unknown7Filled';
|
|
5945
5967
|
export { default as UnknownDocument } from './components/UnknownDocument';
|
|
5946
5968
|
export { default as UnknownDocumentFilled } from './components/UnknownDocumentFilled';
|
|
5947
5969
|
export { default as UnknownMed } from './components/UnknownMed';
|
|
@@ -6102,6 +6124,8 @@ export { default as VisibilityOff } from './components/VisibilityOff';
|
|
|
6102
6124
|
export { default as VisibilityOffFilled } from './components/VisibilityOffFilled';
|
|
6103
6125
|
export { default as VitalSigns } from './components/VitalSigns';
|
|
6104
6126
|
export { default as VitalSignsFilled } from './components/VitalSignsFilled';
|
|
6127
|
+
export { default as Vo2Max } from './components/Vo2Max';
|
|
6128
|
+
export { default as Vo2MaxFilled } from './components/Vo2MaxFilled';
|
|
6105
6129
|
export { default as VoiceChat } from './components/VoiceChat';
|
|
6106
6130
|
export { default as VoiceChatFilled } from './components/VoiceChatFilled';
|
|
6107
6131
|
export { default as VoiceOverOff } from './components/VoiceOverOff';
|