imbric-theme 0.8.8 → 0.9.0
Sign up to get free protection for your applications and to get access to all the features.
package/atoms/Icon/constants.js
CHANGED
@@ -1007,7 +1007,70 @@ export const iconsMap = {
|
|
1007
1007
|
</>
|
1008
1008
|
),
|
1009
1009
|
},
|
1010
|
-
|
1010
|
+
iconPermission: {
|
1011
|
+
viewBox: '0 0 24 24',
|
1012
|
+
svg: (
|
1013
|
+
<>
|
1014
|
+
<path d="M21.6,21.7H2.2c-1.1,0-2.1-0.9-2.1-2.1v-14c0-1.1,0.9-2.1,2.1-2.1h7.6c0.6,0,1,0.4,1,1s-0.4,1-1,1H2.2c0,0-0.1,0-0.1,0.1v14
|
1015
|
+
c0,0,0,0.1,0.1,0.1h19.4c0,0,0.1,0,0.1-0.1V15c0-0.6,0.4-1,1-1s1,0.4,1,1v4.6C23.7,20.7,22.8,21.7,21.6,21.7z"/>
|
1016
|
+
<path d="M9.7,12.5H4.3c-0.6,0-1-0.4-1-1s0.4-1,1-1h5.4c0.6,0,1,0.4,1,1S10.3,12.5,9.7,12.5z" />
|
1017
|
+
<path d="M19.5,16.8H4.3c-0.6,0-1-0.4-1-1s0.4-1,1-1h15.1c0.6,0,1,0.4,1,1S20,16.8,19.5,16.8z" />
|
1018
|
+
<path d="M17.3,11.9c-2.3,0-4.2-1.9-4.2-4.2s1.9-4.2,4.2-4.2s4.2,1.9,4.2,4.2S19.6,11.9,17.3,11.9z M17.3,5.5c-1.2,0-2.2,1-2.2,2.2
|
1019
|
+
s1,2.2,2.2,2.2s2.2-1,2.2-2.2S18.5,5.5,17.3,5.5z"/>
|
1020
|
+
<path d="M11,16.8c-0.1,0-0.2,0-0.2,0c-0.5-0.1-0.9-0.7-0.7-1.2c0.8-3.3,3.7-5.6,7.1-5.6c2.7,0,5.2,1.5,6.5,4
|
1021
|
+
c0.3,0.5,0.1,1.1-0.4,1.3c-0.5,0.3-1.1,0.1-1.3-0.4c-0.9-1.8-2.7-2.9-4.7-2.9c-2.4,0-4.5,1.7-5.1,4.1C11.9,16.5,11.5,16.8,11,16.8z"
|
1022
|
+
/>
|
1023
|
+
</>
|
1024
|
+
),
|
1025
|
+
},
|
1026
|
+
iconReports: {
|
1027
|
+
viewBox: '0 0 24 24',
|
1028
|
+
svg: (
|
1029
|
+
<>
|
1030
|
+
<g>
|
1031
|
+
<g>
|
1032
|
+
<path d="M9.2,1.6c-0.5,0-1,0.4-1,1V4h1.7V3.9c0-0.3,0.3-0.6,0.6-0.6h11.2c0.3,0,0.6,0.3,0.6,0.6V12c0,0.2-0.2,0.4-0.4,0.4v1.7h1
|
1033
|
+
c0.5,0,1-0.4,1-1V2.6c0-0.5-0.4-1-1-1H9.2z"/>
|
1034
|
+
<path d="M5,7.2h1.6c0-0.3,0.3-0.6,0.6-0.6h11C18.6,6.6,19,7,19,7.5v7.8c0,0.2-0.2,0.4-0.4,0.4h-0.2v1.6h1.2c0.5,0,1-0.4,1-1V5.8
|
1035
|
+
c0-0.5-0.4-0.9-0.9-0.9H5.9c-0.5,0-1,0.4-1,1L5,7.2L5,7.2z"/>
|
1036
|
+
<g>
|
1037
|
+
<path d="M7.3,10.3c0.6,0,1.2,0.4,1.4,1l0.5,1.1v0h4.6c0.9,0,1.5,0.7,1.5,1.6l0,6.5c0,0.7-0.4,1.3-1.6,1.3c0,0,0,0,0,0l-10.9,0
|
1038
|
+
c-0.5,0-0.9-0.4-0.9-0.9V15v-2.7V12c0-0.9,0.7-1.6,1.5-1.6H7.3 M7.3,8.3H3.5C1.6,8.3,0,10,0,12v0.4V15v5.7c0,1.6,1.3,2.9,2.9,2.9
|
1039
|
+
l10.9,0c2.5,0,3.6-1.7,3.6-3.3l0-6.5c0-2-1.6-3.6-3.5-3.6h-3.3C9.9,9.1,8.7,8.3,7.3,8.3L7.3,8.3z"/>
|
1040
|
+
</g>
|
1041
|
+
</g>
|
1042
|
+
</g>
|
1043
|
+
</>
|
1044
|
+
),
|
1045
|
+
},
|
1046
|
+
iconProjects: {
|
1047
|
+
viewBox: '0 0 24 24',
|
1048
|
+
svg: (
|
1049
|
+
<>
|
1050
|
+
<g>
|
1051
|
+
<g>
|
1052
|
+
<path d="M23.2,5.1H12.8L9.4,1.7H0v5.8v14c0,0.4,0.3,0.8,0.8,0.8h22.5c0.4,0,0.8-0.3,0.8-0.8V5.8C24,5.4,23.7,5.1,23.2,5.1z
|
1053
|
+
M1.5,3.2h7.3l1.9,1.8H1.5V3.2z M22.5,20.8h-21V6.6h21V20.8z"/>
|
1054
|
+
</g>
|
1055
|
+
</g>
|
1056
|
+
<g>
|
1057
|
+
<g>
|
1058
|
+
<rect x="4.8" y="9.3" width="14.3" height="1.5" />
|
1059
|
+
</g>
|
1060
|
+
</g>
|
1061
|
+
<g>
|
1062
|
+
<g>
|
1063
|
+
<rect x="4.8" y="12.9" width="14.3" height="1.5" />
|
1064
|
+
</g>
|
1065
|
+
</g>
|
1066
|
+
<g>
|
1067
|
+
<g>
|
1068
|
+
<rect x="4.8" y="16.5" width="14.3" height="1.5" />
|
1069
|
+
</g>
|
1070
|
+
</g>
|
1071
|
+
</>
|
1072
|
+
),
|
1073
|
+
},
|
1011
1074
|
}
|
1012
1075
|
|
1013
1076
|
|
package/package.json
CHANGED
@@ -0,0 +1,26 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 25.4.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
4
|
+
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
|
5
|
+
<g>
|
6
|
+
<g>
|
7
|
+
<path d="M23.2,5.1H12.8L9.4,1.7H0v5.8v14c0,0.4,0.3,0.8,0.8,0.8h22.5c0.4,0,0.8-0.3,0.8-0.8V5.8C24,5.4,23.7,5.1,23.2,5.1z
|
8
|
+
M1.5,3.2h7.3l1.9,1.8H1.5V3.2z M22.5,20.8h-21V6.6h21V20.8z"/>
|
9
|
+
</g>
|
10
|
+
</g>
|
11
|
+
<g>
|
12
|
+
<g>
|
13
|
+
<rect x="4.8" y="9.3" width="14.3" height="1.5"/>
|
14
|
+
</g>
|
15
|
+
</g>
|
16
|
+
<g>
|
17
|
+
<g>
|
18
|
+
<rect x="4.8" y="12.9" width="14.3" height="1.5"/>
|
19
|
+
</g>
|
20
|
+
</g>
|
21
|
+
<g>
|
22
|
+
<g>
|
23
|
+
<rect x="4.8" y="16.5" width="14.3" height="1.5"/>
|
24
|
+
</g>
|
25
|
+
</g>
|
26
|
+
</svg>
|
@@ -0,0 +1,14 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 25.4.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
4
|
+
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
|
5
|
+
<path d="M21.6,21.7H2.2c-1.1,0-2.1-0.9-2.1-2.1v-14c0-1.1,0.9-2.1,2.1-2.1h7.6c0.6,0,1,0.4,1,1s-0.4,1-1,1H2.2c0,0-0.1,0-0.1,0.1v14
|
6
|
+
c0,0,0,0.1,0.1,0.1h19.4c0,0,0.1,0,0.1-0.1V15c0-0.6,0.4-1,1-1s1,0.4,1,1v4.6C23.7,20.7,22.8,21.7,21.6,21.7z"/>
|
7
|
+
<path d="M9.7,12.5H4.3c-0.6,0-1-0.4-1-1s0.4-1,1-1h5.4c0.6,0,1,0.4,1,1S10.3,12.5,9.7,12.5z"/>
|
8
|
+
<path d="M19.5,16.8H4.3c-0.6,0-1-0.4-1-1s0.4-1,1-1h15.1c0.6,0,1,0.4,1,1S20,16.8,19.5,16.8z"/>
|
9
|
+
<path d="M17.3,11.9c-2.3,0-4.2-1.9-4.2-4.2s1.9-4.2,4.2-4.2s4.2,1.9,4.2,4.2S19.6,11.9,17.3,11.9z M17.3,5.5c-1.2,0-2.2,1-2.2,2.2
|
10
|
+
s1,2.2,2.2,2.2s2.2-1,2.2-2.2S18.5,5.5,17.3,5.5z"/>
|
11
|
+
<path d="M11,16.8c-0.1,0-0.2,0-0.2,0c-0.5-0.1-0.9-0.7-0.7-1.2c0.8-3.3,3.7-5.6,7.1-5.6c2.7,0,5.2,1.5,6.5,4
|
12
|
+
c0.3,0.5,0.1,1.1-0.4,1.3c-0.5,0.3-1.1,0.1-1.3-0.4c-0.9-1.8-2.7-2.9-4.7-2.9c-2.4,0-4.5,1.7-5.1,4.1C11.9,16.5,11.5,16.8,11,16.8z"
|
13
|
+
/>
|
14
|
+
</svg>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 25.4.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
4
|
+
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
|
5
|
+
<g>
|
6
|
+
<g>
|
7
|
+
<path d="M9.2,1.6c-0.5,0-1,0.4-1,1V4h1.7V3.9c0-0.3,0.3-0.6,0.6-0.6h11.2c0.3,0,0.6,0.3,0.6,0.6V12c0,0.2-0.2,0.4-0.4,0.4v1.7h1
|
8
|
+
c0.5,0,1-0.4,1-1V2.6c0-0.5-0.4-1-1-1H9.2z"/>
|
9
|
+
<path d="M5,7.2h1.6c0-0.3,0.3-0.6,0.6-0.6h11C18.6,6.6,19,7,19,7.5v7.8c0,0.2-0.2,0.4-0.4,0.4h-0.2v1.6h1.2c0.5,0,1-0.4,1-1V5.8
|
10
|
+
c0-0.5-0.4-0.9-0.9-0.9H5.9c-0.5,0-1,0.4-1,1L5,7.2L5,7.2z"/>
|
11
|
+
<g>
|
12
|
+
<path d="M7.3,10.3c0.6,0,1.2,0.4,1.4,1l0.5,1.1v0h4.6c0.9,0,1.5,0.7,1.5,1.6l0,6.5c0,0.7-0.4,1.3-1.6,1.3c0,0,0,0,0,0l-10.9,0
|
13
|
+
c-0.5,0-0.9-0.4-0.9-0.9V15v-2.7V12c0-0.9,0.7-1.6,1.5-1.6H7.3 M7.3,8.3H3.5C1.6,8.3,0,10,0,12v0.4V15v5.7c0,1.6,1.3,2.9,2.9,2.9
|
14
|
+
l10.9,0c2.5,0,3.6-1.7,3.6-3.3l0-6.5c0-2-1.6-3.6-3.5-3.6h-3.3C9.9,9.1,8.7,8.3,7.3,8.3L7.3,8.3z"/>
|
15
|
+
</g>
|
16
|
+
</g>
|
17
|
+
</g>
|
18
|
+
</svg>
|