imbric-theme 0.7.9 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (29) hide show
  1. package/.storybook/preview.js +2 -0
  2. package/atoms/Icon/constants.js +25 -0
  3. package/atoms/Textarea/Textarea.js +13 -6
  4. package/atoms/Textarea/Textarea.module.css +2 -2
  5. package/layout/DynamicTable/DynamicTable.js +94 -13
  6. package/layout/DynamicTable/DynamicTable.module.css +9 -0
  7. package/layout/Sidebar/Sidebar.js +1 -1
  8. package/molecules/RowTable/RowTable.js +72 -1
  9. package/package.json +1 -1
  10. package/public/static/images/book-svgrepo-com.svg +15 -0
  11. package/public/static/images/clone-svgrepo-com.svg +8 -0
  12. package/public/static/images/copy-svgrepo-com.svg +2 -0
  13. package/public/static/logologin.png +0 -0
  14. package/public/static/logologintagos.svg +19 -0
  15. package/styles/tagos.css +391 -0
  16. package/public/static/images/bank-cash-dollar-finance-money-payment-2-svgrepo-com.svg +0 -13
  17. package/public/static/images/buy-ecommerce-label-money-price-sale-svgrepo-com.svg +0 -13
  18. package/public/static/images/csv-svgrepo-com (1).svg +0 -16
  19. package/public/static/images/csv-svgrepo-com.svg +0 -45
  20. package/public/static/images/distance-svgrepo-com.svg +0 -21
  21. package/public/static/images/link-square-svgrepo-com.svg +0 -13
  22. package/public/static/images/list-svgrepo-com.svg +0 -19
  23. package/public/static/images/message-svgrepo-com.svg +0 -15
  24. package/public/static/images/pdf-svgrepo-com.svg +0 -17
  25. package/public/static/images/pin-distance-svgrepo-com.svg +0 -13
  26. package/public/static/images/second-page-svgrepo-com copia.svg +0 -18
  27. package/public/static/images/second-page-svgrepo-com.svg +0 -17
  28. package/public/static/images/xls-svgrepo-com (1).svg +0 -17
  29. package/public/static/images/xls-svgrepo-com.svg +0 -24
@@ -8,6 +8,7 @@ import '../styles/taxisvalencia.css'
8
8
  import '../styles/radiotaxiaragon.css'
9
9
  import '../styles/spartan.css'
10
10
  import '../styles/default.css'
11
+ import '../styles/tagos.css'
11
12
 
12
13
 
13
14
  const getStyles = ({ __sb } = {}) => ({
@@ -46,6 +47,7 @@ export const globalTypes = {
46
47
  "Taxisvalencia",
47
48
  "Radiotaxiaragon",
48
49
  "Spartan",
50
+ "Tagos",
49
51
  ],
50
52
  }
51
53
  }
@@ -975,6 +975,31 @@ export const iconsMap = {
975
975
  </>
976
976
  ),
977
977
  },
978
+ translations: {
979
+ viewBox: '0 0 24 24',
980
+ svg: (
981
+ <>
982
+ <path class="st0" d="M3.1,19.5c-0.6,0-1-0.4-1-1V6.9c0-4.8,1.5-6.3,6.3-6.3h7.4c4.8,0,6.3,1.5,6.3,6.3v10.6c0,0.2,0,0.3,0,0.5
983
+ c0,0.6-0.5,1-1.1,0.9c-0.6,0-1-0.5-0.9-1.1c0-0.1,0-0.2,0-0.4V6.9c0-3.7-0.6-4.3-4.3-4.3H8.4c-3.7,0-4.3,0.6-4.3,4.3v11.6
984
+ C4.1,19.1,3.7,19.5,3.1,19.5z"/>
985
+ <path class="st0" d="M17.4,23.7H6.8c-2.6,0-4.7-2.1-4.7-4.7v-0.7c0-2.2,1.8-4,4-4h14.9c0.6,0,1,0.4,1,1V19
986
+ C22.1,21.6,20,23.7,17.4,23.7z M6.1,16.3c-1.1,0-2,0.9-2,2V19c0,1.5,1.2,2.7,2.7,2.7h10.6c1.5,0,2.7-1.2,2.7-2.7v-2.7H6.1z"/>
987
+ <path class="st0" d="M16.3,7.9H7.9c-0.6,0-1-0.4-1-1s0.4-1,1-1h8.4c0.6,0,1,0.4,1,1S16.9,7.9,16.3,7.9z" />
988
+ <path class="st0" d="M13.1,11.6H7.9c-0.6,0-1-0.4-1-1s0.4-1,1-1h5.3c0.6,0,1,0.4,1,1S13.7,11.6,13.1,11.6z" />
989
+ </>
990
+ ),
991
+ },
992
+ cloneDefault: {
993
+ viewBox: '0 0 24 24',
994
+ svg: (
995
+ <>
996
+ <path d="M22.8,0H7.2C6.5,0,6,0.5,6,1.2v15.6C6,17.5,6.5,18,7.2,18h15.6c0.7,0,1.2-0.5,1.2-1.2V1.2C24,0.5,23.5,0,22.8,0z M22.4,16.4
997
+ H7.6V1.6h14.8V16.4z"/>
998
+ <path d="M16.4,22.4H1.6V7.6h2.8V6H1.2C0.5,6,0,6.5,0,7.2v15.6C0,23.5,0.5,24,1.2,24h15.6c0.7,0,1.2-0.5,1.2-1.2v-3.2h-1.6V22.4z" />
999
+ </>
1000
+ ),
1001
+ },
1002
+
978
1003
 
979
1004
  }
980
1005
 
@@ -6,9 +6,9 @@ import withStyles from '../../hocs/withStyles'
6
6
 
7
7
  const DEFAULT_TEXTAREA_ROWS = 5
8
8
 
9
- const handleChange = ({ onChange }) => () => {
10
- onChange()
11
- }
9
+ // const handleChange = ({ onChange }) => () => {
10
+ // onChange()
11
+ // }
12
12
 
13
13
  export const Textarea = ({
14
14
  children,
@@ -16,13 +16,17 @@ export const Textarea = ({
16
16
  placeholder,
17
17
  onChange,
18
18
  getStyles,
19
+ value,
20
+ id,
19
21
  }) => {
20
22
  return (
21
23
  <textarea
24
+ id={id}
22
25
  className={getStyles('textarea')}
23
26
  rows={rows}
24
27
  placeholder={placeholder}
25
- onChange={handleChange({ onChange })}
28
+ onChange={onChange}
29
+ value={value}
26
30
  >
27
31
  {children}
28
32
  </textarea>
@@ -35,12 +39,15 @@ Textarea.propTypes = {
35
39
  onChange: PropTypes.func.isRequired,
36
40
  rows: PropTypes.number,
37
41
  placeholder: PropTypes.string,
42
+ value: PropTypes.string,
43
+ id: PropTypes.string.isRequired,
38
44
  }
39
45
 
40
46
  Textarea.defaultProps = {
41
- getStyles: () => {},
42
- onChange: () => {},
47
+ getStyles: () => { },
48
+ onChange: () => { },
43
49
  rows: DEFAULT_TEXTAREA_ROWS,
50
+ id: '',
44
51
  }
45
52
 
46
53
  export default withStyles(styles)(Textarea)
@@ -9,7 +9,7 @@
9
9
  box-shadow: var(--box-shadow-sm);
10
10
  color: var(--color-font-base);
11
11
  font-family: var(--font-family-sans);
12
- font-size: var(--input-font-size);
12
+ font-size: var(--paragraph-font-size-xs);
13
13
  font-weight: var(--font-weight-medium);
14
14
  line-height: var(--line-height-tight);
15
15
  resize: vertical;
@@ -22,4 +22,4 @@
22
22
  .textarea:focus {
23
23
  box-shadow: 0 0 0 1px var(--color-primary), 0 0 10px 0 var(--color-primary);
24
24
  outline: none;
25
- }
25
+ }
@@ -10,35 +10,49 @@ import Icon from '../../atoms/Icon'
10
10
  import Button from '../../atoms/Button'
11
11
  import { Horizontal, Vertical } from '../../layout/Spacer/components'
12
12
  import ReactTooltip from 'react-tooltip'
13
+ import Heading from '../../atoms/Heading/Heading'
14
+
13
15
 
14
16
  export const DynamicTable = ({
15
17
  getStyles,
16
18
  optionsData,
17
19
  opColumns,
18
20
  opAddColumns,
21
+ opFilterTable,
19
22
  isLayoutDate,
20
23
  isViewRange,
24
+ isViewTitleTable,
21
25
  isViewAddColumn,
26
+ isViewFilterTable,
22
27
  isViewBtn,
28
+ isViewLeftBtn,
23
29
  isViewDownloadDoc,
24
30
  typeBtn,
25
31
  titleBtn,
26
32
  handleBtn,
27
33
  handleAddColumn,
34
+ handleFilterTable,
28
35
  handleSelectRange,
29
36
  handleDownloadExcel,
30
37
  handleDefaultValue,
38
+ handleDefaultValueFilter,
31
39
  labelDinamicSelect,
32
40
  placeholderDinamicSelect,
33
41
  isLoadingDinamicSelect,
42
+ labelDinamicSelectFilter,
43
+ placeholderDinamicSelectFilter,
44
+ isLoadingDinamicSelectFilter,
34
45
  labelSinceDateRange,
35
46
  labelTillDateRange,
36
47
  txtTootipFileDownload,
48
+ titleHeadingTable,
37
49
  }) => {
38
50
 
39
51
  const [tableData, setTableData] = useState(optionsData);
40
52
  const [columnsData, setColumnsData] = useState(opColumns);
41
53
  const [addColumsData, setAddColumsData] = useState(opAddColumns);
54
+ const [filterTableData, setFilterTableData] = useState(opFilterTable);
55
+
42
56
 
43
57
  // STATE TOOLTIP
44
58
  const [isToolTipMounted, setIsToolTipMounted] = useState(false)
@@ -76,19 +90,75 @@ export const DynamicTable = ({
76
90
 
77
91
  <div className={getStyles('opFunction')}>
78
92
 
79
- {isViewRange ? (
80
- <div className={getStyles('opFunctionBox1')}>
81
- <DatePicker
82
- isLayoutDate={isLayoutDate}
83
- onChangeRange={handleSelectRange}
84
- sinceDateRange={labelSinceDateRange}
85
- tillDateRange={labelTillDateRange}
86
- />
87
- </div>
88
- ) : null}
89
93
 
94
+ <div className={getStyles('opFunctionBoxTotal2')}>
95
+
96
+ {isViewTitleTable ? (
97
+ <div className={getStyles('opFunctionBox1')}>
98
+ <Heading
99
+ size="sm"
100
+ >
101
+ {titleHeadingTable}
102
+ </Heading>
103
+ </div>
104
+ ) : null}
105
+
106
+ {isViewLeftBtn ? (
107
+
108
+ <>
109
+
110
+ <div className={getStyles('opFunctionBox3')}>
111
+
112
+ <Button
113
+ type={typeBtn}
114
+ isInline={true}
115
+ onClick={handleBtn}
116
+ >
117
+ {titleBtn}
118
+ </Button>
119
+
120
+ </div>
121
+ </>
122
+ ) : null}
123
+
124
+
125
+ {isViewRange ? (
126
+ <div className={getStyles('opFunctionBox1')}>
127
+ <DatePicker
128
+ isLayoutDate={isLayoutDate}
129
+ onChangeRange={handleSelectRange}
130
+ sinceDateRange={labelSinceDateRange}
131
+ tillDateRange={labelTillDateRange}
132
+ />
133
+ </div>
134
+ ) : null}
135
+ </div>
90
136
  <div className={getStyles('opFunctionBox2')}>
91
137
 
138
+
139
+ {isViewFilterTable ? (
140
+ <div className={getStyles('opFunctionBox3')}>
141
+ <Label>{labelDinamicSelectFilter}</Label>
142
+
143
+ {isLoadingDinamicSelectFilter ?
144
+ <DynamicSelect
145
+ isInline
146
+ onChange={handleFilterTable}
147
+ optionsSelect={filterTableData}
148
+ placeholder={placeholderDinamicSelectFilter}
149
+ defaultValue={handleDefaultValueFilter}
150
+ closeMenuOnSelect={false}
151
+ isClearable={false}
152
+ instanceId={'idFilterTableAll'}
153
+ // defaultValue= { [{value: 'id', label: 'ID'}, {value: 'idService', label: 'ID Reserva'}] }
154
+ /> : null
155
+ }
156
+
157
+ </div>
158
+ ) : null}
159
+
160
+
161
+
92
162
  {isViewAddColumn ? (
93
163
  <div className={getStyles('opFunctionBox3')}>
94
164
  <Label>{labelDinamicSelect}</Label>
@@ -111,7 +181,6 @@ export const DynamicTable = ({
111
181
  ) : null}
112
182
 
113
183
 
114
-
115
184
  {isViewBtn ? (
116
185
 
117
186
  <>
@@ -126,8 +195,6 @@ export const DynamicTable = ({
126
195
  {titleBtn}
127
196
  </Button>
128
197
 
129
- <Horizontal size="md" />
130
-
131
198
  </div>
132
199
  </>
133
200
  ) : null}
@@ -186,43 +253,57 @@ DynamicTable.propTypes = {
186
253
  // children: PropTypes.node.isRequired,
187
254
  getStyles: PropTypes.func.isRequired,
188
255
  isViewRange: PropTypes.bool,
256
+ isViewTitleTable: PropTypes.bool,
189
257
  isViewAddColumn: PropTypes.bool,
258
+ isViewFilterTable: PropTypes.bool,
190
259
  isViewDownloadDoc: PropTypes.bool,
191
260
  isViewBtn: PropTypes.bool,
261
+ isViewLeftBtn: PropTypes.bool,
192
262
  onChangeInput: PropTypes.func,
193
263
  handleAddColumn: PropTypes.func,
264
+ handleFilterTable: PropTypes.func,
194
265
  isError: PropTypes.string,
195
266
  isLayoutDate: PropTypes.string,
196
267
  handleSelectRange: PropTypes.func,
197
268
  handleDownloadExcel: PropTypes.func,
198
269
  labelDinamicSelect: PropTypes.string,
199
270
  placeholderDinamicSelect: PropTypes.string,
271
+ labelDinamicSelectFilter: PropTypes.string,
272
+ placeholderDinamicSelectFilter: PropTypes.string,
200
273
  labelSinceDateRange: PropTypes.string,
201
274
  labelTillDateRange: PropTypes.string,
202
275
  typeBtn: PropTypes.string,
203
276
  titleBtn: PropTypes.string,
204
277
  handleBtn: PropTypes.func,
205
278
  txtTootipFileDownload: PropTypes.string,
279
+ titleHeadingTable: PropTypes.string,
206
280
  }
207
281
 
208
282
  DynamicTable.defaultProps = {
209
283
  getStyles: () => { },
210
284
  handleAddColumn: () => { },
285
+ handleFilterTable: () => { },
211
286
  isViewRange: true,
287
+ isViewTitleTable: false,
212
288
  isViewAddColumn: true,
289
+ isViewFilterTable: false,
213
290
  isViewDownloadDoc: true,
214
291
  isViewBtn: false,
292
+ isViewLeftBtn: false,
215
293
  isLayoutDate: 'Calendar',
216
294
  handleSelectRange: () => { },
217
295
  handleDownloadExcel: () => { },
218
296
  labelDinamicSelect: 'Mostrar u ocultar columnas',
219
297
  placeholderDinamicSelect: 'Seleccionar columnas',
298
+ labelDinamicSelectFilter: '',
299
+ placeholderDinamicSelectFilter: '',
220
300
  labelSinceDateRange: 'Desde',
221
301
  labelTillDateRange: 'Hasta',
222
302
  typeBtn: 'primary',
223
303
  titleBtn: '',
224
304
  handleBtn: () => { },
225
305
  txtTootipFileDownload: '',
306
+ titleHeadingTable: 'Total: 200',
226
307
  }
227
308
 
228
309
  export default withStyles(styles)(DynamicTable)
@@ -13,9 +13,18 @@
13
13
  display: inline-flex;
14
14
  } */
15
15
 
16
+ .opFunctionBoxTotal2 {
17
+ display: inline-flex;
18
+ align-items: center;
19
+ width: 100%;
20
+ justify-content: flex-start;
21
+ }
22
+
16
23
  .opFunctionBox2 {
17
24
  display: inline-flex;
18
25
  align-items: flex-end;
26
+ width: 100%;
27
+ justify-content: flex-end;
19
28
  }
20
29
 
21
30
  .dynamic-table {
@@ -32,7 +32,7 @@ export const Sidebar = ({ getStyles, menuCollapseView, options, isHrefLogo, isSr
32
32
 
33
33
  <div className={getStyles('logotext')}>
34
34
  {/* small and big change using menuCollapseView state */}
35
- {menuCollapseView ? <Picture isHref={isHrefLogo} src={router.basePath + isSrcLogoS} width={19}></Picture> : <Picture isHref={isHrefLogo} src={router.basePath + isSrcLogo} width={100}></Picture>}
35
+ {menuCollapseView ? <Picture isHref={isHrefLogo} src={router.basePath + isSrcLogoS} width={19}></Picture> : <Picture isHref={isHrefLogo} src={router.basePath + isSrcLogo} width={'max-content'}></Picture>}
36
36
  </div>
37
37
  {/* <div className={getStyles('closemenu')}>
38
38
 
@@ -29,6 +29,7 @@ export const RowTable = ({
29
29
  onClickActionSendEmail,
30
30
  onClickActionDelete,
31
31
  onClickActionLink,
32
+ onClickActionClone,
32
33
  txtTootipIconUserView,
33
34
  txtTootipIconListInvoice,
34
35
  txtTootipIconListListXLS,
@@ -38,6 +39,7 @@ export const RowTable = ({
38
39
  txtTootipIconSendEmail,
39
40
  txtTootipIconDelete,
40
41
  txtTootipIconLink,
42
+ txtTootipIconClone,
41
43
  colorRow,
42
44
  }) => {
43
45
 
@@ -663,6 +665,72 @@ export const RowTable = ({
663
665
 
664
666
  : null}
665
667
 
668
+
669
+
670
+ {itemTd.viewClone ?
671
+
672
+ item.viewClone === undefined ?
673
+
674
+ <>
675
+ <span
676
+ data-tip
677
+ data-for='clone'
678
+ onMouseEnter={handleMouseEnter}
679
+ onMouseLeave={handleMouseLeave}
680
+ >
681
+ <>
682
+ <Icon
683
+ background="base"
684
+ name="cloneDefault"
685
+ onClick={e => { onClickActionClone(e, item) }}
686
+ />
687
+ <Horizontal size="xs" />
688
+ </>
689
+
690
+ </span>
691
+
692
+ {isToolTipMounted ? (
693
+ <ReactTooltip id='clone' type='error'>
694
+ <span>{txtTootipIconClone}</span>
695
+ </ReactTooltip>
696
+ ) : null}
697
+ </>
698
+
699
+ :
700
+
701
+ item.viewClone ?
702
+
703
+ <>
704
+ <span
705
+ data-tip
706
+ data-for='clone'
707
+ onMouseEnter={handleMouseEnter}
708
+ onMouseLeave={handleMouseLeave}
709
+ >
710
+ <>
711
+ <Icon
712
+ background="base"
713
+ name="clone"
714
+ onClick={e => { onClickActionClone(e, item) }}
715
+ />
716
+ <Horizontal size="xs" />
717
+ </>
718
+
719
+ </span>
720
+
721
+ {isToolTipMounted ? (
722
+ <ReactTooltip id='clone' type='error'>
723
+ <span>{txtTootipIconClone}</span>
724
+ </ReactTooltip>
725
+ ) : null}
726
+ </>
727
+
728
+ : null
729
+
730
+ : null}
731
+
732
+
733
+
666
734
  </td>
667
735
 
668
736
  :
@@ -795,6 +863,7 @@ RowTable.propTypes = {
795
863
  onClickActionSendEmail: PropTypes.func,
796
864
  onClickActionDelete: PropTypes.func,
797
865
  onClickActionLink: PropTypes.func,
866
+ onClickActionClone: PropTypes.func,
798
867
  txtTootipIconUserView: PropTypes.string,
799
868
  txtTootipIconListInvoice: PropTypes.string,
800
869
  txtTootipIconListListXLS: PropTypes.string,
@@ -804,6 +873,7 @@ RowTable.propTypes = {
804
873
  txtTootipIconSendEmail: PropTypes.string,
805
874
  txtTootipIconDelete: PropTypes.string,
806
875
  txtTootipIconLink: PropTypes.string,
876
+ txtTootipIconClone: PropTypes.string,
807
877
  colorRow: PropTypes.string,
808
878
  isCheckedCheckbox: PropTypes.bool
809
879
  }
@@ -822,6 +892,7 @@ RowTable.defaultProps = {
822
892
  onClickActionSendEmail: () => { },
823
893
  onClickActionDelete: () => { },
824
894
  onClickActionLink: () => { },
895
+ onClickActionClone: () => { },
825
896
  txtTootipIconUserView: '',
826
897
  txtTootipIconListInvoice: '',
827
898
  txtTootipIconListListXLS: '',
@@ -831,7 +902,7 @@ RowTable.defaultProps = {
831
902
  txtTootipIconSendEmail: '',
832
903
  txtTootipIconDelete: '',
833
904
  txtTootipIconLink: '',
834
-
905
+ txtTootipIconClone: '',
835
906
 
836
907
  isCheckedCheckbox: false
837
908
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imbric-theme",
3
- "version": "0.7.9",
3
+ "version": "0.8.1",
4
4
  "description": "Components library IMBRIC",
5
5
  "private": false,
6
6
  "main": "index.js",
@@ -0,0 +1,15 @@
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
+ <style type="text/css">
6
+ .st0{fill:#292D32;}
7
+ </style>
8
+ <path class="st0" d="M3.1,19.5c-0.6,0-1-0.4-1-1V6.9c0-4.8,1.5-6.3,6.3-6.3h7.4c4.8,0,6.3,1.5,6.3,6.3v10.6c0,0.2,0,0.3,0,0.5
9
+ c0,0.6-0.5,1-1.1,0.9c-0.6,0-1-0.5-0.9-1.1c0-0.1,0-0.2,0-0.4V6.9c0-3.7-0.6-4.3-4.3-4.3H8.4c-3.7,0-4.3,0.6-4.3,4.3v11.6
10
+ C4.1,19.1,3.7,19.5,3.1,19.5z"/>
11
+ <path class="st0" d="M17.4,23.7H6.8c-2.6,0-4.7-2.1-4.7-4.7v-0.7c0-2.2,1.8-4,4-4h14.9c0.6,0,1,0.4,1,1V19
12
+ C22.1,21.6,20,23.7,17.4,23.7z M6.1,16.3c-1.1,0-2,0.9-2,2V19c0,1.5,1.2,2.7,2.7,2.7h10.6c1.5,0,2.7-1.2,2.7-2.7v-2.7H6.1z"/>
13
+ <path class="st0" d="M16.3,7.9H7.9c-0.6,0-1-0.4-1-1s0.4-1,1-1h8.4c0.6,0,1,0.4,1,1S16.9,7.9,16.3,7.9z"/>
14
+ <path class="st0" d="M13.1,11.6H7.9c-0.6,0-1-0.4-1-1s0.4-1,1-1h5.3c0.6,0,1,0.4,1,1S13.7,11.6,13.1,11.6z"/>
15
+ </svg>
@@ -0,0 +1,8 @@
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="M22.8,0H7.2C6.5,0,6,0.5,6,1.2v15.6C6,17.5,6.5,18,7.2,18h15.6c0.7,0,1.2-0.5,1.2-1.2V1.2C24,0.5,23.5,0,22.8,0z M22.4,16.4
6
+ H7.6V1.6h14.8V16.4z"/>
7
+ <path d="M16.4,22.4H1.6V7.6h2.8V6H1.2C0.5,6,0,6.5,0,7.2v15.6C0,23.5,0.5,24,1.2,24h15.6c0.7,0,1.2-0.5,1.2-1.2v-3.2h-1.6V22.4z"/>
8
+ </svg>
@@ -0,0 +1,2 @@
1
+ <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
+ <svg fill="#000000" width="800px" height="800px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M7.024 3.75c0-.966.784-1.75 1.75-1.75H20.25c.966 0 1.75.784 1.75 1.75v11.498a1.75 1.75 0 01-1.75 1.75H8.774a1.75 1.75 0 01-1.75-1.75V3.75zm1.75-.25a.25.25 0 00-.25.25v11.498c0 .139.112.25.25.25H20.25a.25.25 0 00.25-.25V3.75a.25.25 0 00-.25-.25H8.774z"/><path d="M1.995 10.749a1.75 1.75 0 011.75-1.751H5.25a.75.75 0 110 1.5H3.745a.25.25 0 00-.25.25L3.5 20.25c0 .138.111.25.25.25h9.5a.25.25 0 00.25-.25v-1.51a.75.75 0 111.5 0v1.51A1.75 1.75 0 0113.25 22h-9.5A1.75 1.75 0 012 20.25l-.005-9.501z"/></svg>
Binary file
@@ -0,0 +1,19 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="258" height="203" viewBox="0 0 258 203">
2
+ <defs>
3
+ <style>
4
+ .cls-1 {
5
+ opacity: 0.78;
6
+ }
7
+
8
+ .cls-2 {
9
+ font-size: 91.667px;
10
+ text-anchor: middle;
11
+ font-family: "Avenir Next";
12
+ font-weight: 700;
13
+ }
14
+ </style>
15
+ </defs>
16
+ <image id="Objeto_inteligente_vectorial" data-name="Objeto inteligente vectorial" x="69" y="172" width="120" height="29" xlink:href="data:img/png;base64,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"/>
17
+ <image id="Objeto_inteligente_vectorial-2" data-name="Objeto inteligente vectorial" class="cls-1" x="89" y="4" width="79" height="73" xlink:href="data:img/png;base64,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"/>
18
+ <text id="Tagos" class="cls-2" x="128.88" y="141.508"><tspan x="128.88">Tagos</tspan></text>
19
+ </svg>
@@ -0,0 +1,391 @@
1
+ [data-theme="Tagos"] {
2
+ --color-brand-smalt: #02338D;
3
+ --color-brand-prussian-blue: #00205b;
4
+ --color-brand-blue-moon: #eff1fd;
5
+ --color-brand-burnt-sienna: #eb2d52;
6
+ --color-brand-mandy: #ed495e;
7
+ --color-brand-east-bay: #455970;
8
+ --color-brand-regent-gray: #7e858c;
9
+ --color-brand-loblolly: #b7b7b7;
10
+ --color-brand-white-lilac: #e8e8e8;
11
+ --color-brand-hint-of-red: #f9f9f9;
12
+ --color-brand-romance: #fcfdfd;
13
+ --color-brand-chateau-green: #39b54a;
14
+ --color-brand-shadow: #908154;
15
+ --color-brand-eastern-blue: #1daca3;
16
+ --color-brand-azure-radiance: #00a3ff;
17
+
18
+ --color-base-black: #000;
19
+ --color-base-white: #fff;
20
+ --color-base-transparent: transparent;
21
+
22
+ --color-rose-50: #fff1f2;
23
+ --color-rose-100: #ffe4e6;
24
+ --color-rose-200: #fecdd3;
25
+ --color-rose-300: #fda4af;
26
+ --color-rose-400: #fb7185;
27
+ --color-rose-500: #f43f5e;
28
+ --color-rose-600: #e11d48;
29
+ --color-rose-700: #be123c;
30
+ --color-rose-800: #9f1239;
31
+ --color-rose-900: #881337;
32
+
33
+ --color-pink-50: #fdf2f8;
34
+ --color-pink-100: #fce7f3;
35
+ --color-pink-200: #fbcfe8;
36
+ --color-pink-300: #f9a8d4;
37
+ --color-pink-400: #f472b6;
38
+ --color-pink-500: #ec4899;
39
+ --color-pink-600: #db2777;
40
+ --color-pink-700: #be185d;
41
+ --color-pink-800: #9d174d;
42
+ --color-pink-900: #831843;
43
+
44
+ --color-fuchsia-50: #fdf4ff;
45
+ --color-fuchsia-100: #fae8ff;
46
+ --color-fuchsia-200: #f5d0fe;
47
+ --color-fuchsia-300: #f0abfc;
48
+ --color-fuchsia-400: #e879f9;
49
+ --color-fuchsia-500: #d946ef;
50
+ --color-fuchsia-600: #c026d3;
51
+ --color-fuchsia-700: #a21caf;
52
+ --color-fuchsia-800: #86198f;
53
+ --color-fuchsia-900: #701a75;
54
+
55
+ --color-purple-50: #faf5ff;
56
+ --color-purple-100: #f3e8ff;
57
+ --color-purple-200: #e9d5ff;
58
+ --color-purple-300: #d8b4fe;
59
+ --color-purple-400: #c084fc;
60
+ --color-purple-500: #a855f7;
61
+ --color-purple-600: #9333ea;
62
+ --color-purple-700: #7e22ce;
63
+ --color-purple-800: #6b21a8;
64
+ --color-purple-900: #581c87;
65
+
66
+ --color-violet-50: #f5f3ff;
67
+ --color-violet-100: #ede9fe;
68
+ --color-violet-200: #ddd6fe;
69
+ --color-violet-300: #c4b5fd;
70
+ --color-violet-400: #a78bfa;
71
+ --color-violet-500: #8b5cf6;
72
+ --color-violet-600: #7c3aed;
73
+ --color-violet-700: #6d28d9;
74
+ --color-violet-800: #5b21b6;
75
+ --color-violet-900: #4c1d95;
76
+
77
+ --color-indigo-50: #eef2ff;
78
+ --color-indigo-100: #e0e7ff;
79
+ --color-indigo-200: #c7d2fe;
80
+ --color-indigo-300: #a5b4fc;
81
+ --color-indigo-400: #818cf8;
82
+ --color-indigo-500: #6366f1;
83
+ --color-indigo-600: #4f46e5;
84
+ --color-indigo-700: #4338ca;
85
+ --color-indigo-800: #3730a3;
86
+ --color-indigo-900: #312e81;
87
+
88
+ --color-blue-50: #eff6ff;
89
+ --color-blue-100: #dbeafe;
90
+ --color-blue-200: #bfdbfe;
91
+ --color-blue-300: #93c5fd;
92
+ --color-blue-400: #60a5fa;
93
+ --color-blue-500: #3b82f6;
94
+ --color-blue-600: #2563eb;
95
+ --color-blue-700: #1d4ed8;
96
+ --color-blue-800: #1e40af;
97
+ --color-blue-900: #1e3a8a;
98
+
99
+ --color-sky-50: #f0f9ff;
100
+ --color-sky-100: #e0f2fe;
101
+ --color-sky-200: #bae6fd;
102
+ --color-sky-300: #7dd3fc;
103
+ --color-sky-400: #38bdf8;
104
+ --color-sky-500: #0ea5e9;
105
+ --color-sky-600: #0284c7;
106
+ --color-sky-700: #0369a1;
107
+ --color-sky-800: #075985;
108
+ --color-sky-900: #0c4a6e;
109
+
110
+ --color-cyan-50: #ecfeff;
111
+ --color-cyan-100: #cffafe;
112
+ --color-cyan-200: #a5f3fc;
113
+ --color-cyan-300: #67e8f9;
114
+ --color-cyan-400: #22d3ee;
115
+ --color-cyan-500: #06b6d4;
116
+ --color-cyan-600: #0891b2;
117
+ --color-cyan-700: #0e7490;
118
+ --color-cyan-800: #155e75;
119
+ --color-cyan-900: #164e63;
120
+
121
+ --color-teal-50: #f0fdfa;
122
+ --color-teal-100: #ccfbf1;
123
+ --color-teal-200: #99f6e4;
124
+ --color-teal-300: #5eead4;
125
+ --color-teal-400: #2dd4bf;
126
+ --color-teal-500: #14b8a6;
127
+ --color-teal-600: #0d9488;
128
+ --color-teal-700: #0f766e;
129
+ --color-teal-800: #115e59;
130
+ --color-teal-900: #134e4a;
131
+
132
+ --color-emerald-50: #ecfdf5;
133
+ --color-emerald-100: #d1fae5;
134
+ --color-emerald-200: #a7f3d0;
135
+ --color-emerald-300: #6ee7b7;
136
+ --color-emerald-400: #34d399;
137
+ --color-emerald-500: #10b981;
138
+ --color-emerald-600: #059669;
139
+ --color-emerald-700: #047857;
140
+ --color-emerald-800: #065f46;
141
+ --color-emerald-900: #064e3b;
142
+
143
+ --color-green-50: #f0fdf4;
144
+ --color-green-100: #dcfce7;
145
+ --color-green-200: #bbf7d0;
146
+ --color-green-300: #86efac;
147
+ --color-green-400: #4ade80;
148
+ --color-green-500: #22c55e;
149
+ --color-green-600: #16a34a;
150
+ --color-green-700: #15803d;
151
+ --color-green-800: #166534;
152
+ --color-green-900: #14532d;
153
+
154
+ --color-lime-50: #f7fee7;
155
+ --color-lime-100: #ecfccb;
156
+ --color-lime-200: #d9f99d;
157
+ --color-lime-300: #bef264;
158
+ --color-lime-400: #a3e635;
159
+ --color-lime-500: #84cc16;
160
+ --color-lime-600: #65a30d;
161
+ --color-lime-700: #4d7c0f;
162
+ --color-lime-800: #3f6212;
163
+ --color-lime-900: #365314;
164
+
165
+ --color-yellow-50: #fefce8;
166
+ --color-yellow-100: #fef9c3;
167
+ --color-yellow-200: #fef08a;
168
+ --color-yellow-300: #fde047;
169
+ --color-yellow-400: #facc15;
170
+ --color-yellow-500: #eab308;
171
+ --color-yellow-600: #ca8a04;
172
+ --color-yellow-700: #a16207;
173
+ --color-yellow-800: #854d0e;
174
+ --color-yellow-900: #713f12;
175
+
176
+ --color-amber-50: #fffbeb;
177
+ --color-amber-100: #fef3c7;
178
+ --color-amber-200: #fde68a;
179
+ --color-amber-300: #fcd34d;
180
+ --color-amber-400: #fbbf24;
181
+ --color-amber-500: #f59e0b;
182
+ --color-amber-600: #d97706;
183
+ --color-amber-700: #b45309;
184
+ --color-amber-800: #92400e;
185
+ --color-amber-900: #78350f;
186
+
187
+ --color-orange-50: #fff7ed;
188
+ --color-orange-100: #ffedd5;
189
+ --color-orange-200: #fed7aa;
190
+ --color-orange-300: #fdba74;
191
+ --color-orange-400: #fb923c;
192
+ --color-orange-500: #f97316;
193
+ --color-orange-600: #ea580c;
194
+ --color-orange-700: #c2410c;
195
+ --color-orange-800: #9a3412;
196
+ --color-orange-900: #7c2d12;
197
+
198
+ --color-red-50: #fef2f2;
199
+ --color-red-100: #fee2e2;
200
+ --color-red-200: #fecaca;
201
+ --color-red-300: #fca5a5;
202
+ --color-red-400: #f87171;
203
+ --color-red-500: #ef4444;
204
+ --color-red-600: #dc2626;
205
+ --color-red-700: #b91c1c;
206
+ --color-red-800: #991b1b;
207
+ --color-red-900: #7f1d1d;
208
+
209
+ --color-warm-gray-50: #fafaf9;
210
+ --color-warm-gray-100: #f5f5f4;
211
+ --color-warm-gray-200: #e7e5e4;
212
+ --color-warm-gray-300: #d6d3d1;
213
+ --color-warm-gray-400: #a8a29e;
214
+ --color-warm-gray-500: #78716c;
215
+ --color-warm-gray-600: #57534e;
216
+ --color-warm-gray-700: #44403c;
217
+ --color-warm-gray-800: #292524;
218
+ --color-warm-gray-900: #1c1917;
219
+
220
+ --color-true-gray-50: #fafafa;
221
+ --color-true-gray-100: #f5f5f5;
222
+ --color-true-gray-200: #e5e5e5;
223
+ --color-true-gray-300: #d4d4d4;
224
+ --color-true-gray-400: #a3a3a3;
225
+ --color-true-gray-500: #737373;
226
+ --color-true-gray-600: #525252;
227
+ --color-true-gray-700: #404040;
228
+ --color-true-gray-800: #262626;
229
+ --color-true-gray-900: #171717;
230
+
231
+ --color-gray-50: #fafafa;
232
+ --color-gray-100: #f4f4f5;
233
+ --color-gray-200: #e4e4e7;
234
+ --color-gray-300: #d4d4d8;
235
+ --color-gray-400: #a1a1aa;
236
+ --color-gray-500: #71717a;
237
+ --color-gray-600: #52525b;
238
+ --color-gray-700: #3f3f46;
239
+ --color-gray-800: #27272a;
240
+ --color-gray-900: #18181b;
241
+
242
+ --color-cool-gray-50: #f9fafb;
243
+ --color-cool-gray-100: #f3f4f6;
244
+ --color-cool-gray-200: #e5e7eb;
245
+ --color-cool-gray-300: #d1d5db;
246
+ --color-cool-gray-400: #9ca3af;
247
+ --color-cool-gray-500: #6b7280;
248
+ --color-cool-gray-600: #4b5563;
249
+ --color-cool-gray-700: #374151;
250
+ --color-cool-gray-800: #1f2937;
251
+ --color-cool-gray-900: #111827;
252
+
253
+ --color-blue-gray-50: #f8fafc;
254
+ --color-blue-gray-100: #f1f5f9;
255
+ --color-blue-gray-200: #e2e8f0;
256
+ --color-blue-gray-300: #cbd5e1;
257
+ --color-blue-gray-400: #94a3b8;
258
+ --color-blue-gray-500: #64748b;
259
+ --color-blue-gray-600: #475569;
260
+ --color-blue-gray-700: #334155;
261
+ --color-blue-gray-800: #1e293b;
262
+ --color-blue-gray-900: #0f172a;
263
+
264
+ --spacing-none: 0;
265
+ --spacing-xs: 5;
266
+ --spacing-sm: 15;
267
+ --spacing-md: 20;
268
+ --spacing-lg: 40;
269
+
270
+ --font-family-sans: 'Lato', Arial, sans-serif;
271
+ --font-family-mono: 'Roboto Mono', 'Courier New', monospace;
272
+
273
+ --font-size-mini: 12px;
274
+ --font-size-base: 14px;
275
+ --font-size-xs: 1.2rem;
276
+ --font-size-sm: 1.4rem;
277
+ --font-size-md: 1.6rem;
278
+ --font-size-lg: 1.8rem;
279
+ --font-size-xl: 2.2rem;
280
+ --font-size-2xl: 6rem;
281
+
282
+ --font-weight-hairline: 100;
283
+ --font-weight-thin: 200;
284
+ --font-weight-light: 300;
285
+ --font-weight-normal: 400;
286
+ --font-weight-medium: 500;
287
+ --font-weight-semibold: 600;
288
+ --font-weight-bold: 700;
289
+ --font-weight-extrabold: 800;
290
+ --font-weight-black: 900;
291
+
292
+ --line-height-none: 1;
293
+ --line-height-tight: 1.25;
294
+ --line-height-snug: 1.375;
295
+ --line-height-normal: 1.5;
296
+ --line-height-relaxed: 1.625;
297
+ --line-height-loose: 2;
298
+
299
+ --letter-spacing-tighter: -0.05em;
300
+ --letter-spacing-tight: -0.025em;
301
+ --letter-spacing-normal: 0;
302
+ --letter-spacing-wide: 0.025em;
303
+ --letter-spacing-wider: 0.05em;
304
+ --letter-spacing-widest: 0.1em;
305
+
306
+ --box-shadow-none: none;
307
+ --box-shadow-xs: 0px 3px 6px rgba(0, 0, 0, 0.05);
308
+ --box-shadow-sm: 0px 4px 5px rgba(0, 0, 0, 0.07);
309
+
310
+ --border-radius-none: 0;
311
+ --border-radius-xs: 4px;
312
+ --border-radius-sm: 10px;
313
+ --border-radius-md: 20px;
314
+ --border-radius-lg: 30px;
315
+ --border-radius-full: 9999px;
316
+
317
+ --border-width-none: 0;
318
+ --border-width-thin: 1px;
319
+ --border-width-thick: 2px;
320
+
321
+ --opacity-0: 0;
322
+ --opacity-25: 0.25;
323
+ --opacity-50: 0.5;
324
+ --opacity-75: 0.75;
325
+ --opacity-100: 1;
326
+
327
+ --z-index-0: 0;
328
+ --z-index-10: 10;
329
+ --z-index-20: 20;
330
+ --z-index-30: 30;
331
+ --z-index-40: 40;
332
+ --z-index-50: 50;
333
+ --z-index-auto: auto;
334
+
335
+ --color-primary: #ED495E;
336
+ --color-primary-muted: #e18592;
337
+ --color-primary-highlight: #eff1fd;
338
+ --color-primary-inverted: #fcfdfd;
339
+ --color-font-base: #455970;
340
+ --color-font-muted: #7e858c;
341
+ --color-font-highlight: #b7b7b7;
342
+ --color-font-inverted: #fff;
343
+ --color-secondary: #283571;
344
+ --color-secondary-muted: #4e5781;
345
+ --color-secondary-highlight: #fecdd3;
346
+ --color-secondary-inverted: #fff;
347
+ --color-tertiary: #00A3DA;
348
+ --color-tertiary-muted: #34d399;
349
+ --color-tertiary-highlight: #a7f3d0;
350
+ --color-tertiary-inverted: #fff;
351
+
352
+ --background-color-primary: #e8e8e8;
353
+ --background-color-primary-highlight: #fcfdfd;
354
+
355
+ --container-max-width: 800px;
356
+
357
+ --button-max-width: 300px;
358
+
359
+ --button-border-radius-sm: 10px;
360
+ --button-border-radius-md: 20px;
361
+ --button-border-radius-lg: 30px;
362
+
363
+ --input-height: 38px;
364
+ --input-max-width: 400px;
365
+ --input-background: #fff;
366
+ --input-border-radius: 30px;
367
+ --input-font-size: 1.2rem;
368
+
369
+ --paragraph-font-size-xs: 14px;
370
+ --paragraph-font-size-sm: 1.2rem;
371
+ --paragraph-font-size-md: 1.4rem;
372
+ --paragraph-font-size-lg: 1.6rem;
373
+
374
+ --textarea-border-radius: 10px;
375
+
376
+ --picture-border: 1px solid #7e858c;
377
+
378
+ --card-border-radius: 10px;
379
+
380
+ --task-border-radius: 10px;
381
+
382
+ --chronometer-background-color: #d4d4d8;
383
+ --chronometer-color: #eab308;
384
+ --chronometer-border-radius: 9999px;
385
+ --chronometer-height: 6px;
386
+
387
+ --modal-backdrop-color: rgba(255, 255, 255, 0.85);
388
+
389
+ --modal-desktop-height: 650px;
390
+ --modal-desktop-max-width: 750px;
391
+ }
@@ -1,13 +0,0 @@
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
- <path d="M23.7,6.5c-0.3-0.7-1-1.2-1.6-1.4L5.7,1c-1-0.3-1.8,0.4-1.8,1.4l0,2.8c0,0.2-0.2,0.4-0.4,0.4H1.9C0.9,5.6,0,6.5,0,7.6v13.6
7
- c0,1.1,0.9,1.9,1.9,1.9h20.2c0.3,0,0.6-0.1,0.8-0.2c0.6-0.1,1.1-0.6,1.1-1.4c0-0.1,0-0.2,0-0.4V7.6C24,7.2,23.9,6.8,23.7,6.5z
8
- M6.2,3l9.5,2.4c0.1,0,0.1,0.2,0,0.2H6.1c-0.2,0-0.4-0.2-0.4-0.4l0-1.8C5.7,3.2,6,3,6.2,3z M22.1,15.7h-3.2c-0.4,0-0.7-0.2-0.9-0.3
9
- c-0.2-0.2-0.3-0.5-0.3-0.8c0-0.3,0.1-0.6,0.3-0.8c0.2-0.2,0.4-0.3,0.9-0.3h3.2V15.7z M22.1,11.5h-3.2c-0.9,0-1.7,0.4-2.2,1
10
- c-0.5,0.6-0.8,1.3-0.8,2c0,0.7,0.2,1.5,0.8,2c0.5,0.6,1.3,1,2.2,1h3.2v3.1c0,0.3-0.2,0.5-0.5,0.5H2.4c-0.3,0-0.5-0.2-0.5-0.5V8
11
- c0-0.3,0.2-0.5,0.5-0.5h19.2c0.3,0,0.5,0.2,0.5,0.5V11.5z"/>
12
- </g>
13
- </svg>
@@ -1,13 +0,0 @@
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
- <style type="text/css">
6
- .st0{fill-rule:evenodd;clip-rule:evenodd;}
7
- </style>
8
- <path class="st0" d="M18.4,8.8c0.9-0.9,0.9-2.3,0-3.2c-0.9-0.9-2.3-0.9-3.2,0c-0.9,0.9-0.9,2.3,0,3.2C16.1,9.7,17.6,9.7,18.4,8.8z
9
- M17.5,6.5c0.4,0.4,0.4,1,0,1.3c-0.4,0.4-1,0.4-1.3,0c-0.4-0.4-0.4-1,0-1.3C16.5,6.1,17.1,6.1,17.5,6.5z"/>
10
- <path class="st0" d="M1.5,12c-0.7,0.7-0.7,1.7,0,2.4l8.1,8.1c0.7,0.7,1.7,0.7,2.4,0L22.5,12c0.3-0.3,0.5-0.7,0.5-1.2V2.7
11
- C23,1.8,22.2,1,21.3,1h-8.1c-0.4,0-0.9,0.2-1.2,0.5L1.5,12z M11.4,20.7c-0.3,0.3-0.9,0.3-1.2,0l-6.9-6.9c-0.3-0.3-0.3-0.9,0-1.2
12
- l9.6-9.6c0.2-0.2,0.4-0.2,0.6-0.2h6.9c0.5,0,0.8,0.4,0.8,0.8v6.9c0,0.2-0.1,0.4-0.2,0.6L11.4,20.7z"/>
13
- </svg>
@@ -1,16 +0,0 @@
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
- <polygon points="8,11.2 8,9.6 4,9.6 3.2,9.6 3.2,10.4 3.2,16.8 3.2,17.6 4,17.6 8,17.6 8,16 4.8,16 4.8,11.2 "/>
7
- <path d="M20.8,21.6c0,0.4-0.4,0.8-0.8,0.8H4c-0.4,0-0.8-0.4-0.8-0.8v-2.4H1.6v2.4C1.6,22.9,2.7,24,4,24h16c1.3,0,2.4-1.1,2.4-2.4
8
- v-2.4h-1.6V21.6z"/>
9
- <path d="M22.2,5l-4.8-4.8l-0.6,0.6l0,0l0.6-0.6L17.1,0h-0.3H4C2.7,0,1.6,1.1,1.6,2.4V8h1.6V2.4C3.2,2,3.6,1.6,4,1.6h12.5l4.3,4.3V8
10
- h1.6V5.6V5.3L22.2,5z"/>
11
- <polygon points="9.6,16 9.6,17.6 13.6,17.6 14.4,17.6 14.4,16.8 14.4,13.6 14.4,12.8 13.6,12.8 11.2,12.8 11.2,11.2 14.4,11.2
12
- 14.4,9.6 10.4,9.6 9.6,9.6 9.6,10.4 9.6,13.6 9.6,14.4 10.4,14.4 12.8,14.4 12.8,16 "/>
13
- <polygon points="16,9.6 16,15.2 16,15.5 16.2,15.8 16.8,15.2 16.8,15.2 16.2,15.8 17.8,17.4 18.4,17.9 19,17.4 20.6,15.8
14
- 20.8,15.5 20.8,15.2 20.8,9.6 19.2,9.6 19.2,14.9 18.4,15.7 17.6,14.9 17.6,9.6 "/>
15
- </g>
16
- </svg>
@@ -1,45 +0,0 @@
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
- <style type="text/css">
6
- .st0{fill:none;}
7
- </style>
8
- <polygon class="st0" points="3.2,9.3 1.9,10.5 3.2,10.5 "/>
9
- <rect x="4.1" y="20.8" class="st0" width="15.7" height="2"/>
10
- <path class="st0" d="M19.9,8.1V5.6h-3.9c-0.3,0-0.5-0.2-0.5-0.5V1.2H4.1v6.9v2.5h15.7V8.1z"/>
11
- <polygon class="st0" points="16.4,1.9 16.4,4.6 19.2,4.6 "/>
12
- <polygon class="st0" points="20.8,9.3 20.8,10.5 22.1,10.5 "/>
13
- <path class="st0" d="M3.6,11.5H1.2v8.4h21.6v-8.4h-2.5H3.6z M7.4,16.8c0.1,0.3,0.1,0.5,0.2,0.7c0.1,0.2,0.2,0.3,0.4,0.5
14
- c0.2,0.1,0.3,0.2,0.5,0.2c0.2,0,0.4-0.1,0.5-0.2c0.1-0.1,0.3-0.2,0.4-0.4l0.6,0.7c-0.2,0.2-0.4,0.4-0.6,0.6S8.9,19,8.5,19
15
- c-0.3,0-0.6-0.1-0.9-0.2s-0.5-0.4-0.7-0.6c-0.2-0.3-0.3-0.6-0.4-1c-0.1-0.4-0.2-0.8-0.2-1.2c0-0.5,0.1-0.9,0.2-1.2
16
- c0.1-0.4,0.2-0.7,0.4-1c0.2-0.3,0.4-0.5,0.7-0.6c0.3-0.2,0.6-0.2,0.9-0.2c0.3,0,0.6,0.1,0.9,0.2c0.3,0.1,0.5,0.3,0.6,0.5l-0.6,0.7
17
- c-0.2-0.3-0.5-0.5-0.9-0.5c-0.2,0-0.4,0.1-0.5,0.2c-0.2,0.1-0.3,0.3-0.4,0.5c-0.1,0.2-0.2,0.4-0.2,0.7c-0.1,0.3-0.1,0.5-0.1,0.8
18
- C7.4,16.2,7.4,16.5,7.4,16.8z M11.7,15.1c0.2,0.1,0.3,0.3,0.6,0.4c0.1,0.1,0.3,0.2,0.4,0.3c0.2,0.1,0.3,0.2,0.4,0.3
19
- c0.1,0.1,0.2,0.3,0.3,0.5s0.1,0.4,0.1,0.7c0,0.3,0,0.5-0.1,0.8c-0.1,0.2-0.2,0.4-0.4,0.6c-0.2,0.2-0.3,0.3-0.5,0.3
20
- C12.3,19,12.1,19,11.9,19c-0.3,0-0.6-0.1-0.9-0.2c-0.3-0.1-0.5-0.3-0.7-0.5l0.5-0.7c0.1,0.2,0.3,0.3,0.5,0.4
21
- c0.2,0.1,0.4,0.1,0.6,0.1c0.2,0,0.4-0.1,0.5-0.2c0.1-0.1,0.2-0.3,0.2-0.6c0-0.3-0.1-0.5-0.3-0.6c-0.2-0.2-0.4-0.3-0.6-0.4
22
- c-0.2-0.1-0.3-0.2-0.5-0.3s-0.3-0.2-0.4-0.3c-0.1-0.1-0.2-0.3-0.3-0.5c-0.1-0.2-0.1-0.4-0.1-0.6c0-0.3,0-0.6,0.1-0.8
23
- c0.1-0.2,0.2-0.4,0.4-0.5c0.2-0.1,0.3-0.3,0.5-0.3c0.2-0.1,0.4-0.1,0.6-0.1c0.3,0,0.6,0,0.8,0.1c0.2,0.1,0.4,0.2,0.6,0.4l-0.6,0.7
24
- c-0.2-0.3-0.5-0.4-0.8-0.4c-0.1,0-0.2,0-0.3,0c-0.1,0-0.2,0.1-0.2,0.1c-0.1,0.1-0.1,0.2-0.2,0.3c0,0.1-0.1,0.2-0.1,0.4
25
- C11.5,14.8,11.6,15,11.7,15.1z M16.5,18.9h-1.3L13.8,13h1.1l1,4.7h0l1-4.7H18L16.5,18.9z"/>
26
- <path d="M23.8,11c0,0,0-0.1,0-0.1c0,0,0,0,0,0c0-0.1-0.1-0.1-0.1-0.1c0,0,0,0,0,0l-2.8-2.8V5.1c0,0,0,0,0,0c0,0,0-0.1,0-0.1
27
- c0,0,0,0,0,0c0-0.1-0.1-0.1-0.1-0.1l-4.4-4.4c0,0-0.1-0.1-0.1-0.1c0,0,0,0,0,0c0,0-0.1,0-0.1,0c0,0,0,0,0,0H3.6
28
- c-0.3,0-0.5,0.2-0.5,0.5v7.2l-2.8,2.8c0,0,0,0,0,0c0,0-0.1,0.1-0.1,0.1c0,0,0,0,0,0c0,0,0,0.1,0,0.1c0,0,0,0,0,0v9.3
29
- c0,0.3,0.2,0.5,0.5,0.5h2.5v2.5c0,0.3,0.2,0.5,0.5,0.5h16.7c0.3,0,0.5-0.2,0.5-0.5v-2.5h2.5c0.3,0,0.5-0.2,0.5-0.5L23.8,11
30
- C23.8,11,23.8,11,23.8,11z M20.8,9.3l1.3,1.3h-1.3V9.3z M16.4,1.9l2.7,2.7h-2.7V1.9z M4.1,8.1V1.2h11.3v3.9c0,0.3,0.2,0.5,0.5,0.5
31
- h3.9v2.5v2.5H4.1V8.1z M3.2,9.3v1.3H1.9L3.2,9.3z M19.9,22.8H4.1v-2h15.7V22.8z M22.8,19.9H1.2v-8.4h2.5h16.7h2.5V19.9z"/>
32
- <path d="M11.7,13.9c0.1-0.1,0.2-0.1,0.2-0.1c0.1,0,0.2,0,0.3,0c0.3,0,0.6,0.1,0.8,0.4l0.6-0.7c-0.2-0.2-0.4-0.3-0.6-0.4
33
- c-0.2-0.1-0.5-0.1-0.8-0.1c-0.2,0-0.4,0-0.6,0.1c-0.2,0.1-0.4,0.2-0.5,0.3c-0.2,0.1-0.3,0.3-0.4,0.5c-0.1,0.2-0.1,0.5-0.1,0.8
34
- c0,0.2,0,0.5,0.1,0.6c0.1,0.2,0.2,0.3,0.3,0.5c0.1,0.1,0.2,0.2,0.4,0.3s0.3,0.2,0.5,0.3c0.3,0.1,0.5,0.3,0.6,0.4
35
- c0.2,0.2,0.3,0.4,0.3,0.6c0,0.3-0.1,0.5-0.2,0.6c-0.1,0.1-0.3,0.2-0.5,0.2c-0.2,0-0.4,0-0.6-0.1c-0.2-0.1-0.3-0.2-0.5-0.4l-0.5,0.7
36
- c0.2,0.2,0.4,0.4,0.7,0.5c0.3,0.1,0.6,0.2,0.9,0.2c0.2,0,0.4,0,0.7-0.1c0.2-0.1,0.4-0.2,0.5-0.3c0.2-0.2,0.3-0.3,0.4-0.6
37
- c0.1-0.2,0.1-0.5,0.1-0.8c0-0.3,0-0.5-0.1-0.7s-0.2-0.3-0.3-0.5c-0.1-0.1-0.3-0.2-0.4-0.3c-0.2-0.1-0.3-0.2-0.4-0.3
38
- c-0.2-0.1-0.4-0.3-0.6-0.4c-0.2-0.1-0.2-0.3-0.2-0.6c0-0.1,0-0.3,0.1-0.4C11.6,14.1,11.6,14,11.7,13.9z"/>
39
- <path d="M7.7,14.4C7.8,14.2,7.9,14,8,13.9c0.2-0.1,0.3-0.2,0.5-0.2c0.4,0,0.7,0.2,0.9,0.5l0.6-0.7c-0.2-0.2-0.4-0.4-0.6-0.5
40
- c-0.3-0.1-0.6-0.2-0.9-0.2c-0.3,0-0.6,0.1-0.9,0.2c-0.3,0.2-0.5,0.4-0.7,0.6c-0.2,0.3-0.3,0.6-0.4,1c-0.1,0.4-0.2,0.8-0.2,1.2
41
- c0,0.5,0.1,0.9,0.2,1.2c0.1,0.4,0.2,0.7,0.4,1c0.2,0.3,0.4,0.5,0.7,0.6S8.2,19,8.5,19c0.4,0,0.7-0.1,0.9-0.2s0.4-0.3,0.6-0.6
42
- l-0.6-0.7c-0.1,0.1-0.2,0.3-0.4,0.4c-0.1,0.1-0.3,0.2-0.5,0.2c-0.2,0-0.4-0.1-0.5-0.2c-0.2-0.1-0.3-0.3-0.4-0.5
43
- c-0.1-0.2-0.2-0.4-0.2-0.7c-0.1-0.3-0.1-0.5-0.1-0.8c0-0.3,0-0.6,0.1-0.8C7.5,14.8,7.6,14.6,7.7,14.4z"/>
44
- <polygon points="15.9,17.7 15.9,17.7 14.9,13 13.8,13 15.2,18.9 16.5,18.9 18,13 16.9,13 "/>
45
- </svg>
@@ -1,21 +0,0 @@
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 id="XMLID_495_">
6
- <rect id="XMLID_496_" x="12.4" y="18.9" width="2.2" height="2.2"/>
7
- <rect id="XMLID_497_" x="6.5" y="18.9" width="2.2" height="2.2"/>
8
- <rect id="XMLID_498_" x="3.6" y="18.9" width="2.2" height="2.2"/>
9
- <rect id="XMLID_500_" x="9.5" y="18.9" width="2.2" height="2.2"/>
10
- <rect id="XMLID_501_" x="18.2" y="18.9" width="2.2" height="2.2"/>
11
- <rect id="XMLID_502_" x="15.3" y="18.9" width="2.2" height="2.2"/>
12
- <path id="XMLID_503_" d="M10.9,8.4c0-3-2.4-5.5-5.5-5.5S0,5.4,0,8.4c0,4.9,4.7,8,4.9,8.1c0.2,0.1,0.4,0.2,0.6,0.2
13
- c0.2,0,0.4-0.1,0.6-0.2c0,0,0.6-0.4,1.4-1.1C9,13.9,10.9,11.5,10.9,8.4z M6,13.8c-0.2,0.2-0.4,0.3-0.5,0.5c-1.1-0.9-3.3-3-3.3-5.9
14
- c0-1.8,1.5-3.3,3.3-3.3c1.8,0,3.3,1.5,3.3,3.3C8.7,10.7,7.2,12.6,6,13.8z"/>
15
- <circle id="XMLID_506_" cx="5.5" cy="8.4" r="1.5"/>
16
- <path id="XMLID_507_" d="M18.5,2.9c-3,0-5.5,2.4-5.5,5.5c0,4.9,4.7,8,4.9,8.1c0.2,0.1,0.4,0.2,0.6,0.2s0.4-0.1,0.6-0.2
17
- c0,0,0.6-0.4,1.4-1.1c1.6-1.5,3.4-3.9,3.4-7C24,5.4,21.6,2.9,18.5,2.9z M19.1,13.8c-0.2,0.2-0.4,0.3-0.5,0.5
18
- c-1.1-0.9-3.3-3-3.3-5.9c0-1.8,1.5-3.3,3.3-3.3c1.8,0,3.3,1.5,3.3,3.3C21.8,10.7,20.3,12.6,19.1,13.8z"/>
19
- <circle id="XMLID_510_" cx="18.5" cy="8.4" r="1.5"/>
20
- </g>
21
- </svg>
@@ -1,13 +0,0 @@
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
- <style type="text/css">
6
- .st0{fill:#212121;}
7
- </style>
8
- <path class="st0" d="M4.3,0C1.9,0,0,1.9,0,4.3v8c0,2.4,1.9,4.3,4.3,4.3H6v-2H4.3c-1.3,0-2.3-1-2.3-2.3v-8C2,3,3,2,4.3,2h8
9
- c1.3,0,2.3,1,2.3,2.3v8c0,1.3-1,2.3-2.3,2.3h-1.7v2h1.7c2.4,0,4.3-1.9,4.3-4.3v-8c0-2.4-1.9-4.3-4.3-4.3H4.3z"/>
10
- <path class="st0" d="M9.3,11.7c0-1.3,1-2.3,2.3-2.3h1.7v-2h-1.7c-2.4,0-4.3,1.9-4.3,4.3v8c0,2.4,1.9,4.3,4.3,4.3h8
11
- c2.4,0,4.3-1.9,4.3-4.3v-8c0-2.4-1.9-4.3-4.3-4.3H18v2h1.7c1.3,0,2.3,1,2.3,2.3v8c0,1.3-1,2.3-2.3,2.3h-8c-1.3,0-2.3-1-2.3-2.3V11.7
12
- z"/>
13
- </svg>
@@ -1,19 +0,0 @@
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="M23.9,2.3H9c0,0-0.1,0-0.1,0.1v1.4c0,0,0,0.1,0.1,0.1h15c0,0,0.1,0,0.1-0.1L23.9,2.3C24,2.3,24,2.3,23.9,2.3z"/>
8
- <circle cx="3.5" cy="12.5" r="1.9"/>
9
- <circle cx="3.5" cy="20.8" r="1.9"/>
10
- <path d="M9,6.3h7.1c0,0,0.1,0,0.1-0.1V4.9c0,0,0-0.1-0.1-0.1H9c0,0-0.1,0-0.1,0.1L9,6.3C8.9,6.3,9,6.3,9,6.3z"/>
11
- <path d="M23.9,10.5H9c0,0-0.1,0-0.1,0.1V12C8.9,12,9,12,9,12h15c0,0,0.1,0,0.1-0.1L23.9,10.5C24,10.5,24,10.5,23.9,10.5z"/>
12
- <path d="M9,14.6h7.1c0,0,0.1,0,0.1-0.1v-1.4c0,0,0-0.1-0.1-0.1H9c0,0-0.1,0-0.1,0.1L9,14.6C8.9,14.5,9,14.6,9,14.6z"/>
13
- <path d="M23.9,18.7H9c0,0-0.1,0-0.1,0.1v1.4c0,0,0,0.1,0.1,0.1h15c0,0,0.1,0,0.1-0.1L23.9,18.7C24,18.8,24,18.7,23.9,18.7z"/>
14
- <path d="M16.1,21.3H9c0,0-0.1,0-0.1,0.1v1.4c0,0,0,0.1,0.1,0.1h7.1c0,0,0.1,0,0.1-0.1L16.1,21.3C16.1,21.3,16.1,21.3,16.1,21.3z"
15
- />
16
- <polygon points="2.6,4.3 1.4,3 0,4.3 1.3,5.6 2.6,7 4,5.6 7.1,2.6 5.7,1.2 "/>
17
- </g>
18
- </g>
19
- </svg>
@@ -1,15 +0,0 @@
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="M0,3.4v17.2h24V3.4H0z M22,5.2l-10,8.3L2,5.2H22z M22.2,18.8H1.8V7.5L12,16l10.2-8.5V18.8z"/>
8
- </g>
9
- </g>
10
- <g>
11
- <g>
12
- <rect x="17.2" y="15.1" width="3.1" height="1.8"/>
13
- </g>
14
- </g>
15
- </svg>
@@ -1,17 +0,0 @@
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
- <path d="M4.8,14.4h0.8C7,14.4,8,13.3,8,12S7,9.6,5.6,9.6H4H3.3v0.8v3.2v4h1.6V14.4z M6.4,12c0,0.4-0.4,0.8-0.8,0.8H4.8v-1.6h0.8
7
- C6.1,11.2,6.4,11.6,6.4,12z"/>
8
- <path d="M20.7,21.5c0,0.4-0.4,0.8-0.8,0.8H4c-0.4,0-0.8-0.4-0.8-0.8v-2.4H1.7v2.4c0,1.3,1.1,2.4,2.4,2.4H20c1.3,0,2.4-1.1,2.4-2.4
9
- v-2.4h-1.6V21.5z"/>
10
- <path d="M14.4,15.2V12c0-1.3-1.1-2.4-2.4-2.4h-1.6H9.6v0.8v6.4v0.8h0.8H12C13.3,17.6,14.4,16.5,14.4,15.2z M11.2,16v-4.8H12
11
- c0.4,0,0.8,0.4,0.8,0.8v3.2c0,0.4-0.4,0.8-0.8,0.8H11.2z"/>
12
- <polygon points="20.7,11.2 20.7,9.6 17.6,9.6 16.8,9.6 16,9.6 16,17.6 17.6,17.6 17.6,14.4 19.2,14.4 19.2,12.8 17.6,12.8
13
- 17.6,11.2 "/>
14
- <path d="M22.1,5.1l-0.6,0.6l0,0L22.1,5.1l-4.8-4.8l-0.6,0.6l0,0l0.6-0.6l-0.2-0.2h-0.3H4c-1.3,0-2.4,1.1-2.4,2.4V8h1.6V2.5
15
- C3.3,2,3.6,1.7,4,1.7h12.4L20.7,6V8h1.6V5.6V5.3L22.1,5.1z"/>
16
- </g>
17
- </svg>
@@ -1,13 +0,0 @@
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
- <circle cx="7.5" cy="6.5" r="1.5"/>
7
- <circle cx="16.5" cy="15.5" r="1.5"/>
8
- <path d="M11.4,10.4c2.1-2.1,2.1-5.6,0-7.8c-2.1-2.1-5.6-2.1-7.8,0s-2.1,5.6,0,7.8l3.9,3.9v0L11.4,10.4z M5,9C3.7,7.6,3.7,5.4,5,4
9
- C6.4,2.7,8.6,2.7,10,4c1.4,1.4,1.4,3.6,0,4.9l-2.5,2.5L5,9z"/>
10
- <path d="M20.4,11.6c-2.1-2.1-5.6-2.1-7.8,0c-2.1,2.1-2.1,5.6,0,7.8l3.9,3.9l3.9-3.9v0C22.5,17.2,22.5,13.8,20.4,11.6z M19,18
11
- l-2.5,2.5L14,18c-1.4-1.4-1.4-3.6,0-4.9c1.4-1.4,3.6-1.4,4.9,0C20.3,14.4,20.3,16.6,19,18z"/>
12
- </g>
13
- </svg>
@@ -1,18 +0,0 @@
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
- <style type="text/css">
6
- .st0{fill:#030104;}
7
- </style>
8
- <g>
9
- <g>
10
- <path class="st0" d="M20.4,0H3.6C3.2,0,2.9,0.3,2.9,0.6v22.7c0,0.4,0.3,0.6,0.6,0.6h12.6c0.2,0,0.4-0.1,0.5-0.2l4.3-4.8
11
- c0.1-0.1,0.2-0.3,0.2-0.4V0.6C21.1,0.3,20.8,0,20.4,0z M19,16.8h-3.8l0,0c-0.2,0-0.4,0.1-0.5,0.2s-0.2,0.3-0.2,0.5v4.8H4.9V1.6H19
12
- V16.8z"/>
13
- </g>
14
- </g>
15
- <g>
16
- <path d="M13.4,15.3h-2.1V7.6c-0.8,0.7-1.6,1.2-2.7,1.6V7.3c0.5-0.2,1.1-0.5,1.8-1c0.6-0.5,1.1-1.1,1.3-1.7h1.7V15.3z"/>
17
- </g>
18
- </svg>
@@ -1,17 +0,0 @@
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
- <style type="text/css">
6
- .st0{fill:#030104;}
7
- </style>
8
- <g>
9
- <g>
10
- <path class="st0" d="M20.4,0H3.6C3.2,0,2.9,0.3,2.9,0.6v22.7c0,0.4,0.3,0.6,0.6,0.6h12.6c0.2,0,0.4-0.1,0.5-0.2l4.3-4.8
11
- c0.1-0.1,0.2-0.3,0.2-0.4V0.6C21.1,0.3,20.8,0,20.4,0z M19,16.8l-3.8,0l0,0c-0.2,0-0.4,0.1-0.5,0.2c-0.1,0.1-0.2,0.3-0.2,0.5
12
- l0,4.8H4.9V1.6H19C19,1.6,19,16.8,19,16.8z"/>
13
- <path class="st0" d="M15.8,13.2h-4v0l1-0.8c1.6-1.4,2.9-2.8,2.9-4.6c0-1.9-1.3-3.4-3.8-3.4c-1.5,0-2.7,0.5-3.5,1.1L9,7.2
14
- c0.6-0.4,1.4-0.9,2.3-0.9c1.2,0,1.8,0.7,1.8,1.6c0,1.3-1.2,2.5-3.5,4.6l-1.4,1.3v1.5h7.6V13.2z"/>
15
- </g>
16
- </g>
17
- </svg>
@@ -1,17 +0,0 @@
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
- <path d="M20.8,21.6c0,0.4-0.4,0.8-0.8,0.8H4c-0.4,0-0.8-0.4-0.8-0.8v-2.4H1.6v2.4C1.6,22.9,2.7,24,4,24h16c1.3,0,2.4-1.1,2.4-2.4
7
- v-2.4h-1.6V21.6z"/>
8
- <polygon points="3.2,14.9 3.2,15.2 3.2,17.6 4.8,17.6 4.8,15.5 5.6,14.7 6.4,15.5 6.4,17.6 8,17.6 8,15.2 8,14.9 7.8,14.6
9
- 6.7,13.6 7.8,12.6 8,12.3 8,12 8,9.6 6.4,9.6 6.4,11.7 5.6,12.5 4.8,11.7 4.8,9.6 3.2,9.6 3.2,12 3.2,12.3 3.4,12.6 4.5,13.6
10
- 3.4,14.6 "/>
11
- <polygon points="16,16 16,17.6 20,17.6 20.8,17.6 20.8,16.8 20.8,13.6 20.8,12.8 20,12.8 17.6,12.8 17.6,11.2 20.8,11.2 20.8,9.6
12
- 16.8,9.6 16,9.6 16,10.4 16,13.6 16,14.4 16.8,14.4 19.2,14.4 19.2,16 "/>
13
- <polygon points="9.6,9.6 9.6,16.8 9.6,17.6 10.4,17.6 14.4,17.6 14.4,16 11.2,16 11.2,9.6 "/>
14
- <path d="M22.2,5l-4.8-4.8l-0.6,0.6l0,0l0.6-0.6L17.1,0h-0.3H4C2.7,0,1.6,1.1,1.6,2.4V8h1.6V2.4C3.2,2,3.6,1.6,4,1.6h12.5l4.3,4.3V8
15
- h1.6V5.6V5.3L22.2,5z"/>
16
- </g>
17
- </svg>
@@ -1,24 +0,0 @@
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="M23.8,11c0,0,0-0.1,0-0.1c0,0,0,0,0,0c0-0.1-0.1-0.1-0.1-0.1c0,0,0,0,0,0l-2.8-2.8V5.1c0,0,0,0,0,0c0,0,0-0.1,0-0.1
8
- c0,0,0,0,0,0c0-0.1-0.1-0.1-0.1-0.1l-4.4-4.4c0,0-0.1-0.1-0.1-0.1c0,0,0,0,0,0c0,0-0.1,0-0.1,0c0,0,0,0,0,0H3.6
9
- c-0.3,0-0.5,0.2-0.5,0.5v7.2l-2.8,2.8c0,0,0,0,0,0c0,0-0.1,0.1-0.1,0.1c0,0,0,0,0,0c0,0,0,0.1,0,0.1c0,0,0,0,0,0v9.3
10
- c0,0.3,0.2,0.5,0.5,0.5h2.5v2.5c0,0.3,0.2,0.5,0.5,0.5h16.7c0.3,0,0.5-0.2,0.5-0.5v-2.5h2.5c0.3,0,0.5-0.2,0.5-0.5L23.8,11
11
- C23.8,11,23.8,11,23.8,11z M22.1,10.5h-1.3V9.3L22.1,10.5z M19.2,4.6h-2.7V1.9L19.2,4.6z M4.1,1.2h11.3v3.9c0,0.3,0.2,0.5,0.5,0.5
12
- h3.9v2.5v2.5H4.1V8.1V1.2z M3.2,9.3v1.3H1.9L3.2,9.3z M19.9,22.8H4.1v-2h15.7V22.8z M22.8,19.9H1.2v-8.4h2.5h16.7h2.5V19.9z"/>
13
- <polygon points="12.2,13 11.2,13 11.2,18.9 13.8,18.9 13.8,18 12.2,18 "/>
14
- <path d="M15.4,13.9c0.1-0.1,0.2-0.1,0.2-0.1c0.1,0,0.2,0,0.3,0c0.3,0,0.6,0.1,0.8,0.4l0.6-0.7c-0.2-0.2-0.4-0.3-0.6-0.4
15
- c-0.2-0.1-0.5-0.1-0.8-0.1c-0.2,0-0.4,0-0.6,0.1c-0.2,0.1-0.4,0.2-0.5,0.3c-0.2,0.1-0.3,0.3-0.4,0.5c-0.1,0.2-0.1,0.5-0.1,0.8
16
- c0,0.2,0,0.5,0.1,0.6c0.1,0.2,0.2,0.3,0.3,0.5c0.1,0.1,0.2,0.2,0.4,0.3c0.1,0.1,0.3,0.2,0.5,0.3c0.3,0.1,0.5,0.3,0.6,0.4
17
- c0.2,0.2,0.3,0.4,0.3,0.6c0,0.3-0.1,0.5-0.2,0.6c-0.1,0.1-0.3,0.2-0.5,0.2c-0.2,0-0.4,0-0.6-0.1c-0.2-0.1-0.3-0.2-0.5-0.4L14,18.4
18
- c0.2,0.2,0.4,0.4,0.7,0.5C15,19,15.3,19,15.6,19c0.2,0,0.4,0,0.7-0.1c0.2-0.1,0.4-0.2,0.5-0.3c0.2-0.2,0.3-0.3,0.4-0.6
19
- c0.1-0.2,0.1-0.5,0.1-0.8c0-0.3,0-0.5-0.1-0.7c-0.1-0.2-0.2-0.3-0.3-0.5c-0.1-0.1-0.3-0.2-0.4-0.3c-0.2-0.1-0.3-0.2-0.4-0.3
20
- c-0.2-0.1-0.4-0.3-0.6-0.4c-0.2-0.1-0.2-0.3-0.2-0.6c0-0.1,0-0.3,0.1-0.4C15.3,14.1,15.4,14,15.4,13.9z"/>
21
- <polygon points="10.4,13 9.4,13 8.5,15 7.6,13 6.6,13 7.9,15.8 6.4,18.9 7.5,18.9 8.5,16.6 9.5,18.9 10.5,18.9 9,15.8 "/>
22
- </g>
23
- </g>
24
- </svg>