@kth/style 1.14.2 → 1.15.0-alpha.1
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/README.md +76 -4
- package/dist/backtotop.js +57 -0
- package/dist/cjs/index.js +276 -0
- package/dist/cjs/types/index.d.ts +2 -0
- package/dist/consent/klaro-no-css.js +6324 -0
- package/dist/consent/klaro.css +820 -0
- package/dist/consent/kth-klaro.scss +286 -0
- package/dist/esm/index.js +276 -0
- package/dist/icons/legacy/scss/_svg_data.scss +194 -0
- package/dist/icons/legacy/svg/arrow-back-black.svg +5 -0
- package/dist/icons/legacy/svg/arrow-back-blue.svg +5 -0
- package/dist/icons/legacy/svg/arrow-back-white.svg +5 -0
- package/dist/icons/legacy/svg/arrow-collapse-black.svg +1 -0
- package/dist/icons/legacy/svg/arrow-collapse-blue.svg +5 -0
- package/dist/icons/legacy/svg/arrow-collapse-white.svg +5 -0
- package/dist/icons/legacy/svg/arrow-expand-black.svg +5 -0
- package/dist/icons/legacy/svg/arrow-expand-blue.svg +5 -0
- package/dist/icons/legacy/svg/arrow-expand-white.svg +5 -0
- package/dist/icons/legacy/svg/arrow-maximize-blue.svg +5 -0
- package/dist/icons/legacy/svg/arrow-minimize-blue.svg +5 -0
- package/dist/icons/legacy/svg/arrow-next-black.svg +5 -0
- package/dist/icons/legacy/svg/arrow-next-white.svg +5 -0
- package/dist/icons/legacy/svg/arrow-up-down-black.svg +5 -0
- package/dist/icons/legacy/svg/arrow-up-down-white.svg +5 -0
- package/dist/icons/legacy/svg/asterisk-black.svg +5 -0
- package/dist/icons/legacy/svg/audio-blue.svg +5 -0
- package/dist/icons/legacy/svg/audio-white.svg +5 -0
- package/dist/icons/legacy/svg/back-to-top-blue.svg +6 -0
- package/dist/icons/legacy/svg/calculate-blue.svg +5 -0
- package/dist/icons/legacy/svg/check-black.svg +5 -0
- package/dist/icons/legacy/svg/close-black.svg +5 -0
- package/dist/icons/legacy/svg/close-white.svg +1 -0
- package/dist/icons/legacy/svg/code-blue.svg +5 -0
- package/dist/icons/legacy/svg/code-white.svg +5 -0
- package/dist/icons/legacy/svg/compressed-blue.svg +13 -0
- package/dist/icons/legacy/svg/compressed-white.svg +13 -0
- package/dist/icons/legacy/svg/copy-blue.svg +5 -0
- package/dist/icons/legacy/svg/date-black.svg +5 -0
- package/dist/icons/legacy/svg/date-blue.svg +5 -0
- package/dist/icons/legacy/svg/date-white.svg +5 -0
- package/dist/icons/legacy/svg/delete-blue.svg +5 -0
- package/dist/icons/legacy/svg/doc-blue.svg +5 -0
- package/dist/icons/legacy/svg/doc-white.svg +5 -0
- package/dist/icons/legacy/svg/download-blue.svg +5 -0
- package/dist/icons/legacy/svg/download-white.svg +5 -0
- package/dist/icons/legacy/svg/edit-blue.svg +5 -0
- package/dist/icons/legacy/svg/email-white.svg +5 -0
- package/dist/icons/legacy/svg/error-black.svg +5 -0
- package/dist/icons/legacy/svg/eye-black.svg +5 -0
- package/dist/icons/legacy/svg/eye-blue.svg +5 -0
- package/dist/icons/legacy/svg/eye-off-black.svg +5 -0
- package/dist/icons/legacy/svg/eye-off-blue.svg +5 -0
- package/dist/icons/legacy/svg/favorite-active-blue.svg +5 -0
- package/dist/icons/legacy/svg/favorite-blue.svg +5 -0
- package/dist/icons/legacy/svg/file-blue.svg +5 -0
- package/dist/icons/legacy/svg/file-white.svg +5 -0
- package/dist/icons/legacy/svg/filter-blue.svg +5 -0
- package/dist/icons/legacy/svg/folder-blue.svg +5 -0
- package/dist/icons/legacy/svg/folder-white.svg +5 -0
- package/dist/icons/legacy/svg/gallery-active-black.svg +5 -0
- package/dist/icons/legacy/svg/gallery-back-black.svg +5 -0
- package/dist/icons/legacy/svg/gallery-next-black.svg +5 -0
- package/dist/icons/legacy/svg/gallery-passive-black.svg +5 -0
- package/dist/icons/legacy/svg/gallery-pause-black.svg +5 -0
- package/dist/icons/legacy/svg/gallery-play-black.svg +5 -0
- package/dist/icons/legacy/svg/image-blue.svg +5 -0
- package/dist/icons/legacy/svg/image-white.svg +5 -0
- package/dist/icons/legacy/svg/information-black.svg +5 -0
- package/dist/icons/legacy/svg/language-black.svg +5 -0
- package/dist/icons/legacy/svg/language-white.svg +1 -0
- package/dist/icons/legacy/svg/link-black.svg +5 -0
- package/dist/icons/legacy/svg/link-blue.svg +1 -0
- package/dist/icons/legacy/svg/menu-black.svg +8 -0
- package/dist/icons/legacy/svg/message-white.svg +5 -0
- package/dist/icons/legacy/svg/notification-white.svg +5 -0
- package/dist/icons/legacy/svg/open-modal-blue.svg +5 -0
- package/dist/icons/legacy/svg/open-window-black.svg +5 -0
- package/dist/icons/legacy/svg/open-window-blue.svg +5 -0
- package/dist/icons/legacy/svg/open-window-white.svg +5 -0
- package/dist/icons/legacy/svg/page-first-black.svg +5 -0
- package/dist/icons/legacy/svg/page-last-black.svg +5 -0
- package/dist/icons/legacy/svg/pdf-blue.svg +6 -0
- package/dist/icons/legacy/svg/pdf-white.svg +6 -0
- package/dist/icons/legacy/svg/ppt-blue.svg +5 -0
- package/dist/icons/legacy/svg/ppt-white.svg +5 -0
- package/dist/icons/legacy/svg/print-blue.svg +5 -0
- package/dist/icons/legacy/svg/quote-black.svg +5 -0
- package/dist/icons/legacy/svg/quote-white.svg +5 -0
- package/dist/icons/legacy/svg/scale-blue.svg +5 -0
- package/dist/icons/legacy/svg/search-blue.svg +5 -0
- package/dist/icons/legacy/svg/settings-blue.svg +5 -0
- package/dist/icons/legacy/svg/sort-ascending-white.svg +5 -0
- package/dist/icons/legacy/svg/sort-descending-white.svg +5 -0
- package/dist/icons/legacy/svg/success-black.svg +5 -0
- package/dist/icons/legacy/svg/text-blue.svg +5 -0
- package/dist/icons/legacy/svg/text-white.svg +5 -0
- package/dist/icons/legacy/svg/thumb-down-blue.svg +5 -0
- package/dist/icons/legacy/svg/thumb-up-blue.svg +5 -0
- package/dist/icons/legacy/svg/upload-blue.svg +5 -0
- package/dist/icons/legacy/svg/upload-white.svg +5 -0
- package/dist/icons/legacy/svg/user-management-blue.svg +5 -0
- package/dist/icons/legacy/svg/video-blue.svg +5 -0
- package/dist/icons/legacy/svg/video-white.svg +5 -0
- package/dist/icons/legacy/svg/xls-blue.svg +5 -0
- package/dist/icons/legacy/svg/xls-white.svg +5 -0
- package/dist/menus.js +227 -0
- package/package.json +3 -1
- package/scss/components/backtotop.scss +24 -0
- package/scss/components/commonStyle.scss +91 -0
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.9 22">
|
|
4
|
+
<path d="M10.9,16.55l-5.45,5.45L0,16.55l1.41-1.41,3.04,3.03V3.83L1.41,6.86l-1.41-1.41L5.45,0l5.45,5.45-1.41,1.41-3.04-3.03v14.34l3.04-3.03,1.41,1.41Z" style="fill:#212121;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.9 22">
|
|
4
|
+
<path d="M10.9,16.55l-5.45,5.45L0,16.55l1.41-1.41,3.04,3.03V3.83L1.41,6.86l-1.41-1.41L5.45,0l5.45,5.45-1.41,1.41-3.04-3.03v14.34l3.04-3.03,1.41,1.41Z" style="fill:#ffffff;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18">
|
|
4
|
+
<path d="M18,10h-6.6l4.7,4.7-1.4,1.4-4.7-4.7v6.6h-2v-6.7l-4.7,4.7-1.4-1.4,4.5-4.6H0v-2H6.6L1.9,3.3l1.4-1.4,4.7,4.7V0h2V6.4L14.6,1.8l1.4,1.5-4.7,4.7h6.7v2Z" style="fill:#212121;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20">
|
|
4
|
+
<path d="M10,0l6,6v12c0,1.1-.9,2-2,2H2c-1.1,0-2-.9-2-2V2C0,.9,.9,0,2,0H10m4,18V7h-5V2H2V18H14m-5-10v2h-2v5c0,1.1-.9,2-2,2s-2-.9-2-2,.9-2,2-2c.4,0,.7,.1,1,.3v-5.3h3Z" style="fill:#006cb7;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20">
|
|
4
|
+
<path d="M10,0l6,6v12c0,1.1-.9,2-2,2H2c-1.1,0-2-.9-2-2V2C0,.9,.9,0,2,0H10m4,18V7h-5V2H2V18H14m-5-10v2h-2v5c0,1.1-.9,2-2,2s-2-.9-2-2,.9-2,2-2c.4,0,.7,.1,1,.3v-5.3h3Z" style="fill:#ffffff;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 42 42">
|
|
4
|
+
<rect x="0" y="0" width="42" height="42" rx="20.97" ry="20.97" style="fill:#fcfcfc;"/>
|
|
5
|
+
<path d="M22.5,30.01h-3v-12.01l-5.25,5.25-2.13-2.13,8.88-8.88,8.88,8.88-2.13,2.13-5.25-5.25v12.01m-1.5-24.01c8.29,0,15,6.72,15,15s-6.72,15-15,15-15-6.72-15-15S12.72,6,21,6m0,3c-6.63,0-12.01,5.38-12.01,12.01s5.38,12.01,12.01,12.01,12.01-5.38,12.01-12.01-5.38-12.01-12.01-12.01Z" style="fill:#004791;"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 20">
|
|
4
|
+
<path d="M2,0H12c1.1,0,2,.9,2,2V18c0,1.1-.9,2-2,2H2c-1.1,0-2-.9-2-2V2C0,.9,.9,0,2,0m0,2V6H12V2H2m0,6v2h2v-2H2m4,0v2h2v-2h-2m4,0v2h2v-2h-2M2,12v2h2v-2H2m4,0v2h2v-2h-2m4,0v2h2v-2h-2M2,16v2h2v-2H2m4,0v2h2v-2h-2m4,0v2h2v-2h-2Z" style="fill:#006cb7;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path d="M14,1.41l-1.41-1.41L7,5.59,1.41,0,0,1.41,5.59,7,0,12.59l1.41,1.41,5.59-5.59,5.59,5.59,1.41-1.41-5.59-5.59L14,1.41Z" style="fill:#fff;"/></svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20">
|
|
4
|
+
<path d="M10,0H2C.89,0,0,.9,0,2V18c0,1.11,.89,2,2,2H14c1.11,0,2-.89,2-2V6L10,0m4,18H2V2h7V7h5v11M5.54,13.65l2.09,2.09-1.28,1.26-3.35-3.35,3.35-3.35,1.28,1.26-2.09,2.09m7.46,0l-3.35,3.35-1.27-1.26,2.09-2.09-2.09-2.09,1.27-1.26,3.35,3.35Z" style="fill:#006cb7;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20">
|
|
4
|
+
<path d="M10,0H2C.89,0,0,.9,0,2V18c0,1.11,.89,2,2,2H14c1.11,0,2-.89,2-2V6L10,0m4,18H2V2h7V7h5v11M5.54,13.65l2.09,2.09-1.28,1.26-3.35-3.35,3.35-3.35,1.28,1.26-2.09,2.09m7.46,0l-3.35,3.35-1.27-1.26,2.09-2.09-2.09-2.09,1.27-1.26,3.35,3.35Z" style="fill:#ffffff;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20">
|
|
4
|
+
<path d="M10,0H2C.9,0,0,.9,0,2V18c0,1.1,.9,2,2,2H14c1.1,0,2-.9,2-2V6L10,0m4,18H2V2h7V7h5v11Z" style="fill:#006cb7;"/>
|
|
5
|
+
<rect x="3.55" y="1.98" width="2" height="2" style="fill:#006cb7;"/>
|
|
6
|
+
<rect x="5.55" y="3.98" width="2" height="2" style="fill:#006cb7;"/>
|
|
7
|
+
<rect x="3.55" y="5.98" width="2" height="2" style="fill:#006cb7;"/>
|
|
8
|
+
<rect x="5.55" y="7.98" width="2" height="2" style="fill:#006cb7;"/>
|
|
9
|
+
<rect x="3.55" y="10" width="2" height="2" style="fill:#006cb7;"/>
|
|
10
|
+
<rect x="5.55" y="12" width="2" height="2" style="fill:#006cb7;"/>
|
|
11
|
+
<rect x="3.55" y="14" width="2" height="2" style="fill:#006cb7;"/>
|
|
12
|
+
<rect x="5.55" y="16" width="2" height="2" style="fill:#006cb7;"/>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20">
|
|
4
|
+
<path d="M10,0H2C.9,0,0,.9,0,2V18c0,1.1,.9,2,2,2H14c1.1,0,2-.9,2-2V6L10,0m4,18H2V2h7V7h5v11Z" style="fill:#ffffff;"/>
|
|
5
|
+
<rect x="3.55" y="1.98" width="2" height="2" style="fill:#ffffff;"/>
|
|
6
|
+
<rect x="5.55" y="3.98" width="2" height="2" style="fill:#ffffff;"/>
|
|
7
|
+
<rect x="3.55" y="5.98" width="2" height="2" style="fill:#ffffff;"/>
|
|
8
|
+
<rect x="5.55" y="7.98" width="2" height="2" style="fill:#ffffff;"/>
|
|
9
|
+
<rect x="3.55" y="10" width="2" height="2" style="fill:#ffffff;"/>
|
|
10
|
+
<rect x="5.55" y="12" width="2" height="2" style="fill:#ffffff;"/>
|
|
11
|
+
<rect x="3.55" y="14" width="2" height="2" style="fill:#ffffff;"/>
|
|
12
|
+
<rect x="5.55" y="16" width="2" height="2" style="fill:#ffffff;"/>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19 22">
|
|
4
|
+
<path d="M17,20H6V6h11m0-2H6c-1.1,0-2,.9-2,2v14c0,1.1,.9,2,2,2h11c1.1,0,2-.9,2-2V6c0-1.1-.9-2-2-2M14,0H2C.9,0,0,.9,0,2v14H2V2H14V0Z" style="fill:#006cb7;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20">
|
|
4
|
+
<path d="M10,0H2C.89,0,0,.9,0,2V18c0,1.11,.89,2,2,2H14c1.11,0,2-.89,2-2V6L10,0m4,18H2V2h7V7h5v11m-.65-10l-2.1,9h-1.4l-1.8-6.79-1.8,6.79h-1.4L2.65,8h1.5l1.4,6.81,1.8-6.81h1.3l1.8,6.81,1.4-6.81h1.5Z" style="fill:#006cb7;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20">
|
|
4
|
+
<path d="M10,0H2C.89,0,0,.9,0,2V18c0,1.11,.89,2,2,2H14c1.11,0,2-.89,2-2V6L10,0m4,18H2V2h7V7h5v11m-.65-10l-2.1,9h-1.4l-1.8-6.79-1.8,6.79h-1.4L2.65,8h1.5l1.4,6.81,1.8-6.81h1.3l1.8,6.81,1.4-6.81h1.5Z" style="fill:#ffffff;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18">
|
|
4
|
+
<path d="M11.06,6l.94,.94L2.92,16h-.92v-.92L11.06,6M14.66,0c-.25,0-.51,.1-.7,.29l-1.83,1.83,3.75,3.75,1.83-1.83c.39-.39,.39-1.04,0-1.41L15.37,.29c-.2-.2-.45-.29-.71-.29m-3.6,3.19L0,14.25v3.75H3.75L14.81,6.94l-3.75-3.75Z" style="fill:#006cb7;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 15">
|
|
4
|
+
<path d="M11,4.5c1.66,0,3,1.34,3,3s-1.34,3-3,3-3-1.34-3-3,1.34-3,3-3m0-4.5c5,0,9.27,3.11,11,7.5-1.73,4.39-6,7.5-11,7.5S1.73,11.89,0,7.5C1.73,3.11,6,0,11,0M2.18,7.5c1.65,3.36,5.06,5.5,8.82,5.5s7.17-2.14,8.82-5.5c-1.65-3.36-5.06-5.5-8.82-5.5S3.83,4.14,2.18,7.5Z" style="fill:#212121;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 15">
|
|
4
|
+
<path d="M11,4.5c1.66,0,3,1.34,3,3s-1.34,3-3,3-3-1.34-3-3,1.34-3,3-3m0-4.5c5,0,9.27,3.11,11,7.5-1.73,4.39-6,7.5-11,7.5S1.73,11.89,0,7.5C1.73,3.11,6,0,11,0M2.18,7.5c1.65,3.36,5.06,5.5,8.82,5.5s7.17-2.14,8.82-5.5c-1.65-3.36-5.06-5.5-8.82-5.5S3.83,4.14,2.18,7.5Z" style="fill:#006cb7;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 18">
|
|
4
|
+
<path d="M1,1.27L2.28,0,19,16.72l-1.27,1.28-3.08-3.08c-1.15,.38-2.37,.58-3.65,.58C6,15.5,1.73,12.39,0,8c.69-1.76,1.79-3.31,3.19-4.54L1,1.27m10,3.73c1.66,0,3,1.34,3,3,0,.35-.06,.69-.17,1l-3.83-3.83c.31-.11,.65-.17,1-.17m0-4.5c5,0,9.27,3.11,11,7.5-.82,2.08-2.21,3.88-4,5.19l-1.42-1.43c1.36-.94,2.48-2.22,3.24-3.76-1.65-3.36-5.06-5.5-8.82-5.5-1.09,0-2.16,.18-3.16,.5l-1.54-1.53c1.44-.62,3.03-.97,4.7-.97M2.18,8c1.65,3.36,5.06,5.5,8.82,5.5,.69,0,1.37-.07,2-.21l-2.28-2.29c-1.43-.15-2.57-1.29-2.72-2.72l-3.4-3.41c-.99,.85-1.82,1.91-2.42,3.13Z" style="fill:#212121;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 18">
|
|
4
|
+
<path d="M1,1.27L2.28,0,19,16.72l-1.27,1.28-3.08-3.08c-1.15,.38-2.37,.58-3.65,.58C6,15.5,1.73,12.39,0,8c.69-1.76,1.79-3.31,3.19-4.54L1,1.27m10,3.73c1.66,0,3,1.34,3,3,0,.35-.06,.69-.17,1l-3.83-3.83c.31-.11,.65-.17,1-.17m0-4.5c5,0,9.27,3.11,11,7.5-.82,2.08-2.21,3.88-4,5.19l-1.42-1.43c1.36-.94,2.48-2.22,3.24-3.76-1.65-3.36-5.06-5.5-8.82-5.5-1.09,0-2.16,.18-3.16,.5l-1.54-1.53c1.44-.62,3.03-.97,4.7-.97M2.18,8c1.65,3.36,5.06,5.5,8.82,5.5,.69,0,1.37-.07,2-.21l-2.28-2.29c-1.43-.15-2.57-1.29-2.72-2.72l-3.4-3.41c-.99,.85-1.82,1.91-2.42,3.13Z" style="fill:#006cb7;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 19">
|
|
4
|
+
<path d="M10,13.39l-3.76,2.27,.99-4.28-3.32-2.88,4.38-.37,1.71-4.04,1.71,4.04,4.38,.37-3.32,2.88,.99,4.28m6.24-8.42l-7.19-.61L10,0l-2.81,6.63L0,7.24l5.45,4.73-1.63,7.03,6.18-3.73,6.18,3.73-1.64-7.03,5.46-4.73Z" style="fill:#006cb7;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 18">
|
|
4
|
+
<path d="M11,16.88c.04,.3-.06,.62-.29,.83-.39,.39-1.02,.39-1.41,0l-4.01-4.01c-.23-.23-.33-.54-.29-.83V7.75L.21,1.62C-.13,1.19-.05,.56,.38,.22c.19-.14,.4-.22,.62-.22H15c.22,0,.43,.08,.62,.22,.43,.34,.51,.97,.17,1.4l-4.79,6.13v9.13M3.04,2l3.96,5.06v5.52l2,2V7.05l3.96-5.05H3.04Z" style="fill:#006cb7;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
|
|
4
|
+
<path d="M10,18c-4.42,0-8-3.58-8-8S5.58,2,10,2s8,3.58,8,8-3.58,8-8,8M10,0C4.48,0,0,4.48,0,10s4.48,10,10,10,10-4.48,10-10S15.52,0,10,0Z" style="fill:#212121;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20">
|
|
4
|
+
<path d="M10,0l6,6v12c0,1.1-.9,2-2,2H2c-1.1,0-2-.9-2-2V2C0,.9,.9,0,2,0H10m4,18V7h-5V2H2V18H14m-1-7v6H3l5-5,2,2m-4-5.5c0,.83-.67,1.5-1.5,1.5s-1.5-.67-1.5-1.5,.67-1.5,1.5-1.5,1.5,.67,1.5,1.5Z" style="fill:#006cb7;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20">
|
|
4
|
+
<path d="M10,0l6,6v12c0,1.1-.9,2-2,2H2c-1.1,0-2-.9-2-2V2C0,.9,.9,0,2,0H10m4,18V7h-5V2H2V18H14m-1-7v6H3l5-5,2,2m-4-5.5c0,.83-.67,1.5-1.5,1.5s-1.5-.67-1.5-1.5,.67-1.5,1.5-1.5,1.5,.67,1.5,1.5Z" style="fill:#ffffff;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6.43 16">
|
|
4
|
+
<path d="M4.93,0c-.83,0-1.5,.67-1.5,1.5s.67,1.5,1.5,1.5,1.5-.67,1.5-1.5-.67-1.5-1.5-1.5m-.36,4.77C3.38,4.87,.13,7.46,.13,7.46c-.2,.15-.14,.14,.02,.42,.16,.27,.14,.29,.33,.16,.2-.13,.53-.34,1.08-.68,2.12-1.36,.34,1.78-.57,7.07-.36,2.62,2,1.27,2.61,.87,.6-.39,2.21-1.5,2.37-1.61,.22-.15,.06-.27-.11-.52-.12-.17-.24-.05-.24-.05-.65,.43-1.84,1.33-2,.76-.19-.57,1.03-4.48,1.7-7.17,.11-.64,.41-2.04-.75-1.94Z" style="fill:#212121;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
|
|
4
|
+
<path d="M14.36,12c.08-.66,.14-1.32,.14-2s-.06-1.34-.14-2h3.38c.16,.64,.26,1.31,.26,2s-.1,1.36-.26,2m-5.15,5.56c.6-1.11,1.06-2.31,1.38-3.56h2.95c-.96,1.65-2.49,2.93-4.33,3.56m-.25-5.56H7.66c-.1-.66-.16-1.32-.16-2s.06-1.35,.16-2h4.68c.09,.65,.16,1.32,.16,2s-.07,1.34-.16,2m-2.34,5.96c-.83-1.2-1.5-2.53-1.91-3.96h3.82c-.41,1.43-1.08,2.76-1.91,3.96M6,6H3.08c.95-1.66,2.49-2.94,4.32-3.56-.6,1.11-1.05,2.31-1.4,3.56M3.08,14h2.92c.35,1.25,.8,2.45,1.4,3.56-1.83-.63-3.37-1.91-4.32-3.56m-.82-2c-.16-.64-.26-1.31-.26-2s.1-1.36,.26-2h3.38c-.08,.66-.14,1.32-.14,2s.06,1.34,.14,2M10,2.03c.83,1.2,1.5,2.54,1.91,3.97h-3.82c.41-1.43,1.08-2.77,1.91-3.97m6.92,3.97h-2.95c-.32-1.25-.78-2.45-1.38-3.56,1.84,.63,3.37,1.9,4.33,3.56M10,0C4.47,0,0,4.5,0,10s4.48,10,10,10,10-4.48,10-10S15.52,0,10,0Z" style="fill:#212121;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M14.36,12c.08-.66,.14-1.32,.14-2s-.06-1.34-.14-2h3.38c.16,.64,.26,1.31,.26,2s-.1,1.36-.26,2m-5.15,5.56c.6-1.11,1.06-2.31,1.38-3.56h2.95c-.96,1.65-2.49,2.93-4.33,3.56m-.25-5.56H7.66c-.1-.66-.16-1.32-.16-2s.06-1.35,.16-2h4.68c.09,.65,.16,1.32,.16,2s-.07,1.34-.16,2m-2.34,5.96c-.83-1.2-1.5-2.53-1.91-3.96h3.82c-.41,1.43-1.08,2.76-1.91,3.96M6,6H3.08c.95-1.66,2.49-2.94,4.32-3.56-.6,1.11-1.05,2.31-1.4,3.56M3.08,14h2.92c.35,1.25,.8,2.45,1.4,3.56-1.83-.63-3.37-1.91-4.32-3.56m-.82-2c-.16-.64-.26-1.31-.26-2s.1-1.36,.26-2h3.38c-.08,.66-.14,1.32-.14,2s.06,1.34,.14,2M10,2.03c.83,1.2,1.5,2.54,1.91,3.97h-3.82c.41-1.43,1.08-2.77,1.91-3.97m6.92,3.97h-2.95c-.32-1.25-.78-2.45-1.38-3.56,1.84,.63,3.37,1.9,4.33,3.56M10,0C4.47,0,0,4.5,0,10s4.48,10,10,10,10-4.48,10-10S15.52,0,10,0Z" style="fill:#fff;"/></svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 10">
|
|
4
|
+
<path d="M1.9,5c0-1.71,1.39-3.1,3.1-3.1h4V0H5C2.24,0,0,2.24,0,5s2.24,5,5,5h4v-1.9H5c-1.71,0-3.1-1.39-3.1-3.1m4.1,1H14v-2H6v2M15,0h-4V1.9h4c1.71,0,3.1,1.39,3.1,3.1s-1.39,3.1-3.1,3.1h-4v1.9h4c2.76,0,5-2.24,5-5S17.76,0,15,0Z" style="fill:#212121;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 10"><path d="M1.9,5c0-1.71,1.39-3.1,3.1-3.1h4V0H5C2.24,0,0,2.24,0,5s2.24,5,5,5h4v-1.9H5c-1.71,0-3.1-1.39-3.1-3.1m4.1,1H14v-2H6v2M15,0h-4V1.9h4c1.71,0,3.1,1.39,3.1,3.1s-1.39,3.1-3.1,3.1h-4v1.9h4c2.76,0,5-2.24,5-5S17.76,0,15,0Z" style="fill:#006cb7;"/></svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 42 42">
|
|
4
|
+
<rect width="42" height="42" rx="5.15" ry="5.15" style="fill:#fff;"/>
|
|
5
|
+
<path d="M8,8.5h26c.55,0,1,.34,1,.75v1.5c0,.41-.45,.75-1,.75H8c-.55,0-1-.34-1-.75v-1.5c0-.41,.45-.75,1-.75Z" style="fill:#212121;"/>
|
|
6
|
+
<path d="M8,30.5h26c.55,0,1,.34,1,.75v1.5c0,.41-.45,.75-1,.75H8c-.55,0-1-.34-1-.75v-1.5c0-.41,.45-.75,1-.75Z" style="fill:#212121;"/>
|
|
7
|
+
<path d="M8,19.5h26c.55,0,1,.34,1,.75v1.5c0,.41-.45,.75-1,.75H8c-.55,0-1-.34-1-.75v-1.5c0-.41,.45-.75,1-.75Z" style="fill:#212121;"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 21">
|
|
4
|
+
<path d="M7,19h4c0,1.1-.9,2-2,2s-2-.9-2-2m11-2v1H0v-1l2-2v-6c0-3.1,2-5.8,5-6.7v-.3c0-1.1,.9-2,2-2s2,.9,2,2v.3c3,.9,5,3.6,5,6.7v6l2,2m-4-8c0-2.8-2.2-5-5-5s-5,2.2-5,5v7H14v-7Z" style="fill:#ffffff;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18">
|
|
4
|
+
<path d="M11,0V2h3.59L4.76,11.83l1.41,1.41L16,3.41v3.59h2V0m-2,16H2V2h7V0H2C.89,0,0,.9,0,2v14c0,1.1,.9,2,2,2h14c1.1,0,2-.9,2-2v-7h-2v7Z" style="fill:#212121;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18">
|
|
4
|
+
<path d="M11,0V2h3.59L4.76,11.83l1.41,1.41L16,3.41v3.59h2V0m-2,16H2V2h7V0H2C.89,0,0,.9,0,2v14c0,1.1,.9,2,2,2h14c1.1,0,2-.9,2-2v-7h-2v7Z" style="fill:#006cb7;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18">
|
|
4
|
+
<path d="M11,0V2h3.59L4.76,11.83l1.41,1.41L16,3.41v3.59h2V0m-2,16H2V2h7V0H2C.89,0,0,.9,0,2v14c0,1.1,.9,2,2,2h14c1.1,0,2-.9,2-2v-7h-2v7Z" style="fill:#ffffff;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20">
|
|
4
|
+
<path d="M10,0H2C.9,0,0,.9,0,2V18c0,1.1,.9,2,2,2H14c1.1,0,2-.9,2-2V6L10,0m4,18H2V2h7V7h5v11Z" style="fill:#006cb7;"/>
|
|
5
|
+
<path d="M4.39,17.07c-.34,.05-.68-.07-.92-.32-.23-.24-.68-.72,0-1.6,.73-.79,1.65-1.4,2.66-1.77,.29-.75,.52-1.53,.68-2.32-.73-.83-1.2-1.85-1.35-2.94-.03-.64,.46-1.19,1.1-1.22h.03c.59-.1,1.17,.24,1.37,.81,.26,1.05,.23,2.15-.08,3.19,.39,.51,.8,1,1.25,1.47,.88-.28,1.82-.31,2.72-.08,.47,.17,.71,.68,.55,1.15v.02c-.18,.63-.81,1.02-1.46,.9-.77-.18-1.49-.55-2.08-1.07-.68,.19-1.35,.43-2,.7-.61,1.32-1.24,2.47-2,2.83-.14,.12-.3,.2-.47,.25Zm1.15-2.37c-.55,.3-1.03,.7-1.41,1.2-.07,.04-.1,.13-.06,.2,.01,.02,.03,.04,.06,.06q.11,.08,.2,.06c.5-.42,.92-.94,1.21-1.52Zm4.47-1.64c.29,.23,.64,.4,1,.49,.1,0,.3,0,.35-.31h0v-.18c-.32-.1-.67-.12-1-.05l-.35,.05Zm-2.47-1c-.05,.29-.14,.58-.28,.84,.27-.13,.56-.16,.84-.29-.21-.17-.4-.36-.56-.57v.02Zm-.84-4.25c-.09,0-.29,0-.24,.39,.03,.58,.24,1.15,.6,1.61,.13-.56,.13-1.13,0-1.69-.17-.36-.26-.34-.36-.33v.02Z" style="fill:#006cb7;"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20">
|
|
4
|
+
<path d="M10,0H2C.9,0,0,.9,0,2V18c0,1.1,.9,2,2,2H14c1.1,0,2-.9,2-2V6L10,0m4,18H2V2h7V7h5v11Z" style="fill:#ffffff;"/>
|
|
5
|
+
<path d="M4.39,17.07c-.34,.05-.68-.07-.92-.32-.23-.24-.68-.72,0-1.6,.73-.79,1.65-1.4,2.66-1.77,.29-.75,.52-1.53,.68-2.32-.73-.83-1.2-1.85-1.35-2.94-.03-.64,.46-1.19,1.1-1.22h.03c.59-.1,1.17,.24,1.37,.81,.26,1.05,.23,2.15-.08,3.19,.39,.51,.8,1,1.25,1.47,.88-.28,1.82-.31,2.72-.08,.47,.17,.71,.68,.55,1.15v.02c-.18,.63-.81,1.02-1.46,.9-.77-.18-1.49-.55-2.08-1.07-.68,.19-1.35,.43-2,.7-.61,1.32-1.24,2.47-2,2.83-.14,.12-.3,.2-.47,.25Zm1.15-2.37c-.55,.3-1.03,.7-1.41,1.2-.07,.04-.1,.13-.06,.2,.01,.02,.03,.04,.06,.06q.11,.08,.2,.06c.5-.42,.92-.94,1.21-1.52Zm4.47-1.64c.29,.23,.64,.4,1,.49,.1,0,.3,0,.35-.31h0v-.18c-.32-.1-.67-.12-1-.05l-.35,.05Zm-2.47-1c-.05,.29-.14,.58-.28,.84,.27-.13,.56-.16,.84-.29-.21-.17-.4-.36-.56-.57v.02Zm-.84-4.25c-.09,0-.29,0-.24,.39,.03,.58,.24,1.15,.6,1.61,.13-.56,.13-1.13,0-1.69-.17-.36-.26-.34-.36-.33v.02Z" style="fill:#ffffff;"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20">
|
|
4
|
+
<path d="M10,0H2C.89,0,0,.9,0,2V18c0,1.11,.89,2,2,2H14c1.11,0,2-.89,2-2V6L10,0m4,18H2V2h7V7h5v11m-2.8-9.2c-.5-.5-1.1-.8-2.4-.8h-3.8v9h1.6v-3.3h2.2c1.3,0,1.8-.2,2.4-.7,.6-.5,.8-1.2,.8-2.1s-.2-1.5-.8-2.1m-1.3,3.2c-.3,.3-.6,.5-1.2,.5h-2.1v-3.2h2c.6,0,1,.2,1.3,.5,.3,.3,.4,.6,.4,1.1s-.1,.8-.4,1.1Z" style="fill:#006cb7;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20">
|
|
4
|
+
<path d="M10,0H2C.89,0,0,.9,0,2V18c0,1.11,.89,2,2,2H14c1.11,0,2-.89,2-2V6L10,0m4,18H2V2h7V7h5v11m-2.8-9.2c-.5-.5-1.1-.8-2.4-.8h-3.8v9h1.6v-3.3h2.2c1.3,0,1.8-.2,2.4-.7,.6-.5,.8-1.2,.8-2.1s-.2-1.5-.8-2.1m-1.3,3.2c-.3,.3-.6,.5-1.2,.5h-2.1v-3.2h2c.6,0,1,.2,1.3,.5,.3,.3,.4,.6,.4,1.1s-.1,.8-.4,1.1Z" style="fill:#ffffff;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 18">
|
|
4
|
+
<path d="M17,5c1.66,0,3,1.34,3,3v6h-4v4H4v-4H0v-6c0-1.66,1.34-3,3-3h1V0h12V5h1M6,2v3H14V2H6m8,14v-4H6v4H14m2-4h2v-4c0-.55-.45-1-1-1H3c-.55,0-1,.45-1,1v4h2v-2h12v2m1-3.5c0,.55-.45,1-1,1s-1-.45-1-1,.45-1,1-1,1,.45,1,1Z" style="fill:#006cb7;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20.2 19">
|
|
4
|
+
<path d="M10.09,0c-1.27,0-2.4,.8-2.82,2H1.09v2h1.95L.09,11c-.47,2,1,3,3.5,3s4.06-1,3.5-3l-2.95-7h3.12c.33,.85,.98,1.5,1.83,1.83v11.17H.09v2H20.09v-2H11.09V5.82c.85-.32,1.5-.97,1.82-1.82h3.13l-2.95,7c-.47,2,1,3,3.5,3s4.06-1,3.5-3l-2.95-7h1.95V2h-6.17c-.43-1.2-1.56-2-2.83-2m0,2c.55,0,1,.45,1,1s-.45,1-1,1-1-.45-1-1,.45-1,1-1M3.59,7.25l1.5,3.75H2.09l1.5-3.75m13,0l1.5,3.75h-3l1.5-3.75Z" style="fill:#006cb7;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.5 17.5">
|
|
4
|
+
<path d="M6.5,0c3.59,0,6.5,2.91,6.5,6.5,0,1.61-.59,3.09-1.56,4.23l.27,.27h.79l5,5-1.5,1.5-5-5v-.79l-.27-.27c-1.14,.97-2.62,1.56-4.23,1.56C2.91,13,0,10.09,0,6.5S2.91,0,6.5,0m0,2c-2.5,0-4.5,2-4.5,4.5s2,4.5,4.5,4.5,4.5-2,4.5-4.5S9,2,6.5,2Z" style="fill:#006cb7;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.46 20">
|
|
4
|
+
<path d="M9.73,6c2.21,0,4,1.79,4,4s-1.79,4-4,4-4-1.79-4-4,1.79-4,4-4m0,2c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2m-2,12c-.25,0-.46-.18-.5-.42l-.37-2.65c-.63-.25-1.17-.59-1.69-.99l-2.49,1.01c-.22,.08-.49,0-.61-.22L.07,13.27c-.13-.22-.07-.49,.12-.64l2.11-1.66-.07-.97,.07-1L.19,7.37c-.19-.15-.25-.42-.12-.64L2.07,3.27c.12-.22,.39-.31,.61-.22l2.49,1c.52-.39,1.06-.73,1.69-.98l.37-2.65c.04-.24,.25-.42,.5-.42h4c.25,0,.46,.18,.5,.42l.37,2.65c.63,.25,1.17,.59,1.69,.98l2.49-1c.22-.09,.49,0,.61,.22l2,3.46c.13,.22,.07,.49-.12,.64l-2.11,1.63,.07,1-.07,1,2.11,1.63c.19,.15,.25,.42,.12,.64l-2,3.46c-.12,.22-.39,.31-.61,.22l-2.49-1c-.52,.39-1.06,.73-1.69,.98l-.37,2.65c-.04,.24-.25,.42-.5,.42H7.73M8.98,2l-.37,2.61c-1.2,.25-2.26,.89-3.03,1.78l-2.41-1.04-.75,1.3,2.11,1.55c-.4,1.17-.4,2.44,0,3.6l-2.12,1.56,.75,1.3,2.43-1.04c.77,.88,1.82,1.52,3.01,1.76l.37,2.62h1.52l.37-2.61c1.19-.25,2.24-.89,3.01-1.77l2.43,1.04,.75-1.3-2.12-1.55c.4-1.17,.4-2.44,0-3.61l2.11-1.55-.75-1.3-2.41,1.04c-.77-.89-1.83-1.53-3.03-1.77l-.37-2.62h-1.5Z" style="fill:#006cb7;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 20">
|
|
4
|
+
<path d="M18,12V0h4V12h-4M14,0c1.1,0,2,.9,2,2V12c0,.55-.22,1.05-.59,1.41l-6.58,6.59-1.06-1.06c-.27-.27-.44-.64-.44-1.06l.03-.31,.95-4.57H2c-1.11,0-2-.9-2-2v-2c0-.26,.05-.5,.14-.73L3.16,1.22c.3-.72,1.01-1.22,1.84-1.22H14m0,2H4.97l-2.97,7v2H10.78l-1.13,5.32,4.35-4.35V2Z" style="fill:#006cb7;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 20">
|
|
4
|
+
<path d="M4,8v12H0V8H4m4,12c-1.1,0-2-.9-2-2V8c0-.55,.22-1.05,.59-1.41L13.17,0l1.06,1.06c.27,.27,.44,.64,.44,1.05l-.03,.32-.95,4.57h6.31c1.11,0,2,.9,2,2v2c0,.26-.05,.5-.14,.73l-3.02,7.05c-.3,.72-1.01,1.22-1.84,1.22H8m0-2h9.03l2.97-7v-2H11.21l1.13-5.32-4.34,4.35v9.97Z" style="fill:#006cb7;"/>
|
|
5
|
+
</svg>
|