@project-lary/react-material-symbols 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.
- package/dist/components/Bitbucket.d.ts +4 -0
- package/dist/components/Bitbucket.js +6 -0
- package/dist/components/BitbucketFilled.d.ts +3 -0
- package/dist/components/BitbucketFilled.js +3 -0
- package/dist/components/Crop219.d.ts +4 -0
- package/dist/components/Crop219.js +6 -0
- package/dist/components/Crop219Filled.d.ts +4 -0
- package/dist/components/Crop219Filled.js +6 -0
- package/dist/components/Crop23.d.ts +4 -0
- package/dist/components/Crop23.js +6 -0
- package/dist/components/Crop23Filled.d.ts +4 -0
- package/dist/components/Crop23Filled.js +6 -0
- package/dist/components/Gitlab.d.ts +4 -0
- package/dist/components/Gitlab.js +6 -0
- package/dist/components/GitlabFilled.d.ts +3 -0
- package/dist/components/GitlabFilled.js +3 -0
- package/dist/components/InkHighlighterOff.d.ts +4 -0
- package/dist/components/InkHighlighterOff.js +6 -0
- package/dist/components/InkHighlighterOffFilled.d.ts +4 -0
- package/dist/components/InkHighlighterOffFilled.js +6 -0
- package/dist/components/TiltArrowDown.d.ts +4 -0
- package/dist/components/TiltArrowDown.js +6 -0
- package/dist/components/TiltArrowDownFilled.d.ts +4 -0
- package/dist/components/TiltArrowDownFilled.js +6 -0
- package/dist/components/TiltArrowUp.d.ts +4 -0
- package/dist/components/TiltArrowUp.js +6 -0
- package/dist/components/TiltArrowUpFilled.d.ts +4 -0
- package/dist/components/TiltArrowUpFilled.js +6 -0
- package/dist/components/VideoFrameCopy.d.ts +4 -0
- package/dist/components/VideoFrameCopy.js +6 -0
- package/dist/components/VideoFrameCopyFilled.d.ts +3 -0
- package/dist/components/VideoFrameCopyFilled.js +3 -0
- package/dist/components/VideoFrameSave.d.ts +4 -0
- package/dist/components/VideoFrameSave.js +6 -0
- package/dist/components/VideoFrameSaveFilled.d.ts +3 -0
- package/dist/components/VideoFrameSaveFilled.js +3 -0
- package/dist/components/WatchButton.d.ts +4 -0
- package/dist/components/WatchButton.js +6 -0
- package/dist/components/WatchButtonFilled.d.ts +4 -0
- package/dist/components/WatchButtonFilled.js +6 -0
- package/dist/components/WbTwilight2.d.ts +4 -0
- package/dist/components/WbTwilight2.js +6 -0
- package/dist/components/WbTwilight2Filled.d.ts +4 -0
- package/dist/components/WbTwilight2Filled.js +6 -0
- package/dist/components/_2d2.d.ts +4 -0
- package/dist/components/_2d2.js +6 -0
- package/dist/components/_2d2Filled.d.ts +3 -0
- package/dist/components/_2d2Filled.js +3 -0
- package/dist/components/_3d2.d.ts +4 -0
- package/dist/components/_3d2.js +6 -0
- package/dist/components/_3d2Filled.d.ts +3 -0
- package/dist/components/_3d2Filled.js +3 -0
- package/dist/index.d.ts +26 -0
- package/dist/index.js +26 -0
- package/package.json +1 -1
|
@@ -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: "M228-120q-17 0-28-9t-14-26L81-804q-2-16 6-26t23-10h740q16 0 24 10t5 26l-29 171q-3 17-13.5 26t-27.5 9H363q-3 0-9 12l35 214q0 2 10 10h161q4 0 10-10l25-155q2-14 10.5-20.5T628-554h175q16 0 24 10t6 25l-59 364q-3 17-14 26t-28 9z" })));
|
|
6
|
+
}
|
|
@@ -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: "M80-280v-400h800v400zm60-60h680v-280H140zm0 0v-280z" })));
|
|
6
|
+
}
|
|
@@ -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: "M80-280v-400h800v400z" })));
|
|
6
|
+
}
|
|
@@ -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: "M240-80v-800h480v800zm60-60h360v-680H300zm0 0v-680z" })));
|
|
6
|
+
}
|
|
@@ -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: "M240-80v-800h480v800z" })));
|
|
6
|
+
}
|
|
@@ -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: "M460-126 181-336q-51-38-68-100t6-122l102-265q3-8 10-12.5t15-4.5 15.5 4.5T272-821l69 211h278l69-211q3-10 10.5-14.5T714-840t15 4.5 10 12.5l101 265q23 60 6 122t-68 100L498-126q-8 6-19 6t-19-6" })));
|
|
6
|
+
}
|
|
@@ -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: "m636-404-43-42 217-217-115-115-217 217-42-43 262-262 200 200zM332-185l178-178-115-115-178 178zM817-55 552-320 353-121h-43l-42-42-43 43H70l120-120-38-38v-42l200-200L55-817l42-42L859-97z" })));
|
|
6
|
+
}
|
|
@@ -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: "M636-404 436-604l262-262 200 200zM817-55 552-320 353-121h-43l-42-42-43 43H70l120-120-38-38v-42l200-200L55-817l42-42L859-97z" })));
|
|
6
|
+
}
|
|
@@ -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: "M160-120v-720h640v720zm60-60h520v-600H220zm230-233-74-74-42 42 146 146 146-146-42-42-74 74v-227h-60zm290 233H220z" })));
|
|
6
|
+
}
|
|
@@ -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: "M160-120v-720h640v720zm290-293-74-74-42 42 146 146 146-146-42-42-74 74v-227h-60z" })));
|
|
6
|
+
}
|
|
@@ -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: "m80-120 160-720h480l160 720zm74-60h651L671-780H288zm296-347v227h60v-227l74 74 42-42-146-146-146 146 42 42zm355 347H154z" })));
|
|
6
|
+
}
|
|
@@ -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: "m80-120 160-720h480l160 720zm370-407v227h60v-227l74 74 42-42-146-146-146 146 42 42z" })));
|
|
6
|
+
}
|
|
@@ -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: "M40-120v-580h60v520h700v60zm820-530v-130H730v-60h190v190zm-700 0v-190h190v60H220v130zm570 410v-60h130v-130h60v190zm-570 0v-190h60v130h130v60zm310-152 231-149-231-148z" })));
|
|
6
|
+
}
|
|
@@ -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: "M820-570v-170H650v-60h230v230zm-740 0v-230h230v60H140v170zm0 410v-230h60v170h170v60zm303-150v-340l267 170zM612 0v-60h320V0zm157-120L613-277l42-42 85 84v-199h60v199l85-84 42 42z" })));
|
|
6
|
+
}
|
|
@@ -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: "m177-40-50-31q55-94 64-197t9-212q0-108-9-211t-64-197l50-32q17 29 29.5 59t21.5 61h85q64 0 109 47t45 114v317q0 68-45 115t-109 47h-85q-9 31-21.5 61T177-40m551-284L578-480l150-155 42 42-77 83h189v60H693l77 83zM243-221h70q39 0 66.5-29.5T407-322v-317q0-42-27.5-71.5T313-740h-70q12 63 14.5 127.5T260-480t-3 132.5T243-221m17-259" })));
|
|
6
|
+
}
|
|
@@ -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: "m177-40-50-31q55-94 64-197t9-212q0-108-9-211t-64-197l50-32q17 29 29.5 59t21.5 61h85q64 0 109 47t45 114v317q0 68-45 115t-109 47h-85q-9 31-21.5 61T177-40m551-284L578-480l150-155 42 42-77 83h189v60H693l77 83z" })));
|
|
6
|
+
}
|
|
@@ -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: "M80-170v-60h800v60zm188-210h424q-19-71-77-115.5T480-540t-135 44.5T268-380m-68 60q0-117 81.5-198.5T480-600t198.5 81.5T760-320zm280-60" })));
|
|
6
|
+
}
|
|
@@ -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: "M80-170v-60h800v60zm120-150q0-117 81.5-198.5T480-600t198.5 81.5T760-320z" })));
|
|
6
|
+
}
|
|
@@ -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: "M162-282v-66q47-37 83-65.5t56-52.5q17-20 28-44t11-53q0-34-16.5-48T275-625q-28 0-43 16.5T213-564l-57-5q4-45 32-80t88-35 92 29.5 32 86.5q0 38-15 71t-38 63-51 51-58 42h169v59zm320 0v-394h131q91 0 139.5 51.5T801-479t-49.5 145.5T613-282zm60-60h70q66 0 98-33.5T742-479t-32-103.5-98-33.5h-70z" })));
|
|
6
|
+
}
|
|
@@ -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: "M482-282v-394h131q91 0 139.5 51.5T801-479t-49.5 145.5T613-282zm60-60h70q66 0 98-33.5T742-479t-32-103.5-98-33.5h-70zm-263 69q-54 0-87.5-28.5T151-384l58-14q5 30 23 48t48 18q32 0 51-17.5t19-48.5q0-29-19-44.5T277-458h-29v-59h26q29 0 46-14.5t17-40.5-15.5-39.5T277-625q-26 0-42.5 12T213-577l-56-7q7-45 40.5-72.5T277-684q53 0 86.5 29t33.5 74q0 30-11.5 50.5T351-495v3q29 14 44 37t15 57q0 59-35.5 92T279-273" })));
|
|
6
|
+
}
|
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';
|