@project-lary/react-material-symbols-600-sharp 0.38.0 → 0.39.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 (55) hide show
  1. package/dist/components/Bitbucket.d.ts +4 -0
  2. package/dist/components/Bitbucket.js +6 -0
  3. package/dist/components/BitbucketFilled.d.ts +3 -0
  4. package/dist/components/BitbucketFilled.js +3 -0
  5. package/dist/components/Crop219.d.ts +4 -0
  6. package/dist/components/Crop219.js +6 -0
  7. package/dist/components/Crop219Filled.d.ts +4 -0
  8. package/dist/components/Crop219Filled.js +6 -0
  9. package/dist/components/Crop23.d.ts +4 -0
  10. package/dist/components/Crop23.js +6 -0
  11. package/dist/components/Crop23Filled.d.ts +4 -0
  12. package/dist/components/Crop23Filled.js +6 -0
  13. package/dist/components/Gitlab.d.ts +4 -0
  14. package/dist/components/Gitlab.js +6 -0
  15. package/dist/components/GitlabFilled.d.ts +3 -0
  16. package/dist/components/GitlabFilled.js +3 -0
  17. package/dist/components/InkHighlighterOff.d.ts +4 -0
  18. package/dist/components/InkHighlighterOff.js +6 -0
  19. package/dist/components/InkHighlighterOffFilled.d.ts +4 -0
  20. package/dist/components/InkHighlighterOffFilled.js +6 -0
  21. package/dist/components/TiltArrowDown.d.ts +4 -0
  22. package/dist/components/TiltArrowDown.js +6 -0
  23. package/dist/components/TiltArrowDownFilled.d.ts +4 -0
  24. package/dist/components/TiltArrowDownFilled.js +6 -0
  25. package/dist/components/TiltArrowUp.d.ts +4 -0
  26. package/dist/components/TiltArrowUp.js +6 -0
  27. package/dist/components/TiltArrowUpFilled.d.ts +4 -0
  28. package/dist/components/TiltArrowUpFilled.js +6 -0
  29. package/dist/components/VideoFrameCopy.d.ts +4 -0
  30. package/dist/components/VideoFrameCopy.js +6 -0
  31. package/dist/components/VideoFrameCopyFilled.d.ts +3 -0
  32. package/dist/components/VideoFrameCopyFilled.js +3 -0
  33. package/dist/components/VideoFrameSave.d.ts +4 -0
  34. package/dist/components/VideoFrameSave.js +6 -0
  35. package/dist/components/VideoFrameSaveFilled.d.ts +3 -0
  36. package/dist/components/VideoFrameSaveFilled.js +3 -0
  37. package/dist/components/WatchButton.d.ts +4 -0
  38. package/dist/components/WatchButton.js +6 -0
  39. package/dist/components/WatchButtonFilled.d.ts +4 -0
  40. package/dist/components/WatchButtonFilled.js +6 -0
  41. package/dist/components/WbTwilight2.d.ts +4 -0
  42. package/dist/components/WbTwilight2.js +6 -0
  43. package/dist/components/WbTwilight2Filled.d.ts +4 -0
  44. package/dist/components/WbTwilight2Filled.js +6 -0
  45. package/dist/components/_2d2.d.ts +4 -0
  46. package/dist/components/_2d2.js +6 -0
  47. package/dist/components/_2d2Filled.d.ts +3 -0
  48. package/dist/components/_2d2Filled.js +3 -0
  49. package/dist/components/_3d2.d.ts +4 -0
  50. package/dist/components/_3d2.js +6 -0
  51. package/dist/components/_3d2Filled.d.ts +3 -0
  52. package/dist/components/_3d2Filled.js +3 -0
  53. package/dist/index.d.ts +26 -0
  54. package/dist/index.js +26 -0
  55. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function Bitbucket({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function Bitbucket(_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: "M211.78-96.82q-18.3 0-30.15-9.57t-14.79-27.88L54.96-824.71q-2.53-16.77 6.15-27.62 8.67-10.85 24.48-10.85h788.5q16.78 0 25.35 10.82 8.56 10.82 5.56 27.45l-30.69 182.3q-2.94 18.15-14.34 27.42-11.4 9.28-29.72 9.28h-474.6q-4.13 0-9.56 12.56l37.26 228.7q0 2 10.56 10h171.38q3.92 0 10.93-10l26.13-165.18q2-15.13 11.32-21.91t23.94-6.78h186.07q16.8 0 25.65 10.56 8.85 10.57 6.85 26.13l-63.02 387.56q-2.94 18.31-14.79 27.88t-30.15 9.57z" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import Bitbucket from './Bitbucket';
2
+ declare const BitbucketFilled: typeof Bitbucket;
3
+ export default BitbucketFilled;
@@ -0,0 +1,3 @@
1
+ import Bitbucket from './Bitbucket';
2
+ var BitbucketFilled = Bitbucket;
3
+ export default BitbucketFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function Crop219({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function Crop219(_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-265.87V-694.7H894.7v428.83zm79.22-79.78h669.82v-269.26H145.09zm0 0v-269.26z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function Crop219Filled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function Crop219Filled(_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-265.87V-694.7H894.7v428.83z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function Crop23({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function Crop23(_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: "M225.87-65.87V-894.7H734.7v828.83zm78.65-78.65h350.96v-670.96H304.52zm0 0v-670.96z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function Crop23Filled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function Crop23Filled(_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: "M225.87-65.87V-894.7H734.7v828.83z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function Gitlab({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function Gitlab(_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: "m458.87-103.39-297.09-223.3q-54.39-41.09-72.52-106.75-18.13-65.67 6.56-129.65l108.79-282.52q3-8.57 10.28-13.07t15.7-4.5q8.99 0 16.63 4.79 7.65 4.78 11.15 15.14l73.77 224.77h295.9l73.6-224.77q3.49-10.36 11.14-15.14 7.64-4.79 16.63-4.79 8.42 0 15.7 4.5t10.28 13.07l107.79 282.52q24.69 63.98 6.56 129.65-18.13 65.66-72.61 106.75l-298 223.3q-8.56 6.57-20.13 6.57t-20.13-6.57" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import Gitlab from './Gitlab';
2
+ declare const GitlabFilled: typeof Gitlab;
3
+ export default GitlabFilled;
@@ -0,0 +1,3 @@
1
+ import Gitlab from './Gitlab';
2
+ var GitlabFilled = Gitlab;
3
+ export default GitlabFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function InkHighlighterOff({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function InkHighlighterOff(_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: "m647.3-392.13-57.13-56.13L808.3-666.39 695.57-779.7 477.43-562.13l-55.56-56.57 276.7-277.26 226 226.57zM331.43-189.52l171.22-171.22-113.3-113.3-171.22 171.21zM811.91-49.91l-253.69-253.7-199 199h-56.57l-48.22-47.65-47.52 46.96h-155l124.52-123.96-43.65-44.22v-56.13l200-200-282.87-282.3 46.52-46.52 762 762z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function InkHighlighterOffFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function InkHighlighterOffFilled(_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: "M646.74-392.13 421.87-618.7l276.7-277.26 226 226.57zM811.91-49.91l-253.69-253.7-199 199h-56.57l-48.22-47.65-47.52 46.96h-155l124.52-123.96-43.65-44.22v-56.13l200-200-282.87-282.3 46.52-46.52 762 762z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function TiltArrowDown({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function TiltArrowDown(_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.87-105.87V-854.7H814.7v748.83zm78.65-78.65h510.96v-590.96H224.52zM444.35-426l-61-62.13-49.92 49.91L480-291.65l146.57-146.57-49.92-49.35-61 61.57v-209.48h-71.3zm291.13 241.48H224.52z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function TiltArrowDownFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function TiltArrowDownFilled(_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.87-105.87V-854.7H814.7v748.83zM444.35-426l-61-62.13-49.92 49.91L480-291.65l146.57-146.57-49.92-49.35-61 61.57v-209.48h-71.3z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function TiltArrowUp({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function TiltArrowUp(_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-105.87 230.96-854.7h498.08L894.7-105.87zm97.17-78.65h632.92L664.78-775.48H294.22zm281.31-321v209.48h71.3v-209.48l61 61.56 49.92-49.34L480-639.87 333.43-493.3l49.92 49.34zm351.61 321H163.04z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function TiltArrowUpFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function TiltArrowUpFilled(_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-105.87 230.96-854.7h498.08L894.7-105.87zm378.48-399.65v209.48h71.3v-209.48l61 61.56 49.92-49.34L480-639.87 333.43-493.3l49.92 49.34z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function VideoFrameCopy({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function VideoFrameCopy(_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: "M23.04-105.87V-688.7h79.79v503.61H814.7v79.22zM863.96-650v-131.13H732.83v-73.57h204.13V-650zm-701.13 0v-204.7h204.13v73.57H235.83V-650zm570 404.91v-73h131.13v-131.69h73v204.69zm-570 0v-204.69h73v131.69h131.13v73zm316.78-156.52 231.56-149-231.56-148z" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import VideoFrameCopy from './VideoFrameCopy';
2
+ declare const VideoFrameCopyFilled: typeof VideoFrameCopy;
3
+ export default VideoFrameCopyFilled;
@@ -0,0 +1,3 @@
1
+ import VideoFrameCopy from './VideoFrameCopy';
2
+ var VideoFrameCopyFilled = VideoFrameCopy;
3
+ export default VideoFrameCopyFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function VideoFrameSave({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function VideoFrameSave(_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: "M821.13-570v-171.13H650v-73.57h244.7V-570zm-755.26 0v-244.7H310v73.57H138.87V-570zm0 424.13V-390h73v171.13H310v73zm313.74-158.48v-351.87L656.22-480zM626.7.57v-60h320v60zm157-123.4-156-157 42-42 85 84v-199h60v199l85-84 42 42z" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import VideoFrameSave from './VideoFrameSave';
2
+ declare const VideoFrameSaveFilled: typeof VideoFrameSave;
3
+ export default VideoFrameSaveFilled;
@@ -0,0 +1,3 @@
1
+ import VideoFrameSave from './VideoFrameSave';
2
+ var VideoFrameSaveFilled = VideoFrameSave;
3
+ export default VideoFrameSaveFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function WatchButton({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function WatchButton(_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: "M176.43-18.52 111.17-59.7q56.13-92.86 66.26-200.95T187.56-480q0-110.26-10.13-218.35t-66.26-201.52l65.26-42.17q18.7 30.69 32.33 62.67t23.76 64.67h78.22q68.52 0 116.91 50.96t48.39 122.48v321.52q0 73.09-48.39 123.48t-116.91 50.39h-78.22q-10.13 33.26-23.76 65.24t-32.33 62.11m553.83-289.65L565.56-480l164.7-171.39 55.57 55.56-68.52 76.22H895v79.22H717.31l68.52 75.65zm-478.78 82.65h59.26q35.61 0 60.56-27.52 24.96-27.53 24.96-67.26v-319.83q0-39.74-24.96-67.26-24.95-27.52-60.56-27.52h-58.7q10.87 62.43 12.81 125.8 1.93 63.37 1.93 129.11 0 65.17-2.43 128.83-2.44 63.65-12.87 125.65M266.78-480" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function WatchButtonFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function WatchButtonFilled(_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: "M176.43-18.52 111.17-59.7q56.13-92.86 66.26-200.95T187.56-480q0-110.26-10.13-218.35t-66.26-201.52l65.26-42.17q18.7 30.69 32.33 62.67t23.76 64.67h78.22q68.52 0 116.91 50.96t48.39 122.48v321.52q0 73.09-48.39 123.48t-116.91 50.39h-78.22q-10.13 33.26-23.76 65.24t-32.33 62.11m553.83-289.65L565.56-480l164.7-171.39 55.57 55.56-68.52 76.22H895v79.22H717.31l68.52 75.65z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function WbTwilight2({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function WbTwilight2(_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: "M70.39-147.39v-79.22h819.22v79.22zM279.3-385.65h401.4q-19.57-66.48-74.28-107.59-54.7-41.11-126.52-41.11-71.81 0-126.42 41.11T279.3-385.65m-88.91 75.26q0-123.78 83.62-211.5T480-609.61t205.99 87.72 83.62 211.5zM480-385.65" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function WbTwilight2Filled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function WbTwilight2Filled(_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: "M70.39-147.39v-79.22h819.22v79.22zm120-163q0-123.78 83.62-211.5T480-609.61t205.99 87.72 83.62 211.5z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function _2d2({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function _2d2(_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: "M130.35-267.87v-77.3q55.47-42.66 92.04-72.29t56.57-53.63q16.43-19.43 26.3-43.15t9.87-49.89q0-32.87-15.94-46.87-15.93-14-45.1-14-25.74 0-41.31 14.8-15.56 14.81-20.69 43.37l-71.7-6.69q4.56-48.96 36.52-86.5 31.96-37.55 98.18-37.55 65.08 0 100.76 31.77 35.67 31.76 35.67 93.28 0 39.13-14.15 72.98-14.15 33.84-37.15 63.84-21.87 28.87-51 51.85t-58.57 43.98l.57 1.13h170.69v70.87zm352.22 0V-689h139.47q102.31 0 155.9 54.04 53.58 54.05 53.58 156.53 0 102.47-54.02 156.52-54.02 54.04-155.46 54.04zM559.52-342h60.39q68.26 0 101.68-33.5Q755-409 755-478.72q0-69.71-33.41-102.93-33.42-33.22-101.68-33.22h-60.39z" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import _2d2 from './_2d2';
2
+ declare const _2d2Filled: typeof _2d2;
3
+ export default _2d2Filled;
@@ -0,0 +1,3 @@
1
+ import _2d2 from './_2d2';
2
+ var _2d2Filled = _2d2;
3
+ export default _2d2Filled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function _3d2({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function _3d2(_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: "M481.43-267.87v-421.7h140.05q102.3 0 155.89 54.33t53.59 156.81q0 102.47-53.74 156.52-53.74 54.04-155.74 54.04zm77.53-74.7h59.82q68.83 0 102.52-33.21Q755-409 755-478.72q0-69.71-33.7-102.93-33.69-33.22-102.52-33.22h-59.82zm-297.48 83.7q-60.22 0-97.11-31.61t-45.59-91.26l74.39-15.69q5 30 23 47.71 18 17.72 48 17.72 30.31 0 48.46-16.37t18.15-45.67q0-29.57-19.28-44.22t-52.59-14.65h-31.82v-70.31h28.82q29 0 45.44-13.08 16.43-13.09 16.43-40.22 0-23.74-14.65-36.96t-41.96-13.22q-23.74 0-41.08 12.29-17.35 12.28-21.22 34.58l-72.96-8.13q8.7-47.82 46.44-79 37.74-31.17 88.82-31.17 58.66 0 95.55 32.39t36.89 79.65q0 28.87-11.22 50.22t-36.48 39.17v4.13q31.26 15.7 46.55 38.98 15.28 23.29 15.28 61.24 0 64.09-40.31 98.79-40.3 34.69-105.95 34.69" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import _3d2 from './_3d2';
2
+ declare const _3d2Filled: typeof _3d2;
3
+ export default _3d2Filled;
@@ -0,0 +1,3 @@
1
+ import _3d2 from './_3d2';
2
+ var _3d2Filled = _3d2;
3
+ export default _3d2Filled;
package/dist/index.d.ts CHANGED
@@ -804,6 +804,8 @@ export { default as BikeScooter } from './components/BikeScooter';
804
804
  export { default as BikeScooterFilled } from './components/BikeScooterFilled';
805
805
  export { default as Biotech } from './components/Biotech';
806
806
  export { default as BiotechFilled } from './components/BiotechFilled';
807
+ export { default as Bitbucket } from './components/Bitbucket';
808
+ export { default as BitbucketFilled } from './components/BitbucketFilled';
807
809
  export { default as Blanket } from './components/Blanket';
808
810
  export { default as BlanketFilled } from './components/BlanketFilled';
809
811
  export { default as Blender } from './components/Blender';
@@ -1647,6 +1649,10 @@ export { default as CrisisAlertFilled } from './components/CrisisAlertFilled';
1647
1649
  export { default as Crop } from './components/Crop';
1648
1650
  export { default as Crop169 } from './components/Crop169';
1649
1651
  export { default as Crop169Filled } from './components/Crop169Filled';
1652
+ export { default as Crop219 } from './components/Crop219';
1653
+ export { default as Crop219Filled } from './components/Crop219Filled';
1654
+ export { default as Crop23 } from './components/Crop23';
1655
+ export { default as Crop23Filled } from './components/Crop23Filled';
1650
1656
  export { default as Crop32 } from './components/Crop32';
1651
1657
  export { default as Crop32Filled } from './components/Crop32Filled';
1652
1658
  export { default as Crop54 } from './components/Crop54';
@@ -3004,6 +3010,8 @@ export { default as Girl } from './components/Girl';
3004
3010
  export { default as GirlFilled } from './components/GirlFilled';
3005
3011
  export { default as Gite } from './components/Gite';
3006
3012
  export { default as GiteFilled } from './components/GiteFilled';
3013
+ export { default as Gitlab } from './components/Gitlab';
3014
+ export { default as GitlabFilled } from './components/GitlabFilled';
3007
3015
  export { default as GlassCup } from './components/GlassCup';
3008
3016
  export { default as GlassCupFilled } from './components/GlassCupFilled';
3009
3017
  export { default as Globe } from './components/Globe';
@@ -3482,6 +3490,8 @@ export { default as InkHighlighter } from './components/InkHighlighter';
3482
3490
  export { default as InkHighlighterFilled } from './components/InkHighlighterFilled';
3483
3491
  export { default as InkHighlighterMove } from './components/InkHighlighterMove';
3484
3492
  export { default as InkHighlighterMoveFilled } from './components/InkHighlighterMoveFilled';
3493
+ export { default as InkHighlighterOff } from './components/InkHighlighterOff';
3494
+ export { default as InkHighlighterOffFilled } from './components/InkHighlighterOffFilled';
3485
3495
  export { default as InkMarker } from './components/InkMarker';
3486
3496
  export { default as InkMarkerFilled } from './components/InkMarkerFilled';
3487
3497
  export { default as InkPen } from './components/InkPen';
@@ -6826,6 +6836,10 @@ export { default as TileMedium } from './components/TileMedium';
6826
6836
  export { default as TileMediumFilled } from './components/TileMediumFilled';
6827
6837
  export { default as TileSmall } from './components/TileSmall';
6828
6838
  export { default as TileSmallFilled } from './components/TileSmallFilled';
6839
+ export { default as TiltArrowDown } from './components/TiltArrowDown';
6840
+ export { default as TiltArrowDownFilled } from './components/TiltArrowDownFilled';
6841
+ export { default as TiltArrowUp } from './components/TiltArrowUp';
6842
+ export { default as TiltArrowUpFilled } from './components/TiltArrowUpFilled';
6829
6843
  export { default as TimeAuto } from './components/TimeAuto';
6830
6844
  export { default as TimeAutoFilled } from './components/TimeAutoFilled';
6831
6845
  export { default as Timelapse } from './components/Timelapse';
@@ -7200,6 +7214,10 @@ export { default as VideoChat } from './components/VideoChat';
7200
7214
  export { default as VideoChatFilled } from './components/VideoChatFilled';
7201
7215
  export { default as VideoFile } from './components/VideoFile';
7202
7216
  export { default as VideoFileFilled } from './components/VideoFileFilled';
7217
+ export { default as VideoFrameCopy } from './components/VideoFrameCopy';
7218
+ export { default as VideoFrameCopyFilled } from './components/VideoFrameCopyFilled';
7219
+ export { default as VideoFrameSave } from './components/VideoFrameSave';
7220
+ export { default as VideoFrameSaveFilled } from './components/VideoFrameSaveFilled';
7203
7221
  export { default as VideoLabel } from './components/VideoLabel';
7204
7222
  export { default as VideoLabelFilled } from './components/VideoLabelFilled';
7205
7223
  export { default as VideoLibrary } from './components/VideoLibrary';
@@ -7365,6 +7383,8 @@ export { default as WatchArrow } from './components/WatchArrow';
7365
7383
  export { default as WatchArrowDown } from './components/WatchArrowDown';
7366
7384
  export { default as WatchArrowDownFilled } from './components/WatchArrowDownFilled';
7367
7385
  export { default as WatchArrowFilled } from './components/WatchArrowFilled';
7386
+ export { default as WatchButton } from './components/WatchButton';
7387
+ export { default as WatchButtonFilled } from './components/WatchButtonFilled';
7368
7388
  export { default as WatchButtonPress } from './components/WatchButtonPress';
7369
7389
  export { default as WatchButtonPressFilled } from './components/WatchButtonPressFilled';
7370
7390
  export { default as WatchCheck } from './components/WatchCheck';
@@ -7433,6 +7453,8 @@ export { default as WbShadeFilled } from './components/WbShadeFilled';
7433
7453
  export { default as WbSunny } from './components/WbSunny';
7434
7454
  export { default as WbSunnyFilled } from './components/WbSunnyFilled';
7435
7455
  export { default as WbTwilight } from './components/WbTwilight';
7456
+ export { default as WbTwilight2 } from './components/WbTwilight2';
7457
+ export { default as WbTwilight2Filled } from './components/WbTwilight2Filled';
7436
7458
  export { default as WbTwilightFilled } from './components/WbTwilightFilled';
7437
7459
  export { default as Wc } from './components/Wc';
7438
7460
  export { default as WcFilled } from './components/WcFilled';
@@ -7647,6 +7669,8 @@ export { default as _24fpsSelectFilled } from './components/_24fpsSelectFilled';
7647
7669
  export { default as _24mp } from './components/_24mp';
7648
7670
  export { default as _24mpFilled } from './components/_24mpFilled';
7649
7671
  export { default as _2d } from './components/_2d';
7672
+ export { default as _2d2 } from './components/_2d2';
7673
+ export { default as _2d2Filled } from './components/_2d2Filled';
7650
7674
  export { default as _2dFilled } from './components/_2dFilled';
7651
7675
  export { default as _2k } from './components/_2k';
7652
7676
  export { default as _2kFilled } from './components/_2kFilled';
@@ -7661,6 +7685,8 @@ export { default as _30fpsSelectFilled } from './components/_30fpsSelectFilled';
7661
7685
  export { default as _360 } from './components/_360';
7662
7686
  export { default as _360Filled } from './components/_360Filled';
7663
7687
  export { default as _3d } from './components/_3d';
7688
+ export { default as _3d2 } from './components/_3d2';
7689
+ export { default as _3d2Filled } from './components/_3d2Filled';
7664
7690
  export { default as _3dFilled } from './components/_3dFilled';
7665
7691
  export { default as _3dRotation } from './components/_3dRotation';
7666
7692
  export { default as _3dRotationFilled } from './components/_3dRotationFilled';
package/dist/index.js CHANGED
@@ -804,6 +804,8 @@ export { default as BikeScooter } from './components/BikeScooter';
804
804
  export { default as BikeScooterFilled } from './components/BikeScooterFilled';
805
805
  export { default as Biotech } from './components/Biotech';
806
806
  export { default as BiotechFilled } from './components/BiotechFilled';
807
+ export { default as Bitbucket } from './components/Bitbucket';
808
+ export { default as BitbucketFilled } from './components/BitbucketFilled';
807
809
  export { default as Blanket } from './components/Blanket';
808
810
  export { default as BlanketFilled } from './components/BlanketFilled';
809
811
  export { default as Blender } from './components/Blender';
@@ -1647,6 +1649,10 @@ export { default as CrisisAlertFilled } from './components/CrisisAlertFilled';
1647
1649
  export { default as Crop } from './components/Crop';
1648
1650
  export { default as Crop169 } from './components/Crop169';
1649
1651
  export { default as Crop169Filled } from './components/Crop169Filled';
1652
+ export { default as Crop219 } from './components/Crop219';
1653
+ export { default as Crop219Filled } from './components/Crop219Filled';
1654
+ export { default as Crop23 } from './components/Crop23';
1655
+ export { default as Crop23Filled } from './components/Crop23Filled';
1650
1656
  export { default as Crop32 } from './components/Crop32';
1651
1657
  export { default as Crop32Filled } from './components/Crop32Filled';
1652
1658
  export { default as Crop54 } from './components/Crop54';
@@ -3004,6 +3010,8 @@ export { default as Girl } from './components/Girl';
3004
3010
  export { default as GirlFilled } from './components/GirlFilled';
3005
3011
  export { default as Gite } from './components/Gite';
3006
3012
  export { default as GiteFilled } from './components/GiteFilled';
3013
+ export { default as Gitlab } from './components/Gitlab';
3014
+ export { default as GitlabFilled } from './components/GitlabFilled';
3007
3015
  export { default as GlassCup } from './components/GlassCup';
3008
3016
  export { default as GlassCupFilled } from './components/GlassCupFilled';
3009
3017
  export { default as Globe } from './components/Globe';
@@ -3482,6 +3490,8 @@ export { default as InkHighlighter } from './components/InkHighlighter';
3482
3490
  export { default as InkHighlighterFilled } from './components/InkHighlighterFilled';
3483
3491
  export { default as InkHighlighterMove } from './components/InkHighlighterMove';
3484
3492
  export { default as InkHighlighterMoveFilled } from './components/InkHighlighterMoveFilled';
3493
+ export { default as InkHighlighterOff } from './components/InkHighlighterOff';
3494
+ export { default as InkHighlighterOffFilled } from './components/InkHighlighterOffFilled';
3485
3495
  export { default as InkMarker } from './components/InkMarker';
3486
3496
  export { default as InkMarkerFilled } from './components/InkMarkerFilled';
3487
3497
  export { default as InkPen } from './components/InkPen';
@@ -6826,6 +6836,10 @@ export { default as TileMedium } from './components/TileMedium';
6826
6836
  export { default as TileMediumFilled } from './components/TileMediumFilled';
6827
6837
  export { default as TileSmall } from './components/TileSmall';
6828
6838
  export { default as TileSmallFilled } from './components/TileSmallFilled';
6839
+ export { default as TiltArrowDown } from './components/TiltArrowDown';
6840
+ export { default as TiltArrowDownFilled } from './components/TiltArrowDownFilled';
6841
+ export { default as TiltArrowUp } from './components/TiltArrowUp';
6842
+ export { default as TiltArrowUpFilled } from './components/TiltArrowUpFilled';
6829
6843
  export { default as TimeAuto } from './components/TimeAuto';
6830
6844
  export { default as TimeAutoFilled } from './components/TimeAutoFilled';
6831
6845
  export { default as Timelapse } from './components/Timelapse';
@@ -7200,6 +7214,10 @@ export { default as VideoChat } from './components/VideoChat';
7200
7214
  export { default as VideoChatFilled } from './components/VideoChatFilled';
7201
7215
  export { default as VideoFile } from './components/VideoFile';
7202
7216
  export { default as VideoFileFilled } from './components/VideoFileFilled';
7217
+ export { default as VideoFrameCopy } from './components/VideoFrameCopy';
7218
+ export { default as VideoFrameCopyFilled } from './components/VideoFrameCopyFilled';
7219
+ export { default as VideoFrameSave } from './components/VideoFrameSave';
7220
+ export { default as VideoFrameSaveFilled } from './components/VideoFrameSaveFilled';
7203
7221
  export { default as VideoLabel } from './components/VideoLabel';
7204
7222
  export { default as VideoLabelFilled } from './components/VideoLabelFilled';
7205
7223
  export { default as VideoLibrary } from './components/VideoLibrary';
@@ -7365,6 +7383,8 @@ export { default as WatchArrow } from './components/WatchArrow';
7365
7383
  export { default as WatchArrowDown } from './components/WatchArrowDown';
7366
7384
  export { default as WatchArrowDownFilled } from './components/WatchArrowDownFilled';
7367
7385
  export { default as WatchArrowFilled } from './components/WatchArrowFilled';
7386
+ export { default as WatchButton } from './components/WatchButton';
7387
+ export { default as WatchButtonFilled } from './components/WatchButtonFilled';
7368
7388
  export { default as WatchButtonPress } from './components/WatchButtonPress';
7369
7389
  export { default as WatchButtonPressFilled } from './components/WatchButtonPressFilled';
7370
7390
  export { default as WatchCheck } from './components/WatchCheck';
@@ -7433,6 +7453,8 @@ export { default as WbShadeFilled } from './components/WbShadeFilled';
7433
7453
  export { default as WbSunny } from './components/WbSunny';
7434
7454
  export { default as WbSunnyFilled } from './components/WbSunnyFilled';
7435
7455
  export { default as WbTwilight } from './components/WbTwilight';
7456
+ export { default as WbTwilight2 } from './components/WbTwilight2';
7457
+ export { default as WbTwilight2Filled } from './components/WbTwilight2Filled';
7436
7458
  export { default as WbTwilightFilled } from './components/WbTwilightFilled';
7437
7459
  export { default as Wc } from './components/Wc';
7438
7460
  export { default as WcFilled } from './components/WcFilled';
@@ -7647,6 +7669,8 @@ export { default as _24fpsSelectFilled } from './components/_24fpsSelectFilled';
7647
7669
  export { default as _24mp } from './components/_24mp';
7648
7670
  export { default as _24mpFilled } from './components/_24mpFilled';
7649
7671
  export { default as _2d } from './components/_2d';
7672
+ export { default as _2d2 } from './components/_2d2';
7673
+ export { default as _2d2Filled } from './components/_2d2Filled';
7650
7674
  export { default as _2dFilled } from './components/_2dFilled';
7651
7675
  export { default as _2k } from './components/_2k';
7652
7676
  export { default as _2kFilled } from './components/_2kFilled';
@@ -7661,6 +7685,8 @@ export { default as _30fpsSelectFilled } from './components/_30fpsSelectFilled';
7661
7685
  export { default as _360 } from './components/_360';
7662
7686
  export { default as _360Filled } from './components/_360Filled';
7663
7687
  export { default as _3d } from './components/_3d';
7688
+ export { default as _3d2 } from './components/_3d2';
7689
+ export { default as _3d2Filled } from './components/_3d2Filled';
7664
7690
  export { default as _3dFilled } from './components/_3dFilled';
7665
7691
  export { default as _3dRotation } from './components/_3dRotation';
7666
7692
  export { default as _3dRotationFilled } from './components/_3dRotationFilled';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@project-lary/react-material-symbols-600-sharp",
3
- "version": "0.38.0",
3
+ "version": "0.39.0",
4
4
  "description": "Latest sharp React icon components with weight 600 for Material Symbols",
5
5
  "files": [
6
6
  "dist"