@project-lary/react-material-symbols 0.10.0 → 0.11.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/AddPhotoAlternate.js +1 -1
- package/dist/components/AddPhotoAlternateFilled.js +1 -1
- package/dist/components/ArrowBackIosNew.d.ts +4 -0
- package/dist/components/{RestaurantMenu.js → ArrowBackIosNew.js} +2 -2
- package/dist/components/ArrowBackIosNewFilled.d.ts +3 -0
- package/dist/components/ArrowBackIosNewFilled.js +3 -0
- package/dist/components/{RestaurantMenu.d.ts → BarChartOff.d.ts} +1 -1
- package/dist/components/BarChartOff.js +6 -0
- package/dist/components/BarChartOffFilled.d.ts +3 -0
- package/dist/components/BarChartOffFilled.js +3 -0
- package/dist/components/BookmarkBag.d.ts +4 -0
- package/dist/components/BookmarkBag.js +6 -0
- package/dist/components/BookmarkBagFilled.d.ts +4 -0
- package/dist/components/BookmarkBagFilled.js +6 -0
- package/dist/components/Borg.d.ts +4 -0
- package/dist/components/Borg.js +6 -0
- package/dist/components/BorgFilled.d.ts +4 -0
- package/dist/components/BorgFilled.js +6 -0
- package/dist/components/Flag2.d.ts +4 -0
- package/dist/components/Flag2.js +6 -0
- package/dist/components/Flag2Filled.d.ts +4 -0
- package/dist/components/Flag2Filled.js +6 -0
- package/dist/components/Gif2.d.ts +4 -0
- package/dist/components/Gif2.js +6 -0
- package/dist/components/Gif2Filled.d.ts +3 -0
- package/dist/components/Gif2Filled.js +3 -0
- package/dist/components/MotionPlay.d.ts +4 -0
- package/dist/components/MotionPlay.js +6 -0
- package/dist/components/MotionPlayFilled.d.ts +4 -0
- package/dist/components/MotionPlayFilled.js +6 -0
- package/dist/components/VideoCameraBackAdd.d.ts +4 -0
- package/dist/components/VideoCameraBackAdd.js +6 -0
- package/dist/components/VideoCameraBackAddFilled.d.ts +4 -0
- package/dist/components/VideoCameraBackAddFilled.js +6 -0
- package/dist/index.d.ts +16 -2
- package/dist/index.js +16 -2
- package/package.json +1 -1
- package/dist/components/RestaurantMenuFilled.d.ts +0 -3
- package/dist/components/RestaurantMenuFilled.js +0 -3
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
export default function AddPhotoAlternate(_a) {
|
|
3
3
|
var className = _a.className;
|
|
4
4
|
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
-
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M120-120v-
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M120-120v-720h425v60H180v600h600v-365h60v425zm120-162h480L576-474 449-307l-94-124zm453-323v-87h-88v-60h88v-88h60v88h87v60h-87v87z" })));
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
export default function AddPhotoAlternateFilled(_a) {
|
|
3
3
|
var className = _a.className;
|
|
4
4
|
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
-
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M120-120v-720h469q-22 24-33 54.67T545-723q0 73.87 52.07 125.93Q649.13-545 723-545q31.66 0 62.33-11T840-589v469zm120-162h480L576-474 449-307l-94-124zm453-323v-87h-88v-60h88v-88h60v88h87v60h-87v87z" })));
|
|
6
6
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export default function
|
|
2
|
+
export default function ArrowBackIosNew(_a) {
|
|
3
3
|
var className = _a.className;
|
|
4
4
|
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
-
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M655-80 255-480l400-400 56 57-343 343 343 343z" })));
|
|
6
6
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function BarChartOff(_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-160v-440h140v440zm250 0v-390l140 140v250zm140-336L410-636v-164h140zm250 250L660-386v-54h140zm13 185L61-813l43-43 752 752z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function BookmarkBag(_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: "M350-390h40v40h60v-40h60v40h60v-40h40v-250h-60v-90H410v90h-60zm100-250v-50h60v50zM200-120v-725h560v725L480-240zm60-91 220-93 220 93v-574H260zm0-574h440z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function BookmarkBagFilled(_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: "M350-390h40v40h60v-40h60v40h60v-40h40v-250h-60v-90H410v90h-60zm100-250v-50h60v50zM200-120v-725h560v725L480-240z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function Borg(_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: "M120-277v-406l360-206 360 206v406L480-71zm206-50v-123H180v138l270 155v-170zm0-306h124v-170L180-648v138h146zm60 246h187v-186H386zm247 60H510v170l270-155v-138H633zm0-306v123h147v-138L510-803v170z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function BorgFilled(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M450-88 120-277v-173h206v123h124zM120-510v-173l330-189v239H326v123zm266 123v-186h187v186zM510-88v-239h123v-123h207v173zm123-422v-123H510v-239l330 189v173z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function Flag2(_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: "M200-80v-760h640l-91 194 91 194H260v372zm60-432h485l-63-134 63-134H260zm0 0v-268z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function Flag2Filled(_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: "M200-80v-760h640l-91 194 91 194H260v372z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function Gif2(_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-400h309v60H140v280h190v-110h-80v-60h140v230zm405 0v-400h60v400zm155 0v-400h280v60H700v120h180v60H700v160z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function MotionPlay(_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: "m405-320 220-161-220-159zm75 240q-83 0-156-31.5T197-197t-85.5-127T80-480q0-42 8-81.5t25-77.5l45 45q-8 28-13 56.48T140-480q0 142.37 98.81 241.19Q337.63-140 480-140q142.38 0 241.19-98.81Q820-337.63 820-480q0-142.38-98.9-241.19Q622.21-820 479.71-820q-28.71 0-57.23 4.76Q393.96-810.47 366-802l-46-46q38-14 76.5-23t79.5-9q83.36 0 156.68 31.5T760.95-763q54.94 54 87 127Q880-563 880-480t-31.5 156T763-197t-127 85.5T480-80M212.88-699q-20.88 0-35.38-14.62t-14.5-35.5 14.62-35.38 35.5-14.5 35.38 14.62 14.5 35.5-14.62 35.38-35.5 14.5M480-480" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function MotionPlayFilled(_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: "m405-320 220-161-220-159zm75 240q-83 0-156-31.5T197-197t-85.5-127T80-480q0-42 8-81.5t25-77.5l45 45q-8 28-13 56.48T140-480q0 142.37 98.81 241.19Q337.63-140 480-140q142.38 0 241.19-98.81Q820-337.63 820-480q0-142.38-98.9-241.19Q622.21-820 479.71-820q-28.71 0-57.23 4.76Q393.96-810.47 366-802l-46-46q38-14 76.5-23t79.5-9q83.36 0 156.68 31.5T760.95-763q54.94 54 87 127Q880-563 880-480t-31.5 156T763-197t-127 85.5T480-80M212.88-699q-20.88 0-35.38-14.62t-14.5-35.5 14.62-35.38 35.5-14.5 35.38 14.62 14.5 35.5-14.62 35.38-35.5 14.5M200-480.24Q200-597 281.74-678.5q81.73-81.5 198.5-81.5Q597-760 678.5-678.26q81.5 81.73 81.5 198.5Q760-363 678.26-281.5 596.53-200 479.76-200 363-200 281.5-281.74 200-363.47 200-480.24" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function VideoCameraBackAdd(_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-160v-345h60v285h520v-520H375v-60h345v275l160-160v410L720-435v275zm125-173h400L476-508 370-368l-71-90zm-37-232v-87H80v-60h88v-88h60v88h87v60h-87v87z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function VideoCameraBackAddFilled(_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-160v-389q24 22 55 33t63 11q74 0 125.5-52.07Q375-609.13 375-683q0-31.66-11-62.33T331-800h389v275l160-160v410L720-435v275zm88-405v-87H80v-60h88v-88h60v88h87v60h-87v87zm37 232h400L476-508 370-368l-71-90z" })));
|
|
6
|
+
}
|
package/dist/index.d.ts
CHANGED
|
@@ -322,6 +322,8 @@ export { default as ArrowBack2Filled } from './components/ArrowBack2Filled';
|
|
|
322
322
|
export { default as ArrowBackFilled } from './components/ArrowBackFilled';
|
|
323
323
|
export { default as ArrowBackIos } from './components/ArrowBackIos';
|
|
324
324
|
export { default as ArrowBackIosFilled } from './components/ArrowBackIosFilled';
|
|
325
|
+
export { default as ArrowBackIosNew } from './components/ArrowBackIosNew';
|
|
326
|
+
export { default as ArrowBackIosNewFilled } from './components/ArrowBackIosNewFilled';
|
|
325
327
|
export { default as ArrowCircleDown } from './components/ArrowCircleDown';
|
|
326
328
|
export { default as ArrowCircleDownFilled } from './components/ArrowCircleDownFilled';
|
|
327
329
|
export { default as ArrowCircleLeft } from './components/ArrowCircleLeft';
|
|
@@ -532,6 +534,8 @@ export { default as BarChart } from './components/BarChart';
|
|
|
532
534
|
export { default as BarChart4Bars } from './components/BarChart4Bars';
|
|
533
535
|
export { default as BarChart4BarsFilled } from './components/BarChart4BarsFilled';
|
|
534
536
|
export { default as BarChartFilled } from './components/BarChartFilled';
|
|
537
|
+
export { default as BarChartOff } from './components/BarChartOff';
|
|
538
|
+
export { default as BarChartOffFilled } from './components/BarChartOffFilled';
|
|
535
539
|
export { default as Barcode } from './components/Barcode';
|
|
536
540
|
export { default as BarcodeFilled } from './components/BarcodeFilled';
|
|
537
541
|
export { default as BarcodeReader } from './components/BarcodeReader';
|
|
@@ -709,6 +713,8 @@ export { default as BookmarkAdd } from './components/BookmarkAdd';
|
|
|
709
713
|
export { default as BookmarkAddFilled } from './components/BookmarkAddFilled';
|
|
710
714
|
export { default as BookmarkAdded } from './components/BookmarkAdded';
|
|
711
715
|
export { default as BookmarkAddedFilled } from './components/BookmarkAddedFilled';
|
|
716
|
+
export { default as BookmarkBag } from './components/BookmarkBag';
|
|
717
|
+
export { default as BookmarkBagFilled } from './components/BookmarkBagFilled';
|
|
712
718
|
export { default as BookmarkCheck } from './components/BookmarkCheck';
|
|
713
719
|
export { default as BookmarkCheckFilled } from './components/BookmarkCheckFilled';
|
|
714
720
|
export { default as BookmarkFilled } from './components/BookmarkFilled';
|
|
@@ -748,6 +754,8 @@ export { default as BorderTop } from './components/BorderTop';
|
|
|
748
754
|
export { default as BorderTopFilled } from './components/BorderTopFilled';
|
|
749
755
|
export { default as BorderVertical } from './components/BorderVertical';
|
|
750
756
|
export { default as BorderVerticalFilled } from './components/BorderVerticalFilled';
|
|
757
|
+
export { default as Borg } from './components/Borg';
|
|
758
|
+
export { default as BorgFilled } from './components/BorgFilled';
|
|
751
759
|
export { default as BottomAppBar } from './components/BottomAppBar';
|
|
752
760
|
export { default as BottomAppBarFilled } from './components/BottomAppBarFilled';
|
|
753
761
|
export { default as BottomDrawer } from './components/BottomDrawer';
|
|
@@ -2197,6 +2205,8 @@ export { default as FitnessCenterFilled } from './components/FitnessCenterFilled
|
|
|
2197
2205
|
export { default as FitnessTracker } from './components/FitnessTracker';
|
|
2198
2206
|
export { default as FitnessTrackerFilled } from './components/FitnessTrackerFilled';
|
|
2199
2207
|
export { default as Flag } from './components/Flag';
|
|
2208
|
+
export { default as Flag2 } from './components/Flag2';
|
|
2209
|
+
export { default as Flag2Filled } from './components/Flag2Filled';
|
|
2200
2210
|
export { default as FlagCircle } from './components/FlagCircle';
|
|
2201
2211
|
export { default as FlagCircleFilled } from './components/FlagCircleFilled';
|
|
2202
2212
|
export { default as FlagFilled } from './components/FlagFilled';
|
|
@@ -2511,6 +2521,8 @@ export { default as GestureFilled } from './components/GestureFilled';
|
|
|
2511
2521
|
export { default as GestureSelect } from './components/GestureSelect';
|
|
2512
2522
|
export { default as GestureSelectFilled } from './components/GestureSelectFilled';
|
|
2513
2523
|
export { default as Gif } from './components/Gif';
|
|
2524
|
+
export { default as Gif2 } from './components/Gif2';
|
|
2525
|
+
export { default as Gif2Filled } from './components/Gif2Filled';
|
|
2514
2526
|
export { default as GifBox } from './components/GifBox';
|
|
2515
2527
|
export { default as GifBoxFilled } from './components/GifBoxFilled';
|
|
2516
2528
|
export { default as GifFilled } from './components/GifFilled';
|
|
@@ -3606,6 +3618,8 @@ export { default as MotionPhotosOn } from './components/MotionPhotosOn';
|
|
|
3606
3618
|
export { default as MotionPhotosOnFilled } from './components/MotionPhotosOnFilled';
|
|
3607
3619
|
export { default as MotionPhotosPaused } from './components/MotionPhotosPaused';
|
|
3608
3620
|
export { default as MotionPhotosPausedFilled } from './components/MotionPhotosPausedFilled';
|
|
3621
|
+
export { default as MotionPlay } from './components/MotionPlay';
|
|
3622
|
+
export { default as MotionPlayFilled } from './components/MotionPlayFilled';
|
|
3609
3623
|
export { default as MotionSensorActive } from './components/MotionSensorActive';
|
|
3610
3624
|
export { default as MotionSensorActiveFilled } from './components/MotionSensorActiveFilled';
|
|
3611
3625
|
export { default as MotionSensorAlert } from './components/MotionSensorAlert';
|
|
@@ -4694,8 +4708,6 @@ export { default as RestartAlt } from './components/RestartAlt';
|
|
|
4694
4708
|
export { default as RestartAltFilled } from './components/RestartAltFilled';
|
|
4695
4709
|
export { default as Restaurant } from './components/Restaurant';
|
|
4696
4710
|
export { default as RestaurantFilled } from './components/RestaurantFilled';
|
|
4697
|
-
export { default as RestaurantMenu } from './components/RestaurantMenu';
|
|
4698
|
-
export { default as RestaurantMenuFilled } from './components/RestaurantMenuFilled';
|
|
4699
4711
|
export { default as RestoreFromTrash } from './components/RestoreFromTrash';
|
|
4700
4712
|
export { default as RestoreFromTrashFilled } from './components/RestoreFromTrashFilled';
|
|
4701
4713
|
export { default as RestorePage } from './components/RestorePage';
|
|
@@ -6195,6 +6207,8 @@ export { default as VibrationFilled } from './components/VibrationFilled';
|
|
|
6195
6207
|
export { default as VideoCall } from './components/VideoCall';
|
|
6196
6208
|
export { default as VideoCallFilled } from './components/VideoCallFilled';
|
|
6197
6209
|
export { default as VideoCameraBack } from './components/VideoCameraBack';
|
|
6210
|
+
export { default as VideoCameraBackAdd } from './components/VideoCameraBackAdd';
|
|
6211
|
+
export { default as VideoCameraBackAddFilled } from './components/VideoCameraBackAddFilled';
|
|
6198
6212
|
export { default as VideoCameraBackFilled } from './components/VideoCameraBackFilled';
|
|
6199
6213
|
export { default as VideoCameraFront } from './components/VideoCameraFront';
|
|
6200
6214
|
export { default as VideoCameraFrontFilled } from './components/VideoCameraFrontFilled';
|
package/dist/index.js
CHANGED
|
@@ -322,6 +322,8 @@ export { default as ArrowBack2Filled } from './components/ArrowBack2Filled';
|
|
|
322
322
|
export { default as ArrowBackFilled } from './components/ArrowBackFilled';
|
|
323
323
|
export { default as ArrowBackIos } from './components/ArrowBackIos';
|
|
324
324
|
export { default as ArrowBackIosFilled } from './components/ArrowBackIosFilled';
|
|
325
|
+
export { default as ArrowBackIosNew } from './components/ArrowBackIosNew';
|
|
326
|
+
export { default as ArrowBackIosNewFilled } from './components/ArrowBackIosNewFilled';
|
|
325
327
|
export { default as ArrowCircleDown } from './components/ArrowCircleDown';
|
|
326
328
|
export { default as ArrowCircleDownFilled } from './components/ArrowCircleDownFilled';
|
|
327
329
|
export { default as ArrowCircleLeft } from './components/ArrowCircleLeft';
|
|
@@ -532,6 +534,8 @@ export { default as BarChart } from './components/BarChart';
|
|
|
532
534
|
export { default as BarChart4Bars } from './components/BarChart4Bars';
|
|
533
535
|
export { default as BarChart4BarsFilled } from './components/BarChart4BarsFilled';
|
|
534
536
|
export { default as BarChartFilled } from './components/BarChartFilled';
|
|
537
|
+
export { default as BarChartOff } from './components/BarChartOff';
|
|
538
|
+
export { default as BarChartOffFilled } from './components/BarChartOffFilled';
|
|
535
539
|
export { default as Barcode } from './components/Barcode';
|
|
536
540
|
export { default as BarcodeFilled } from './components/BarcodeFilled';
|
|
537
541
|
export { default as BarcodeReader } from './components/BarcodeReader';
|
|
@@ -709,6 +713,8 @@ export { default as BookmarkAdd } from './components/BookmarkAdd';
|
|
|
709
713
|
export { default as BookmarkAddFilled } from './components/BookmarkAddFilled';
|
|
710
714
|
export { default as BookmarkAdded } from './components/BookmarkAdded';
|
|
711
715
|
export { default as BookmarkAddedFilled } from './components/BookmarkAddedFilled';
|
|
716
|
+
export { default as BookmarkBag } from './components/BookmarkBag';
|
|
717
|
+
export { default as BookmarkBagFilled } from './components/BookmarkBagFilled';
|
|
712
718
|
export { default as BookmarkCheck } from './components/BookmarkCheck';
|
|
713
719
|
export { default as BookmarkCheckFilled } from './components/BookmarkCheckFilled';
|
|
714
720
|
export { default as BookmarkFilled } from './components/BookmarkFilled';
|
|
@@ -748,6 +754,8 @@ export { default as BorderTop } from './components/BorderTop';
|
|
|
748
754
|
export { default as BorderTopFilled } from './components/BorderTopFilled';
|
|
749
755
|
export { default as BorderVertical } from './components/BorderVertical';
|
|
750
756
|
export { default as BorderVerticalFilled } from './components/BorderVerticalFilled';
|
|
757
|
+
export { default as Borg } from './components/Borg';
|
|
758
|
+
export { default as BorgFilled } from './components/BorgFilled';
|
|
751
759
|
export { default as BottomAppBar } from './components/BottomAppBar';
|
|
752
760
|
export { default as BottomAppBarFilled } from './components/BottomAppBarFilled';
|
|
753
761
|
export { default as BottomDrawer } from './components/BottomDrawer';
|
|
@@ -2197,6 +2205,8 @@ export { default as FitnessCenterFilled } from './components/FitnessCenterFilled
|
|
|
2197
2205
|
export { default as FitnessTracker } from './components/FitnessTracker';
|
|
2198
2206
|
export { default as FitnessTrackerFilled } from './components/FitnessTrackerFilled';
|
|
2199
2207
|
export { default as Flag } from './components/Flag';
|
|
2208
|
+
export { default as Flag2 } from './components/Flag2';
|
|
2209
|
+
export { default as Flag2Filled } from './components/Flag2Filled';
|
|
2200
2210
|
export { default as FlagCircle } from './components/FlagCircle';
|
|
2201
2211
|
export { default as FlagCircleFilled } from './components/FlagCircleFilled';
|
|
2202
2212
|
export { default as FlagFilled } from './components/FlagFilled';
|
|
@@ -2511,6 +2521,8 @@ export { default as GestureFilled } from './components/GestureFilled';
|
|
|
2511
2521
|
export { default as GestureSelect } from './components/GestureSelect';
|
|
2512
2522
|
export { default as GestureSelectFilled } from './components/GestureSelectFilled';
|
|
2513
2523
|
export { default as Gif } from './components/Gif';
|
|
2524
|
+
export { default as Gif2 } from './components/Gif2';
|
|
2525
|
+
export { default as Gif2Filled } from './components/Gif2Filled';
|
|
2514
2526
|
export { default as GifBox } from './components/GifBox';
|
|
2515
2527
|
export { default as GifBoxFilled } from './components/GifBoxFilled';
|
|
2516
2528
|
export { default as GifFilled } from './components/GifFilled';
|
|
@@ -3606,6 +3618,8 @@ export { default as MotionPhotosOn } from './components/MotionPhotosOn';
|
|
|
3606
3618
|
export { default as MotionPhotosOnFilled } from './components/MotionPhotosOnFilled';
|
|
3607
3619
|
export { default as MotionPhotosPaused } from './components/MotionPhotosPaused';
|
|
3608
3620
|
export { default as MotionPhotosPausedFilled } from './components/MotionPhotosPausedFilled';
|
|
3621
|
+
export { default as MotionPlay } from './components/MotionPlay';
|
|
3622
|
+
export { default as MotionPlayFilled } from './components/MotionPlayFilled';
|
|
3609
3623
|
export { default as MotionSensorActive } from './components/MotionSensorActive';
|
|
3610
3624
|
export { default as MotionSensorActiveFilled } from './components/MotionSensorActiveFilled';
|
|
3611
3625
|
export { default as MotionSensorAlert } from './components/MotionSensorAlert';
|
|
@@ -4694,8 +4708,6 @@ export { default as RestartAlt } from './components/RestartAlt';
|
|
|
4694
4708
|
export { default as RestartAltFilled } from './components/RestartAltFilled';
|
|
4695
4709
|
export { default as Restaurant } from './components/Restaurant';
|
|
4696
4710
|
export { default as RestaurantFilled } from './components/RestaurantFilled';
|
|
4697
|
-
export { default as RestaurantMenu } from './components/RestaurantMenu';
|
|
4698
|
-
export { default as RestaurantMenuFilled } from './components/RestaurantMenuFilled';
|
|
4699
4711
|
export { default as RestoreFromTrash } from './components/RestoreFromTrash';
|
|
4700
4712
|
export { default as RestoreFromTrashFilled } from './components/RestoreFromTrashFilled';
|
|
4701
4713
|
export { default as RestorePage } from './components/RestorePage';
|
|
@@ -6195,6 +6207,8 @@ export { default as VibrationFilled } from './components/VibrationFilled';
|
|
|
6195
6207
|
export { default as VideoCall } from './components/VideoCall';
|
|
6196
6208
|
export { default as VideoCallFilled } from './components/VideoCallFilled';
|
|
6197
6209
|
export { default as VideoCameraBack } from './components/VideoCameraBack';
|
|
6210
|
+
export { default as VideoCameraBackAdd } from './components/VideoCameraBackAdd';
|
|
6211
|
+
export { default as VideoCameraBackAddFilled } from './components/VideoCameraBackAddFilled';
|
|
6198
6212
|
export { default as VideoCameraBackFilled } from './components/VideoCameraBackFilled';
|
|
6199
6213
|
export { default as VideoCameraFront } from './components/VideoCameraFront';
|
|
6200
6214
|
export { default as VideoCameraFrontFilled } from './components/VideoCameraFrontFilled';
|
package/package.json
CHANGED