imbric-theme 0.8.9 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1043,6 +1043,34 @@ export const iconsMap = {
1043
1043
  </>
1044
1044
  ),
1045
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
+ },
1046
1074
  }
1047
1075
 
1048
1076
 
@@ -248,7 +248,7 @@ export const DynamicTable = ({
248
248
 
249
249
 
250
250
  {isViewDownloadDoc ? (
251
- <div className={getStyles('opFunctionBox3')}>
251
+ <div id='boxFileDownload' className={getStyles('opFunctionBox3')}>
252
252
 
253
253
 
254
254
  <span
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imbric-theme",
3
- "version": "0.8.9",
3
+ "version": "0.9.0",
4
4
  "description": "Components library IMBRIC",
5
5
  "private": false,
6
6
  "main": "index.js",
@@ -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>