@mui-extra/icons 0.0.24 → 0.0.25
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/CallBellIcon.d.ts +12 -0
- package/CallBellIcon.js +12 -0
- package/CallBellIcon.js.map +1 -0
- package/CallBellOutlineIcon.d.ts +12 -0
- package/CallBellOutlineIcon.js +12 -0
- package/CallBellOutlineIcon.js.map +1 -0
- package/meta.json +18 -6
- package/package.json +1 -1
- package/version.json +1 -1
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* author: Google
|
|
3
|
+
* id C525BD2B-2BA8-4158-AC0A-FAEE9E353047
|
|
4
|
+
* name room-service
|
|
5
|
+
* version: 2.1.99
|
|
6
|
+
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/room-service.svg
|
|
7
|
+
* tags
|
|
8
|
+
*/
|
|
9
|
+
export declare const CallBellIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
10
|
+
muiName: string;
|
|
11
|
+
};
|
|
12
|
+
export default CallBellIcon;
|
package/CallBellIcon.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { RoomServiceIcon } from './RoomServiceIcon';
|
|
2
|
+
/**
|
|
3
|
+
* author: Google
|
|
4
|
+
* id C525BD2B-2BA8-4158-AC0A-FAEE9E353047
|
|
5
|
+
* name room-service
|
|
6
|
+
* version: 2.1.99
|
|
7
|
+
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/room-service.svg
|
|
8
|
+
* tags
|
|
9
|
+
*/
|
|
10
|
+
export const CallBellIcon = RoomServiceIcon;
|
|
11
|
+
export default CallBellIcon;
|
|
12
|
+
//# sourceMappingURL=CallBellIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CallBellIcon.js","sourceRoot":"","sources":["../src_v5/icons/CallBellIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG,eAAe,CAAC;AAC5C,eAAe,YAAY,CAAA","sourcesContent":["import { RoomServiceIcon } from './RoomServiceIcon';\n\n/**\n * author: Google\n * id C525BD2B-2BA8-4158-AC0A-FAEE9E353047\n * name room-service\n * version: 2.1.99\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/room-service.svg\n * tags\n */\nexport const CallBellIcon = RoomServiceIcon;\nexport default CallBellIcon"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* author: Google
|
|
3
|
+
* id A94493FF-30FD-4490-8ABC-F6F03F958D17
|
|
4
|
+
* name room-service-outline
|
|
5
|
+
* version: 3.4.93
|
|
6
|
+
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/room-service-outline.svg
|
|
7
|
+
* tags
|
|
8
|
+
*/
|
|
9
|
+
export declare const CallBellOutlineIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
10
|
+
muiName: string;
|
|
11
|
+
};
|
|
12
|
+
export default CallBellOutlineIcon;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { RoomServiceOutlineIcon } from './RoomServiceOutlineIcon';
|
|
2
|
+
/**
|
|
3
|
+
* author: Google
|
|
4
|
+
* id A94493FF-30FD-4490-8ABC-F6F03F958D17
|
|
5
|
+
* name room-service-outline
|
|
6
|
+
* version: 3.4.93
|
|
7
|
+
* url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/room-service-outline.svg
|
|
8
|
+
* tags
|
|
9
|
+
*/
|
|
10
|
+
export const CallBellOutlineIcon = RoomServiceOutlineIcon;
|
|
11
|
+
export default CallBellOutlineIcon;
|
|
12
|
+
//# sourceMappingURL=CallBellOutlineIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CallBellOutlineIcon.js","sourceRoot":"","sources":["../src_v5/icons/CallBellOutlineIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAElE;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,sBAAsB,CAAC;AAC1D,eAAe,mBAAmB,CAAA","sourcesContent":["import { RoomServiceOutlineIcon } from './RoomServiceOutlineIcon';\n\n/**\n * author: Google\n * id A94493FF-30FD-4490-8ABC-F6F03F958D17\n * name room-service-outline\n * version: 3.4.93\n * url https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/room-service-outline.svg\n * tags\n */\nexport const CallBellOutlineIcon = RoomServiceOutlineIcon;\nexport default CallBellOutlineIcon"]}
|
package/meta.json
CHANGED
|
@@ -108886,29 +108886,41 @@
|
|
|
108886
108886
|
"id": "C525BD2B-2BA8-4158-AC0A-FAEE9E353047",
|
|
108887
108887
|
"name": "room-service",
|
|
108888
108888
|
"codepoint": "F088D",
|
|
108889
|
-
"aliases": [
|
|
108889
|
+
"aliases": [
|
|
108890
|
+
"call-bell"
|
|
108891
|
+
],
|
|
108890
108892
|
"version": "2.1.99",
|
|
108891
108893
|
"tags": [],
|
|
108892
108894
|
"author": "Google",
|
|
108893
108895
|
"iconCreateName": "RoomServiceIcon",
|
|
108894
|
-
"iconAliasCreateNames": [
|
|
108896
|
+
"iconAliasCreateNames": [
|
|
108897
|
+
"CallBellIcon"
|
|
108898
|
+
],
|
|
108895
108899
|
"assetsUrl": "assets/room-service.svg",
|
|
108896
108900
|
"componentFileName": "RoomServiceIcon",
|
|
108897
|
-
"componentAliasFileNames": [
|
|
108901
|
+
"componentAliasFileNames": [
|
|
108902
|
+
"CallBellIcon"
|
|
108903
|
+
]
|
|
108898
108904
|
},
|
|
108899
108905
|
{
|
|
108900
108906
|
"id": "A94493FF-30FD-4490-8ABC-F6F03F958D17",
|
|
108901
108907
|
"name": "room-service-outline",
|
|
108902
108908
|
"codepoint": "F0D97",
|
|
108903
|
-
"aliases": [
|
|
108909
|
+
"aliases": [
|
|
108910
|
+
"call-bell-outline"
|
|
108911
|
+
],
|
|
108904
108912
|
"version": "3.4.93",
|
|
108905
108913
|
"tags": [],
|
|
108906
108914
|
"author": "Google",
|
|
108907
108915
|
"iconCreateName": "RoomServiceOutlineIcon",
|
|
108908
|
-
"iconAliasCreateNames": [
|
|
108916
|
+
"iconAliasCreateNames": [
|
|
108917
|
+
"CallBellOutlineIcon"
|
|
108918
|
+
],
|
|
108909
108919
|
"assetsUrl": "assets/room-service-outline.svg",
|
|
108910
108920
|
"componentFileName": "RoomServiceOutlineIcon",
|
|
108911
|
-
"componentAliasFileNames": [
|
|
108921
|
+
"componentAliasFileNames": [
|
|
108922
|
+
"CallBellOutlineIcon"
|
|
108923
|
+
]
|
|
108912
108924
|
},
|
|
108913
108925
|
{
|
|
108914
108926
|
"id": "38F235DA-809D-4F32-B88E-870A02826E75",
|
package/package.json
CHANGED
package/version.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"build":"2022-08-
|
|
1
|
+
{"build":"2022-08-28T23:23:51.795Z","contentHash":"2477b8efdb2f757e405d3b893a8074a4","projectVersion":"0.1.4"}
|