@project-lary/react-material-symbols-700-rounded 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 +4 -0
  48. package/dist/components/_2d2Filled.js +6 -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: "M199.3-79q-19.3 0-31.8-10t-15.39-29.33L34.93-840.63Q32-858 41.2-869.5 50.39-881 66.82-881h825.79Q910-881 919-869.56q9 11.45 6 28.56l-32 191q-2.88 19.03-14.97 28.51Q865.94-612 846.6-612H350q-5 0-10 13l39 240q0 2 11 10h179.35q3.86 0 11.65-10l27-173q2-16 11.95-23t25.05-7h194.59q17.41 0 26.91 11t7.5 27l-66.1 405.67Q805-99 792.5-89t-31.8 10z" })));
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: "M149-255q-39.05 0-66.53-27.77Q55-310.54 55-350v-261q0-39.46 27.47-67.23Q109.95-706 149-706h662q39.46 0 67.23 27.77T906-611v261q0 39.46-27.77 67.23T811-255zm0-95h662v-261H149zm0 0v-261z" })));
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: "M149-255q-39.05 0-66.53-27.77Q55-310.54 55-350v-261q0-39.46 27.47-67.23Q109.95-706 149-706h662q39.46 0 67.23 27.77T906-611v261q0 39.46-27.77 67.23T811-255z" })));
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: "M309-55q-39.05 0-66.52-27.47Q215-109.95 215-149v-662q0-39.46 27.48-67.23Q269.95-906 309-906h342q39.46 0 67.23 27.77T746-811v662q0 39.05-27.77 66.53Q690.46-55 651-55zm-1-93h344v-664H308zm0 0v-664z" })));
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: "M309-55q-39.05 0-66.52-27.47Q215-109.95 215-149v-662q0-39.46 27.48-67.23Q269.95-906 309-906h342q39.46 0 67.23 27.77T746-811v662q0 39.05-27.77 66.53Q690.46-55 651-55z" })));
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-86 146.99-319.53Q90-363 71-431.48T78-567l114-296q3-9 10.5-13.5t16.24-4.5q9.74 0 17.5 5t11.65 15.64L325.33-625H635l77.13-235.36Q716-871 723.76-876t17.5-5q8.74 0 16.24 4.5T768-863l113 296q26 67.04 7 135.52t-76.15 111.95L500-86q-9 7-21 7t-21-7" })));
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: "m767-851 108 109q28 28.18 27.5 70.59T874-601L689-416q-14.73 14-33.8 14t-32.7-14q-14.5-14.09-15-33.55Q607-469 622-484l185-185-111-112-186 185q-13.87 15-32.93 15-19.07 0-32.57-15.21-14.5-14.31-14-34.05T444-663l187-188q28.18-28 67.59-28T767-851m66.05 780q-10.52 11-25 11-14.47 0-25.05-11L563-291 407-136q-28 28-76.5 28T254-136l-11-11-21 22q-14 15-32.52 23-18.53 8-38.48 8H94q-14.56 0-20.28-15T79-135l87-87-5-5q-31-31-30-78t33-79l153-153L71-783q-10-9.93-10.5-24.47Q60-822 70.95-833q10.94-11 24.5-11 13.55 0 24.6 11.05L833-120q10 10.18 10.5 24.09T833.05-71M219-305l112 112 166-166-112-112zm221-109" })));
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: "m767-851 108 109q28 28 27.5 70.5T874-601L688-416q-14 14-33 14t-33-14L443-596q-14-14-13.5-33.5T444-663l187-188q28-28 67.5-28t68.5 28m66 780q-11 11-25 11t-25-11L563-291 407-136q-28 28-76.5 28T254-136l-11-11-21 22q-14 15-32.5 23T151-94H94q-15 0-20.5-15t5.5-26l87-87-4-4q-32-32-31-79t33-79l153-153L71-783q-10-10-10.5-24.5T71-833t24.5-11 24.5 11l713 713q10 10 10.5 24T833-71" })));
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: "M229-95q-39.05 0-66.52-27.47Q135-149.95 135-189v-582q0-39.46 27.48-67.23Q189.95-866 229-866h502q39.46 0 67.23 27.77T826-771v582q0 39.05-27.77 66.53Q770.46-95 731-95zm-1-93h504v-584H228zm212-248-26-26q-10.5-12-25.85-11.5t-26.85 12.2Q349-448.73 349-432.87 349-417 361-405l85 85q14.73 14 34.36 14Q500-306 514-320l85-85q12-11.75 12-28.03 0-16.29-13.61-30.13Q585.6-474 571.3-474T547-463l-27 27v-156q0-16.47-11.87-28.24Q496.26-632 479.63-632t-28.13 11.76Q440-608.47 440-592zm292 248H228z" })));
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: "M229-95q-39.05 0-66.52-27.47Q135-149.95 135-189v-582q0-39.46 27.48-67.23Q189.95-866 229-866h502q39.46 0 67.23 27.77T826-771v582q0 39.05-27.77 66.53Q770.46-95 731-95zm211-341-26-26q-11-12-26-11.5T361-461q-12 12.27-12 28.13Q349-417 361-405l85 85q14.36 14 34.18 14T514-320l85-85q12-12 12-28t-14-30q-11-11-25.4-11T547-463l-27 27v-156q0-16.72-11.69-28.36-11.7-11.64-28.5-11.64-16.81 0-28.31 11.64T440-592z" })));
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: "M172-95q-45.51 0-74.26-35Q69-165 79-210l129-582q7-32 33-53t59-21h359q34.05 0 59.45 21T752-792l129 582q9 45-19.47 80Q833.07-95 788-95zm-2-93h619L659.66-772H299zm270-301v156q0 16.48 11.87 28.24t28.5 11.76 28.13-11.76T520-333v-156l26 26q10.5 12 25.85 11.5t26.85-12.2q12.3-12.57 12.3-28.43Q611-508 599-520l-85-85q-14.73-14-34.36-14Q460-619 446-605l-85 85q-12 11.75-12 28.03 0 16.29 13.61 30.13Q373.98-451 388.8-451t25.2-11zm349 301H170z" })));
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: "M172-95q-46 0-74.5-35T79-210l129-582q7-32 33-53t59-21h359q34 0 59.5 21t33.5 53l129 582q9 45-19.5 80T788-95zm268-394v156q0 17 11.5 28.5T480-293t28.5-11.5T520-333v-156l26 26q11 12 26 11.5t27-12.5 12-28-12-28l-85-85q-14-14-34-14t-34 14l-85 85q-12 12-12 28t14 30q11 11 25.5 11t25.5-11z" })));
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: "M105-95q-39.72 0-67.36-27.61T10-189v-444q0-19.75 13.68-33.38Q37.35-680 57.09-680q19.73 0 33.82 13.62Q105-652.75 105-633v444h673q19.63 0 33.81 13.68Q826-161.65 826-141.82q0 19.82-14.19 33.32Q797.63-95 778-95zm774-567.13q-12-12.12-12-29.87v-90h-91q-18.12 0-29.56-12.18Q735-806.35 735-823.98t12.13-29.83Q759.25-866 777-866h103q28.13 0 49.06 21.23Q950-823.54 950-795v104q0 18.12-11.68 29.56Q926.65-650 908.82-650 891-650 879-662.13m-702 0q-12-12.12-12-29.87v-102.58q0-29.2 20.91-50.31Q206.81-866 236.42-866H339q18.13 0 29.56 12.37 11.44 12.37 11.44 30T368.56-794q-11.43 12-29.56 12h-91v91q0 18.12-12.17 29.56Q223.67-650 206.33-650 189-650 177-662.13M776-249q-18.12 0-29.56-12.18-11.44-12.17-11.44-30 0-17.82 12.13-29.32Q759.25-332 777-332h90v-91q0-17.85 12.18-29.92 12.17-12.08 30-12.08 17.82 0 29.32 12.08Q950-440.85 950-423v103q0 28.54-20.94 49.77Q908.13-249 880-249zm-539.58 0q-29.61 0-50.51-21.23Q165-291.46 165-320v-103q0-17.85 12.18-29.92Q189.35-465 206.68-465q17.34 0 29.33 12.08Q248-440.85 248-423v91h91q18.13 0 29.56 11.68Q380-308.65 380-290.82 380-273 368.56-261q-11.43 12-29.56 12zM523-432l165-106q11-7.14 11-20.07T688-578L523-683q-12-7-24-.25T487-663v211q0 13.5 12 20.25t24-.25" })));
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: "M834-582.13q-12-12.12-12-29.87v-130H691q-18.12 0-29.56-12.18Q650-766.35 650-783.98t12.13-29.83Q674.25-826 692-826h119q39.46 0 67.23 27.77T906-731v120q0 18.12-12.37 29.56t-30 11.44T834-582.13M96.33-570Q79-570 67-582.13 55-594.25 55-612v-119q0-39.46 27.47-67.23Q109.95-826 149-826h120q18.13 0 29.56 12.37 11.44 12.37 11.44 30T298.56-754q-11.43 12-29.56 12H138v131q0 18.12-11.98 29.56T96.33-570M149-135q-39.05 0-66.53-27.48Q55-189.95 55-229v-120q0-18.13 12.18-29.56Q79.35-390 96.68-390q17.34 0 29.33 11.44Q138-367.13 138-349v131h131q18.13 0 29.56 12.17Q310-193.67 310-176.33 310-159 298.56-147q-11.43 12-29.56 12zm228-207v-276q0-13 12-19.5t25 .5l215 136q11 6.86 11 20.93T629-460L414-323q-13 7-25 .5T377-342M668 1q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32Q655.25-59 668-59h260q11.75 0 20.88 8.68 9.12 8.67 9.12 21.5Q958-16 948.88-7.5 939.75 1 928 1zm98-241v-169q0-11.75 8.47-20.88 8.48-9.12 21-9.12 12.53 0 21.53 9.12 9 9.13 9 20.88v169l64-63q9-8 20.5-8.5T932-303q9 10 9 21.62T932-261L812-142q-7.09 7-17.55 7-10.45 0-16.45-7L660-261q-8.92-8.75-9.46-20.48Q650-293.2 660-303q8.75-9 20.38-8.5Q692-311 702-303z" })));
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: "M236-135q-8 25-17 48t-21 46q-8 17-26 20.5T137-27q-16-10-20.5-28t3.5-35q43-89 50.5-189t7.5-201q0-100-7.5-200T120-869q-8-17-3-35.5t21-28.5 34.5-5.5T199-917q11 23 20.5 45.5T236-826h73q72 0 123 54t51 129v325q0 77-51 130t-123 53zm500-298 33 37q12 15 11.5 33.5T766-330q-14 15-33.5 14.5T699-330L588-447q-13-14-13-33t13-33l111-116q13-14 33.5-14t34.5 14q14 13 14 31.5T770-565l-34 38h121q20 0 34 13.5t14 33.5-14 33.5-34 13.5zM258-230h51q33 0 56-25.5t23-63.5v-322q0-38-23-64t-56-26h-50q10 62 11.5 124.5T272-480q0 63-2 126t-12 124m14-250" })));
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: "M236-135q-8 25-17 48t-21 46q-8 17-26 20.5T137-27q-16-10-20.5-28t3.5-35q43-89 50.5-189t7.5-201q0-100-7.5-200T120-869q-8-17-3-35.5t21-28.5 34.5-5.5T199-917q11 23 20.5 45.5T236-826h73q72 0 123 54t51 129v325q0 77-51 130t-123 53zm500-298 33 37q12 15 11.5 33.5T766-330q-14 15-33.5 14.5T699-330L588-447q-13-14-13-33t13-33l111-116q13-14 33.5-14t34.5 14q14 13 14 31.5T770-565l-34 38h121q20 0 34 13.5t14 33.5-14 33.5-34 13.5z" })));
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: "M110-130q-19.75 0-33.37-13.68Q63-157.35 63-177.18 63-197 76.63-210.5 90.25-224 110-224h740q19.75 0 33.38 13.68Q897-196.65 897-176.82q0 19.82-13.62 33.32Q869.75-130 850-130zm178-260h384q-20-63-72-101.5T480-530t-120 38.5T288-390m-105 87q0-129 85.5-221.5T480-617t211.5 92.5T777-303zm297-87" })));
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: "M110-130q-19.75 0-33.37-13.68Q63-157.35 63-177.18 63-197 76.63-210.5 90.25-224 110-224h740q19.75 0 33.38 13.68Q897-196.65 897-176.82q0 19.82-13.62 33.32Q869.75-130 850-130zm73-173q0-129 85.5-221.5T480-617t211.5 92.5T777-303z" })));
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: "M358-257H138q-13 0-22.5-9.5T106-290v-37q0-7 2.5-13t8.5-11q62-48 93.5-74t51.5-50q18-21 26-40t8-33q0-38-17-57.5T238-625q-15 0-28.5 8T185-594q-12 13-29 17t-30-6q-14-9-16.5-26.5T117-642q15-32 48-49t74-17q69 0 107.5 33.5T385-576q0 40-13.5 74.5T335-437q-21 28-51 52.5T225-339l1 2h132q16 0 28 12t12 28-12 28-28 12m172 0q-20 0-33.5-13.5T483-304v-348q0-20 13.5-33.5T530-699h99q111 0 168.5 56T855-478t-57.5 165T629-257zm43-85h53q70 0 104.5-33.5t34.5-103T730.5-581 626-614h-53z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function _2d2Filled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function _2d2Filled(_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: "M358-257H138q-13 0-22.5-9.5T106-290v-37q0-7 2.5-13t8.5-11q62-48 93.5-74t51.5-50q18-21 26-39.5t8-26.5q0-44-17-64t-41-20q-15 0-28.5 8T185-594q-12 13-29 17t-30-6q-14-9-16.5-26.5T117-642q15-32 48-49t74-17q69 0 107.5 33.5T385-576q0 40-13.5 74.5T335-437q-21 28-51 52.5T225-339l1 2h132q16 0 28 12t12 28-12 28-28 12m172 0q-20 0-33.5-13.5T483-304v-348q0-20 13.5-33.5T530-699h99q111 0 168.5 56T855-478t-57.5 165T629-257zm43-85h53q70 0 104.5-33.5t34.5-103T730.5-581 626-614h-53z" })));
6
+ }
@@ -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: "M529-257q-21 0-34.5-13.5T481-305v-348q0-20 13.5-33.5T529-700h99q111 0 168.5 56.5T854-478t-57 165-169 56zm43-86h52q71 0 106-33t35-102.5T730-581t-106-33h-52zm-324 95q-50 0-85-20.5T110-327q-8-18-3-35.5t23-25.5 35.5-1 26.5 23q8 17 23.5 25.5T252-332q29 0 46.5-15.5T316-391q0-30-19.5-44T245-449h-2q-16 0-28-12.5T203-491q0-16 11.5-26.5T242-528q29 0 45-12t16-40q0-22-14-35t-40-13q-18 0-32.5 8T194-598q-8 15-25 19.5t-32-3.5-20-24.5 4-31.5q7-13 16.5-23.5T159-680q18-14 41.5-21.5T249-709q63 0 102.5 35t39.5 84q0 28-11 50t-38 42v5q33 17 48.5 40.5T406-388q0 68-44 104t-114 36" })));
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-700-rounded",
3
- "version": "0.38.0",
3
+ "version": "0.39.0",
4
4
  "description": "Latest rounded React icon components with weight 700 for Material Symbols",
5
5
  "files": [
6
6
  "dist"