@dktunited-techoff/techoff-suite-ui 0.8.3 → 0.8.5
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/esm/components/Icon/__stories__/Icon.stories.mdx +9 -7
- package/esm/components/Icon/icons/alert-fill.svg +1 -0
- package/esm/components/Icon/icons/alert-line.svg +1 -0
- package/esm/components/Icon/icons/arrow-back.svg +1 -0
- package/esm/components/Icon/icons/arrow-down.svg +1 -0
- package/esm/components/Icon/icons/arrow-left.svg +1 -0
- package/esm/components/Icon/icons/arrow-right-.svg +1 -0
- package/esm/components/Icon/icons/arrow-up.svg +1 -0
- package/esm/components/Icon/icons/arrows-up-down.svg +1 -0
- package/esm/components/Icon/icons/check-circle-fill.svg +1 -0
- package/esm/components/Icon/icons/check-circle.svg +1 -0
- package/esm/components/Icon/icons/check.svg +1 -4
- package/esm/components/Icon/icons/chevron-down.svg +1 -4
- package/esm/components/Icon/icons/chevron-left.svg +1 -4
- package/esm/components/Icon/icons/chevron-right.svg +1 -4
- package/esm/components/Icon/icons/chevron-up.svg +1 -4
- package/esm/components/Icon/icons/circle.svg +1 -0
- package/esm/components/Icon/icons/dots-vertical.svg +1 -0
- package/esm/components/Icon/icons/download.svg +1 -0
- package/esm/components/Icon/icons/edit.svg +1 -0
- package/esm/components/Icon/icons/external-link.svg +1 -0
- package/esm/components/Icon/icons/filter-off.svg +1 -0
- package/esm/components/Icon/icons/filter.svg +1 -0
- package/esm/components/Icon/icons/header-bikestudio.svg +32 -0
- package/esm/components/Icon/icons/header-nsc-helmet.svg +32 -0
- package/esm/components/Icon/icons/header-opticost.svg +32 -0
- package/esm/components/Icon/icons/header-reparability.svg +32 -0
- package/esm/components/Icon/icons/heart-fill.svg +1 -0
- package/esm/components/Icon/icons/heart.svg +1 -4
- package/esm/components/Icon/icons/home.svg +1 -6
- package/esm/components/Icon/icons/houglass.svg +1 -0
- package/esm/components/Icon/icons/in-progress.svg +18 -0
- package/esm/components/Icon/icons/index.js +46 -13
- package/esm/components/Icon/icons/index.js.map +1 -1
- package/esm/components/Icon/icons/index.ts +46 -13
- package/esm/components/Icon/icons/lightning-off.svg +1 -0
- package/esm/components/Icon/icons/lightning.svg +1 -0
- package/esm/components/Icon/icons/list-settings.svg +1 -0
- package/esm/components/Icon/icons/lock.svg +1 -0
- package/esm/components/Icon/icons/plus-circle.svg +1 -0
- package/esm/components/Icon/icons/plus.svg +1 -5
- package/esm/components/Icon/icons/search.svg +1 -5
- package/esm/components/Icon/icons/seed-2.svg +1 -0
- package/esm/components/Icon/icons/square-check-fill.svg +1 -0
- package/esm/components/Icon/icons/square.svg +1 -1
- package/esm/components/Icon/icons/tools.svg +1 -0
- package/esm/components/Icon/icons/user.svg +1 -5
- package/esm/components/Icon/icons/waiting-validation.svg +19 -0
- package/esm/components/Icon/icons/x-circle-fill.svg +1 -0
- package/esm/components/Icon/icons/x.svg +1 -0
- package/lib/components/Icon/__stories__/Icon.stories.mdx +9 -7
- package/lib/components/Icon/icons/alert-fill.svg +1 -0
- package/lib/components/Icon/icons/alert-line.svg +1 -0
- package/lib/components/Icon/icons/arrow-back.svg +1 -0
- package/lib/components/Icon/icons/arrow-down.svg +1 -0
- package/lib/components/Icon/icons/arrow-left.svg +1 -0
- package/lib/components/Icon/icons/arrow-right-.svg +1 -0
- package/lib/components/Icon/icons/arrow-up.svg +1 -0
- package/lib/components/Icon/icons/arrows-up-down.svg +1 -0
- package/lib/components/Icon/icons/check-circle-fill.svg +1 -0
- package/lib/components/Icon/icons/check-circle.svg +1 -0
- package/lib/components/Icon/icons/check.svg +1 -4
- package/lib/components/Icon/icons/chevron-down.svg +1 -4
- package/lib/components/Icon/icons/chevron-left.svg +1 -4
- package/lib/components/Icon/icons/chevron-right.svg +1 -4
- package/lib/components/Icon/icons/chevron-up.svg +1 -4
- package/lib/components/Icon/icons/circle.svg +1 -0
- package/lib/components/Icon/icons/dots-vertical.svg +1 -0
- package/lib/components/Icon/icons/download.svg +1 -0
- package/lib/components/Icon/icons/edit.svg +1 -0
- package/lib/components/Icon/icons/external-link.svg +1 -0
- package/lib/components/Icon/icons/filter-off.svg +1 -0
- package/lib/components/Icon/icons/filter.svg +1 -0
- package/lib/components/Icon/icons/header-bikestudio.svg +32 -0
- package/lib/components/Icon/icons/header-nsc-helmet.svg +32 -0
- package/lib/components/Icon/icons/header-opticost.svg +32 -0
- package/lib/components/Icon/icons/header-reparability.svg +32 -0
- package/lib/components/Icon/icons/heart-fill.svg +1 -0
- package/lib/components/Icon/icons/heart.svg +1 -4
- package/lib/components/Icon/icons/home.svg +1 -6
- package/lib/components/Icon/icons/houglass.svg +1 -0
- package/lib/components/Icon/icons/in-progress.svg +18 -0
- package/lib/components/Icon/icons/index.js +46 -13
- package/lib/components/Icon/icons/index.js.map +1 -1
- package/lib/components/Icon/icons/index.ts +46 -13
- package/lib/components/Icon/icons/lightning-off.svg +1 -0
- package/lib/components/Icon/icons/lightning.svg +1 -0
- package/lib/components/Icon/icons/list-settings.svg +1 -0
- package/lib/components/Icon/icons/lock.svg +1 -0
- package/lib/components/Icon/icons/plus-circle.svg +1 -0
- package/lib/components/Icon/icons/plus.svg +1 -5
- package/lib/components/Icon/icons/search.svg +1 -5
- package/lib/components/Icon/icons/seed-2.svg +1 -0
- package/lib/components/Icon/icons/square-check-fill.svg +1 -0
- package/lib/components/Icon/icons/square.svg +1 -1
- package/lib/components/Icon/icons/tools.svg +1 -0
- package/lib/components/Icon/icons/user.svg +1 -5
- package/lib/components/Icon/icons/waiting-validation.svg +19 -0
- package/lib/components/Icon/icons/x-circle-fill.svg +1 -0
- package/lib/components/Icon/icons/x.svg +1 -0
- package/package.json +2 -2
- package/src/assets/fonts/Roboto-Light.ttf +0 -0
- package/src/components/Icon/__stories__/Icon.stories.mdx +9 -7
- package/src/components/Icon/icons/alert-fill.svg +1 -0
- package/src/components/Icon/icons/alert-line.svg +1 -0
- package/src/components/Icon/icons/arrow-back.svg +1 -0
- package/src/components/Icon/icons/arrow-down.svg +1 -0
- package/src/components/Icon/icons/arrow-left.svg +1 -0
- package/src/components/Icon/icons/arrow-right-.svg +1 -0
- package/src/components/Icon/icons/arrow-up.svg +1 -0
- package/src/components/Icon/icons/arrows-up-down.svg +1 -0
- package/src/components/Icon/icons/check-circle-fill.svg +1 -0
- package/src/components/Icon/icons/check-circle.svg +1 -0
- package/src/components/Icon/icons/check.svg +1 -4
- package/src/components/Icon/icons/chevron-down.svg +1 -4
- package/src/components/Icon/icons/chevron-left.svg +1 -4
- package/src/components/Icon/icons/chevron-right.svg +1 -4
- package/src/components/Icon/icons/chevron-up.svg +1 -4
- package/src/components/Icon/icons/circle.svg +1 -0
- package/src/components/Icon/icons/dots-vertical.svg +1 -0
- package/src/components/Icon/icons/download.svg +1 -0
- package/src/components/Icon/icons/edit.svg +1 -0
- package/src/components/Icon/icons/external-link.svg +1 -0
- package/src/components/Icon/icons/filter-off.svg +1 -0
- package/src/components/Icon/icons/filter.svg +1 -0
- package/src/components/Icon/icons/header-bikestudio.svg +32 -0
- package/src/components/Icon/icons/header-nsc-helmet.svg +32 -0
- package/src/components/Icon/icons/header-opticost.svg +32 -0
- package/src/components/Icon/icons/header-reparability.svg +32 -0
- package/src/components/Icon/icons/heart-fill.svg +1 -0
- package/src/components/Icon/icons/heart.svg +1 -4
- package/src/components/Icon/icons/home.svg +1 -6
- package/src/components/Icon/icons/houglass.svg +1 -0
- package/src/components/Icon/icons/in-progress.svg +18 -0
- package/src/components/Icon/icons/index.ts +46 -13
- package/src/components/Icon/icons/lightning-off.svg +1 -0
- package/src/components/Icon/icons/lightning.svg +1 -0
- package/src/components/Icon/icons/list-settings.svg +1 -0
- package/src/components/Icon/icons/lock.svg +1 -0
- package/src/components/Icon/icons/plus-circle.svg +1 -0
- package/src/components/Icon/icons/plus.svg +1 -5
- package/src/components/Icon/icons/search.svg +1 -5
- package/src/components/Icon/icons/seed-2.svg +1 -0
- package/src/components/Icon/icons/square-check-fill.svg +1 -0
- package/src/components/Icon/icons/square.svg +1 -1
- package/src/components/Icon/icons/tools.svg +1 -0
- package/src/components/Icon/icons/user.svg +1 -5
- package/src/components/Icon/icons/waiting-validation.svg +19 -0
- package/src/components/Icon/icons/x-circle-fill.svg +1 -0
- package/src/components/Icon/icons/x.svg +1 -0
- package/esm/components/Icon/icons/heart-filled.svg +0 -4
- package/esm/components/Icon/icons/square-check-filled.svg +0 -1
- package/lib/components/Icon/icons/heart-filled.svg +0 -4
- package/lib/components/Icon/icons/square-check-filled.svg +0 -1
- package/src/components/Icon/icons/heart-filled.svg +0 -4
- package/src/components/Icon/icons/square-check-filled.svg +0 -1
|
@@ -75,12 +75,14 @@ Icons are visual symbols used to represent ideas, objects or actions. They commu
|
|
|
75
75
|
## Icons
|
|
76
76
|
|
|
77
77
|
<div className="icons">
|
|
78
|
-
{Object.keys(icons)
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
78
|
+
{Object.keys(icons)
|
|
79
|
+
.filter(icon => !icon.startsWith('header-'))
|
|
80
|
+
.map(icon => (
|
|
81
|
+
<div className="icon-container" key={icon}>
|
|
82
|
+
<div className="icon">
|
|
83
|
+
<Icon name={icon} />
|
|
84
|
+
</div>
|
|
85
|
+
<div className="icon-label">{icon}</div>
|
|
82
86
|
</div>
|
|
83
|
-
|
|
84
|
-
</div>
|
|
85
|
-
))}
|
|
87
|
+
))}
|
|
86
88
|
</div>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12.392 3.49996L21.918 20C22.0057 20.152 22.0519 20.3244 22.0519 20.5C22.052 20.6755 22.0057 20.8479 21.918 20.9999C21.8302 21.152 21.704 21.2782 21.552 21.366C21.4 21.4537 21.2275 21.5 21.052 21.5H1.99997C1.82444 21.5 1.652 21.4537 1.49998 21.366C1.34797 21.2782 1.22173 21.152 1.13397 20.9999C1.0462 20.8479 0.999999 20.6755 1 20.5C1 20.3244 1.04621 20.152 1.13397 20L10.66 3.49996C10.7477 3.34795 10.874 3.22172 11.026 3.13396C11.178 3.0462 11.3504 3 11.526 3C11.7015 3 11.8739 3.0462 12.026 3.13396C12.178 3.22172 12.3042 3.34795 12.392 3.49996ZM10.526 16.5V18.5H12.526V16.5H10.526ZM10.526 9.49996V14.5H12.526V9.49996H10.526Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M21.918 20L12.392 3.49996C12.2133 3.19058 11.8832 3 11.526 3C11.1687 3 10.8386 3.19058 10.66 3.49996L1.13397 20C0.955344 20.3094 0.955342 20.6905 1.13397 20.9999C1.31259 21.3093 1.64271 21.4999 1.99997 21.5H21.052C21.4092 21.4999 21.7394 21.3093 21.918 20.9999C22.0966 20.6905 22.0966 20.3094 21.918 20ZM19.32 19.5H3.73197L11.526 5.99996L19.32 19.5ZM12.526 16.5V18.5H10.526V16.5H12.526ZM12.526 9.49996H10.526V14.5H12.526V9.49996Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5.828 6.99999L8.364 9.53599L6.95 10.95L2 5.99999L6.95 1.04999L8.364 2.46399L5.828 4.99999H13C17.4183 4.99999 21 8.58171 21 13C21 17.4183 17.4183 21 13 21H4V19H13C16.3137 19 19 16.3137 19 13C19 9.68628 16.3137 6.99999 13 6.99999H5.828Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M13 16.172L18.364 10.808L19.778 12.222L12 20L4.22198 12.222L5.63598 10.808L11 16.172V4H13V16.172Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M7.828 11H20V13H7.828L13.192 18.364L11.778 19.778L4 12L11.778 4.22198L13.192 5.63598L7.828 11Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M16.172 11L10.808 5.63598L12.222 4.22198L20 12L12.222 19.778L10.808 18.364L16.172 13H4V11H16.172Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M13 7.828V20H11V7.828L5.63605 13.192L4.22205 11.778L12 4L19.778 11.778L18.364 13.192L13 7.828Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.486 9.364L11.9 7.95L6.95 3L2 7.95L3.415 9.364L5.95 6.828V20H7.95V6.828L10.486 9.364ZM16.95 21L21.9 16.05L20.486 14.636L17.95 17.172V4H15.95L15.951 17.172L13.414 14.636L12 16.05L16.95 21Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 12C2 17.523 6.477 22 12 22C17.523 22 22 17.523 22 12C22 6.477 17.523 2 12 2C6.477 2 2 6.477 2 12ZM18.073 8.929L11.003 16L6.76 11.757L8.174 10.343L11.003 13.172L16.659 7.515L18.073 8.929Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM6.76 11.757L11.003 16L18.074 8.929L16.659 7.515L11.003 13.172L8.174 10.343L6.76 11.757Z"/></svg>
|
|
@@ -1,4 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
2
|
-
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
3
|
-
<path d="M5 12l5 5l10 -10"></path>
|
|
4
|
-
</svg>
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9.99999 15.172L19.192 5.979L20.607 7.393L9.99999 18L3.63599 11.636L5.04999 10.222L9.99999 15.172Z"/></svg>
|
|
@@ -1,4 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
2
|
-
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
3
|
-
<path d="M6 9l6 6l6 -6"></path>
|
|
4
|
-
</svg>
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 13.172L16.95 8.22198L18.364 9.63598L12 16L5.63599 9.63598L7.04999 8.22198L12 13.172Z"/></svg>
|
|
@@ -1,4 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
2
|
-
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
3
|
-
<path d="M15 6l-6 6l6 6"></path>
|
|
4
|
-
</svg>
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M10.828 12L15.778 16.95L14.364 18.364L8 12L14.364 5.63599L15.778 7.04999L10.828 12Z"/></svg>
|
|
@@ -1,4 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
2
|
-
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
3
|
-
<path d="M9 6l6 6l-6 6"></path>
|
|
4
|
-
</svg>
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M13.172 12L8.22205 7.04999L9.63605 5.63599L16 12L9.63605 18.364L8.22205 16.95L13.172 12Z"/></svg>
|
|
@@ -1,4 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
2
|
-
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
3
|
-
<path d="M6 15l6 -6l6 6"></path>
|
|
4
|
-
</svg>
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 10.828L7.04999 15.778L5.63599 14.364L12 8L18.364 14.364L16.95 15.778L12 10.828Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M20 3H4C3.44772 3 3 3.44772 3 4V20C3 20.5523 3.44772 21 4 21H20C20.5523 21 21 20.5523 21 20V4C21 3.44772 20.5523 3 20 3ZM5 19V5H19V19H5Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5 3C11.675 3 11 3.675 11 4.5C11 5.325 11.675 6 12.5 6C13.325 6 14 5.325 14 4.5C14 3.675 13.325 3 12.5 3ZM12.5 18C11.675 18 11 18.675 11 19.5C11 20.325 11.675 21 12.5 21C13.325 21 14 20.325 14 19.5C14 18.675 13.325 18 12.5 18ZM11 12C11 11.175 11.675 10.5 12.5 10.5C13.325 10.5 14 11.175 14 12C14 12.825 13.325 13.5 12.5 13.5C11.675 13.5 11 12.825 11 12Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.071 7.1L13 13.172V2H11V13.17L4.929 7.1L3.515 8.515L12 17L20.485 8.514L19.071 7.1ZM21 21V19H3V21H21Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.243 18H3V13.757L14.435 2.322C14.8255 1.93162 15.4585 1.93162 15.849 2.322L18.678 5.151C19.0684 5.5415 19.0684 6.1745 18.678 6.565L7.243 18ZM6.414 16L16.556 5.858L15.142 4.444L5 14.586V16H6.414ZM21 20H3V22H21V20Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19 11H21V3H13V5H17.585L9.793 12.793L11.207 14.207L19 6.413V11ZM5 8H10V6H4C3.44772 6 3 6.44772 3 7V20C3 20.5523 3.44772 21 4 21H17C17.5523 21 18 20.5523 18 20V14H16V19H5V8Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.929 1L21.07 15.142L19.656 16.556L15.833 12.734L15 13.985V22.485H9V13.985L4 6.485H3V4.485H7.585L5.515 2.414L6.929 1ZM9.585 6.485H6.404L11 13.379V20.485H13V13.379L14.392 11.292L9.585 6.485ZM21 6.485V4.485H13.213L15.213 6.485H17.596L16.643 7.914L18.085 9.357L20 6.485H21Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M21 5V3H3V5H4L9 12.5V21H15V12.5L20 5H21ZM11 11.894L6.404 5H17.596L13 11.894V19H11V11.894Z"/></svg>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 27.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 238.9 17.2" style="enable-background:new 0 0 238.9 17.2;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#152C47;}
|
|
7
|
+
.st1{font-family:'Montserrat-Medium';}
|
|
8
|
+
.st2{font-size:24px;}
|
|
9
|
+
.st3{font-family:'Roboto-Light';}
|
|
10
|
+
.st4{font-size:11px;}
|
|
11
|
+
.st5{fill:#020203;}
|
|
12
|
+
.st6{fill:#0D84C5;}
|
|
13
|
+
.st7{fill:#FFFFFF;}
|
|
14
|
+
</style>
|
|
15
|
+
<text transform="matrix(1 0 0 1 -2.52 16.9922)" class="st0 st1 st2">BIKESTUDIO</text>
|
|
16
|
+
<text transform="matrix(1 0 0 1 165.1359 17.0155)" class="st3 st4">BY</text>
|
|
17
|
+
<path class="st5" d="M202.2,10.3c-0.5-0.6-1.3-0.9-2.2-0.9c-1.6,0-2.8,1.2-2.8,2.8s1.2,2.8,2.8,2.8c0.9,0,1.7-0.4,2.2-1.1l1.4,1.3
|
|
18
|
+
c-0.9,1.1-2.1,1.7-3.6,1.7c-2.8,0-4.8-2-4.8-4.8s2-4.8,4.8-4.8c1.4,0,2.7,0.5,3.6,1.5L202.2,10.3z"/>
|
|
19
|
+
<polygon class="st5" points="188.2,7.7 194.1,7.7 194.1,9.5 190.2,9.5 190.2,11.4 193.6,11.4 193.6,13.2 190.2,13.2 190.2,15.2
|
|
20
|
+
194.1,15.2 194.1,17 188.2,17 "/>
|
|
21
|
+
<polygon class="st5" points="226.7,7.5 232.2,7.5 232.2,9.4 228.6,9.4 228.6,11.7 231.7,11.7 231.7,13.5 228.6,13.5 228.6,16.9
|
|
22
|
+
226.7,16.9 "/>
|
|
23
|
+
<polygon class="st5" points="233.3,7.5 238.9,7.5 238.9,9.4 235.3,9.4 235.3,11.7 238.4,11.7 238.4,13.5 235.3,13.5 235.3,16.9
|
|
24
|
+
233.3,16.9 "/>
|
|
25
|
+
<polygon class="st5" points="210.7,13 206.7,13 206.7,16.9 204.8,16.9 204.8,7.5 206.7,7.5 206.7,11.1 210.7,11.1 210.7,7.5
|
|
26
|
+
212.7,7.5 212.7,16.9 210.7,16.9 "/>
|
|
27
|
+
<polygon class="st5" points="180,7.7 187.1,7.7 187.1,9.6 184.6,9.6 184.6,17 182.6,17 182.6,9.6 180,9.6 "/>
|
|
28
|
+
<polyline class="st5" points="213.1,8.8 214.9,6 216.9,6 215.1,8.8 213.1,8.8 "/>
|
|
29
|
+
<path class="st5" d="M220.7,7.4c-2.8,0-4.8,2-4.8,4.8s2,4.8,4.8,4.8s4.8-2,4.8-4.8S223.5,7.4,220.7,7.4z"/>
|
|
30
|
+
<polygon class="st6" points="216.6,12.4 222.7,8.8 222.7,15.9 "/>
|
|
31
|
+
<polygon class="st7" points="220.6,17 220.5,13.6 217.7,15.4 "/>
|
|
32
|
+
</svg>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 27.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 247.3 17" style="enable-background:new 0 0 247.3 17;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#152C47;}
|
|
7
|
+
.st1{font-family:'Montserrat-Medium';}
|
|
8
|
+
.st2{font-size:24px;}
|
|
9
|
+
.st3{font-family:'Roboto-Light';}
|
|
10
|
+
.st4{font-size:11px;}
|
|
11
|
+
.st5{fill:#020203;}
|
|
12
|
+
.st6{fill:#0D84C5;}
|
|
13
|
+
.st7{fill:#FFFFFF;}
|
|
14
|
+
</style>
|
|
15
|
+
<text transform="matrix(1 0 0 1 -2.52 16.8017)" class="st0 st1 st2">NSC HELMET</text>
|
|
16
|
+
<text transform="matrix(1 0 0 1 173.496 16.8009)" class="st3 st4">BY</text>
|
|
17
|
+
<path class="st5" d="M210.6,10.1c-0.5-0.6-1.3-0.9-2.2-0.9c-1.6,0-2.8,1.2-2.8,2.8s1.2,2.8,2.8,2.8c0.9,0,1.7-0.4,2.2-1.1L212,15
|
|
18
|
+
c-0.9,1.1-2.1,1.7-3.6,1.7c-2.8,0-4.8-2-4.8-4.8s2-4.8,4.8-4.8c1.4,0,2.7,0.5,3.6,1.5L210.6,10.1z"/>
|
|
19
|
+
<polygon class="st5" points="196.6,7.5 202.5,7.5 202.5,9.3 198.6,9.3 198.6,11.2 202,11.2 202,13 198.6,13 198.6,15 202.5,15
|
|
20
|
+
202.5,16.8 196.6,16.8 "/>
|
|
21
|
+
<polygon class="st5" points="235.1,7.3 240.6,7.3 240.6,9.2 237,9.2 237,11.5 240.1,11.5 240.1,13.3 237,13.3 237,16.7 235.1,16.7
|
|
22
|
+
"/>
|
|
23
|
+
<polygon class="st5" points="241.7,7.3 247.3,7.3 247.3,9.2 243.7,9.2 243.7,11.5 246.8,11.5 246.8,13.3 243.7,13.3 243.7,16.7
|
|
24
|
+
241.7,16.7 "/>
|
|
25
|
+
<polygon class="st5" points="219.1,12.8 215.1,12.8 215.1,16.7 213.2,16.7 213.2,7.3 215.1,7.3 215.1,10.9 219.1,10.9 219.1,7.3
|
|
26
|
+
221.1,7.3 221.1,16.7 219.1,16.7 "/>
|
|
27
|
+
<polygon class="st5" points="188.4,7.5 195.5,7.5 195.5,9.4 193,9.4 193,16.8 191,16.8 191,9.4 188.4,9.4 "/>
|
|
28
|
+
<polyline class="st5" points="221.5,8.6 223.3,5.8 225.3,5.8 223.5,8.6 221.5,8.6 "/>
|
|
29
|
+
<path class="st5" d="M229.1,7.2c-2.8,0-4.8,2-4.8,4.8s2,4.8,4.8,4.8s4.8-2,4.8-4.8S231.9,7.2,229.1,7.2z"/>
|
|
30
|
+
<polygon class="st6" points="225,12.2 231.1,8.6 231.1,15.7 "/>
|
|
31
|
+
<polygon class="st7" points="229,16.8 228.9,13.4 226.1,15.2 "/>
|
|
32
|
+
</svg>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 27.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 211.7 17.2" style="enable-background:new 0 0 211.7 17.2;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#152C47;}
|
|
7
|
+
.st1{font-family:'Montserrat-Medium';}
|
|
8
|
+
.st2{font-size:24px;}
|
|
9
|
+
.st3{font-family:'Roboto-Light';}
|
|
10
|
+
.st4{font-size:11px;}
|
|
11
|
+
.st5{fill:#020203;}
|
|
12
|
+
.st6{fill:#0D84C5;}
|
|
13
|
+
.st7{fill:#FFFFFF;}
|
|
14
|
+
</style>
|
|
15
|
+
<text transform="matrix(1 0 0 1 -1.1519 16.9922)" class="st0 st1 st2">OPTICOST</text>
|
|
16
|
+
<text transform="matrix(1 0 0 1 137.907 16.9861)" class="st3 st4">BY</text>
|
|
17
|
+
<path class="st5" d="M175,10.3c-0.5-0.6-1.3-0.9-2.2-0.9c-1.6,0-2.8,1.2-2.8,2.8s1.2,2.8,2.8,2.8c0.9,0,1.7-0.4,2.2-1.1l1.4,1.3
|
|
18
|
+
c-0.9,1.1-2.1,1.7-3.6,1.7c-2.8,0-4.8-2-4.8-4.8s2-4.8,4.8-4.8c1.4,0,2.7,0.5,3.6,1.5L175,10.3z"/>
|
|
19
|
+
<polygon class="st5" points="161,7.7 166.9,7.7 166.9,9.5 163,9.5 163,11.4 166.4,11.4 166.4,13.2 163,13.2 163,15.2 166.9,15.2
|
|
20
|
+
166.9,17 161,17 "/>
|
|
21
|
+
<polygon class="st5" points="199.5,7.5 205,7.5 205,9.4 201.4,9.4 201.4,11.7 204.5,11.7 204.5,13.5 201.4,13.5 201.4,16.9
|
|
22
|
+
199.5,16.9 "/>
|
|
23
|
+
<polygon class="st5" points="206.1,7.5 211.7,7.5 211.7,9.4 208.1,9.4 208.1,11.7 211.2,11.7 211.2,13.5 208.1,13.5 208.1,16.9
|
|
24
|
+
206.1,16.9 "/>
|
|
25
|
+
<polygon class="st5" points="183.5,13 179.5,13 179.5,16.9 177.6,16.9 177.6,7.5 179.5,7.5 179.5,11.1 183.5,11.1 183.5,7.5
|
|
26
|
+
185.5,7.5 185.5,16.9 183.5,16.9 "/>
|
|
27
|
+
<polygon class="st5" points="152.8,7.7 159.9,7.7 159.9,9.6 157.4,9.6 157.4,17 155.4,17 155.4,9.6 152.8,9.6 "/>
|
|
28
|
+
<polyline class="st5" points="185.9,8.8 187.7,6 189.7,6 187.9,8.8 185.9,8.8 "/>
|
|
29
|
+
<path class="st5" d="M193.5,7.4c-2.8,0-4.8,2-4.8,4.8s2,4.8,4.8,4.8s4.8-2,4.8-4.8S196.3,7.4,193.5,7.4z"/>
|
|
30
|
+
<polygon class="st6" points="189.4,12.4 195.5,8.8 195.5,15.9 "/>
|
|
31
|
+
<polygon class="st7" points="193.4,17 193.3,13.6 190.5,15.4 "/>
|
|
32
|
+
</svg>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 27.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 357.7 16.8" style="enable-background:new 0 0 357.7 16.8;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#152C47 !important;}
|
|
7
|
+
.st1{font-family:'Montserrat-Medium' !important;}
|
|
8
|
+
.st2{font-size:24px !important;}
|
|
9
|
+
.st3{font-family:'Roboto-Light' !important;}
|
|
10
|
+
.st4{font-size:11px !important;}
|
|
11
|
+
.st5{fill:#020203 !important;}
|
|
12
|
+
.st6{fill:#0D84C5 !important;}
|
|
13
|
+
.st7{fill:#FFFFFF !important;}
|
|
14
|
+
</style>
|
|
15
|
+
<text transform="matrix(1 0 0 1 -2.52 16.7998)" class="st0 st1 st2">REPAIRABILITY INDEX</text>
|
|
16
|
+
<text transform="matrix(1 0 0 1 283.9413 16.7998)" class="st3 st4">BY</text>
|
|
17
|
+
<path class="st5" d="M321,10.1c-0.5-0.6-1.3-0.9-2.2-0.9c-1.6,0-2.8,1.2-2.8,2.8s1.2,2.8,2.8,2.8c0.9,0,1.7-0.4,2.2-1.1l1.4,1.3
|
|
18
|
+
c-0.9,1.1-2.1,1.7-3.6,1.7c-2.8,0-4.8-2-4.8-4.8c0-2.8,2-4.8,4.8-4.8c1.4,0,2.7,0.5,3.6,1.5L321,10.1z"/>
|
|
19
|
+
<polygon class="st5" points="307,7.5 312.9,7.5 312.9,9.3 309,9.3 309,11.2 312.4,11.2 312.4,13 309,13 309,15 312.9,15 312.9,16.8
|
|
20
|
+
307,16.8 "/>
|
|
21
|
+
<polygon class="st5" points="345.5,7.3 351,7.3 351,9.2 347.4,9.2 347.4,11.5 350.5,11.5 350.5,13.3 347.4,13.3 347.4,16.7
|
|
22
|
+
345.5,16.7 "/>
|
|
23
|
+
<polygon class="st5" points="352.1,7.3 357.7,7.3 357.7,9.2 354.1,9.2 354.1,11.5 357.2,11.5 357.2,13.3 354.1,13.3 354.1,16.7
|
|
24
|
+
352.1,16.7 "/>
|
|
25
|
+
<polygon class="st5" points="329.5,12.8 325.5,12.8 325.5,16.7 323.6,16.7 323.6,7.3 325.5,7.3 325.5,10.9 329.5,10.9 329.5,7.3
|
|
26
|
+
331.5,7.3 331.5,16.7 329.5,16.7 "/>
|
|
27
|
+
<polygon class="st5" points="298.8,7.5 305.9,7.5 305.9,9.4 303.4,9.4 303.4,16.8 301.4,16.8 301.4,9.4 298.8,9.4 "/>
|
|
28
|
+
<polyline class="st5" points="331.9,8.6 333.7,5.8 335.7,5.8 333.9,8.6 331.9,8.6 "/>
|
|
29
|
+
<path class="st5" d="M339.5,7.2c-2.8,0-4.8,2-4.8,4.8s2,4.8,4.8,4.8c2.8,0,4.8-2,4.8-4.8S342.3,7.2,339.5,7.2z"/>
|
|
30
|
+
<polygon class="st6" points="335.4,12.2 341.5,8.6 341.5,15.7 "/>
|
|
31
|
+
<polygon class="st7" points="339.4,16.8 339.3,13.4 336.5,15.2 "/>
|
|
32
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M16.5 3C19.538 3 22 5.5 22 9C22 16 14.5 20 12 21.5C9.5 20 2 16 2 9C2 5.5 4.5 3 7.5 3C9.36 3 11 4 12 5C13 4 14.64 3 16.5 3Z"/></svg>
|
|
@@ -1,4 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
2
|
-
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
3
|
-
<path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572"></path>
|
|
4
|
-
</svg>
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M22 9C22 5.5 19.538 3 16.5 3C14.64 3 13 4 12 5C11 4 9.36 3 7.5 3C4.5 3 2 5.5 2 9C2 15.6009 8.66916 19.5341 11.5259 21.219C11.6987 21.3208 11.8575 21.4145 12 21.5C12.1425 21.4145 12.3013 21.3208 12.4741 21.219C15.3308 19.5341 22 15.6009 22 9ZM15.354 16.903C14.61 17.495 13.815 18.048 12.934 18.604C12.635 18.792 12.339 18.973 12 19.175C11.661 18.973 11.365 18.792 11.066 18.603C10.185 18.048 9.39 17.495 8.645 16.903C5.666 14.533 4 11.944 4 9C4 6.656 5.56 5 7.5 5C8.576 5 9.74 5.57 10.586 6.414L12 7.828L13.414 6.414C14.26 5.57 15.424 5 16.5 5C18.463 5 20 6.64 20 9C20 11.943 18.335 14.533 15.354 16.903Z"/></svg>
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
2
|
-
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
3
|
-
<path d="M5 12l-2 0l9 -9l9 9l-2 0"></path>
|
|
4
|
-
<path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7"></path>
|
|
5
|
-
<path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6"></path>
|
|
6
|
-
</svg>
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 20.6484C4 21.2006 4.44772 21.6484 5 21.6484H19C19.5523 21.6484 20 21.2006 20 20.6484V11.6484H23L12.673 2.26036C12.2915 1.91321 11.7085 1.91321 11.327 2.26036L1 11.6484H4V20.6484ZM18 9.80536V19.6484H6V9.80536L12 4.35136L18 9.80536Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 10C13.1046 10 14 9.10459 14 8.00002H10C10 9.10459 10.8954 10 12 10Z"/><path d="M12 16C10.8954 16 10 16.8954 10 18V19H14V18C14 16.8954 13.1046 16 12 16Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18 2H6V4H7V8C7 9.6356 7.78534 11.0878 8.99952 12C7.78534 12.9122 7 14.3644 7 16V20H6V22H18V20H17V16C17 14.3644 16.2147 12.9122 15.0005 12C16.2147 11.0878 17 9.6356 17 8V4H18V2ZM12 11C13.6569 11 15 9.65685 15 8V4H9V8C9 9.65685 10.3431 11 12 11ZM15 16C15 14.3431 13.6569 13 12 13C10.3431 13 9 14.3431 9 16V20H15V16Z"/></svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 27.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 18 18" style="enable-background:new 0 0 18 18;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:none;stroke:#4D6F56;stroke-width:2;stroke-miterlimit:10;}
|
|
7
|
+
.st1{fill:none;stroke:#B3BAC3;stroke-width:2;stroke-miterlimit:10;}
|
|
8
|
+
.st2{fill:none;stroke:#B3BAC3;stroke-width:1.7;stroke-miterlimit:10;}
|
|
9
|
+
</style>
|
|
10
|
+
<g>
|
|
11
|
+
<g id="XMLID_00000061439617207973343430000008849834053897756088_">
|
|
12
|
+
<path class="st0" d="M1.8,5.7C2.2,4.7,4.8,1,9,1c4,0,8,3.4,8,8c0,4.4-3.6,8-8,8c-4.4,0-8-3.6-8-8"/>
|
|
13
|
+
<path class="st1" d="M1.8,5.7C2.2,4.7,4.8,1,9,1c4,0,8,3.4,8,8c0,4.4-3.6,8-8,8c-4.4,0-8-3.6-8-8"/>
|
|
14
|
+
</g>
|
|
15
|
+
<polyline class="st1" points="5.5,5.8 1.1,5.8 1.1,1.4 "/>
|
|
16
|
+
<polyline class="st2" points="12.2,12.2 9,9 9,4.6 "/>
|
|
17
|
+
</g>
|
|
18
|
+
</svg>
|
|
@@ -1,16 +1,49 @@
|
|
|
1
1
|
export const icons = {
|
|
2
|
-
'
|
|
3
|
-
'
|
|
4
|
-
'
|
|
5
|
-
'
|
|
6
|
-
'
|
|
7
|
-
'
|
|
8
|
-
'
|
|
9
|
-
'
|
|
10
|
-
'
|
|
11
|
-
'
|
|
12
|
-
'
|
|
13
|
-
'
|
|
14
|
-
'
|
|
2
|
+
'alert-fill': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12.392 3.49996L21.918 20C22.0057 20.152 22.0519 20.3244 22.0519 20.5C22.052 20.6755 22.0057 20.8479 21.918 20.9999C21.8302 21.152 21.704 21.2782 21.552 21.366C21.4 21.4537 21.2275 21.5 21.052 21.5H1.99997C1.82444 21.5 1.652 21.4537 1.49998 21.366C1.34797 21.2782 1.22173 21.152 1.13397 20.9999C1.0462 20.8479 0.999999 20.6755 1 20.5C1 20.3244 1.04621 20.152 1.13397 20L10.66 3.49996C10.7477 3.34795 10.874 3.22172 11.026 3.13396C11.178 3.0462 11.3504 3 11.526 3C11.7015 3 11.8739 3.0462 12.026 3.13396C12.178 3.22172 12.3042 3.34795 12.392 3.49996ZM10.526 16.5V18.5H12.526V16.5H10.526ZM10.526 9.49996V14.5H12.526V9.49996H10.526Z"/></svg>',
|
|
3
|
+
'alert-line': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M21.918 20L12.392 3.49996C12.2133 3.19058 11.8832 3 11.526 3C11.1687 3 10.8386 3.19058 10.66 3.49996L1.13397 20C0.955344 20.3094 0.955342 20.6905 1.13397 20.9999C1.31259 21.3093 1.64271 21.4999 1.99997 21.5H21.052C21.4092 21.4999 21.7394 21.3093 21.918 20.9999C22.0966 20.6905 22.0966 20.3094 21.918 20ZM19.32 19.5H3.73197L11.526 5.99996L19.32 19.5ZM12.526 16.5V18.5H10.526V16.5H12.526ZM12.526 9.49996H10.526V14.5H12.526V9.49996Z"/></svg>',
|
|
4
|
+
'arrow-back': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5.828 6.99999L8.364 9.53599L6.95 10.95L2 5.99999L6.95 1.04999L8.364 2.46399L5.828 4.99999H13C17.4183 4.99999 21 8.58171 21 13C21 17.4183 17.4183 21 13 21H4V19H13C16.3137 19 19 16.3137 19 13C19 9.68628 16.3137 6.99999 13 6.99999H5.828Z"/></svg>',
|
|
5
|
+
'arrow-down': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M13 16.172L18.364 10.808L19.778 12.222L12 20L4.22198 12.222L5.63598 10.808L11 16.172V4H13V16.172Z"/></svg>',
|
|
6
|
+
'arrow-left': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M7.828 11H20V13H7.828L13.192 18.364L11.778 19.778L4 12L11.778 4.22198L13.192 5.63598L7.828 11Z"/></svg>',
|
|
7
|
+
'arrow-right-': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M16.172 11L10.808 5.63598L12.222 4.22198L20 12L12.222 19.778L10.808 18.364L16.172 13H4V11H16.172Z"/></svg>',
|
|
8
|
+
'arrow-up': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M13 7.828V20H11V7.828L5.63605 13.192L4.22205 11.778L12 4L19.778 11.778L18.364 13.192L13 7.828Z"/></svg>',
|
|
9
|
+
'arrows-up-down': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.486 9.364L11.9 7.95L6.95 3L2 7.95L3.415 9.364L5.95 6.828V20H7.95V6.828L10.486 9.364ZM16.95 21L21.9 16.05L20.486 14.636L17.95 17.172V4H15.95L15.951 17.172L13.414 14.636L12 16.05L16.95 21Z"/></svg>',
|
|
10
|
+
'check-circle-fill': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 12C2 17.523 6.477 22 12 22C17.523 22 22 17.523 22 12C22 6.477 17.523 2 12 2C6.477 2 2 6.477 2 12ZM18.073 8.929L11.003 16L6.76 11.757L8.174 10.343L11.003 13.172L16.659 7.515L18.073 8.929Z"/></svg>',
|
|
11
|
+
'check-circle': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM6.76 11.757L11.003 16L18.074 8.929L16.659 7.515L11.003 13.172L8.174 10.343L6.76 11.757Z"/></svg>',
|
|
12
|
+
'check': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9.99999 15.172L19.192 5.979L20.607 7.393L9.99999 18L3.63599 11.636L5.04999 10.222L9.99999 15.172Z"/></svg>',
|
|
13
|
+
'chevron-down': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 13.172L16.95 8.22198L18.364 9.63598L12 16L5.63599 9.63598L7.04999 8.22198L12 13.172Z"/></svg>',
|
|
14
|
+
'chevron-left': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M10.828 12L15.778 16.95L14.364 18.364L8 12L14.364 5.63599L15.778 7.04999L10.828 12Z"/></svg>',
|
|
15
|
+
'chevron-right': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M13.172 12L8.22205 7.04999L9.63605 5.63599L16 12L9.63605 18.364L8.22205 16.95L13.172 12Z"/></svg>',
|
|
16
|
+
'chevron-up': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 10.828L7.04999 15.778L5.63599 14.364L12 8L18.364 14.364L16.95 15.778L12 10.828Z"/></svg>',
|
|
17
|
+
'circle': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M20 3H4C3.44772 3 3 3.44772 3 4V20C3 20.5523 3.44772 21 4 21H20C20.5523 21 21 20.5523 21 20V4C21 3.44772 20.5523 3 20 3ZM5 19V5H19V19H5Z"/></svg>',
|
|
18
|
+
'dots-vertical': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5 3C11.675 3 11 3.675 11 4.5C11 5.325 11.675 6 12.5 6C13.325 6 14 5.325 14 4.5C14 3.675 13.325 3 12.5 3ZM12.5 18C11.675 18 11 18.675 11 19.5C11 20.325 11.675 21 12.5 21C13.325 21 14 20.325 14 19.5C14 18.675 13.325 18 12.5 18ZM11 12C11 11.175 11.675 10.5 12.5 10.5C13.325 10.5 14 11.175 14 12C14 12.825 13.325 13.5 12.5 13.5C11.675 13.5 11 12.825 11 12Z"/></svg>',
|
|
19
|
+
'download': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.071 7.1L13 13.172V2H11V13.17L4.929 7.1L3.515 8.515L12 17L20.485 8.514L19.071 7.1ZM21 21V19H3V21H21Z"/></svg>',
|
|
20
|
+
'edit': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.243 18H3V13.757L14.435 2.322C14.8255 1.93162 15.4585 1.93162 15.849 2.322L18.678 5.151C19.0684 5.5415 19.0684 6.1745 18.678 6.565L7.243 18ZM6.414 16L16.556 5.858L15.142 4.444L5 14.586V16H6.414ZM21 20H3V22H21V20Z"/></svg>',
|
|
21
|
+
'external-link': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19 11H21V3H13V5H17.585L9.793 12.793L11.207 14.207L19 6.413V11ZM5 8H10V6H4C3.44772 6 3 6.44772 3 7V20C3 20.5523 3.44772 21 4 21H17C17.5523 21 18 20.5523 18 20V14H16V19H5V8Z"/></svg>',
|
|
22
|
+
'filter-off': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.929 1L21.07 15.142L19.656 16.556L15.833 12.734L15 13.985V22.485H9V13.985L4 6.485H3V4.485H7.585L5.515 2.414L6.929 1ZM9.585 6.485H6.404L11 13.379V20.485H13V13.379L14.392 11.292L9.585 6.485ZM21 6.485V4.485H13.213L15.213 6.485H17.596L16.643 7.914L18.085 9.357L20 6.485H21Z"/></svg>',
|
|
23
|
+
'filter': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M21 5V3H3V5H4L9 12.5V21H15V12.5L20 5H21ZM11 11.894L6.404 5H17.596L13 11.894V19H11V11.894Z"/></svg>',
|
|
24
|
+
'header-bikestudio': '<?xml version="1.0" encoding="utf-8"?><!-- Generator: Adobe Illustrator 27.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 238.9 17.2" style="enable-background:new 0 0 238.9 17.2;" xml:space="preserve"><style type="text/css"> .st0{fill:#152C47;} .st1{font-family:\'Montserrat-Medium\';} .st2{font-size:24px;} .st3{font-family:\'Roboto-Light\';} .st4{font-size:11px;} .st5{fill:#020203;} .st6{fill:#0D84C5;} .st7{fill:#FFFFFF;}</style><text transform="matrix(1 0 0 1 -2.52 16.9922)" class="st0 st1 st2">BIKESTUDIO</text><text transform="matrix(1 0 0 1 165.1359 17.0155)" class="st3 st4">BY</text><path class="st5" d="M202.2,10.3c-0.5-0.6-1.3-0.9-2.2-0.9c-1.6,0-2.8,1.2-2.8,2.8s1.2,2.8,2.8,2.8c0.9,0,1.7-0.4,2.2-1.1l1.4,1.3 c-0.9,1.1-2.1,1.7-3.6,1.7c-2.8,0-4.8-2-4.8-4.8s2-4.8,4.8-4.8c1.4,0,2.7,0.5,3.6,1.5L202.2,10.3z"/><polygon class="st5" points="188.2,7.7 194.1,7.7 194.1,9.5 190.2,9.5 190.2,11.4 193.6,11.4 193.6,13.2 190.2,13.2 190.2,15.2 194.1,15.2 194.1,17 188.2,17 "/><polygon class="st5" points="226.7,7.5 232.2,7.5 232.2,9.4 228.6,9.4 228.6,11.7 231.7,11.7 231.7,13.5 228.6,13.5 228.6,16.9 226.7,16.9 "/><polygon class="st5" points="233.3,7.5 238.9,7.5 238.9,9.4 235.3,9.4 235.3,11.7 238.4,11.7 238.4,13.5 235.3,13.5 235.3,16.9 233.3,16.9 "/><polygon class="st5" points="210.7,13 206.7,13 206.7,16.9 204.8,16.9 204.8,7.5 206.7,7.5 206.7,11.1 210.7,11.1 210.7,7.5 212.7,7.5 212.7,16.9 210.7,16.9 "/><polygon class="st5" points="180,7.7 187.1,7.7 187.1,9.6 184.6,9.6 184.6,17 182.6,17 182.6,9.6 180,9.6 "/><polyline class="st5" points="213.1,8.8 214.9,6 216.9,6 215.1,8.8 213.1,8.8 "/><path class="st5" d="M220.7,7.4c-2.8,0-4.8,2-4.8,4.8s2,4.8,4.8,4.8s4.8-2,4.8-4.8S223.5,7.4,220.7,7.4z"/><polygon class="st6" points="216.6,12.4 222.7,8.8 222.7,15.9 "/><polygon class="st7" points="220.6,17 220.5,13.6 217.7,15.4 "/></svg>',
|
|
25
|
+
'header-nsc-helmet': '<?xml version="1.0" encoding="utf-8"?><!-- Generator: Adobe Illustrator 27.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 247.3 17" style="enable-background:new 0 0 247.3 17;" xml:space="preserve"><style type="text/css"> .st0{fill:#152C47;} .st1{font-family:\'Montserrat-Medium\';} .st2{font-size:24px;} .st3{font-family:\'Roboto-Light\';} .st4{font-size:11px;} .st5{fill:#020203;} .st6{fill:#0D84C5;} .st7{fill:#FFFFFF;}</style><text transform="matrix(1 0 0 1 -2.52 16.8017)" class="st0 st1 st2">NSC HELMET</text><text transform="matrix(1 0 0 1 173.496 16.8009)" class="st3 st4">BY</text><path class="st5" d="M210.6,10.1c-0.5-0.6-1.3-0.9-2.2-0.9c-1.6,0-2.8,1.2-2.8,2.8s1.2,2.8,2.8,2.8c0.9,0,1.7-0.4,2.2-1.1L212,15 c-0.9,1.1-2.1,1.7-3.6,1.7c-2.8,0-4.8-2-4.8-4.8s2-4.8,4.8-4.8c1.4,0,2.7,0.5,3.6,1.5L210.6,10.1z"/><polygon class="st5" points="196.6,7.5 202.5,7.5 202.5,9.3 198.6,9.3 198.6,11.2 202,11.2 202,13 198.6,13 198.6,15 202.5,15 202.5,16.8 196.6,16.8 "/><polygon class="st5" points="235.1,7.3 240.6,7.3 240.6,9.2 237,9.2 237,11.5 240.1,11.5 240.1,13.3 237,13.3 237,16.7 235.1,16.7 "/><polygon class="st5" points="241.7,7.3 247.3,7.3 247.3,9.2 243.7,9.2 243.7,11.5 246.8,11.5 246.8,13.3 243.7,13.3 243.7,16.7 241.7,16.7 "/><polygon class="st5" points="219.1,12.8 215.1,12.8 215.1,16.7 213.2,16.7 213.2,7.3 215.1,7.3 215.1,10.9 219.1,10.9 219.1,7.3 221.1,7.3 221.1,16.7 219.1,16.7 "/><polygon class="st5" points="188.4,7.5 195.5,7.5 195.5,9.4 193,9.4 193,16.8 191,16.8 191,9.4 188.4,9.4 "/><polyline class="st5" points="221.5,8.6 223.3,5.8 225.3,5.8 223.5,8.6 221.5,8.6 "/><path class="st5" d="M229.1,7.2c-2.8,0-4.8,2-4.8,4.8s2,4.8,4.8,4.8s4.8-2,4.8-4.8S231.9,7.2,229.1,7.2z"/><polygon class="st6" points="225,12.2 231.1,8.6 231.1,15.7 "/><polygon class="st7" points="229,16.8 228.9,13.4 226.1,15.2 "/></svg>',
|
|
26
|
+
'header-opticost': '<?xml version="1.0" encoding="utf-8"?><!-- Generator: Adobe Illustrator 27.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 211.7 17.2" style="enable-background:new 0 0 211.7 17.2;" xml:space="preserve"><style type="text/css"> .st0{fill:#152C47;} .st1{font-family:\'Montserrat-Medium\';} .st2{font-size:24px;} .st3{font-family:\'Roboto-Light\';} .st4{font-size:11px;} .st5{fill:#020203;} .st6{fill:#0D84C5;} .st7{fill:#FFFFFF;}</style><text transform="matrix(1 0 0 1 -1.1519 16.9922)" class="st0 st1 st2">OPTICOST</text><text transform="matrix(1 0 0 1 137.907 16.9861)" class="st3 st4">BY</text><path class="st5" d="M175,10.3c-0.5-0.6-1.3-0.9-2.2-0.9c-1.6,0-2.8,1.2-2.8,2.8s1.2,2.8,2.8,2.8c0.9,0,1.7-0.4,2.2-1.1l1.4,1.3 c-0.9,1.1-2.1,1.7-3.6,1.7c-2.8,0-4.8-2-4.8-4.8s2-4.8,4.8-4.8c1.4,0,2.7,0.5,3.6,1.5L175,10.3z"/><polygon class="st5" points="161,7.7 166.9,7.7 166.9,9.5 163,9.5 163,11.4 166.4,11.4 166.4,13.2 163,13.2 163,15.2 166.9,15.2 166.9,17 161,17 "/><polygon class="st5" points="199.5,7.5 205,7.5 205,9.4 201.4,9.4 201.4,11.7 204.5,11.7 204.5,13.5 201.4,13.5 201.4,16.9 199.5,16.9 "/><polygon class="st5" points="206.1,7.5 211.7,7.5 211.7,9.4 208.1,9.4 208.1,11.7 211.2,11.7 211.2,13.5 208.1,13.5 208.1,16.9 206.1,16.9 "/><polygon class="st5" points="183.5,13 179.5,13 179.5,16.9 177.6,16.9 177.6,7.5 179.5,7.5 179.5,11.1 183.5,11.1 183.5,7.5 185.5,7.5 185.5,16.9 183.5,16.9 "/><polygon class="st5" points="152.8,7.7 159.9,7.7 159.9,9.6 157.4,9.6 157.4,17 155.4,17 155.4,9.6 152.8,9.6 "/><polyline class="st5" points="185.9,8.8 187.7,6 189.7,6 187.9,8.8 185.9,8.8 "/><path class="st5" d="M193.5,7.4c-2.8,0-4.8,2-4.8,4.8s2,4.8,4.8,4.8s4.8-2,4.8-4.8S196.3,7.4,193.5,7.4z"/><polygon class="st6" points="189.4,12.4 195.5,8.8 195.5,15.9 "/><polygon class="st7" points="193.4,17 193.3,13.6 190.5,15.4 "/></svg>',
|
|
27
|
+
'header-reparability': '<?xml version="1.0" encoding="utf-8"?><!-- Generator: Adobe Illustrator 27.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 357.7 16.8" style="enable-background:new 0 0 357.7 16.8;" xml:space="preserve"><style type="text/css"> .st0{fill:#152C47 !important;} .st1{font-family:\'Montserrat-Medium\' !important;} .st2{font-size:24px !important;} .st3{font-family:\'Roboto-Light\' !important;} .st4{font-size:11px !important;} .st5{fill:#020203 !important;} .st6{fill:#0D84C5 !important;} .st7{fill:#FFFFFF !important;}</style><text transform="matrix(1 0 0 1 -2.52 16.7998)" class="st0 st1 st2">REPAIRABILITY INDEX</text><text transform="matrix(1 0 0 1 283.9413 16.7998)" class="st3 st4">BY</text><path class="st5" d="M321,10.1c-0.5-0.6-1.3-0.9-2.2-0.9c-1.6,0-2.8,1.2-2.8,2.8s1.2,2.8,2.8,2.8c0.9,0,1.7-0.4,2.2-1.1l1.4,1.3 c-0.9,1.1-2.1,1.7-3.6,1.7c-2.8,0-4.8-2-4.8-4.8c0-2.8,2-4.8,4.8-4.8c1.4,0,2.7,0.5,3.6,1.5L321,10.1z"/><polygon class="st5" points="307,7.5 312.9,7.5 312.9,9.3 309,9.3 309,11.2 312.4,11.2 312.4,13 309,13 309,15 312.9,15 312.9,16.8 307,16.8 "/><polygon class="st5" points="345.5,7.3 351,7.3 351,9.2 347.4,9.2 347.4,11.5 350.5,11.5 350.5,13.3 347.4,13.3 347.4,16.7 345.5,16.7 "/><polygon class="st5" points="352.1,7.3 357.7,7.3 357.7,9.2 354.1,9.2 354.1,11.5 357.2,11.5 357.2,13.3 354.1,13.3 354.1,16.7 352.1,16.7 "/><polygon class="st5" points="329.5,12.8 325.5,12.8 325.5,16.7 323.6,16.7 323.6,7.3 325.5,7.3 325.5,10.9 329.5,10.9 329.5,7.3 331.5,7.3 331.5,16.7 329.5,16.7 "/><polygon class="st5" points="298.8,7.5 305.9,7.5 305.9,9.4 303.4,9.4 303.4,16.8 301.4,16.8 301.4,9.4 298.8,9.4 "/><polyline class="st5" points="331.9,8.6 333.7,5.8 335.7,5.8 333.9,8.6 331.9,8.6 "/><path class="st5" d="M339.5,7.2c-2.8,0-4.8,2-4.8,4.8s2,4.8,4.8,4.8c2.8,0,4.8-2,4.8-4.8S342.3,7.2,339.5,7.2z"/><polygon class="st6" points="335.4,12.2 341.5,8.6 341.5,15.7 "/><polygon class="st7" points="339.4,16.8 339.3,13.4 336.5,15.2 "/></svg>',
|
|
28
|
+
'heart-fill': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M16.5 3C19.538 3 22 5.5 22 9C22 16 14.5 20 12 21.5C9.5 20 2 16 2 9C2 5.5 4.5 3 7.5 3C9.36 3 11 4 12 5C13 4 14.64 3 16.5 3Z"/></svg>',
|
|
29
|
+
'heart': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M22 9C22 5.5 19.538 3 16.5 3C14.64 3 13 4 12 5C11 4 9.36 3 7.5 3C4.5 3 2 5.5 2 9C2 15.6009 8.66916 19.5341 11.5259 21.219C11.6987 21.3208 11.8575 21.4145 12 21.5C12.1425 21.4145 12.3013 21.3208 12.4741 21.219C15.3308 19.5341 22 15.6009 22 9ZM15.354 16.903C14.61 17.495 13.815 18.048 12.934 18.604C12.635 18.792 12.339 18.973 12 19.175C11.661 18.973 11.365 18.792 11.066 18.603C10.185 18.048 9.39 17.495 8.645 16.903C5.666 14.533 4 11.944 4 9C4 6.656 5.56 5 7.5 5C8.576 5 9.74 5.57 10.586 6.414L12 7.828L13.414 6.414C14.26 5.57 15.424 5 16.5 5C18.463 5 20 6.64 20 9C20 11.943 18.335 14.533 15.354 16.903Z"/></svg>',
|
|
30
|
+
'home': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 20.6484C4 21.2006 4.44772 21.6484 5 21.6484H19C19.5523 21.6484 20 21.2006 20 20.6484V11.6484H23L12.673 2.26036C12.2915 1.91321 11.7085 1.91321 11.327 2.26036L1 11.6484H4V20.6484ZM18 9.80536V19.6484H6V9.80536L12 4.35136L18 9.80536Z"/></svg>',
|
|
31
|
+
'houglass': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 10C13.1046 10 14 9.10459 14 8.00002H10C10 9.10459 10.8954 10 12 10Z"/><path d="M12 16C10.8954 16 10 16.8954 10 18V19H14V18C14 16.8954 13.1046 16 12 16Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18 2H6V4H7V8C7 9.6356 7.78534 11.0878 8.99952 12C7.78534 12.9122 7 14.3644 7 16V20H6V22H18V20H17V16C17 14.3644 16.2147 12.9122 15.0005 12C16.2147 11.0878 17 9.6356 17 8V4H18V2ZM12 11C13.6569 11 15 9.65685 15 8V4H9V8C9 9.65685 10.3431 11 12 11ZM15 16C15 14.3431 13.6569 13 12 13C10.3431 13 9 14.3431 9 16V20H15V16Z"/></svg>',
|
|
32
|
+
'in-progress': '<?xml version="1.0" encoding="utf-8"?><!-- Generator: Adobe Illustrator 27.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 18 18" style="enable-background:new 0 0 18 18;" xml:space="preserve"><style type="text/css"> .st0{fill:none;stroke:#4D6F56;stroke-width:2;stroke-miterlimit:10;} .st1{fill:none;stroke:#B3BAC3;stroke-width:2;stroke-miterlimit:10;} .st2{fill:none;stroke:#B3BAC3;stroke-width:1.7;stroke-miterlimit:10;}</style><g> <g id="XMLID_00000061439617207973343430000008849834053897756088_"> <path class="st0" d="M1.8,5.7C2.2,4.7,4.8,1,9,1c4,0,8,3.4,8,8c0,4.4-3.6,8-8,8c-4.4,0-8-3.6-8-8"/> <path class="st1" d="M1.8,5.7C2.2,4.7,4.8,1,9,1c4,0,8,3.4,8,8c0,4.4-3.6,8-8,8c-4.4,0-8-3.6-8-8"/> </g> <polyline class="st1" points="5.5,5.8 1.1,5.8 1.1,1.4 "/> <polyline class="st2" points="12.2,12.2 9,9 9,4.6 "/></g></svg>',
|
|
33
|
+
'lightning-off': '<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-bolt-off" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M3 3l18 18" /><path d="M15.212 15.21l-4.212 5.79v-7h-6l3.79 -5.21m1.685 -2.32l2.525 -3.47v6m1 1h5l-2.104 2.893" /></svg>',
|
|
34
|
+
'lightning': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M13 9H21L11 24V15H4L13 0V9ZM11 11V7.22L7.532 13H13V17.394L17.263 11H11Z"/></svg>',
|
|
35
|
+
'list-settings': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M2 18H9V20H2V18ZM2 11H11V13H2V11ZM2 4H22V6H2V4ZM20.674 13.025L21.83 12.634L22.83 14.366L21.914 15.171C22.0293 15.7177 22.0293 16.2823 21.914 16.829L22.83 17.634L21.83 19.366L20.674 18.975C20.264 19.345 19.776 19.63 19.239 19.805L19 21H17L16.76 19.804C16.2293 19.6306 15.7408 19.3478 15.326 18.974L14.17 19.366L13.17 17.634L14.086 16.829C13.9707 16.2823 13.9707 15.7177 14.086 15.171L13.17 14.366L14.17 12.634L15.326 13.025C15.736 12.655 16.224 12.37 16.761 12.195L17 11H19L19.24 12.196C19.776 12.37 20.264 12.656 20.674 13.026V13.025ZM18 18C18.5304 18 19.0391 17.7893 19.4142 17.4142C19.7893 17.0391 20 16.5304 20 16C20 15.4696 19.7893 14.9609 19.4142 14.5858C19.0391 14.2107 18.5304 14 18 14C17.4696 14 16.9609 14.2107 16.5858 14.5858C16.2107 14.9609 16 15.4696 16 16C16 16.5304 16.2107 17.0391 16.5858 17.4142C16.9609 17.7893 17.4696 18 18 18Z"/></svg>',
|
|
36
|
+
'lock': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6 8V9H4C3.44772 9 3 9.44772 3 10V22C3 22.5523 3.44772 23 4 23H20C20.5523 23 21 22.5523 21 22V10C21 9.44772 20.5523 9 20 9H18V8C18 4.68629 15.3137 2 12 2C8.68629 2 6 4.68629 6 8ZM5 21V11H19V21H5ZM11 16.732C10.2161 16.2794 9.83386 15.3567 10.0681 14.4823C10.3024 13.6079 11.0948 12.9999 12 12.9999C12.9052 12.9999 13.6976 13.6079 13.9319 14.4823C14.1661 15.3567 13.7839 16.2794 13 16.732V19H11V16.732ZM16 8V9H8V8C8 5.79086 9.79086 4 12 4C14.2091 4 16 5.79086 16 8Z"/></svg>',
|
|
37
|
+
'plus-circle': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M11 11V7H13V11H17V13H13V17H11V13H7V11H11ZM12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20Z"/></svg>',
|
|
38
|
+
'plus': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z"/></svg>',
|
|
39
|
+
'search': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M22.314 20.899L18.031 16.617C19.3082 15.0237 20.0029 13.042 20 11C20 6.032 15.968 2 11 2C6.032 2 2 6.032 2 11C2 15.968 6.032 20 11 20C13.042 20.0029 15.0237 19.3082 16.617 18.031L20.899 22.314L22.314 20.899ZM18 11C18.0029 12.8204 17.2941 14.5699 16.025 15.875L15.875 16.025C14.5699 17.2941 12.8204 18.0029 11 18C7.132 18 4 14.867 4 11C4 7.132 7.132 4 11 4C14.867 4 18 7.132 18 11Z"/></svg>',
|
|
40
|
+
'seed-2': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M6 3C9.49 3 12.383 5.554 12.913 8.895C14.088 7.724 15.71 7 17.5 7H22V9.5C22 13.09 19.09 16 15.5 16H13V21H11V13H9C5.134 13 2 9.866 2 6V3H6ZM20 9H17.5C15.015 9 13 11.015 13 13.5V14H15.5C17.985 14 20 11.985 20 9.5V9ZM6 5H4V6C4 8.761 6.239 11 9 11H11V10C11 7.239 8.761 5 6 5Z"/></svg>',
|
|
41
|
+
'square-check-fill': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M20 3H4C3.44772 3 3 3.44772 3 4V20C3 20.5523 3.44772 21 4 21H20C20.5523 21 21 20.5523 21 20V4C21 3.44772 20.5523 3 20 3ZM18.073 8.929L11.003 16L6.76 11.757L8.174 10.343L11.003 13.172L16.659 7.515L18.073 8.929Z"/></svg>',
|
|
42
|
+
'square': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M20 3H4C3.44772 3 3 3.44772 3 4V20C3 20.5523 3.44772 21 4 21H20C20.5523 21 21 20.5523 21 20V4C21 3.44772 20.5523 3 20 3ZM5 19V5H19V19H5Z"/></svg>',
|
|
43
|
+
'tools': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5.33003 3.27096C5.99706 3.03294 6.72061 3.00288 7.40509 3.18476C8.08957 3.36664 8.70277 3.75189 9.16368 4.28961C9.62459 4.82734 9.91152 5.49225 9.98657 6.19649C10.0616 6.90073 9.92126 7.61117 9.58403 8.23396L20.293 18.944L18.879 20.358L8.16903 9.64796C7.5461 9.98386 6.83602 10.1231 6.13236 10.0475C5.4287 9.97177 4.76448 9.68466 4.22724 9.22397C3.69 8.76327 3.30494 8.15061 3.12282 7.46673C2.9407 6.78284 2.97006 6.05982 3.20703 5.39296L5.44403 7.62996C5.5824 7.77322 5.74791 7.8875 5.93092 7.96611C6.11393 8.04472 6.31076 8.0861 6.50993 8.08783C6.70909 8.08956 6.90661 8.05161 7.09096 7.97619C7.2753 7.90077 7.44278 7.78939 7.58362 7.64855C7.72446 7.50771 7.83584 7.34023 7.91126 7.15589C7.98668 6.97154 8.02463 6.77402 8.0229 6.57485C8.02117 6.37569 7.97979 6.17886 7.90118 5.99585C7.82257 5.81284 7.70829 5.64733 7.56503 5.50896L5.32903 3.26996L5.33003 3.27096ZM15.697 5.15496L18.879 3.38696L20.293 4.80096L18.525 7.98296L16.757 8.33696L14.637 10.458L13.222 9.04396L15.343 6.92296L15.697 5.15496ZM8.97903 13.287L10.393 14.701L5.09003 20.004C4.90973 20.1848 4.66709 20.2898 4.41186 20.2974C4.15663 20.305 3.90814 20.2148 3.71734 20.0451C3.52655 19.8754 3.40789 19.6391 3.38571 19.3847C3.36352 19.1304 3.43949 18.8771 3.59803 18.677L3.67603 18.59L8.97903 13.287Z"/></svg>',
|
|
44
|
+
'user': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 23C4 20.8783 4.84285 18.8434 6.34315 17.3431C7.84344 15.8429 9.87827 15 12 15C14.1217 15 16.1566 15.8429 17.6569 17.3431C19.1571 18.8434 20 20.8783 20 23H18C18 21.4087 17.3679 19.8826 16.2426 18.7574C15.1174 17.6321 13.5913 17 12 17C10.4087 17 8.88258 17.6321 7.75736 18.7574C6.63214 19.8826 6 21.4087 6 23H4ZM12 14C8.685 14 6 11.315 6 8C6 4.685 8.685 2 12 2C15.315 2 18 4.685 18 8C18 11.315 15.315 14 12 14ZM12 12C14.21 12 16 10.21 16 8C16 5.79 14.21 4 12 4C9.79 4 8 5.79 8 8C8 10.21 9.79 12 12 12Z"/></svg>',
|
|
45
|
+
'waiting-validation': '<?xml version="1.0" encoding="utf-8"?><!-- Generator: Adobe Illustrator 27.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 21.5 21.6" style="enable-background:new 0 0 21.5 21.6;" xml:space="preserve"><style type="text/css"> .st0{fill:none;stroke:#4D6F56;stroke-width:2;stroke-miterlimit:10;} .st1{fill:none;stroke:#88CABA;stroke-width:2;stroke-miterlimit:10;} .st2{fill:none;stroke:#88CABA;stroke-width:1.8;stroke-miterlimit:10;} .st3{fill:#88CABA;} .st4{fill:none;stroke:#FFFFFF;stroke-width:1.1;stroke-miterlimit:10;}</style><g id="XMLID_00000036946766399946185720000000839440717394961049_"> <circle class="st0" cx="9" cy="12.6" r="8"/> <circle class="st1" cx="9" cy="12.6" r="8"/></g><polyline class="st2" points="13.8,9.3 8.2,15 8.2,15 5,11.9 "/><circle class="st3" cx="15.8" cy="5.7" r="5.7"/><polyline class="st4" points="18.7,6.2 15.8,6.2 15.8,2.9 "/></svg>',
|
|
46
|
+
'x-circle-fill': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 12C2 17.523 6.477 22 12 22C17.523 22 22 17.523 22 12C22 6.477 17.523 2 12 2C6.477 2 2 6.477 2 12ZM9.172 7.757L12 10.586L14.828 7.757L16.243 9.172L13.414 12L16.243 14.828L14.828 16.243L12 13.414L9.172 16.243L7.757 14.828L10.586 12L7.757 9.172L9.172 7.757Z"/></svg>',
|
|
47
|
+
'x': '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 10.586L16.95 5.63599L18.364 7.04999L13.414 12L18.364 16.95L16.95 18.364L12 13.414L7.04999 18.364L5.63599 16.95L10.586 12L5.63599 7.04999L7.04999 5.63599L12 10.586Z"/></svg>',
|
|
15
48
|
};
|
|
16
49
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/index.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,KAAK,GAA4B;IAC5C,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/index.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,KAAK,GAA4B;IAC5C,YAAY,EAAE,qsBAAqsB;IACntB,YAAY,EAAE,qiBAAqiB;IACnjB,YAAY,EAAE,2TAA2T;IACzU,YAAY,EAAE,iLAAiL;IAC/L,YAAY,EAAE,8KAA8K;IAC5L,cAAc,EAAE,iLAAiL;IACjM,UAAU,EAAE,8KAA8K;IAC1L,gBAAgB,EAAE,sTAAsT;IACxU,mBAAmB,EAAE,qTAAqT;IAC1U,cAAc,EAAE,saAAsa;IACtb,OAAO,EAAE,kLAAkL;IAC3L,cAAc,EAAE,wKAAwK;IACxL,cAAc,EAAE,mKAAmK;IACnL,eAAe,EAAE,wKAAwK;IACzL,YAAY,EAAE,mKAAmK;IACjL,QAAQ,EAAE,gQAAgQ;IAC1Q,eAAe,EAAE,4dAA4d;IAC7e,UAAU,EAAE,+NAA+N;IAC3O,MAAM,EAAE,8UAA8U;IACtV,eAAe,EAAE,oSAAoS;IACrT,YAAY,EAAE,uYAAuY;IACrZ,QAAQ,EAAE,iNAAiN;IAC3N,mBAAmB,EAAE,i8DAAi8D;IACt9D,mBAAmB,EAAE,i7DAAi7D;IACt8D,iBAAiB,EAAE,g7DAAg7D;IACn8D,qBAAqB,EAAE,wiEAAwiE;IAC/jE,YAAY,EAAE,0MAA0M;IACxN,OAAO,EAAE,mtBAAmtB;IAC5tB,MAAM,EAAE,iWAAiW;IACzW,UAAU,EAAE,ylBAAylB;IACrmB,aAAa,EAAE,k9BAAk9B;IACj+B,eAAe,EAAE,yZAAyZ;IAC1a,WAAW,EAAE,uJAAuJ;IACpK,eAAe,EAAE,65BAA65B;IAC96B,MAAM,EAAE,ukBAAukB;IAC/kB,aAAa,EAAE,+gBAA+gB;IAC9hB,MAAM,EAAE,yHAAyH;IACjI,QAAQ,EAAE,ofAAof;IAC9f,QAAQ,EAAE,+VAA+V;IACzW,mBAAmB,EAAE,yUAAyU;IAC9V,QAAQ,EAAE,gQAAgQ;IAC1Q,OAAO,EAAE,i0CAAi0C;IAC10C,MAAM,EAAE,skBAAskB;IAC9kB,oBAAoB,EAAE,w/BAAw/B;IAC9gC,eAAe,EAAE,yXAAyX;IAC1Y,GAAG,EAAE,uPAAuP;CAC7P,CAAC"}
|