@project-lary/react-material-symbols-700-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: "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: "M55-255v-451h851v451zm94-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: "M55-255v-451h851v451z" })));
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: "M215-55v-851h531v851zm93-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: "M215-55v-851h531v851z" })));
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: "m656-383-68-67 219-219-111-112-219 218-66-67 288-289 246 247zM331-193l166-166-112-112-166 166zM808-46 563-291 364-92h-67l-53-52-51 50H38l128-127-48-49v-67l200-200L46-808l50-50L858-96z" })));
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: "M655-383 411-630l288-289 246 247zM808-46 563-291 364-92h-67l-53-52-51 50H38l128-127-48-49v-67l200-200L46-808l50-50L858-96z" })));
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: "M135-95v-771h691v771zm93-93h504v-584H228zm212-248-51-53-56 56 147 147 147-147-56-55-51 52v-196h-80zm292 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: "M135-95v-771h691v771zm305-341-51-53-56 56 147 147 147-147-56-55-51 52v-196h-80z" })));
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: "m55-95 169-771h512L906-95zm115-93h619L660-772H299zm270-301v196h80v-196l51 52 56-55-147-147-147 147 56 55zm349 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: "m55-95 169-771h512L906-95zm385-394v196h80v-196l51 52 56-55-147-147-147 147 56 55z" })));
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: "M10-95v-585h95v491h721v94zm857-555v-132H735v-84h215v216zm-702 0v-216h215v84H248v132zm570 401v-83h132v-133h83v216zm-570 0v-216h83v133h132v83zm322-160 232-149-232-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: "M822-570v-172H650v-84h256v256zm-767 0v-256h255v84H138v172zm0 435v-255h83v172h172v83zm322-165v-361l284 181zM638 1v-60h320V1zm157-126L639-282l42-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-2 99-51q57-92 68-204t11-225q0-112-11-224T99-909l77-50q20 32 34.5 65.5T236-826h73q72 0 123 54t51 129v325q0 77-51 130t-123 53h-73q-11 35-25.5 68.5T176-2m556-294L556-480l176-184 66 66-62 71h169v94H736l62 70zm-474 67h51q33 0 56-26t23-64v-322q0-38-23-64t-56-26h-50q10 62 11.5 124.5T272-480q0 63-2 126t-12 125m14-251" })));
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-2 99-51q57-92 68-204t11-225q0-112-11-224T99-909l77-50q20 32 34.5 65.5T236-826h73q72 0 123 54t51 129v325q0 77-51 130t-123 53h-73q-11 35-25.5 68.5T176-2m556-294L556-480l176-184 66 66-62 71h169v94H736l62 70z" })));
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: "M63-130v-94h834v94zm225-260h384q-20-63-72.17-101.5t-120-38.5T360-491.5 288-390m-105 87q0-129 85.25-221.5Q353.51-617 480-617t211.75 92.5Q777-432 777-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: "M63-130v-94h834v94zm120-173q0-129 85.25-221.5Q353.51-617 480-617t211.75 92.5Q777-432 777-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: "M106-257v-86q62-47 99-77.5t57-54.5q16-19 25-42.5t9-47.5q0-32-15.5-46T238-625q-24 0-40 13.5T176-569l-83-8q5-52 40-91.5T239-708q69 0 107.5 33.5T385-576q0 40-13.5 74.5T335-437q-21 28-51 52.5T225-339l1 2h172v80zm377 0v-442h146q111 0 168.5 56T855-478t-57.5 165T629-257zm90-85h53q70 0 104.5-33.5t34.5-103T730.5-581 626-614h-53z" })));
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-257v-443h147q111 0 168.5 56.5T854-478t-57 165-169 56zm91-86h52q71 0 106-33t35-102.5T730-581t-106-33h-52zm-324 95q-65 0-104.5-34T94-380l87-17q5 30 23 47.5t48 17.5q29 0 46.5-15.5T316-391q0-30-19.5-44T245-449h-34v-79h31q29 0 45-12t16-40q0-22-14-35t-40-13q-22 0-40 12.5T188-582l-86-9q10-50 51-84t96-34q63 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-sharp",
3
- "version": "0.38.0",
3
+ "version": "0.39.0",
4
4
  "description": "Latest sharp React icon components with weight 700 for Material Symbols",
5
5
  "files": [
6
6
  "dist"