stop14-themesystem-legacy 2.0.2 → 2.0.4
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/package.json +1 -1
- package/scaffolding/default/_00_main_configuration.yml +1 -0
- package/scaffolding/drupal/_00_main_configuration.yml +1 -0
- package/source/img/svg/icons/metadata-active.svg +13 -0
- package/source/img/svg/icons/metadata-default.svg +6 -0
- package/source/img/svg/icons/metadata-neutral.svg +13 -0
- package/source/img/svg/icons/metadata-reversed.svg +13 -0
- package/source/sass/a_components/30_typography/00_core/12_mixins/_link_underline.sass +7 -2
- package/source/sass/a_components/30_typography/body_text_anchor_1/_body_text_anchor.sass +3 -3
- package/source/sass/a_components/30_typography/standardized_text_collection/_anchor.sass +1 -8
- package/source/sass/a_components/30_typography/standardized_text_collection/_text_collection.sass +4 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/12_mixins/_ui_patterns.sass +8 -7
- package/source/sass/a_components/40_ui/ui_element_base_v002/13_definitions/_form_elements.sass +11 -4
- package/source/sass/a_components/40_ui/ui_element_base_v002/_form_ui.sass +12 -1
- package/source/sass/a_components/40_ui/ui_element_base_v002/_standardized_icons/_icon_mixins.sass +11 -2
- package/source/sass/a_components/40_ui/ui_element_base_v002/_standardized_icons/_icons.sass +21 -8
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/metadata-active.svg +13 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/metadata-default.svg +6 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/metadata-neutral.svg +13 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/metadata-reversed.svg +13 -0
package/package.json
CHANGED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 30">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: #f4b17a;
|
|
7
|
+
}
|
|
8
|
+
</style>
|
|
9
|
+
</defs>
|
|
10
|
+
<path class="cls-1" d="M17.58,14.37c-.2-.19-.52-.17-.71.04l-3.88,4.3v-8.7c0-.28-.22-.5-.5-.5s-.5.22-.5.5v8.7l-3.88-4.3c-.19-.21-.5-.22-.71-.04-.21.19-.22.5-.04.71l4.75,5.26s0,0,0,0c.04.04.08.07.12.09.01,0,.02.02.04.03.06.03.13.04.2.04s.14-.02.2-.04c.01,0,.02-.02.04-.03.05-.03.09-.05.12-.09,0,0,0,0,0,0l4.75-5.26c.19-.21.17-.52-.04-.71Z"/>
|
|
11
|
+
<path class="cls-1" d="M2.83,26.09v-8.09c0-1.45-.42-2.52-1.55-3.01,1.14-.48,1.55-1.56,1.55-3.01V3.9c0-1.66,1.11-2.87,2.39-2.87h2.14V0h-2.14C3.52,0,1.8,1.55,1.8,3.9v8.09c0,1.28-.59,2.49-1.8,2.49v1.04c1.21,0,1.8,1.21,1.8,2.49v8.09c0,2.35,1.73,3.91,3.42,3.91h2.14v-1.04h-2.14c-1.28,0-2.39-1.24-2.39-2.87Z"/>
|
|
12
|
+
<path class="cls-1" d="M23.2,11.99V3.9c0-2.35-1.73-3.9-3.42-3.9h-2.14v1.04h2.14c1.28,0,2.39,1.21,2.39,2.87v8.09c0,1.45.42,2.52,1.56,3.01-1.14.48-1.56,1.55-1.56,3.01v8.09c0,1.63-1.11,2.87-2.39,2.87h-2.14v1.04h2.14c1.69,0,3.42-1.55,3.42-3.91v-8.09c0-1.28.59-2.49,1.8-2.49v-1.04c-1.21,0-1.8-1.21-1.8-2.49Z"/>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 30">
|
|
3
|
+
<path d="M17.58,14.37c-.2-.19-.52-.17-.71.04l-3.88,4.3v-8.7c0-.28-.22-.5-.5-.5s-.5.22-.5.5v8.7l-3.88-4.3c-.19-.21-.5-.22-.71-.04-.21.19-.22.5-.04.71l4.75,5.26s0,0,0,0c.04.04.08.07.12.09.01,0,.02.02.04.03.06.03.13.04.2.04s.14-.02.2-.04c.01,0,.02-.02.04-.03.05-.03.09-.05.12-.09,0,0,0,0,0,0l4.75-5.26c.19-.21.17-.52-.04-.71Z"/>
|
|
4
|
+
<path d="M2.83,26.09v-8.09c0-1.45-.42-2.52-1.55-3.01,1.14-.48,1.55-1.56,1.55-3.01V3.9c0-1.66,1.11-2.87,2.39-2.87h2.14V0h-2.14C3.52,0,1.8,1.55,1.8,3.9v8.09c0,1.28-.59,2.49-1.8,2.49v1.04c1.21,0,1.8,1.21,1.8,2.49v8.09c0,2.35,1.73,3.91,3.42,3.91h2.14v-1.04h-2.14c-1.28,0-2.39-1.24-2.39-2.87Z"/>
|
|
5
|
+
<path d="M23.2,11.99V3.9c0-2.35-1.73-3.9-3.42-3.9h-2.14v1.04h2.14c1.28,0,2.39,1.21,2.39,2.87v8.09c0,1.45.42,2.52,1.56,3.01-1.14.48-1.56,1.55-1.56,3.01v8.09c0,1.63-1.11,2.87-2.39,2.87h-2.14v1.04h2.14c1.69,0,3.42-1.55,3.42-3.91v-8.09c0-1.28.59-2.49,1.8-2.49v-1.04c-1.21,0-1.8-1.21-1.8-2.49Z"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 30">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: #80858c;
|
|
7
|
+
}
|
|
8
|
+
</style>
|
|
9
|
+
</defs>
|
|
10
|
+
<path class="cls-1" d="M17.58,14.37c-.2-.19-.52-.17-.71.04l-3.88,4.3v-8.7c0-.28-.22-.5-.5-.5s-.5.22-.5.5v8.7l-3.88-4.3c-.19-.21-.5-.22-.71-.04-.21.19-.22.5-.04.71l4.75,5.26s0,0,0,0c.04.04.08.07.12.09.01,0,.02.02.04.03.06.03.13.04.2.04s.14-.02.2-.04c.01,0,.02-.02.04-.03.05-.03.09-.05.12-.09,0,0,0,0,0,0l4.75-5.26c.19-.21.17-.52-.04-.71Z"/>
|
|
11
|
+
<path class="cls-1" d="M2.83,26.09v-8.09c0-1.45-.42-2.52-1.55-3.01,1.14-.48,1.55-1.56,1.55-3.01V3.9c0-1.66,1.11-2.87,2.39-2.87h2.14V0h-2.14C3.52,0,1.8,1.55,1.8,3.9v8.09c0,1.28-.59,2.49-1.8,2.49v1.04c1.21,0,1.8,1.21,1.8,2.49v8.09c0,2.35,1.73,3.91,3.42,3.91h2.14v-1.04h-2.14c-1.28,0-2.39-1.24-2.39-2.87Z"/>
|
|
12
|
+
<path class="cls-1" d="M23.2,11.99V3.9c0-2.35-1.73-3.9-3.42-3.9h-2.14v1.04h2.14c1.28,0,2.39,1.21,2.39,2.87v8.09c0,1.45.42,2.52,1.56,3.01-1.14.48-1.56,1.55-1.56,3.01v8.09c0,1.63-1.11,2.87-2.39,2.87h-2.14v1.04h2.14c1.69,0,3.42-1.55,3.42-3.91v-8.09c0-1.28.59-2.49,1.8-2.49v-1.04c-1.21,0-1.8-1.21-1.8-2.49Z"/>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 30">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: #fff;
|
|
7
|
+
}
|
|
8
|
+
</style>
|
|
9
|
+
</defs>
|
|
10
|
+
<path class="cls-1" d="M17.58,14.37c-.2-.19-.52-.17-.71.04l-3.88,4.3v-8.7c0-.28-.22-.5-.5-.5s-.5.22-.5.5v8.7l-3.88-4.3c-.19-.21-.5-.22-.71-.04-.21.19-.22.5-.04.71l4.75,5.26s0,0,0,0c.04.04.08.07.12.09.01,0,.02.02.04.03.06.03.13.04.2.04s.14-.02.2-.04c.01,0,.02-.02.04-.03.05-.03.09-.05.12-.09,0,0,0,0,0,0l4.75-5.26c.19-.21.17-.52-.04-.71Z"/>
|
|
11
|
+
<path class="cls-1" d="M2.83,26.09v-8.09c0-1.45-.42-2.52-1.55-3.01,1.14-.48,1.55-1.56,1.55-3.01V3.9c0-1.66,1.11-2.87,2.39-2.87h2.14V0h-2.14C3.52,0,1.8,1.55,1.8,3.9v8.09c0,1.28-.59,2.49-1.8,2.49v1.04c1.21,0,1.8,1.21,1.8,2.49v8.09c0,2.35,1.73,3.91,3.42,3.91h2.14v-1.04h-2.14c-1.28,0-2.39-1.24-2.39-2.87Z"/>
|
|
12
|
+
<path class="cls-1" d="M23.2,11.99V3.9c0-2.35-1.73-3.9-3.42-3.9h-2.14v1.04h2.14c1.28,0,2.39,1.21,2.39,2.87v8.09c0,1.45.42,2.52,1.56,3.01-1.14.48-1.56,1.55-1.56,3.01v8.09c0,1.63-1.11,2.87-2.39,2.87h-2.14v1.04h2.14c1.69,0,3.42-1.55,3.42-3.91v-8.09c0-1.28.59-2.49,1.8-2.49v-1.04c-1.21,0-1.8-1.21-1.8-2.49Z"/>
|
|
13
|
+
</svg>
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @file _link_underline.sass
|
|
2
|
+
* @file _link_underline.sass
|
|
3
3
|
* @category 30_typography
|
|
4
4
|
* @component 00_Core
|
|
5
5
|
* @description Adds an underline. Allows themes to override with by redefining it, e.g. to add a text-underline to border-bottom approach */
|
|
6
|
-
|
|
6
|
+
|
|
7
7
|
=link-underline()
|
|
8
|
+
text-decoration: none
|
|
8
9
|
border-bottom: 1px solid $link_colour
|
|
10
|
+
|
|
11
|
+
=link-underline-active
|
|
12
|
+
text-decoration: none
|
|
13
|
+
border-bottom: 1px solid $link_colour_active
|
|
@@ -20,20 +20,21 @@ $ui_form_clearance: rv($edge_padding_factor)
|
|
|
20
20
|
&:first-child
|
|
21
21
|
margin-left: 0
|
|
22
22
|
|
|
23
|
+
=ui-form-spacing()
|
|
24
|
+
> *
|
|
25
|
+
margin-bottom: $ui_element_spacing
|
|
26
|
+
|
|
27
|
+
+bp($tablet)
|
|
28
|
+
+ui-space-element()
|
|
29
|
+
|
|
23
30
|
=one-line-form($subgroup: '#edit_actions')
|
|
24
31
|
display: flex
|
|
25
32
|
flex-direction: column
|
|
33
|
+
+ui-form-spacing
|
|
26
34
|
|
|
27
35
|
+bp($tablet)
|
|
28
36
|
flex-direction: row
|
|
29
37
|
|
|
30
|
-
> *
|
|
31
|
-
margin-bottom: rv($mobile_edge_padding_factor)
|
|
32
|
-
|
|
33
|
-
+bp($tablet)
|
|
34
|
-
margin-bottom: 0
|
|
35
|
-
+ui-space-element()
|
|
36
|
-
|
|
37
38
|
#{$subgroup}
|
|
38
39
|
display: flex
|
|
39
40
|
align-items: center
|
package/source/sass/a_components/40_ui/ui_element_base_v002/13_definitions/_form_elements.sass
CHANGED
|
@@ -36,7 +36,6 @@
|
|
|
36
36
|
-moz-appearance: none
|
|
37
37
|
appearance: none
|
|
38
38
|
font-size: $btn_fontsize
|
|
39
|
-
font-family: $headingfont
|
|
40
39
|
font-weight: $normal
|
|
41
40
|
padding: $btn_padding
|
|
42
41
|
height: $ui_minheight
|
|
@@ -112,6 +111,7 @@
|
|
|
112
111
|
flex-direction: row
|
|
113
112
|
align-items: center
|
|
114
113
|
justify-content: center
|
|
114
|
+
+background-icon-left('reset')
|
|
115
115
|
|
|
116
116
|
&:hover
|
|
117
117
|
background-color: $black
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
|
|
204
204
|
%button-submit
|
|
205
205
|
@extend %button
|
|
206
|
-
+background-icon-
|
|
206
|
+
+background-icon-left('checkmark',$btn_icon_size,'reversed','default')
|
|
207
207
|
border-width: $btn_submit_border_width
|
|
208
208
|
border-color: $btn_submit_border_color
|
|
209
209
|
font-style: normal
|
|
@@ -233,6 +233,9 @@
|
|
|
233
233
|
border-color: $btn_submit_hover_border_color
|
|
234
234
|
filter: saturate(120%)
|
|
235
235
|
|
|
236
|
+
// Made for integrated search ui elements, where the text input and submit button are contained in the same border.
|
|
237
|
+
// In many instances this will need to override the “submit” styling.
|
|
238
|
+
|
|
236
239
|
%button-search
|
|
237
240
|
@extend %button-ghost
|
|
238
241
|
font-size: clamped(-3,-2)
|
|
@@ -243,12 +246,16 @@
|
|
|
243
246
|
text-decoration: none !important
|
|
244
247
|
justify-content: flex-start
|
|
245
248
|
align-items: center
|
|
246
|
-
+background-icon-
|
|
249
|
+
+background-icon-right('search',$btn_icon_size,'neutral','default')
|
|
247
250
|
background-color: $btn_search_bg_color
|
|
248
251
|
|
|
252
|
+
&:before
|
|
253
|
+
content: none
|
|
254
|
+
display: none
|
|
255
|
+
background: none !important
|
|
256
|
+
|
|
249
257
|
&:hover
|
|
250
258
|
color: $btn_search_hover_color
|
|
251
|
-
+background-icon-active('search',$btn_icon_size,'neutral','default','right')
|
|
252
259
|
background-color: $btn_search_hover_bg_color
|
|
253
260
|
|
|
254
261
|
%button-search-clear
|
|
@@ -44,9 +44,15 @@ textarea#edit-message
|
|
|
44
44
|
input[type="search"] // Button
|
|
45
45
|
@extend %button-search
|
|
46
46
|
|
|
47
|
-
input[type="submit"]
|
|
47
|
+
input[type="submit"],
|
|
48
|
+
button[type="submit"] //Button
|
|
48
49
|
@extend %button-submit
|
|
49
50
|
|
|
51
|
+
input[type="reset"],
|
|
52
|
+
button[type="teset"] //Button
|
|
53
|
+
@extend %button-reset
|
|
54
|
+
|
|
55
|
+
|
|
50
56
|
input[type="search"]::-webkit-search-cancel-button
|
|
51
57
|
-webkit-appearance: none
|
|
52
58
|
display: inline-block
|
|
@@ -72,6 +78,11 @@ input[type="checkbox"]
|
|
|
72
78
|
float: left
|
|
73
79
|
margin: 0
|
|
74
80
|
|
|
81
|
+
&:checked
|
|
82
|
+
+icon('checkmark')
|
|
83
|
+
background-size: 80%
|
|
84
|
+
background-position: center
|
|
85
|
+
|
|
75
86
|
&:hover
|
|
76
87
|
border-color: $ui_hover_border_color
|
|
77
88
|
|
package/source/sass/a_components/40_ui/ui_element_base_v002/_standardized_icons/_icon_mixins.sass
CHANGED
|
@@ -27,8 +27,9 @@
|
|
|
27
27
|
// Convenience functions to assign left and right background functions
|
|
28
28
|
=background-icon-left($icon_name, $size: $btn_icon_size, $initial_state: 'default', $active_state: 'active')
|
|
29
29
|
display: flex
|
|
30
|
-
align-
|
|
30
|
+
align-items: center
|
|
31
31
|
min-height: $btn_icon_size
|
|
32
|
+
cursor: pointer
|
|
32
33
|
|
|
33
34
|
&:before
|
|
34
35
|
content: ''
|
|
@@ -46,8 +47,9 @@
|
|
|
46
47
|
|
|
47
48
|
=background-icon-right($icon_name, $size: $btn_icon_size, $initial_state: 'default', $active_state: 'active')
|
|
48
49
|
display: flex
|
|
49
|
-
align-
|
|
50
|
+
align-items: center
|
|
50
51
|
min-height: $btn_icon_size
|
|
52
|
+
cursor: pointer
|
|
51
53
|
|
|
52
54
|
&:after
|
|
53
55
|
content: ''
|
|
@@ -89,3 +91,10 @@
|
|
|
89
91
|
+background-icon-left($icon_name,$size,$initial_state,$active_state)
|
|
90
92
|
@else
|
|
91
93
|
+background-icon-right($icon_name,$size,$initial_state,$active_state)
|
|
94
|
+
|
|
95
|
+
&:hover, &:active
|
|
96
|
+
color: $impact
|
|
97
|
+
|
|
98
|
+
=icon-with-label-right($icon_name, $size: $btn_icon_size, $initial_state: 'default', $active_state: 'active', $position: 'left')
|
|
99
|
+
@extend %icon-label
|
|
100
|
+
+background-icon-right($icon_name,$size,$initial_state,$active_state)
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
@usage Add the “icon” class to a button or container to apply standardized
|
|
6
6
|
label styles. Add one of the following to apply a specific icon as per the
|
|
7
7
|
$icons list below:
|
|
8
|
-
.icon-[iconname] --
|
|
8
|
+
.icon-[iconname] -- No positioning, must have container with definite height and width
|
|
9
|
+
.icon-right-[iconname] -- Positions icon to the right
|
|
9
10
|
.icon-left-[iconname] -- Positions icon to the left
|
|
10
11
|
.icon-reversed-[iconname] -- Uses reversed icon as default state
|
|
11
12
|
.icon-neutral-[iconname] -- Uses neutral icon as default state
|
|
@@ -22,7 +23,7 @@
|
|
|
22
23
|
* Standardized states are "default","active","neutral","reversed"
|
|
23
24
|
*/
|
|
24
25
|
|
|
25
|
-
$icons: ('accordion-expand','accordion-horizontal','arrow','arrow-left','checkmark','close','copy','download','export','external-link','filter','full-screen','grid','hamburger-menu','home','link','list','location','locked','logout','minus','open-access','ordchid-id','orchid-id','plus','reset','search','sort','unlocked','upload','user-access','user','visible')
|
|
26
|
+
$icons: ('accordion-expand','accordion-horizontal','arrow','arrow-left','checkmark','close','copy','download','export','external-link','filter','full-screen','grid','hamburger-menu','home','link','list','location','locked','logout','minus','metadata','open-access','ordchid-id','orchid-id','plus','reset','search','sort','unlocked','upload','user-access','user','visible')
|
|
26
27
|
|
|
27
28
|
|
|
28
29
|
%icon-label // Redefined from 30_typography/_definitions for portability. @todo: add definition to core.
|
|
@@ -60,17 +61,29 @@ button.icon
|
|
|
60
61
|
text-transform: uppercase
|
|
61
62
|
@extend %icon
|
|
62
63
|
|
|
63
|
-
// Set standardized classes.
|
|
64
|
+
// Set standardized classes.
|
|
64
65
|
@each $name in $icons
|
|
65
66
|
.icon-#{$name}
|
|
66
|
-
+background-icon-
|
|
67
|
+
+background-icon-base($name,'contain','default','active')
|
|
68
|
+
&:after,&.active
|
|
69
|
+
+background-icon-active($name,'contain','default','active')
|
|
67
70
|
.icon-reversed-#{$name}
|
|
68
|
-
+background-icon-
|
|
71
|
+
+background-icon-base($name,'contain','reversed','active')
|
|
72
|
+
&:after,&.active
|
|
73
|
+
+background-icon-active($name,'contain','reversed','active')
|
|
69
74
|
.icon-neutral-#{$name}
|
|
70
|
-
+background-icon-
|
|
75
|
+
+background-icon-base($name,'contain','neutral','default')
|
|
76
|
+
&:after,&.active
|
|
77
|
+
+background-icon-active($name,'contain','neutral','active')
|
|
71
78
|
.icon-right#{$name}
|
|
72
|
-
+background-icon-
|
|
79
|
+
+background-icon-right($name,$btn_icon_size,'default','active')
|
|
73
80
|
.icon-right-reversed-#{$name}
|
|
74
|
-
+background-icon-
|
|
81
|
+
+background-icon-right($name,$btn_icon_size,'reversed','active')
|
|
75
82
|
.icon-right-neutral-#{$name}
|
|
83
|
+
+background-icon-right($name,$btn_icon_size,'neutral','default')
|
|
84
|
+
.icon-left-#{$name}
|
|
85
|
+
+background-icon-left($name,$btn_icon_size,'default','active')
|
|
86
|
+
.icon-left-reversed-#{$name}
|
|
87
|
+
+background-icon-left($name,$btn_icon_size,'reversed','active')
|
|
88
|
+
.icon-left-neutral-#{$name}
|
|
76
89
|
+background-icon-left($name,$btn_icon_size,'neutral','default')
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 30">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: #f4b17a;
|
|
7
|
+
}
|
|
8
|
+
</style>
|
|
9
|
+
</defs>
|
|
10
|
+
<path class="cls-1" d="M17.58,14.37c-.2-.19-.52-.17-.71.04l-3.88,4.3v-8.7c0-.28-.22-.5-.5-.5s-.5.22-.5.5v8.7l-3.88-4.3c-.19-.21-.5-.22-.71-.04-.21.19-.22.5-.04.71l4.75,5.26s0,0,0,0c.04.04.08.07.12.09.01,0,.02.02.04.03.06.03.13.04.2.04s.14-.02.2-.04c.01,0,.02-.02.04-.03.05-.03.09-.05.12-.09,0,0,0,0,0,0l4.75-5.26c.19-.21.17-.52-.04-.71Z"/>
|
|
11
|
+
<path class="cls-1" d="M2.83,26.09v-8.09c0-1.45-.42-2.52-1.55-3.01,1.14-.48,1.55-1.56,1.55-3.01V3.9c0-1.66,1.11-2.87,2.39-2.87h2.14V0h-2.14C3.52,0,1.8,1.55,1.8,3.9v8.09c0,1.28-.59,2.49-1.8,2.49v1.04c1.21,0,1.8,1.21,1.8,2.49v8.09c0,2.35,1.73,3.91,3.42,3.91h2.14v-1.04h-2.14c-1.28,0-2.39-1.24-2.39-2.87Z"/>
|
|
12
|
+
<path class="cls-1" d="M23.2,11.99V3.9c0-2.35-1.73-3.9-3.42-3.9h-2.14v1.04h2.14c1.28,0,2.39,1.21,2.39,2.87v8.09c0,1.45.42,2.52,1.56,3.01-1.14.48-1.56,1.55-1.56,3.01v8.09c0,1.63-1.11,2.87-2.39,2.87h-2.14v1.04h2.14c1.69,0,3.42-1.55,3.42-3.91v-8.09c0-1.28.59-2.49,1.8-2.49v-1.04c-1.21,0-1.8-1.21-1.8-2.49Z"/>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 30">
|
|
3
|
+
<path d="M17.58,14.37c-.2-.19-.52-.17-.71.04l-3.88,4.3v-8.7c0-.28-.22-.5-.5-.5s-.5.22-.5.5v8.7l-3.88-4.3c-.19-.21-.5-.22-.71-.04-.21.19-.22.5-.04.71l4.75,5.26s0,0,0,0c.04.04.08.07.12.09.01,0,.02.02.04.03.06.03.13.04.2.04s.14-.02.2-.04c.01,0,.02-.02.04-.03.05-.03.09-.05.12-.09,0,0,0,0,0,0l4.75-5.26c.19-.21.17-.52-.04-.71Z"/>
|
|
4
|
+
<path d="M2.83,26.09v-8.09c0-1.45-.42-2.52-1.55-3.01,1.14-.48,1.55-1.56,1.55-3.01V3.9c0-1.66,1.11-2.87,2.39-2.87h2.14V0h-2.14C3.52,0,1.8,1.55,1.8,3.9v8.09c0,1.28-.59,2.49-1.8,2.49v1.04c1.21,0,1.8,1.21,1.8,2.49v8.09c0,2.35,1.73,3.91,3.42,3.91h2.14v-1.04h-2.14c-1.28,0-2.39-1.24-2.39-2.87Z"/>
|
|
5
|
+
<path d="M23.2,11.99V3.9c0-2.35-1.73-3.9-3.42-3.9h-2.14v1.04h2.14c1.28,0,2.39,1.21,2.39,2.87v8.09c0,1.45.42,2.52,1.56,3.01-1.14.48-1.56,1.55-1.56,3.01v8.09c0,1.63-1.11,2.87-2.39,2.87h-2.14v1.04h2.14c1.69,0,3.42-1.55,3.42-3.91v-8.09c0-1.28.59-2.49,1.8-2.49v-1.04c-1.21,0-1.8-1.21-1.8-2.49Z"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 30">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: #80858c;
|
|
7
|
+
}
|
|
8
|
+
</style>
|
|
9
|
+
</defs>
|
|
10
|
+
<path class="cls-1" d="M17.58,14.37c-.2-.19-.52-.17-.71.04l-3.88,4.3v-8.7c0-.28-.22-.5-.5-.5s-.5.22-.5.5v8.7l-3.88-4.3c-.19-.21-.5-.22-.71-.04-.21.19-.22.5-.04.71l4.75,5.26s0,0,0,0c.04.04.08.07.12.09.01,0,.02.02.04.03.06.03.13.04.2.04s.14-.02.2-.04c.01,0,.02-.02.04-.03.05-.03.09-.05.12-.09,0,0,0,0,0,0l4.75-5.26c.19-.21.17-.52-.04-.71Z"/>
|
|
11
|
+
<path class="cls-1" d="M2.83,26.09v-8.09c0-1.45-.42-2.52-1.55-3.01,1.14-.48,1.55-1.56,1.55-3.01V3.9c0-1.66,1.11-2.87,2.39-2.87h2.14V0h-2.14C3.52,0,1.8,1.55,1.8,3.9v8.09c0,1.28-.59,2.49-1.8,2.49v1.04c1.21,0,1.8,1.21,1.8,2.49v8.09c0,2.35,1.73,3.91,3.42,3.91h2.14v-1.04h-2.14c-1.28,0-2.39-1.24-2.39-2.87Z"/>
|
|
12
|
+
<path class="cls-1" d="M23.2,11.99V3.9c0-2.35-1.73-3.9-3.42-3.9h-2.14v1.04h2.14c1.28,0,2.39,1.21,2.39,2.87v8.09c0,1.45.42,2.52,1.56,3.01-1.14.48-1.56,1.55-1.56,3.01v8.09c0,1.63-1.11,2.87-2.39,2.87h-2.14v1.04h2.14c1.69,0,3.42-1.55,3.42-3.91v-8.09c0-1.28.59-2.49,1.8-2.49v-1.04c-1.21,0-1.8-1.21-1.8-2.49Z"/>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 30">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: #fff;
|
|
7
|
+
}
|
|
8
|
+
</style>
|
|
9
|
+
</defs>
|
|
10
|
+
<path class="cls-1" d="M17.58,14.37c-.2-.19-.52-.17-.71.04l-3.88,4.3v-8.7c0-.28-.22-.5-.5-.5s-.5.22-.5.5v8.7l-3.88-4.3c-.19-.21-.5-.22-.71-.04-.21.19-.22.5-.04.71l4.75,5.26s0,0,0,0c.04.04.08.07.12.09.01,0,.02.02.04.03.06.03.13.04.2.04s.14-.02.2-.04c.01,0,.02-.02.04-.03.05-.03.09-.05.12-.09,0,0,0,0,0,0l4.75-5.26c.19-.21.17-.52-.04-.71Z"/>
|
|
11
|
+
<path class="cls-1" d="M2.83,26.09v-8.09c0-1.45-.42-2.52-1.55-3.01,1.14-.48,1.55-1.56,1.55-3.01V3.9c0-1.66,1.11-2.87,2.39-2.87h2.14V0h-2.14C3.52,0,1.8,1.55,1.8,3.9v8.09c0,1.28-.59,2.49-1.8,2.49v1.04c1.21,0,1.8,1.21,1.8,2.49v8.09c0,2.35,1.73,3.91,3.42,3.91h2.14v-1.04h-2.14c-1.28,0-2.39-1.24-2.39-2.87Z"/>
|
|
12
|
+
<path class="cls-1" d="M23.2,11.99V3.9c0-2.35-1.73-3.9-3.42-3.9h-2.14v1.04h2.14c1.28,0,2.39,1.21,2.39,2.87v8.09c0,1.45.42,2.52,1.56,3.01-1.14.48-1.56,1.55-1.56,3.01v8.09c0,1.63-1.11,2.87-2.39,2.87h-2.14v1.04h2.14c1.69,0,3.42-1.55,3.42-3.91v-8.09c0-1.28.59-2.49,1.8-2.49v-1.04c-1.21,0-1.8-1.21-1.8-2.49Z"/>
|
|
13
|
+
</svg>
|