@project-lary/react-material-symbols-600-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.
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-109.87 663.87-166l63.95-64.39H560.39v-79.22h167.43L663.87-374 720-430.13 880.13-270zM93.43-96.82v-712.79h676.18v294.87q-12.26-3.13-24.81-4.19Q732.26-520 720-520q-7.83 0-15.09.73t-14.52 2.53v-213.65H172.65v420.78h310.61q-1.8 7.26-2.53 14.52T480-280q0 12.26 1.07 24.8 1.06 12.55 4.19 24.81H227zm79.22-212.79v-420.78z" })));
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-109.87 663.87-166l63.95-64.39H560.39v-79.22h167.43L663.87-374 720-430.13 880.13-270zM93.43-96.82v-712.79h676.18v294.87q-12.26-3.13-24.81-4.19Q732.26-520 720-520q-96.7 0-168.35 72.43Q480-375.13 480-280q0 12.26 1.07 24.8 1.06 12.55 4.19 24.81H227z" })));
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: "M145.09-225.09v-509.82 549.43zm-79.22 79.22V-814.7h348.91L481-747.91h413.7v366.65h-79.79V-668.7H448.09l-66.22-66.21H145.09v509.82h266.17v79.22zM614.83-42.91 470.69-185.48l144.14-142.56 55.56 55.56-86.43 87 86.43 87zm174.17 0-55.57-55.57 86.44-87-86.44-87L789-328.04l144.13 142.56z" })));
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: "M614.83-42.91 470.69-185.48l144.14-142.56 55.56 55.56-86.43 87 86.43 87zm174.17 0-55.57-55.57 86.44-87-86.44-87L789-328.04l144.13 142.56zM65.87-145.87V-814.7h348.91L481-747.91h413.7v366.65H608.04q-79.26 0-136.24 55.26t-60.54 133.52v46.61z" })));
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: "M105.87-105.87V-854.7H854.7v748.83zm79.22-79.22h589.82v-589.82H185.09zm0 0v-589.82zm105.3-211.52H420v-76.78h-36.22v40h-57.17v-93.22H418v-36.78H290.39zm171.22 0h36.78v-166.78h-36.78zm78.39 0h36.22v-53.78h70v-36.22h-70v-40h90v-36.78H540z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M105.87-105.87V-854.7H854.7v748.83zm79.22-79.22h589.82v-589.82H185.09zm274.82-171.52h54.79v-246.78h-54.79zm-218.78 0h158.78V-480H345.7v68.61h-50.35v-137.22h104.56v-54.78H241.13zm325.09 0h54.22v-80.04h53.04v-54.78h-53.04v-57.18h90.52v-54.78H566.22zM185.09-185.09v-589.82z" })));
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: "M105.87-105.87V-854.7H854.7v748.83zm184.52-290.74H420v-76.78h-36.22v40h-57.17v-93.22H418v-36.78H290.39zm171.22 0h36.78v-166.78h-36.78zm78.39 0h36.22v-53.78h70v-36.22h-70v-40h90v-36.78H540z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M105.87-105.87V-854.7H854.7v748.83zm354.04-250.74h54.79v-246.78h-54.79zm-218.78 0h158.78V-480H345.7v68.61h-50.35v-137.22h104.56v-54.78H241.13zm325.09 0h54.22v-80.04h53.04v-54.78h-53.04v-57.18h90.52v-54.78H566.22z" })));
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: "M111.87-434.35q-1.72-11.3-2.86-22.89t-1.14-26.15q0-76.56 29.1-144 29.11-67.43 79.61-117.74 50.51-50.31 118.55-79.94T480-854.7t144.86 29.71q68.04 29.7 118.74 80.11 50.7 50.4 80.12 118.01 29.41 67.61 29.41 143.48 0 14.56-.96 26.15t-2.32 22.89h-79.81q1.44-10.74 2.66-21.48 1.21-10.74 1.21-22.19 0-12.72-.71-24.02-.72-11.31-2.16-26H642.3q.44 14.69 1.22 26 .78 11.3.78 22.04 0 12.3-.78 22.83-.78 10.52-1.15 22.82h-74.33q1-8.74 1-18.15v-19.07q0-14.17.28-27.47.28-13.31-1.17-29H392.84q-1.45 15.69-1.95 28.71-.5 13.03-.5 27.76v19.18q0 9.3 1 18.04h-74.26q-.43-11.3-.93-22.32-.5-11.03-.5-23.33 0-10.74.5-22.33.5-11.58.93-25.71H190.52q-2 14.69-2.72 26-.71 11.3-.71 24.02 0 11.45 1.21 22.19 1.22 10.74 3.22 21.48zm100.74-164.43H325.9q7.23-45.52 20.69-81.59 13.45-36.06 38.19-74.37-59.95 18-104.48 58.22-44.52 40.22-67.69 97.74m188.22 0h158.91q-8-49.61-29.72-93.94-21.72-44.32-50.02-85.5-28.87 40.61-50.3 85.1-21.44 44.5-28.87 94.34m232.74 0h115.39q-23.18-56.39-68.48-96.89-45.31-40.5-105.26-59.07 25.3 38.31 38.48 74.65 13.17 36.35 19.87 81.31M440.39-105.87v-61.04q0-53.99-36.71-91.1-36.72-37.12-90.94-37.12H65.87v-79.22h246.87q50.56 0 94.13 21.87 43.56 21.87 73.13 61.31 29.57-39.44 72.63-61.31 43.07-21.87 93.63-21.87H894.7v79.22H646.26q-52.98 0-89.82 37.62-36.83 37.61-36.83 90.6v61.04z" })));
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: "M105.87-105.87V-854.7H393v79.79H185.09v589.82h589.82v-271l79.79 79.22v271zM229.65-277 354-441.57l93 126 130-170L731.35-277zM875-442 742-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: "M229.65-277h501.7L587.17-470.87q-5.08.57-9.32-.56-4.24-1.14-8.2-3.96L447-315.57l-93-126zM105.87-105.87V-854.7H393v79.79H185.09v589.82h589.82v-272l79.79 79.22v272zM875-442 742-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: "M105.87-105.87V-854.7H474.3q-24.08 30.26-36.19 66.22T426-714q0 96 65 161t161 65q23 0 42.5-3.5T731-502l123.7 124.13v272zM875-442 742-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 30M229.65-277h501.7L587.17-470.87q-5.08.57-9.32-.56-4.24-1.14-8.2-3.96L447-315.57l-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-516.65v-1.79zv-177.7zM105.87-100.52v-670.22L349-854.7l263 92 242.7-97.78v454.26q-14.96-24.95-34.76-44.43-19.81-19.48-45.03-32.92v-263.08L638-694.35v177.7q-16 2.56-31 6.13-15 3.56-29 9.69v-193.52l-196-66v548.48zm79.22-114.39L322-267.22v-493.13l-136.91 45.31zm478.52-3.31q34.04 0 57.5-24.3 23.46-24.31 22.89-55.52-.57-34.05-23.46-57.22t-56.93-23.17-56.94 23.17q-22.89 23.17-22.89 57.22 0 34.04 22.89 56.93 22.9 22.89 56.94 22.89m0 79.79q-65.96 0-112.78-46.83Q504-232.09 504-298.04q0-66.96 46.83-113.57 46.82-46.61 112.78-46.61 66.96 0 113.56 46.61 46.61 46.61 46.61 113.57 0 21.87-5.65 41.45-5.65 19.59-16.52 37.02l102.13 102.14-52.13 51.56-101-99.43q-19 13.43-40.5 20.15t-46.5 6.72M322-760.35v493.13z" })));
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: "M663.61-218.22q34.04 0 57.5-24.3 23.46-24.31 22.89-55.52-.57-34.05-23.46-57.22t-56.93-23.17-56.94 23.17q-22.89 23.17-22.89 57.22 0 34.04 22.89 56.93 22.9 22.89 56.94 22.89m0 79.79q-65.96 0-112.78-46.83Q504-232.09 504-298.04q0-66.96 46.83-113.57 46.82-46.61 112.78-46.61 66.96 0 113.56 46.61 46.61 46.61 46.61 113.57 0 21.87-5.65 41.45-5.65 19.59-16.52 37.02l102.13 102.14-52.13 51.56-101-99.43q-19 13.43-40.5 20.15t-46.5 6.72m-557.74 37.91v-670.22L349-854.7l263 92 242.7-97.78v454.26q-29.7-54-81.33-83t-109.76-29q-21.26 0-42.81 3.85-21.54 3.85-42.8 13.54v-193.52l-196-66v548.48z" })));
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: "m579.17-401.09 154.4-88.5V-666.3L579.17-755l-154.39 88.51v176.71zm95.22 208.18h127.65l10.7 63.09-679.09 81.26-83.39-645.27 144.78-15.69v80.22l-56.3 5.43 63.74 488.39zm-420.35-60v-650.27h650.83v650.27zm79.22-79.79h491.83v-491.26H333.26zm245.91-245.91" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "m579.17-401.09 154.4-88.5V-666.3L579.17-755l-154.39 88.51v176.71zm95.22 208.18h127.65l10.7 63.09-679.09 81.26-83.39-645.27 144.78-15.69v80.22l-56.3 5.43 63.74 488.39zm-420.35-60v-650.27h650.83v650.27zm79.22-79.79h491.83v-491.26H333.26zm245.91-150.39-83.08-48.48v-92.95l83.08-49.05 83.66 48.67v93.33z" })));
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: "M105.87-105.87V-854.7H854.7v748.83zm79.22-521.48h589.82v-147.56H185.09zM401.7-406.22h156.6v-161.13H401.7zm0 221.13h156.6v-161.13H401.7zM185.09-406.22H341.7v-161.13H185.09zm433.21 0h156.61v-161.13H618.3zM185.09-185.09H341.7v-161.13H185.09zm433.21 0h156.61v-161.13H618.3z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M105.87-105.87V-854.7H854.7v748.83zm334.52-252.26h-255.3v173.04h255.3zm79.22 0v173.04h255.3v-173.04zm-79.22-79.78v-173.05h-255.3v173.05zm79.22 0h255.3v-173.05h-255.3zM185.09-690.17h589.82v-84.74H185.09z" })));
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: "M441.7-105.87v-505.09H105.87V-854.7H854.7v748.83zm79.78-79.22h253.43v-173.04H521.48zm0-252.82h253.43v-173.05H521.48zM185.09-690.17h589.82v-84.74H185.09zm-79.22 624.3v-70.74h87.22q-42.18-24.13-66.92-66.19t-24.74-92.55q0-75.75 54.28-129.07 54.27-53.32 131.38-53.32v71.31q-47.69 0-81.02 33.02t-33.33 79.56q0 43.14 28.09 74.54 28.1 31.4 70.13 37.18V-301.7h70.74v235.83z" })));
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-333.22h344.7v227.35H510zm0-60v-227.91h344.7v227.91zM105.87-681.13V-854.7H854.7v173.57zm0 615.26v-70.74h87.22q-42.18-24.13-66.92-66.19t-24.74-92.55q0-75.75 54.2-129.07t131.46-53.32v71.31q-47.69 0-81.02 33.11t-33.33 79.47q0 43.14 28.09 74.54 28.1 31.4 70.13 37.18V-301.7h70.74v235.83z" })));
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: "M185.09-437.91h255.3v-173.05h-255.3zm0-252.26h589.82v-84.74H185.09zm-79.22 584.3V-854.7H854.7v286.79h-79.79l-128.17 130-206.35 204.97v127.07zm79.22-79.22h255.3v-173.04h-255.3zm334.52-252.82h127.13l128.17-130v-43.05h-255.3zm-1.87 372.04v-134.87l271.48-270.48 133.87 133.87L652.61-65.87zm308.48-271.48-37-37zm-240 203h38l119.3-120.17-37-37.13-120.3 119.17zm139.3-139.3-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: "M105.87-393.22v-227.91H450v227.91zm0-287.91V-854.7H854.7v173.57zm0 575.26v-227.35H450v227.35zM510-393.22v-227.91h320.39L601.48-393.22zm7.74 327.35v-134.87l271.48-270.48 133.87 133.87L652.61-65.87zM793.17-302.3l33.05-35.05-37-37-34.05 34.05z" })));
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: "M105.87-105.87V-854.7H854.7v466.13q-18.94-11.92-38.54-21.63-19.59-9.71-41.25-15.71v-141.44H618.3v123.83q-16 1.88-30.91 4.06-14.92 2.18-29.09 6.63v-134.52H401.7v224.52q.56 0 1.41-.84.85-.85 1.06-2.55H185.09v161.13h136.87q4.04 13.61 20.67 40.55 16.63 26.93 26.5 38.67zm79.22-300.35H341.7v-161.13H185.09zm0-221.13h589.82v-147.56H185.09zm471.6 604.31q-91.43 0-167.26-48.68-75.82-48.67-111.39-132.63 35.57-83.39 111.39-132.06 75.83-48.68 167.51-48.68 92.23 0 168.06 48.68 75.83 48.67 111.96 132.56-34.13 84.46-111.21 132.63-77.08 48.18-169.06 48.18m.53-71.31q59.74 0 112.45-29.5 52.72-29.5 88.98-80.5-36.26-50.43-88.98-80.21-52.71-29.79-112.45-29.79t-112.18 29.79q-52.43 29.78-88.13 80.21 35.7 51 88.13 80.5 52.44 29.5 112.18 29.5m-.05-55.48q-22.65 0-38.28-15.68t-15.63-38.89q0-22.64 15.68-38.27t38.33-15.63q23.21 0 38.84 15.68t15.63 38.32q0 23.21-15.68 38.84t-38.89 15.63" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M105.87-105.87V-854.7H854.7v446.13q-18.78-11.99-38.86-21.75-20.09-9.76-40.93-15.59v-165.05h-255.3v171.74q-34.35 12.7-63.76 32.98-29.42 20.29-54.59 48.11H185.09v173.04l149 2.26q11.13 22.09 23.89 41.11t27.15 35.85zm79.22-332.04h255.3v-173.05h-255.3zm0-252.26h589.82v-84.74H185.09zm471.6 647.13q-91.43 0-167.26-48.68-75.82-48.67-111.39-132.63 35.57-83.39 111.39-132.06 75.83-48.68 167.79-48.68 91.95 0 167.71 48.75 75.75 48.75 112.03 132.49-34.13 84.46-111.17 132.63-77.03 48.18-169.1 48.18m.64-71.31q59.63 0 112.34-29.5 52.72-29.5 88.98-80.5-36.26-50.43-89.09-80.21-52.83-29.79-112.46-29.79-59.62 0-112.06 29.79-52.43 29.78-88.13 80.21 35.7 51 88.25 80.5t112.17 29.5m.12-55.48q-22.93 0-38.56-15.68t-15.63-38.61q0-22.92 15.75-38.55 15.76-15.63 38.26-15.63 23.21 0 38.84 15.75t15.63 38.25q0 23.21-15.68 38.84t-38.61 15.63" })));
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: "M105.87-105.87V-854.7H854.7v466.13q-18.94-11.92-38.54-21.63-19.59-9.71-41.25-15.71v-141.44H618.3v123.83q-16 1.88-30.91 4.06-14.92 2.18-29.09 6.63v-134.52H401.7v224.52q.56 0 1.49-.95t.98-2.44H185.09v161.13h136.87q4.04 13.61 20.67 40.55 16.63 26.93 26.5 38.67zm79.22-300.35H341.7v-161.13H185.09zm0-221.13h589.82v-147.56H185.09zm471.6 604.31q-91.43 0-167.26-48.68-75.82-48.67-111.39-132.63 35.57-83.39 111.39-132.06 75.83-48.68 167.79-48.68 91.95 0 167.71 48.75 75.75 48.75 112.03 132.49-34.13 84.46-111.17 132.63-77.03 48.18-169.1 48.18m.69-86.79q39.53 0 66.95-27.19 27.41-27.19 27.41-67.11 0-39.91-27.41-67.04t-67.11-27.13-66.83 27.26q-27.13 27.27-27.13 66.75 0 40.2 27.3 67.33 27.29 27.13 66.82 27.13m.07-40q-22.93 0-38.56-15.68t-15.63-38.61q0-22.92 15.75-38.55 15.76-15.63 38.26-15.63 23.21 0 38.84 15.75t15.63 38.25q0 23.21-15.68 38.84t-38.61 15.63" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M105.87-333.22h269.65q-18.32 22.19-34.24 48.4-15.93 26.21-28.24 56.52 15.31 35.17 34.01 66.04 18.71 30.86 41.47 56.39H105.87zm0-60v-227.91H450v214.91q-4.22 2.83-7.54 5.98t-6.46 7.02zM510-621.13h344.7v208.61q-42.7-28.26-91.76-42.68-49.05-14.41-105.54-14.41-39.69 0-76.7 7.07-37 7.06-70.7 22.19zm-404.13-60V-854.7H854.7v173.57zM656.69-47.56q-91.43 0-167.26-48.4-75.82-48.39-111.39-132.34 35.57-83.96 111.39-132.64 75.83-48.67 167.79-48.67 91.95 0 167.78 48.67 75.83 48.68 111.96 133.14-34.13 84.45-111.17 132.34-77.03 47.9-169.1 47.9m.69-86.79q39.53 0 66.95-27.29 27.41-27.3 27.41-66.83t-27.41-66.94q-27.41-27.42-67.11-27.42t-66.83 27.41q-27.13 27.42-27.13 67.11 0 39.7 27.3 66.83 27.29 27.13 66.82 27.13m.07-40q-22.93 0-38.56-15.4t-15.63-38.61 15.75-38.84q15.76-15.63 38.26-15.63 23.21 0 38.84 15.69 15.63 15.68 15.63 38.89t-15.68 38.55q-15.68 15.35-38.61 15.35" })));
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-333.22H105.87v227.35H450zm60 0v227.35h344.7v-227.35zm-60-60v-227.91H105.87v227.91zm60 0h344.7v-227.91H510zM105.87-681.13H854.7V-854.7H105.87z" })));
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: "M272.65-99.09v-588.82h588.26v588.82zm79.22-407h429.26v-102.04H351.87zm162.04 164.61h105.18v-104.61H513.91zm0 162.61h105.18v-102.61H513.91zM351.87-341.48h102.04v-104.61H351.87zm327.22 0h102.04v-104.61H679.09zM351.87-178.87h102.04v-102.61H351.87zm327.22 0h102.04v-102.61H679.09zm-436.44-93.78H99.09v-588.26h588.82v143h-79.78v-63.22H178.87v429.26h63.78z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M244.52-65.87v-649.61H894.7v649.61zm79.79-79.22h210.21v-126.08H324.31zm280.95 0h209.65v-126.08H605.26zM65.87-231.56V-894.7h662.57v79.79H145.09v583.35zm258.44-110.35h210.21V-469H324.31zm280.95 0h209.65V-469H605.26zM324.31-539.74h490.6v-96.52h-490.6z" })));
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: "M244.52-65.87h295.09v-180.26H244.52zm355.09 0H894.7v-180.26H599.61zM65.87-231.56V-894.7h662.57v79.79H145.09v583.35zm178.65-74.57h295.09v-180.83H244.52zm355.09 0H894.7v-180.83H599.61zM244.52-546.96H894.7v-168.52H244.52z" })));
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: "M415.78-27v-78.87H105.87V-854.7h309.91V-933H482v906zM185.09-185.09h230.69v-109.3h-141.3v-62.83h141.3v-89.39h-141.3V-510h141.3v-89.39h-141.3v-63.39h141.3v-112.13H185.09zm363.13-589.82v-79.79H854.7v748.83H548.22v-79.22h226.69v-589.82zm0 328.3V-510h141.3v63.39zm0-152.78v-63.39h141.3v63.39zM415.78-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: "M415.78-27v-78.87H105.87V-854.7h309.91V-933H482v906zm132.44-747.91v-79.79H854.7v748.83H548.22v-79.22h226.69v-589.82zm0 328.3V-510h141.3v63.39zm0-152.78v-63.39h141.3v63.39zm-273.74 305h141.3v-62.83h-141.3zm0-152.22h141.3V-510h-141.3zm0-152.78h141.3v-63.39h-141.3z" })));
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: "M105.87-105.87v-255.52H428v255.52zm427.13 0v-255.52h321.7v255.52zm-347.91-79.22h163.69v-96.52H185.09zm427.69 0h162.13v-96.52H612.78zm-506.91-281.3V-854.7H854.7v388.31zm588.48 232.26" })));
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: "M287.91-297.39 105.87-480l182.04-182.61 56.57 57.13-86.3 85.87h444.21l-85.87-87.43 55.57-55.57L854.7-480 672.65-297.96l-56.13-55.56 85.87-86.87H257.61l86.43 86.87z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M105.87-105.87v-255.52H428v255.52zm427.13 0v-255.52h321.7v255.52zM105.87-466.39V-854.7H854.7v388.31z" })));
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: "M105.87-168.91v-257.52H427v257.52zm426.13 0v-257.52h322.7v257.52zM105.87-532.43v-259.22H854.7v259.22zm79.22 284.3h162.69v-99.65H185.09zm426.69 0h163.13v-99.65H611.78zm81.57-50.04" })));
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: "M105.87-168.91v-257.52H427v257.52zm426.13 0v-257.52h322.7v257.52zM105.87-532.43v-259.22H854.7v259.22z" })));
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: "M105.87-168.91V-427H427v258.09zm426.13 0V-427h322.7v258.09zm-346.91-79.22h162.69v-99.65H185.09zm426.69 0h163.13v-99.65H611.78zM105.87-533v-258.65H427V-533zM532-533v-258.65h322.7V-533zm-346.91-79.78h162.69v-99.09H185.09zm81.56-50.05" })));
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: "M105.87-168.91V-427H427v258.09zm426.13 0V-427h322.7v258.09zM105.87-533v-258.65H427V-533zM532-533v-258.65h322.7V-533z" })));
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: "M65.87-145.87V-814.7H894.7v333h-79.79v-253.21H515.65v242.21h-71.3v-242.21H145.09v509.82h299.26v79.22zm517.52 80v-179.04h71.31v108.3h168.69v-108.3h71.31v179.04zm-50.96-153.78 35.44-202.05h342.35l34.87 202.05zm85.31-71.31h238.09l-10.87-60H628.69zM195.09-317h199.26v-60H195.09zm0-129h199.26v-60H195.09zm0-129h199.26v-60H195.09zm370.56 0v-60h199.26v60zM145.09-225.09v-509.82z" })));
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: "M583.39-65.87v-123.78H894.7v123.78zm-517.52-80V-814.7H894.7v333h-79.79v-253.21H515.65v242.78h-71.3v346.26zm466.56-73.78 35.44-202.05h342.35l34.87 202.05zM195.09-317h199.26v-60H195.09zm0-129h199.26v-60H195.09zm0-129h199.26v-60H195.09zm370.56 0v-60h199.26v60z" })));
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-600-sharp",
3
- "version": "0.14.0",
3
+ "version": "0.15.0",
4
4
  "description": "Latest sharp React icon components with weight 600 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;