@project-lary/react-material-symbols 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.
Files changed (63) hide show
  1. package/dist/components/ChatPasteGo2.d.ts +4 -0
  2. package/dist/components/ChatPasteGo2.js +6 -0
  3. package/dist/components/ChatPasteGo2Filled.d.ts +4 -0
  4. package/dist/components/ChatPasteGo2Filled.js +6 -0
  5. package/dist/components/FolderCode.d.ts +4 -0
  6. package/dist/components/FolderCode.js +6 -0
  7. package/dist/components/FolderCodeFilled.d.ts +4 -0
  8. package/dist/components/FolderCodeFilled.js +6 -0
  9. package/dist/components/GifBox.js +1 -1
  10. package/dist/components/GifBoxFilled.js +1 -1
  11. package/dist/components/{Width.d.ts → GlobeBook.d.ts} +1 -1
  12. package/dist/components/GlobeBook.js +6 -0
  13. package/dist/components/GlobeBookFilled.d.ts +3 -0
  14. package/dist/components/GlobeBookFilled.js +3 -0
  15. package/dist/components/ImageSearch.js +1 -1
  16. package/dist/components/ImageSearchFilled.d.ts +4 -3
  17. package/dist/components/ImageSearchFilled.js +6 -3
  18. package/dist/components/MapSearch.d.ts +4 -0
  19. package/dist/components/MapSearch.js +6 -0
  20. package/dist/components/MapSearchFilled.d.ts +4 -0
  21. package/dist/components/MapSearchFilled.js +6 -0
  22. package/dist/components/StackHexagon.js +1 -1
  23. package/dist/components/Table.js +1 -1
  24. package/dist/components/TableConvert.d.ts +4 -0
  25. package/dist/components/TableConvert.js +6 -0
  26. package/dist/components/TableConvertFilled.d.ts +4 -0
  27. package/dist/components/TableConvertFilled.js +6 -0
  28. package/dist/components/TableEdit.d.ts +4 -0
  29. package/dist/components/TableEdit.js +6 -0
  30. package/dist/components/TableEditFilled.d.ts +4 -0
  31. package/dist/components/TableEditFilled.js +6 -0
  32. package/dist/components/TableEye.js +1 -1
  33. package/dist/components/TableEyeFilled.js +1 -1
  34. package/dist/components/TableFilled.d.ts +4 -3
  35. package/dist/components/TableFilled.js +6 -3
  36. package/dist/components/TableView.js +1 -1
  37. package/dist/components/TableViewFilled.d.ts +4 -3
  38. package/dist/components/TableViewFilled.js +6 -3
  39. package/dist/components/TextCompare.d.ts +4 -0
  40. package/dist/components/TextCompare.js +6 -0
  41. package/dist/components/TextCompareFilled.d.ts +4 -0
  42. package/dist/components/TextCompareFilled.js +6 -0
  43. package/dist/components/TileLarge.d.ts +4 -0
  44. package/dist/components/TileLarge.js +6 -0
  45. package/dist/components/TileLargeFilled.d.ts +4 -0
  46. package/dist/components/{Width.js → TileLargeFilled.js} +2 -2
  47. package/dist/components/TileMedium.d.ts +4 -0
  48. package/dist/components/TileMedium.js +6 -0
  49. package/dist/components/TileMediumFilled.d.ts +4 -0
  50. package/dist/components/TileMediumFilled.js +6 -0
  51. package/dist/components/TileSmall.d.ts +4 -0
  52. package/dist/components/TileSmall.js +6 -0
  53. package/dist/components/TileSmallFilled.d.ts +4 -0
  54. package/dist/components/TileSmallFilled.js +6 -0
  55. package/dist/components/TwoPagerStore.d.ts +4 -0
  56. package/dist/components/TwoPagerStore.js +6 -0
  57. package/dist/components/TwoPagerStoreFilled.d.ts +4 -0
  58. package/dist/components/TwoPagerStoreFilled.js +6 -0
  59. package/dist/index.d.ts +22 -2
  60. package/dist/index.js +22 -2
  61. package/package.json +1 -1
  62. package/dist/components/WidthFilled.d.ts +0 -3
  63. package/dist/components/WidthFilled.js +0 -3
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function ChatPasteGo2({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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-124-42-42 73-74H570v-60h181l-73-74 42-42 146 146zm-600 4v-680h640v283q-10-2-20-2.5t-20-.5q-5 0-10 .17-5 .16-10 .83v-221H180v440h301q-.67 5-.83 10-.17 5-.17 10 0 10 .5 20t2.5 20H240zm60-180v-440z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function ChatPasteGo2Filled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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-124-42-42 73-74H570v-60h181l-73-74 42-42 146 146zm-600 4v-680h640v283q-10-2-20-2.5t-20-.5q-95 0-167.5 73T480-280q0 10 .5 20t2.5 20H240z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function FolderCode({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M140-220v-520 550zm-60 60v-640h341l60 60h399v361h-60v-301H456l-60-60H140v520h295v60zm545 99L495-190l130-129 42 42-87 87 87 87zm164 0-42-42 87-87-87-87 42-42 130 129z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function FolderCodeFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M625-61 495-190l130-129 42 42-87 87 87 87zm164 0-42-42 87-87-87-87 42-42 130 129zM80-160v-640h341l60 60h399v361H625q-77 0-132 53t-58 129v37z" })));
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: "M120-120v-720h720v720zm60-60h600v-600H180zm0 0v-600zm120-220h120v-70h-30v40h-60v-100h88v-30H300zm165 0h30v-160h-30zm75 0h30v-60h70v-30h-70v-40h90v-30H540z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M120-120v-720h720v720zm60-60h600v-600H180zm272-180h48v-240h-48zm-212 0h152v-120h-48v72h-56v-144h104v-48H240zm320 0h48v-84h70v-48h-70v-60h112v-48H560zM180-180v-600z" })));
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: "M120-120v-720h720v720zm180-280h120v-70h-30v40h-60v-100h88v-30H300zm165 0h30v-160h-30zm75 0h30v-60h70v-30h-70v-40h90v-30H540z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M120-120v-720h720v720zm332-240h48v-240h-48zm-212 0h152v-120h-48v72h-56v-144h104v-48H240zm320 0h48v-84h70v-48h-70v-60h112v-48H560z" })));
6
6
  }
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
- export default function Width({ className }: {
2
+ export default function GlobeBook({ className }: {
3
3
  className?: string;
4
4
  }): React.JSX.Element;
@@ -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: "M126-427q-2-13-3-26t-1-27q0-75 28-140.5t76.5-114 114-77T480-840t139.5 28.5 114.5 77 77 114T839-480q0 14-1 27t-3 26h-61q2-13 3.5-26t1.5-27q0-13-1-26t-3-26H631q1 13 1.5 26t.5 26q0 14-.5 26.5T631-427h-59q1-11 1-22v-54q0-15-2-29H390q-2 14-2.5 29t-.5 32v22q0 11 1 22h-59q-1-13-1.5-26t-.5-27q0-13 .5-26t1.5-26H186q-2 13-3 26t-1 26q0 14 1.5 27t3.5 26zm77-165h133q9-54 25-96t43-82q-69 18-122 65t-79 113m195 0h164q-8-53-30-101t-52-92q-30 44-52 92t-30 101m226 0h134q-26-66-79.5-113T556-770q27 40 43 82t25 96M450-120v-52q0-57-39-96t-96-39H80v-60h235q50 0 93 23t72 63q29-40 71.5-63t92.5-23h236v60H644q-56 0-95 39.5T510-172v52z" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import GlobeBook from './GlobeBook';
2
+ declare const GlobeBookFilled: typeof GlobeBook;
3
+ export default GlobeBookFilled;
@@ -0,0 +1,3 @@
1
+ import GlobeBook from './GlobeBook';
2
+ var GlobeBookFilled = GlobeBook;
3
+ export default GlobeBookFilled;
@@ -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: "M120-120v-720h273v60H180v600h600v-271l60 60v271zm117-157 117-151 93 126 130-170 147 195zm638-165L742-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" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M237-277h487L577-472 447-302l-93-126zM120-120v-720h273v60H180v600h600v-272l60 60v272zm755-322L742-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 ImageSearch from './ImageSearch';
2
- declare const ImageSearchFilled: typeof ImageSearch;
3
- export default ImageSearchFilled;
1
+ import React from 'react';
2
+ export default function ImageSearchFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -1,3 +1,6 @@
1
- import ImageSearch from './ImageSearch';
2
- var ImageSearchFilled = ImageSearch;
3
- export default ImageSearchFilled;
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: "M120-120v-720h343q-19 28-28 60t-9 66q0 96 65 161t161 65q23 0 42.5-3.5T731-502l109 110v272zm755-322L742-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 30M237-277h487L577-472 447-302l-93-126z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function MapSearch({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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-511v-1.5zv-189zM120-122v-638l229-80 263 92 228-91v439q-11-21-26-38.5T780-470v-284l-142 54v189q-16 2-31 5t-29 8v-202l-196-66v540zm60-85 142-54v-505l-142 47zm474-5q38 0 64-26t26-64-26-64-64-26-64 26-26 64 26 64 64 26m0 60q-62 0-106-44t-44-106q0-63 44-106.5T654-452q63 0 106.5 43.5T804-302q0 23-6.5 44T779-219l101 101-38 38-101-100q-19 14-40.5 21t-46.5 7M322-766v505z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function MapSearchFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M654-212q38 0 64-26t26-64-26-64-64-26-64 26-26 64 26 64 64 26m0 60q-62 0-106-44t-44-106q0-63 44-106.5T654-452q63 0 106.5 43.5T804-302q0 23-6.5 44T779-219l101 101-38 38-101-100q-19 14-40.5 21t-46.5 7m-534 30v-638l229-80 263 92 228-91v439q-28-54-78.5-83T654-512q-19 0-38 3t-38 11v-202l-196-66v540z" })));
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: "m569-396 151-87v-172l-151-87-151 87v172zm115 198h122l9 45-661 79-80-617 125-14v61l-58 6 65 498zm-426-60v-622h622v622zm60-60h502v-502H318zm251-251" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "m569-396 151-87v-172l-151-87-151 87v172zm115 198h122l9 45-661 79-80-617 125-14v61l-58 6 65 498zm-426-60v-622h622v622zm60-60h502v-502H318zm251-147-91-53v-102l91-53 91 53v102z" })));
6
6
  }
@@ -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: "M120-120v-720h720v720zm60-500h600v-160H180zm220 220h160v-160H400zm0 220h160v-160H400zM180-400h160v-160H180zm440 0h160v-160H620zM180-180h160v-160H180zm440 0h160v-160H620z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M120-120v-720h720v720zm330-250H180v190h270zm60 0v190h270v-190zm-60-60v-190H180v190zm60 0h270v-190H510zM180-680h600v-100H180z" })));
6
6
  }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function TableConvert({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M440-120v-500H120v-220h720v720zm60-60h280v-190H500zm0-250h280v-190H500zM180-680h600v-100H180zM120-80v-60h94q-45-23-72-65.5T115-301q0-75 52.58-127T295-480v60q-50 0-85 34.91T175-300q0 46 30 80t75 39v-119h60v220z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function TableConvertFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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-340h330v220H510zm0-60v-220h330v220zM120-680v-160h720v160zm0 600v-60h94q-45-23-72-65.5T115-301q0-75 52.5-127T295-480v60q-50 0-85 35t-35 85q0 46 30 80t75 39v-119h60v220z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function TableEdit({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M180-430h270v-190H180zm0-250h600v-100H180zm-60 560v-720h720v280h-60L649-430 450-232.38V-120zm60-60h270v-190H180zm330-250h139l131-130v-60H510zm10 350v-123l263-262 122 122L643-80zm300-263-37-37zM580-140h38l121-122-37-37-122 121zm141-141-19-18 37 37z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function TableEditFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M120-400v-220h330v220zm0-280v-160h720v160zm0 560v-220h330v220zm390-280v-220h330L619-400zm10 320v-123l263-262 122 122L643-80zm263-224 37-39-37-37-38 38z" })));
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: "M120-120v-720h720v452q-14.41-9.1-29.21-16.55Q796-412 780-418v-142H620v121q-16 2-30.92 3.56-14.91 1.55-29.08 5.44v-130H400v220H180v160h151q8 17 17 31.5t20 28.5zm60-280h160v-160H180zm0-220h600v-160H180zM650.75-40Q563-40 490-85T382-210q35-80 108-125t161-45 161 45 108 125.5q-33 80.5-107.25 125t-162 44.5m.25-60q62 0 115-29.5t87-80.5q-34-51-87-80.5T651-320t-115 29.5-87 80.5q34 51 87 80.5T651-100m-.12-60q-20.88 0-35.38-14.62t-14.5-35.5 14.62-35.38 35.5-14.5 35.38 14.62 14.5 35.5-14.62 35.38-35.5 14.5" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M120-120v-720h720v432q-14.25-9.17-29.25-16.67T780-438v-182H510v187q-27 11-51.5 27T412-370H180v190h162q10 17 20.5 31.5T384-120zm60-310h270v-190H180zm0-250h600v-100H180zM650.75-60Q563-60 490-105T382-230q35-80 108-125t161-45 161 45 108 125.5q-33 80.5-107.25 125t-162 44.5m.25-60q62 0 115-29.5t87-80.5q-34-51-87-80.5T651-340t-115 29.5-87 80.5q34 51 87 80.5T651-120m-.12-60q-20.88 0-35.38-14.62t-14.5-35.5 14.62-35.38 35.5-14.5 35.38 14.62 14.5 35.5-14.62 35.38-35.5 14.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: "M120-120v-720h720v452q-14.41-9.1-29.21-16.55Q796-412 780-418v-142H620v121q-16 2-30.92 3.56-14.91 1.55-29.08 5.44v-130H400v220H180v160h151q8 17 17 31.5t20 28.5zm60-280h160v-160H180zm0-220h600v-160H180zM650.75-40Q563-40 490-85T382-210q35-80 108-125t161-45 161 45 108 125.5q-33 80.5-107.25 125t-162 44.5m.39-80Q689-120 715-146.14t26-64T714.86-274t-64-26T587-273.86t-26 64T587.14-146t64 26m-.26-40q-20.88 0-35.38-14.62t-14.5-35.5 14.62-35.38 35.5-14.5 35.38 14.62 14.5 35.5-14.62 35.38-35.5 14.5" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M120-340h264q-20 23-36.5 50.5T317-230q14 32 30.5 59.5T384-120H120zm0-60v-220h330v220zm390-220h330v212q-41-26-87.96-39T651-460q-37.91 0-73.46 6.5Q542-447 510-433zm-390-60v-160h720v160zM650.75-60Q563-60 490-105T382-230q35-80 108-125t161-45 161 45 108 125.5q-33 80.5-107.25 125t-162 44.5m.39-80Q689-140 715-166.14t26-64T714.86-294t-64-26T587-293.86t-26 64T587.14-166t64 26m-.26-40q-20.88 0-35.38-14.62t-14.5-35.5 14.62-35.38 35.5-14.5 35.38 14.62 14.5 35.5-14.62 35.38-35.5 14.5" })));
6
6
  }
@@ -1,3 +1,4 @@
1
- import Table from './Table';
2
- declare const TableFilled: typeof Table;
3
- export default TableFilled;
1
+ import React from 'react';
2
+ export default function TableFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -1,3 +1,6 @@
1
- import Table from './Table';
2
- var TableFilled = Table;
3
- export default TableFilled;
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-340H120v220h330zm60 0v220h330v-220zm-60-60v-220H120v220zm60 0h330v-220H510zM120-680h720v-160H120z" })));
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: "M280-120v-560h560v560zm60-394h440v-106H340zm166 168h108v-108H506zm0 166h108v-106H506zM340-346h106v-108H340zm334 0h106v-108H674zM340-180h106v-106H340zm334 0h106v-106H674zM250-280H120v-560h560v130h-60v-70H180v440h70z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M240-80v-640h640v640zm60-60h230v-147H300zm290 0h230v-147H590zM80-244v-636h636v60H140v576zm220-103h230v-148H300zm290 0h230v-148H590zM300-555h520v-105H300z" })));
6
6
  }
@@ -1,3 +1,4 @@
1
- import TableView from './TableView';
2
- declare const TableViewFilled: typeof TableView;
3
- export default TableViewFilled;
1
+ import React from 'react';
2
+ export default function TableViewFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -1,3 +1,6 @@
1
- import TableView from './TableView';
2
- var TableViewFilled = TableView;
3
- export default TableViewFilled;
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: "M240-80h290v-178H240zm350 0h290v-178H590zM80-244v-636h636v60H140v576zm160-74h290v-178H240zm350 0h290v-178H590zM240-556h640v-164H240z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function TextCompare({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M422-40v-80H120v-720h302v-80h60v880zM180-180h242v-111H279v-60h143v-99H279v-60h143v-99H279v-60h143v-111H180zm362-600v-60h298v720H542v-60h238v-600zm0 330v-60h143v60zm0-159v-60h143v60zM422-480" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function TextCompareFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M422-40v-80H120v-720h302v-80h60v880zm120-740v-60h298v720H542v-60h238v-600zm0 330v-60h143v60zm0-159v-60h143v60zM279-291h143v-60H279zm0-159h143v-60H279zm0-159h143v-60H279z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function TileLarge({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M120-120v-225h308v225zm413 0v-225h307v225zm-353-60h188v-105H180zm413 0h187v-105H593zM120-450v-390h720v390zm567 217" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function TileLargeFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- export default function Width(_a) {
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: "M280-320 120-480l160-160 43 43-88 87h490l-87-88 42-42 160 160-160 160-42-42 87-88H235l87 88z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M120-120v-225h308v225zm413 0v-225h307v225zM120-450v-390h720v390z" })));
6
6
  }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function TileMedium({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M120-200v-227h307v227zm412 0v-227h308v227zM120-533v-227h720v227zm60 273h187v-107H180zm412 0h188v-107H592zm94-54" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function TileMediumFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M120-200v-227h307v227zm412 0v-227h308v227zM120-533v-227h720v227z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function TileSmall({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M120-200v-227h307v227zm412 0v-227h308v227zm-352-60h187v-107H180zm412 0h188v-107H592zM120-533v-227h307v227zm412 0v-227h308v227zm-352-60h187v-107H180zm94-54" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function TileSmallFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M120-200v-227h307v227zm412 0v-227h308v227zM120-533v-227h307v227zm412 0v-227h308v227z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function TwoPagerStore({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M80-160v-640h800v320h-60v-260H510v249h-60v-249H140v520h310v60zm500 80v-170h60v110h180v-110h60v170zm-47-160 36-180h322l36 180zm74-60h246l-12-60H619zm-417-17h210v-60H190zm0-129h210v-60H190zm0-129h210v-60H190zm370 0v-60h210v60zM140-220v-520z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function TwoPagerStoreFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M580-80v-130h300v130zM80-160v-640h800v320h-60v-260H510v249h-60v331zm453-80 36-180h322l36 180zm-343-77h210v-60H190zm0-129h210v-60H190zm0-129h210v-60H190zm370 0v-60h210v60z" })));
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@project-lary/react-material-symbols",
3
- "version": "0.14.0",
3
+ "version": "0.15.0",
4
4
  "description": "Latest React icon components for Material Symbols",
5
5
  "files": [
6
6
  "dist"
@@ -1,3 +0,0 @@
1
- import Width from './Width';
2
- declare const WidthFilled: typeof Width;
3
- export default WidthFilled;
@@ -1,3 +0,0 @@
1
- import Width from './Width';
2
- var WidthFilled = Width;
3
- export default WidthFilled;