@project-lary/react-material-symbols-700-sharp 0.14.0 → 0.15.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/ChatPasteGo2.d.ts +4 -0
- package/dist/components/ChatPasteGo2.js +6 -0
- package/dist/components/ChatPasteGo2Filled.d.ts +4 -0
- package/dist/components/ChatPasteGo2Filled.js +6 -0
- package/dist/components/FolderCode.d.ts +4 -0
- package/dist/components/FolderCode.js +6 -0
- package/dist/components/FolderCodeFilled.d.ts +4 -0
- package/dist/components/FolderCodeFilled.js +6 -0
- package/dist/components/GifBox.js +1 -1
- package/dist/components/GifBoxFilled.js +1 -1
- package/dist/components/{Width.d.ts → GlobeBook.d.ts} +1 -1
- package/dist/components/GlobeBook.js +6 -0
- package/dist/components/GlobeBookFilled.d.ts +3 -0
- package/dist/components/GlobeBookFilled.js +3 -0
- package/dist/components/ImageSearch.js +1 -1
- package/dist/components/ImageSearchFilled.d.ts +4 -3
- package/dist/components/ImageSearchFilled.js +6 -3
- package/dist/components/MapSearch.d.ts +4 -0
- package/dist/components/MapSearch.js +6 -0
- package/dist/components/MapSearchFilled.d.ts +4 -0
- package/dist/components/MapSearchFilled.js +6 -0
- package/dist/components/StackHexagon.js +1 -1
- package/dist/components/Table.js +1 -1
- package/dist/components/TableConvert.d.ts +4 -0
- package/dist/components/TableConvert.js +6 -0
- package/dist/components/TableConvertFilled.d.ts +4 -0
- package/dist/components/TableConvertFilled.js +6 -0
- package/dist/components/TableEdit.d.ts +4 -0
- package/dist/components/TableEdit.js +6 -0
- package/dist/components/TableEditFilled.d.ts +4 -0
- package/dist/components/TableEditFilled.js +6 -0
- package/dist/components/TableEye.js +1 -1
- package/dist/components/TableEyeFilled.js +1 -1
- package/dist/components/TableFilled.d.ts +4 -3
- package/dist/components/TableFilled.js +6 -3
- package/dist/components/TableView.js +1 -1
- package/dist/components/TableViewFilled.d.ts +4 -3
- package/dist/components/TableViewFilled.js +6 -3
- package/dist/components/TextCompare.d.ts +4 -0
- package/dist/components/TextCompare.js +6 -0
- package/dist/components/TextCompareFilled.d.ts +4 -0
- package/dist/components/TextCompareFilled.js +6 -0
- package/dist/components/TileLarge.d.ts +4 -0
- package/dist/components/TileLarge.js +6 -0
- package/dist/components/TileLargeFilled.d.ts +4 -0
- package/dist/components/{Width.js → TileLargeFilled.js} +2 -2
- package/dist/components/TileMedium.d.ts +4 -0
- package/dist/components/TileMedium.js +6 -0
- package/dist/components/TileMediumFilled.d.ts +4 -0
- package/dist/components/TileMediumFilled.js +6 -0
- package/dist/components/TileSmall.d.ts +4 -0
- package/dist/components/TileSmall.js +6 -0
- package/dist/components/TileSmallFilled.d.ts +4 -0
- package/dist/components/TileSmallFilled.js +6 -0
- package/dist/components/TwoPagerStore.d.ts +4 -0
- package/dist/components/TwoPagerStore.js +6 -0
- package/dist/components/TwoPagerStoreFilled.d.ts +4 -0
- package/dist/components/TwoPagerStoreFilled.js +6 -0
- package/dist/index.d.ts +22 -2
- package/dist/index.js +22 -2
- package/package.json +1 -1
- package/dist/components/WidthFilled.d.ts +0 -3
- package/dist/components/WidthFilled.js +0 -3
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function ChatPasteGo2(_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: "m720-99-67-67 57-57H553v-94h157l-57-57 67-67 171 171zM73-79v-738h704v304q-14-4-28.5-5.5T720-520q-10 0-19 1.17-9 1.16-18 3.83v-208H167v406h318q-2.67 9-3.83 18-1.17 9-1.17 19 0 14 1.5 28.5T487-223H217zm94-238v-406z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function ChatPasteGo2Filled(_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: "m720-99-67-67 57-57H553v-94h157l-57-57 67-67 171 171zM73-79v-738h704v304q-14-4-28.5-5.5T720-520q-98 0-169 72t-71 168q0 14 1.5 28.5T487-223H217z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function FolderCode(_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: "M149-229v-502 549zm-94 94v-691h355l71 72h425v371h-95v-277H442l-71-71H149v502h244v94zM607-29 452-182l155-153 66 66-86 87 86 87zm182 0-66-66 86-87-86-87 66-66 155 153z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function FolderCodeFilled(_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: "M607-29 452-182l155-153 66 66-86 87 86 87zm182 0-66-66 86-87-86-87 66-66 155 153zM55-135v-691h355l71 72h425v371H595q-81 0-139.5 57T393-189v54z" })));
|
|
6
|
+
}
|
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
export default function GifBox(_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: "M95-95v-771h771v771zm94-94h582v-
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M95-95v-771h771v771zm94-94h582v-582H189zm277-165h60v-252h-60zm-224 0h164v-126h-59v66h-46v-132h105v-60H242zm329 0h59v-77h40v-60h-40v-55h74v-60H571zM189-189v-582z" })));
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
export default function GifBoxFilled(_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: "M95-95v-
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M95-95v-771h771v771zm371-259h60v-252h-60zm-224 0h164v-126h-59v66h-46v-132h105v-60H242zm329 0h59v-77h40v-60h-40v-55h74v-60H571z" })));
|
|
6
6
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function GlobeBook(_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: "M101-440q-1.5-10-2.75-20.5T97-486q0-77.76 29.95-146.68 29.96-68.92 82-120.62Q261-805 331-835.5T480-866t148.99 30.63 122 82.5 82.51 121.1T864-486q0 15-.93 25.5-.94 10.5-1.8 20.5H767l2-18q1-9 1-18.5 0-12.5-.5-22.5t-1.5-26H651q0 16 1 26t1 19q0 11-1 20t-.89 20H565q1-7 1-15.2V-472q0-12 .49-24t-.53-29H395.02q-1.02 17-1.52 28.5T393-472v17q0 8 1 15h-86q0-10-.5-19.5T307-480q0-9 .5-19.5t.5-25.5H194q-2 16-2.5 26t-.5 22.5q0 9.5 1 18.5t3 18zm119-164h98.14q5.86-39 17.36-70.5T370-743q-53 18-91 53t-59 86m183 0h155q-8-47-29.5-88.5T480-773q-28 38-49 79.8-21 41.79-28 89.2m237.94 0H742q-21-49-60-84.5T590-743q24 37 35 69t15.94 70M433-95v-68q0-51.67-34.96-87.33Q363.08-286 311-286H55v-94h256q51 0 95 21t74 60q30-39 73.5-60t94.5-21h258v94H648q-50.67 0-85.83 36.17Q527-213.67 527-163v68z" })));
|
|
6
|
+
}
|
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
export default function ImageSearch(_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: "M224-277h513L595-470q-9 1-16.5-1t-14.5-7L447-326l-93-126zM95-95v-771h298v95H189v582h582v-272l95 94v272zm780-347L742-575q-21 14-41.5 20.5T652-548q-70 0-118-48t-48-118 48-118 118-48 118 48 48 118q0 28-8 53t-22 46l130 130zM652-608q46 0 76-30t30-76-30-76-76-30-76 30-30 76 30 76 76 30" })));
|
|
6
6
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function ImageSearchFilled({ className }: {
|
|
3
|
+
className?: string;
|
|
4
|
+
}): React.JSX.Element;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function ImageSearchFilled(_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-771h388q-28 32-42.5 71T426-714q0 96 65 161t161 65q23 0 42.5-3.5T731-502l135 135v272zm780-347L742-575q-21 14-41.5 20.5T652-548q-70 0-118-48t-48-118 48-118 118-48 118 48 48 118q0 28-8 53t-22 46l130 130zM652-608q46 0 76-30t30-76-30-76-76-30-76 30-30 76 30 76 76 30M224-277h513L595-470q-9 1-16.5-1t-14.5-7L447-326l-93-126z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function MapSearch(_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: "M638-521v-2zv-169zM95-84v-695l254-87 263 92 254-103v466q-18-28-41.5-49T771-494v-247l-133 51v169q-16 3-31 7t-29 11v-187l-196-66v555zm94-137 133-51v-484l-133 44zm482-2q31 0 52.5-23t20.5-49q-1-31-21.5-52T671-368t-51.5 21-20.5 52 20.5 51.5T671-223m0 95q-69 0-118-49t-49-118q0-70 49-119t118-49q70 0 119 49t49 119q0 21-5 39.5T819-220l103 103-63 62-101-99q-19 13-40.5 19.5T671-128M322-756v484z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function MapSearchFilled(_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: "M671-223q31 0 52.5-23t20.5-49q-1-31-21.5-52T671-368t-51.5 21-20.5 52 20.5 51.5T671-223m0 95q-69 0-118-49t-49-118q0-70 49-119t118-49q70 0 119 49t49 119q0 21-5 39.5T819-220l103 103-63 62-101-99q-19 13-40.5 19.5T671-128M95-84v-695l254-87 263 92 254-103v466q-31-54-83.5-83T671-523q-23 0-46.5 4.5T578-503v-187l-196-66v555z" })));
|
|
6
|
+
}
|
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
export default function StackHexagon(_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: "m587-405 157-89.67V-675l-157-90-157 89.67V-495zm80 216h132l12 77-693 83-86-667 160-17v95l-55 5 62.77 481zm-416-60v-672h673v672zm94-95h484v-483H345zm242-
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "m587-405 157-89.67V-675l-157-90-157 89.67V-495zm80 216h132l12 77-693 83-86-667 160-17v95l-55 5 62.77 481zm-416-60v-672h673v672zm94-95h484v-483H345zm242-153-77-45v-86l77-46 78 45.33V-542z" })));
|
|
6
6
|
}
|
package/dist/components/Table.js
CHANGED
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
export default function Table(_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: "M95-95v-
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M95-95v-771h771v771zm338-254H189v160h244zm94 0v160h244v-160zm-94-95v-160H189v160zm94 0h244v-160H527zM189-698h582v-73H189z" })));
|
|
6
6
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function TableConvert(_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: "M443-95v-509H95v-262h771v771zm95-94h233v-160H538zm0-255h233v-160H538zM189-698h582v-73H189zM95-55v-79h82q-40-25-63-66.72Q91-242.45 91-291q0-76.33 55.58-130.66Q202.16-476 281-476v80q-45.91 0-77.95 31.57Q171-332.85 171-289.12q0 40.94 26.63 70.34Q224.26-189.37 264-183v-120h79v248z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function TableConvertFilled(_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: "M510-328h356v233H510zm0-60v-234h356v234zM95-682v-184h771v184zm0 627v-79h82q-40-25-63-66.72Q91-242.45 91-291q0-76.33 55.5-130.66Q202-476 281-476v80q-45.91 0-77.95 31.66Q171-332.67 171-289.12q0 40.94 26.63 70.34Q224.26-189.37 264-183v-120h79v248z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function TableEdit(_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-444h244v-160H189zm0-254h582v-73H189zM95-95v-771h771v292h-95L645-444 433-233.38V-95zm94-94h244v-160H189zm338-255h118l126-130v-30H527zM516-55v-144l278-277 143 143L660-55zm315-278-37-37zM591-130h38l118-118.77L710-286 591-168.24zm138-138-19-18 37 37z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function TableEditFilled(_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-388v-234h355v234zm0-294v-184h771v184zm0 587v-233h355v233zm415-293v-234h313L588-388zm6 333v-144l278-277 143 143L660-55zm285-246 30-32-37-37-31 31z" })));
|
|
6
|
+
}
|
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
export default function TableEye(_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: "M95-95v-
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M95-95v-771h771v457q-22.25-14.17-46.25-25.67T771-452v-152H527v160q-40 14-73.19 37.58Q420.61-382.84 393-349H189v160l139 4q12 26 26.5 48.5T386-95zm94-349h244v-160H189zm0-254h582v-73H189zM661.25-30Q567-30 489-81.5T375-220q36-86 114-137.5T662-409t172.87 51.63Q912.74-305.73 950-219.5 915-132 835.82-81T661.25-30m.95-80q57.8 0 110.3-29.5T863-220q-38-50-90.7-80-52.71-30-110.5-30-57.8 0-109.8 30t-89 80q37 51 89.2 80.5 52.21 29.5 110 29.5m.3-52q-24.5 0-41-16.5t-16.5-41 16.63-41Q638.25-277 662-277q25 0 41.5 16.62Q720-243.75 720-220q0 25-16.5 41.5t-41 16.5" })));
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
export default function TableEyeFilled(_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: "M95-
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M95-328h274q-17.02 21.56-32.51 46.78T310-227q16.31 37.62 36.71 71.07Q367.12-122.47 392-95H95zm0-60v-234h355v211q-7.26 5-12.94 10.57T426-388zm415-234h356v206q-44-30-94.67-45.5T662.32-477q-41.06 0-79.19 7.5T510-446zM95-682v-184h771v184zM661.25-38Q567-38 489-89T375-227q36-87 114-138.5T662-417t173 51.5 115 139q-35 87.5-114.18 138T661.25-38m.93-92q40.82 0 69.32-28.18 28.5-28.19 28.5-69 0-40.82-28.39-69.32-28.38-28.5-69.5-28.5Q621-325 593-296.61q-28 28.38-28 69.5Q565-186 593.18-158q28.19 28 69 28m.32-40q-24.5 0-41-16T605-227t16.63-41.5Q638.25-285 662-285q25 0 41.5 16.5T720-227t-16.5 41-41 16" })));
|
|
6
6
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function TableFilled({ className }: {
|
|
3
|
+
className?: string;
|
|
4
|
+
}): React.JSX.Element;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function TableFilled(_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: "M450-328H95v233h355zm60 0v233h356v-233zm-60-60v-234H95v234zm60 0h356v-234H510zM95-682h771v-184H95z" })));
|
|
6
|
+
}
|
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
export default function TableView(_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: "M248-55v-657h658v657zm95-94h195v-110H343zm274 0h194v-110H617zM55-222v-684h683v95H149v589zm288-116h195v-111H343zm274 0h194v-111H617zM343-528h468v-90H343z" })));
|
|
6
6
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function TableViewFilled({ className }: {
|
|
3
|
+
className?: string;
|
|
4
|
+
}): React.JSX.Element;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function TableViewFilled(_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: "M248-55h299v-182H248zm359 0h299v-182H607zM55-222v-684h683v95H149v589zm193-75h299v-183H248zm359 0h299v-183H607zM248-540h658v-172H248z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function TextCompare(_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-17v-78H95v-771h316v-77h71v926zM189-189h222v-108H271v-65h140v-82H271v-66h140v-82H271v-66h140v-113H189zm364-582v-95h313v771H553v-94h218v-582zm0 327v-66h140v66zm0-148v-66h140v66zM411-480" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function TextCompareFilled(_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-17v-78H95v-771h316v-77h71v926zm142-754v-95h313v771H553v-94h218v-582zm0 327v-66h140v66zm0-148v-66h140v66zM271-297h140v-65H271zm0-147h140v-66H271zm0-148h140v-66H271z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function TileLarge(_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-279h333v279zm438 0v-279h333v279zm-344-94h145v-90H189zm439 0h143v-90H628zM95-479v-387h771v387zm605 244" })));
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export default function
|
|
2
|
+
export default function TileLargeFilled(_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-279h333v279zm438 0v-279h333v279zM95-479v-387h771v387z" })));
|
|
6
6
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function TileMedium(_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-145v-281h332v281zm437 0v-281h334v281zM95-532v-284h771v284zm94 293h144v-94H189zm438 0h144v-94H627zm72-47" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function TileMediumFilled(_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-145v-281h332v281zm437 0v-281h334v281zM95-532v-284h771v284z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function TileSmall(_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-145v-282h332v282zm437 0v-282h334v282zm-343-94h144v-94H189zm438 0h144v-94H627zM95-533v-283h332v283zm437 0v-283h334v283zm-343-95h144v-93H189zm72-47" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function TileSmallFilled(_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-145v-282h332v282zm437 0v-282h334v282zM95-533v-283h332v283zm437 0v-283h334v283z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function TwoPagerStore(_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-135v-691h851v343h-95v-248H520v237h-80v-237H149v502h291v94zm531 80v-186h80v107h160v-107h80v186zm-54-149 35-219h358l34 219zm94-80h232l-10-60H636.15zm-427-33h191v-60H199zm0-129h191v-60H199zm0-129h191v-60H199zm371 0v-60h191v60zM149-229v-502z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function TwoPagerStoreFilled(_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: "M586-55v-119h320v119zM55-135v-691h851v343h-95v-248H520v238h-80v358zm477-69 35-219h358l34 219zM199-317h191v-60H199zm0-129h191v-60H199zm0-129h191v-60H199zm371 0v-60h191v60z" })));
|
|
6
|
+
}
|
package/dist/index.d.ts
CHANGED
|
@@ -1057,6 +1057,8 @@ export { default as ChatFilled } from './components/ChatFilled';
|
|
|
1057
1057
|
export { default as ChatInfo } from './components/ChatInfo';
|
|
1058
1058
|
export { default as ChatInfoFilled } from './components/ChatInfoFilled';
|
|
1059
1059
|
export { default as ChatPasteGo } from './components/ChatPasteGo';
|
|
1060
|
+
export { default as ChatPasteGo2 } from './components/ChatPasteGo2';
|
|
1061
|
+
export { default as ChatPasteGo2Filled } from './components/ChatPasteGo2Filled';
|
|
1060
1062
|
export { default as ChatPasteGoFilled } from './components/ChatPasteGoFilled';
|
|
1061
1063
|
export { default as Check } from './components/Check';
|
|
1062
1064
|
export { default as CheckBox } from './components/CheckBox';
|
|
@@ -2341,6 +2343,8 @@ export { default as FolderCheck } from './components/FolderCheck';
|
|
|
2341
2343
|
export { default as FolderCheck2 } from './components/FolderCheck2';
|
|
2342
2344
|
export { default as FolderCheck2Filled } from './components/FolderCheck2Filled';
|
|
2343
2345
|
export { default as FolderCheckFilled } from './components/FolderCheckFilled';
|
|
2346
|
+
export { default as FolderCode } from './components/FolderCode';
|
|
2347
|
+
export { default as FolderCodeFilled } from './components/FolderCodeFilled';
|
|
2344
2348
|
export { default as FolderCopy } from './components/FolderCopy';
|
|
2345
2349
|
export { default as FolderCopyFilled } from './components/FolderCopyFilled';
|
|
2346
2350
|
export { default as FolderData } from './components/FolderData';
|
|
@@ -2597,6 +2601,8 @@ export { default as GlassCupFilled } from './components/GlassCupFilled';
|
|
|
2597
2601
|
export { default as Globe } from './components/Globe';
|
|
2598
2602
|
export { default as GlobeAsia } from './components/GlobeAsia';
|
|
2599
2603
|
export { default as GlobeAsiaFilled } from './components/GlobeAsiaFilled';
|
|
2604
|
+
export { default as GlobeBook } from './components/GlobeBook';
|
|
2605
|
+
export { default as GlobeBookFilled } from './components/GlobeBookFilled';
|
|
2600
2606
|
export { default as GlobeFilled } from './components/GlobeFilled';
|
|
2601
2607
|
export { default as GlobeUk } from './components/GlobeUk';
|
|
2602
2608
|
export { default as GlobeUkFilled } from './components/GlobeUkFilled';
|
|
@@ -3480,6 +3486,8 @@ export { default as Manufacturing } from './components/Manufacturing';
|
|
|
3480
3486
|
export { default as ManufacturingFilled } from './components/ManufacturingFilled';
|
|
3481
3487
|
export { default as Map } from './components/Map';
|
|
3482
3488
|
export { default as MapFilled } from './components/MapFilled';
|
|
3489
|
+
export { default as MapSearch } from './components/MapSearch';
|
|
3490
|
+
export { default as MapSearchFilled } from './components/MapSearchFilled';
|
|
3483
3491
|
export { default as MapsUgc } from './components/MapsUgc';
|
|
3484
3492
|
export { default as MapsUgcFilled } from './components/MapsUgcFilled';
|
|
3485
3493
|
export { default as Margin } from './components/Margin';
|
|
@@ -5825,6 +5833,10 @@ export { default as TableChart } from './components/TableChart';
|
|
|
5825
5833
|
export { default as TableChartFilled } from './components/TableChartFilled';
|
|
5826
5834
|
export { default as TableChartView } from './components/TableChartView';
|
|
5827
5835
|
export { default as TableChartViewFilled } from './components/TableChartViewFilled';
|
|
5836
|
+
export { default as TableConvert } from './components/TableConvert';
|
|
5837
|
+
export { default as TableConvertFilled } from './components/TableConvertFilled';
|
|
5838
|
+
export { default as TableEdit } from './components/TableEdit';
|
|
5839
|
+
export { default as TableEditFilled } from './components/TableEditFilled';
|
|
5828
5840
|
export { default as TableEye } from './components/TableEye';
|
|
5829
5841
|
export { default as TableEyeFilled } from './components/TableEyeFilled';
|
|
5830
5842
|
export { default as TableFilled } from './components/TableFilled';
|
|
@@ -5886,6 +5898,8 @@ export { default as Terminal } from './components/Terminal';
|
|
|
5886
5898
|
export { default as TerminalFilled } from './components/TerminalFilled';
|
|
5887
5899
|
export { default as TextAd } from './components/TextAd';
|
|
5888
5900
|
export { default as TextAdFilled } from './components/TextAdFilled';
|
|
5901
|
+
export { default as TextCompare } from './components/TextCompare';
|
|
5902
|
+
export { default as TextCompareFilled } from './components/TextCompareFilled';
|
|
5889
5903
|
export { default as TextDecrease } from './components/TextDecrease';
|
|
5890
5904
|
export { default as TextDecreaseFilled } from './components/TextDecreaseFilled';
|
|
5891
5905
|
export { default as TextFields } from './components/TextFields';
|
|
@@ -5978,6 +5992,12 @@ export { default as Tibia } from './components/Tibia';
|
|
|
5978
5992
|
export { default as TibiaAlt } from './components/TibiaAlt';
|
|
5979
5993
|
export { default as TibiaAltFilled } from './components/TibiaAltFilled';
|
|
5980
5994
|
export { default as TibiaFilled } from './components/TibiaFilled';
|
|
5995
|
+
export { default as TileLarge } from './components/TileLarge';
|
|
5996
|
+
export { default as TileLargeFilled } from './components/TileLargeFilled';
|
|
5997
|
+
export { default as TileMedium } from './components/TileMedium';
|
|
5998
|
+
export { default as TileMediumFilled } from './components/TileMediumFilled';
|
|
5999
|
+
export { default as TileSmall } from './components/TileSmall';
|
|
6000
|
+
export { default as TileSmallFilled } from './components/TileSmallFilled';
|
|
5981
6001
|
export { default as TimeAuto } from './components/TimeAuto';
|
|
5982
6002
|
export { default as TimeAutoFilled } from './components/TimeAutoFilled';
|
|
5983
6003
|
export { default as Timelapse } from './components/Timelapse';
|
|
@@ -6190,6 +6210,8 @@ export { default as TvWithAssistant } from './components/TvWithAssistant';
|
|
|
6190
6210
|
export { default as TvWithAssistantFilled } from './components/TvWithAssistantFilled';
|
|
6191
6211
|
export { default as TwoPager } from './components/TwoPager';
|
|
6192
6212
|
export { default as TwoPagerFilled } from './components/TwoPagerFilled';
|
|
6213
|
+
export { default as TwoPagerStore } from './components/TwoPagerStore';
|
|
6214
|
+
export { default as TwoPagerStoreFilled } from './components/TwoPagerStoreFilled';
|
|
6193
6215
|
export { default as TwoWheeler } from './components/TwoWheeler';
|
|
6194
6216
|
export { default as TwoWheelerFilled } from './components/TwoWheelerFilled';
|
|
6195
6217
|
export { default as TypeSpecimen } from './components/TypeSpecimen';
|
|
@@ -6562,8 +6584,6 @@ export { default as WhereToVote } from './components/WhereToVote';
|
|
|
6562
6584
|
export { default as WhereToVoteFilled } from './components/WhereToVoteFilled';
|
|
6563
6585
|
export { default as Widgets } from './components/Widgets';
|
|
6564
6586
|
export { default as WidgetsFilled } from './components/WidgetsFilled';
|
|
6565
|
-
export { default as Width } from './components/Width';
|
|
6566
|
-
export { default as WidthFilled } from './components/WidthFilled';
|
|
6567
6587
|
export { default as WidthFull } from './components/WidthFull';
|
|
6568
6588
|
export { default as WidthFullFilled } from './components/WidthFullFilled';
|
|
6569
6589
|
export { default as WidthNormal } from './components/WidthNormal';
|
package/dist/index.js
CHANGED
|
@@ -1057,6 +1057,8 @@ export { default as ChatFilled } from './components/ChatFilled';
|
|
|
1057
1057
|
export { default as ChatInfo } from './components/ChatInfo';
|
|
1058
1058
|
export { default as ChatInfoFilled } from './components/ChatInfoFilled';
|
|
1059
1059
|
export { default as ChatPasteGo } from './components/ChatPasteGo';
|
|
1060
|
+
export { default as ChatPasteGo2 } from './components/ChatPasteGo2';
|
|
1061
|
+
export { default as ChatPasteGo2Filled } from './components/ChatPasteGo2Filled';
|
|
1060
1062
|
export { default as ChatPasteGoFilled } from './components/ChatPasteGoFilled';
|
|
1061
1063
|
export { default as Check } from './components/Check';
|
|
1062
1064
|
export { default as CheckBox } from './components/CheckBox';
|
|
@@ -2341,6 +2343,8 @@ export { default as FolderCheck } from './components/FolderCheck';
|
|
|
2341
2343
|
export { default as FolderCheck2 } from './components/FolderCheck2';
|
|
2342
2344
|
export { default as FolderCheck2Filled } from './components/FolderCheck2Filled';
|
|
2343
2345
|
export { default as FolderCheckFilled } from './components/FolderCheckFilled';
|
|
2346
|
+
export { default as FolderCode } from './components/FolderCode';
|
|
2347
|
+
export { default as FolderCodeFilled } from './components/FolderCodeFilled';
|
|
2344
2348
|
export { default as FolderCopy } from './components/FolderCopy';
|
|
2345
2349
|
export { default as FolderCopyFilled } from './components/FolderCopyFilled';
|
|
2346
2350
|
export { default as FolderData } from './components/FolderData';
|
|
@@ -2597,6 +2601,8 @@ export { default as GlassCupFilled } from './components/GlassCupFilled';
|
|
|
2597
2601
|
export { default as Globe } from './components/Globe';
|
|
2598
2602
|
export { default as GlobeAsia } from './components/GlobeAsia';
|
|
2599
2603
|
export { default as GlobeAsiaFilled } from './components/GlobeAsiaFilled';
|
|
2604
|
+
export { default as GlobeBook } from './components/GlobeBook';
|
|
2605
|
+
export { default as GlobeBookFilled } from './components/GlobeBookFilled';
|
|
2600
2606
|
export { default as GlobeFilled } from './components/GlobeFilled';
|
|
2601
2607
|
export { default as GlobeUk } from './components/GlobeUk';
|
|
2602
2608
|
export { default as GlobeUkFilled } from './components/GlobeUkFilled';
|
|
@@ -3480,6 +3486,8 @@ export { default as Manufacturing } from './components/Manufacturing';
|
|
|
3480
3486
|
export { default as ManufacturingFilled } from './components/ManufacturingFilled';
|
|
3481
3487
|
export { default as Map } from './components/Map';
|
|
3482
3488
|
export { default as MapFilled } from './components/MapFilled';
|
|
3489
|
+
export { default as MapSearch } from './components/MapSearch';
|
|
3490
|
+
export { default as MapSearchFilled } from './components/MapSearchFilled';
|
|
3483
3491
|
export { default as MapsUgc } from './components/MapsUgc';
|
|
3484
3492
|
export { default as MapsUgcFilled } from './components/MapsUgcFilled';
|
|
3485
3493
|
export { default as Margin } from './components/Margin';
|
|
@@ -5825,6 +5833,10 @@ export { default as TableChart } from './components/TableChart';
|
|
|
5825
5833
|
export { default as TableChartFilled } from './components/TableChartFilled';
|
|
5826
5834
|
export { default as TableChartView } from './components/TableChartView';
|
|
5827
5835
|
export { default as TableChartViewFilled } from './components/TableChartViewFilled';
|
|
5836
|
+
export { default as TableConvert } from './components/TableConvert';
|
|
5837
|
+
export { default as TableConvertFilled } from './components/TableConvertFilled';
|
|
5838
|
+
export { default as TableEdit } from './components/TableEdit';
|
|
5839
|
+
export { default as TableEditFilled } from './components/TableEditFilled';
|
|
5828
5840
|
export { default as TableEye } from './components/TableEye';
|
|
5829
5841
|
export { default as TableEyeFilled } from './components/TableEyeFilled';
|
|
5830
5842
|
export { default as TableFilled } from './components/TableFilled';
|
|
@@ -5886,6 +5898,8 @@ export { default as Terminal } from './components/Terminal';
|
|
|
5886
5898
|
export { default as TerminalFilled } from './components/TerminalFilled';
|
|
5887
5899
|
export { default as TextAd } from './components/TextAd';
|
|
5888
5900
|
export { default as TextAdFilled } from './components/TextAdFilled';
|
|
5901
|
+
export { default as TextCompare } from './components/TextCompare';
|
|
5902
|
+
export { default as TextCompareFilled } from './components/TextCompareFilled';
|
|
5889
5903
|
export { default as TextDecrease } from './components/TextDecrease';
|
|
5890
5904
|
export { default as TextDecreaseFilled } from './components/TextDecreaseFilled';
|
|
5891
5905
|
export { default as TextFields } from './components/TextFields';
|
|
@@ -5978,6 +5992,12 @@ export { default as Tibia } from './components/Tibia';
|
|
|
5978
5992
|
export { default as TibiaAlt } from './components/TibiaAlt';
|
|
5979
5993
|
export { default as TibiaAltFilled } from './components/TibiaAltFilled';
|
|
5980
5994
|
export { default as TibiaFilled } from './components/TibiaFilled';
|
|
5995
|
+
export { default as TileLarge } from './components/TileLarge';
|
|
5996
|
+
export { default as TileLargeFilled } from './components/TileLargeFilled';
|
|
5997
|
+
export { default as TileMedium } from './components/TileMedium';
|
|
5998
|
+
export { default as TileMediumFilled } from './components/TileMediumFilled';
|
|
5999
|
+
export { default as TileSmall } from './components/TileSmall';
|
|
6000
|
+
export { default as TileSmallFilled } from './components/TileSmallFilled';
|
|
5981
6001
|
export { default as TimeAuto } from './components/TimeAuto';
|
|
5982
6002
|
export { default as TimeAutoFilled } from './components/TimeAutoFilled';
|
|
5983
6003
|
export { default as Timelapse } from './components/Timelapse';
|
|
@@ -6190,6 +6210,8 @@ export { default as TvWithAssistant } from './components/TvWithAssistant';
|
|
|
6190
6210
|
export { default as TvWithAssistantFilled } from './components/TvWithAssistantFilled';
|
|
6191
6211
|
export { default as TwoPager } from './components/TwoPager';
|
|
6192
6212
|
export { default as TwoPagerFilled } from './components/TwoPagerFilled';
|
|
6213
|
+
export { default as TwoPagerStore } from './components/TwoPagerStore';
|
|
6214
|
+
export { default as TwoPagerStoreFilled } from './components/TwoPagerStoreFilled';
|
|
6193
6215
|
export { default as TwoWheeler } from './components/TwoWheeler';
|
|
6194
6216
|
export { default as TwoWheelerFilled } from './components/TwoWheelerFilled';
|
|
6195
6217
|
export { default as TypeSpecimen } from './components/TypeSpecimen';
|
|
@@ -6562,8 +6584,6 @@ export { default as WhereToVote } from './components/WhereToVote';
|
|
|
6562
6584
|
export { default as WhereToVoteFilled } from './components/WhereToVoteFilled';
|
|
6563
6585
|
export { default as Widgets } from './components/Widgets';
|
|
6564
6586
|
export { default as WidgetsFilled } from './components/WidgetsFilled';
|
|
6565
|
-
export { default as Width } from './components/Width';
|
|
6566
|
-
export { default as WidthFilled } from './components/WidthFilled';
|
|
6567
6587
|
export { default as WidthFull } from './components/WidthFull';
|
|
6568
6588
|
export { default as WidthFullFilled } from './components/WidthFullFilled';
|
|
6569
6589
|
export { default as WidthNormal } from './components/WidthNormal';
|
package/package.json
CHANGED