shift-ui-kit 0.0.40
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/assets/fonts/din_next_light.woff +0 -0
- data/assets/fonts/din_next_light.woff2 +0 -0
- data/assets/fonts/din_next_light_italic.woff +0 -0
- data/assets/fonts/din_next_light_italic.woff2 +0 -0
- data/assets/fonts/din_next_medium.woff +0 -0
- data/assets/fonts/din_next_medium.woff2 +0 -0
- data/assets/fonts/din_next_regular.woff +0 -0
- data/assets/fonts/din_next_regular.woff2 +0 -0
- data/assets/images/accept-icon.svg +8 -0
- data/assets/images/app-loading.svg +25 -0
- data/assets/images/checkbox--determinate-checked.svg +4 -0
- data/assets/images/checkbox--indeterminate-checked.svg +4 -0
- data/assets/images/dropdown-arrow.svg +12 -0
- data/assets/images/forgotten-password-icon.svg +12 -0
- data/assets/images/global-search-form-icon.svg +11 -0
- data/assets/images/icons/close.svg +10 -0
- data/assets/images/icons/plus.svg +10 -0
- data/assets/images/logo.svg +9 -0
- data/assets/images/section-heading-icons/access-keys.svg +6 -0
- data/assets/images/section-heading-icons/account-settings.svg +7 -0
- data/assets/images/section-heading-icons/action-accept.svg +6 -0
- data/assets/images/section-heading-icons/action-archive.svg +10 -0
- data/assets/images/section-heading-icons/action-cancel.svg +6 -0
- data/assets/images/section-heading-icons/action-create.svg +6 -0
- data/assets/images/section-heading-icons/action-delete.svg +6 -0
- data/assets/images/section-heading-icons/action-edit.svg +7 -0
- data/assets/images/section-heading-icons/action-merchandise.svg +3 -0
- data/assets/images/section-heading-icons/assets.svg +8 -0
- data/assets/images/section-heading-icons/attributes.svg +12 -0
- data/assets/images/section-heading-icons/carts.svg +9 -0
- data/assets/images/section-heading-icons/category-trees.svg +7 -0
- data/assets/images/section-heading-icons/customer-segments.svg +8 -0
- data/assets/images/section-heading-icons/customers.svg +9 -0
- data/assets/images/section-heading-icons/environment-configurations.svg +7 -0
- data/assets/images/section-heading-icons/environments.svg +8 -0
- data/assets/images/section-heading-icons/menus.svg +8 -0
- data/assets/images/section-heading-icons/payment-gateways.svg +7 -0
- data/assets/images/section-heading-icons/products.svg +7 -0
- data/assets/images/section-heading-icons/promotions.svg +10 -0
- data/assets/images/section-heading-icons/retail-stores.svg +12 -0
- data/assets/images/section-heading-icons/roles.svg +9 -0
- data/assets/images/section-heading-icons/search.svg +7 -0
- data/assets/images/section-heading-icons/shipping-methods.svg +10 -0
- data/assets/images/section-heading-icons/static-pages.svg +7 -0
- data/assets/images/section-heading-icons/tax-codes.svg +11 -0
- data/assets/images/section-heading-icons/taxonomies.svg +7 -0
- data/assets/images/section-heading-icons/template-definitions.svg +6 -0
- data/assets/images/section-heading-icons/user-profile.svg +8 -0
- data/assets/images/section-heading-icons/users.svg +7 -0
- data/assets/images/section-heading-icons/variants.svg +7 -0
- data/assets/itcss/1-settings/_breakpoints.scss +1 -0
- data/assets/itcss/1-settings/_colors.scss +16 -0
- data/assets/itcss/1-settings/_index.scss +9 -0
- data/assets/itcss/1-settings/_spacing.scss +2 -0
- data/assets/itcss/2-tools/_color.scss +17 -0
- data/assets/itcss/2-tools/_index.scss +1 -0
- data/assets/itcss/3-generic/_animations.scss +4 -0
- data/assets/itcss/3-generic/_clearfix.scss +26 -0
- data/assets/itcss/3-generic/_fonts.scss +31 -0
- data/assets/itcss/3-generic/_index.scss +4 -0
- data/assets/itcss/3-generic/_reset.scss +40 -0
- data/assets/itcss/4-elements/_index.scss +45 -0
- data/assets/itcss/5-objects/_index.scss +5 -0
- data/assets/itcss/5-objects/_o-breadcrumb.scss +11 -0
- data/assets/itcss/5-objects/_o-btn.scss +3 -0
- data/assets/itcss/5-objects/_o-flash-message.scss +17 -0
- data/assets/itcss/5-objects/_o-grid.scss +33 -0
- data/assets/itcss/5-objects/_o-password-strength-meter.scss +43 -0
- data/assets/itcss/6-components/_c-action-bar.scss +22 -0
- data/assets/itcss/6-components/_c-app-loading.scss +30 -0
- data/assets/itcss/6-components/_c-app.scss +3 -0
- data/assets/itcss/6-components/_c-btn-default.scss +62 -0
- data/assets/itcss/6-components/_c-checkbox.scss +38 -0
- data/assets/itcss/6-components/_c-data-table.scss +535 -0
- data/assets/itcss/6-components/_c-default-breadcrumb.scss +16 -0
- data/assets/itcss/6-components/_c-display-layers.scss +3 -0
- data/assets/itcss/6-components/_c-dropdown-group.scss +3 -0
- data/assets/itcss/6-components/_c-dropdown.scss +183 -0
- data/assets/itcss/6-components/_c-examples-nav.scss +21 -0
- data/assets/itcss/6-components/_c-flash-message.scss +40 -0
- data/assets/itcss/6-components/_c-form-field.scss +40 -0
- data/assets/itcss/6-components/_c-form-message.scss +15 -0
- data/assets/itcss/6-components/_c-loader.scss +43 -0
- data/assets/itcss/6-components/_c-main-view-wrapper.scss +9 -0
- data/assets/itcss/6-components/_c-main-view.scss +6 -0
- data/assets/itcss/6-components/_c-nav-bar.scss +38 -0
- data/assets/itcss/6-components/_c-pagination.scss +60 -0
- data/assets/itcss/6-components/_c-panel.scss +17 -0
- data/assets/itcss/6-components/_c-popup-inject-point.scss +16 -0
- data/assets/itcss/6-components/_c-popup.scss +3 -0
- data/assets/itcss/6-components/_c-section-heading.scss +58 -0
- data/assets/itcss/6-components/_c-select-all-cell.scss +4 -0
- data/assets/itcss/6-components/_c-select-row-cell.scss +4 -0
- data/assets/itcss/6-components/_c-tab-set.scss +50 -0
- data/assets/itcss/6-components/_c-title-bar.scss +29 -0
- data/assets/itcss/6-components/_index.scss +28 -0
- data/assets/itcss/7-themes/_index.scss +0 -0
- data/assets/itcss/8-trumps/_index.scss +15 -0
- data/assets/itcss/app.scss +59 -0
- data/lib/shift_ui_kit.rb +9 -0
- metadata +173 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 3fab2ab36b6117aedd86127e8ed06ccdf7e49a97
|
4
|
+
data.tar.gz: 1b9fa7a5d5f3ca512c8ac1efc9b61fcd13f69494
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 59133f31709c6e22e36d7d2bee4d0f19cef135334b4d4798f7f943e1f1b7e8841ed2682bd41d8cd4fe6a0efe5e4897e330c5e352b8f17e67e4e004972de6aad9
|
7
|
+
data.tar.gz: a0a089b90562d4bbce8a82687b39fa2aa6fd6da9f329d0a2e2a55dc808f224a11eca7331ea4f23b1c8b6642ae4739d9d4263dd42c8b184be1c385bb8444a6377
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,8 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<svg width="37px" height="37px" viewBox="0 0 37 37" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
+
<defs></defs>
|
4
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
|
5
|
+
<circle stroke="#20AD34" stroke-width="2" cx="18.5" cy="18.5" r="17.5"></circle>
|
6
|
+
<path d="M11.8283163,27.9025166 L25.517592,16.2259095 L18.6729541,10.9025166" stroke="#535353" stroke-width="2" transform="translate(18.672954, 19.402517) scale(1, -1) rotate(-75.000000) translate(-18.672954, -19.402517) "></path>
|
7
|
+
</g>
|
8
|
+
</svg>
|
@@ -0,0 +1,25 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
3
|
+
<svg version="1.1" id="cog1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
4
|
+
width="96px" height="96px" viewBox="0 0 96 96" enable-background="new 0 0 96 96" xml:space="preserve">
|
5
|
+
<path fill="#ddd" d="M87.311,48c0-0.983-0.076-1.947-0.148-2.912c3.84-1.227,6.88-2.397,8.838-3.441l-0.704-3.963
|
6
|
+
c-2.198-0.316-5.456-0.385-9.481-0.236c-0.535-1.89-1.203-3.719-2.006-5.48c3.178-2.452,5.628-4.58,7.105-6.225l-2.027-3.484
|
7
|
+
c-2.176,0.449-5.263,1.491-8.998,2.998c-1.147-1.582-2.396-3.084-3.766-4.476c2.141-3.381,3.709-6.211,4.53-8.257l-3.106-2.586
|
8
|
+
c-1.886,1.157-4.419,3.175-7.398,5.849c-1.615-1.095-3.333-2.041-5.108-2.891c0.848-3.912,1.347-7.108,1.413-9.313l-3.811-1.375
|
9
|
+
c-1.377,1.731-3.066,4.499-4.952,8.036c-1.884-0.475-3.804-0.854-5.786-1.047C51.354,5.249,50.723,2.088,50.027,0h-4.055
|
10
|
+
c-0.695,2.088-1.327,5.249-1.878,9.196c-1.981,0.194-3.901,0.573-5.786,1.047c-1.885-3.537-3.574-6.305-4.951-8.036l-3.811,1.375
|
11
|
+
c0.066,2.205,0.565,5.401,1.413,9.313c-1.775,0.85-3.493,1.796-5.108,2.891c-2.979-2.674-5.513-4.692-7.398-5.849l-3.106,2.586
|
12
|
+
c0.821,2.045,2.39,4.875,4.529,8.257c-1.368,1.392-2.617,2.894-3.766,4.476c-3.734-1.507-6.821-2.549-8.998-2.998l-2.028,3.484
|
13
|
+
c1.479,1.645,3.929,3.772,7.106,6.225c-0.803,1.762-1.471,3.591-2.006,5.48c-4.026-0.148-7.283-0.08-9.481,0.236L0,41.646
|
14
|
+
c1.958,1.044,4.998,2.215,8.837,3.441C8.766,46.053,8.689,47.017,8.689,48c0,0.982,0.076,1.947,0.147,2.912
|
15
|
+
C4.998,52.139,1.958,53.309,0,54.354l0.704,3.963c2.198,0.316,5.456,0.385,9.481,0.236c0.535,1.89,1.203,3.719,2.006,5.48
|
16
|
+
c-3.178,2.452-5.628,4.58-7.106,6.225l2.028,3.484c2.176-0.448,5.263-1.49,8.998-2.998c1.148,1.582,2.397,3.085,3.766,4.477
|
17
|
+
c-2.14,3.381-3.708,6.211-4.529,8.257l3.106,2.585c1.886-1.156,4.419-3.176,7.398-5.849c1.615,1.095,3.333,2.04,5.108,2.891
|
18
|
+
c-0.849,3.911-1.347,7.108-1.413,9.312l3.811,1.376c1.377-1.731,3.066-4.499,4.951-8.037c1.885,0.475,3.805,0.854,5.786,1.049
|
19
|
+
c0.551,3.946,1.183,7.107,1.878,9.195h4.055c0.695-2.088,1.327-5.249,1.877-9.195c1.982-0.194,3.902-0.574,5.786-1.049
|
20
|
+
c1.885,3.538,3.575,6.306,4.952,8.037l3.811-1.376c-0.066-2.204-0.564-5.401-1.413-9.312c1.775-0.851,3.493-1.796,5.108-2.891
|
21
|
+
c2.979,2.673,5.513,4.692,7.398,5.849l3.106-2.585c-0.821-2.046-2.39-4.876-4.529-8.257c1.368-1.392,2.617-2.895,3.765-4.477
|
22
|
+
c3.735,1.508,6.822,2.55,8.998,2.998l2.027-3.484c-1.478-1.645-3.928-3.772-7.105-6.225c0.803-1.762,1.471-3.591,2.006-5.48
|
23
|
+
c4.025,0.148,7.283,0.08,9.481-0.236L96,54.354c-1.958-1.045-4.998-2.215-8.838-3.441C87.234,49.947,87.311,48.982,87.311,48z
|
24
|
+
M48,81c-18.226,0-33-14.775-33-33c0-18.226,14.774-33,33-33c18.225,0,33,14.774,33,33C81,66.225,66.225,81,48,81z"/>
|
25
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
3
|
+
<path d="M4.89540532,13.1798972 L12.371018,6.80338799 L8.63321164,3.89632232" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" transform="translate(8.633212, 8.538110) scale(1, -1) rotate(-75.000000) translate(-8.633212, -8.538110) " />
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
3
|
+
<path d="M4.48220509,8 L11.515583,8" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
|
4
|
+
</svg>
|
@@ -0,0 +1,12 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<svg width="27px" height="16px" viewBox="0 0 27 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
+
<defs></defs>
|
4
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="square">
|
5
|
+
<g transform="translate(13.327922, 2.727922) rotate(-135.000000) translate(-13.327922, -2.727922) translate(4.327922, -6.272078)" stroke-width="3" stroke="#FFFFFF">
|
6
|
+
<g transform="translate(0.000000, -0.000000)">
|
7
|
+
<path d="M17.1029593,1.5 L1.34045658,1.5"></path>
|
8
|
+
<path d="M1.16834598,1.66834598 L1.30374002,17.3014332"></path>
|
9
|
+
</g>
|
10
|
+
</g>
|
11
|
+
</g>
|
12
|
+
</svg>
|
@@ -0,0 +1,12 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<svg width="40px" height="37px" viewBox="0 0 40 37" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
+
<defs></defs>
|
4
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
|
5
|
+
<path d="M36.263102,11.9933844 C33.6875455,5.55118362 27.3888366,1 20.0271418,1 C10.3739688,1 2.54852592,8.8254429 2.54852592,18.4786159 M3.83557422,25.0737951 C6.43855895,31.4577701 12.7073976,35.9572318 20.0271418,35.9572318 C29.6803149,35.9572318 37.5057578,28.1317889 37.5057578,18.4786159" stroke="#535353" stroke-width="2"></path>
|
6
|
+
<path d="M38.9702148,7.21744932 L36.4974519,12.7713659 L30.9435353,10.2986029" stroke="#535353" stroke-width="2"></path>
|
7
|
+
<path d="M1.11932958,29.707538 L3.59209256,24.1536214 L9.14600914,26.6263844" stroke="#535353" stroke-width="2"></path>
|
8
|
+
<circle stroke="#535353" stroke-width="2" fill="#BED6F1" cx="20" cy="18" r="9"></circle>
|
9
|
+
<path d="M20,21 C20.5,17.5 23,17.6568542 23,16 C23,14.3431458 21.6568542,13 20,13 C18.3431458,13 17,14.3431458 17,16" stroke="#535353" stroke-width="2"></path>
|
10
|
+
<path d="M20,24 L20,24" stroke="#535353" stroke-width="2"></path>
|
11
|
+
</g>
|
12
|
+
</svg>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<svg width="36px" height="37px" viewBox="0 0 36 37" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
+
<defs></defs>
|
4
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round">
|
5
|
+
<g transform="translate(17.750000, 18.750000) scale(-1, 1) translate(-17.750000, -18.750000) translate(0.750000, 1.250000)" stroke="#FFFFFF" stroke-width="2">
|
6
|
+
<circle cx="11" cy="11" r="11"></circle>
|
7
|
+
<path d="M18.4773734,19.4773734 L23,24"></path>
|
8
|
+
<rect transform="translate(27.500000, 28.500000) rotate(-315.000000) translate(-27.500000, -28.500000) " x="22" y="26" width="11" height="5"></rect>
|
9
|
+
</g>
|
10
|
+
</g>
|
11
|
+
</svg>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
3
|
+
viewBox="0 0 212.982 212.982" style="enable-background:new 0 0 212.982 212.982;" xml:space="preserve">
|
4
|
+
<g>
|
5
|
+
<path fill="white" style="fill-rule:evenodd;clip-rule:evenodd;" d="M131.804,106.491l75.936-75.936c6.99-6.99,6.99-18.323,0-25.312
|
6
|
+
c-6.99-6.99-18.322-6.99-25.312,0l-75.937,75.937L30.554,5.242c-6.99-6.99-18.322-6.99-25.312,0c-6.989,6.99-6.989,18.323,0,25.312
|
7
|
+
l75.937,75.936L5.242,182.427c-6.989,6.99-6.989,18.323,0,25.312c6.99,6.99,18.322,6.99,25.312,0l75.937-75.937l75.937,75.937
|
8
|
+
c6.989,6.99,18.322,6.99,25.312,0c6.99-6.99,6.99-18.322,0-25.312L131.804,106.491z"/>
|
9
|
+
</g>
|
10
|
+
</svg>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
3
|
+
width="15px" height="15px" viewBox="0 0 533.333 533.333">
|
4
|
+
<g>
|
5
|
+
<path fill="white" d="M516.667,200H333.333V16.667C333.333,7.462,325.871,0,316.667,0h-100C207.462,0,200,7.462,200,16.667V200H16.667
|
6
|
+
C7.462,200,0,207.462,0,216.667v100c0,9.204,7.462,16.666,16.667,16.666H200v183.334c0,9.204,7.462,16.666,16.667,16.666h100
|
7
|
+
c9.204,0,16.667-7.462,16.667-16.666V333.333h183.333c9.204,0,16.667-7.462,16.667-16.666v-100
|
8
|
+
C533.333,207.462,525.871,200,516.667,200z"/>
|
9
|
+
</g>
|
10
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<svg width="53px" height="59px" viewBox="0 0 53 59" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
3
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
4
|
+
<path d="M1.6210865,18.4392224 C1.6210865,18.4392224 3.81218664,21.6921327 4.392014,21.8331513 C5.44213924,22.0885501 10.4461562,24.3115182 10.4461562,24.3115182 C10.4461562,24.3115182 12.8603052,20.251982 17.3857286,20.251982 C21.911152,20.251982 25.1555521,24.3115181 25.1555521,24.3115181 L22.8542983,12.2872224 C22.8542983,12.2872224 18.1582833,14.6397369 16.006185,12.2872225 C13.8540866,9.93470801 14.3661031,7.06216731 16.006185,6.14763333 C17.6462668,5.23309934 25.6546883,7.38585327 25.6546883,7.38585327 L36.7466663,28.1070295 C36.7466663,28.1070295 31.2395862,31.4229643 27.0469421,33.9629364 C22.8542979,36.5029085 15.1834523,34.4073261 12.3125253,37.4917081 C9.44159837,40.5760902 5.60078086,48.4504703 6.12497892,57.5944141" stroke="#FFFFFF" stroke-width="2" transform="translate(19.183876, 31.757874) scale(-1, 1) translate(-19.183876, -31.757874) " />
|
5
|
+
<path d="M43.5,23.5 C47.918278,23.5 51.5,18.5751322 51.5,12.5 C51.5,6.42486775 51.5,1.5 43.5,1.5 C35.5,1.5 35.5,6.42486775 35.5,12.5 C35.5,18.5751322 39.081722,23.5 43.5,23.5 L43.5,23.5 Z" stroke="#FFFFFF" stroke-width="2" />
|
6
|
+
<path d="M15.020357,28.7064673 C15.020357,28.7064673 20.0759966,34.9192509 25.9591436,30.7471298 C28.6878555,34.6232709 30.9006849,39.0846267 33.7486648,39.0846268 C36.5966446,39.084627 46.858474,36.7154076 46.858474,36.7154076 L46.9943627,33.7281542" stroke="#FFFFFF" stroke-width="2" />
|
7
|
+
<path d="M34.1761175,35.9643381 L35.5,35.9643382" stroke="#FFFFFF" stroke-width="2" />
|
8
|
+
</g>
|
9
|
+
</svg>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g stroke-linecap="square" stroke-width="2" fill="none" fill-rule="evenodd">
|
3
|
+
<path fill="#e2d5a9" stroke="#695924" d="M7 28h6v10H7zm10 0h6v10h-6z"/>
|
4
|
+
<path fill="#ccc" stroke="#666" d="M37 23c0-5.523 4.476-10 10-10 5.523 0 10 4.475 10 10v11c0 5.523-4.476 10-10 10-5.523 0-10-4.475-10-10v-6H3v-5h34zm4 1.004C41 20.688 43.693 18 47 18c3.314 0 6 2.68 6 6.004v8.992C53 36.312 50.307 39 47 39c-3.314 0-6-2.68-6-6.004v-8.992z" />
|
5
|
+
</g>
|
6
|
+
</svg>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g stroke="#666" fill="#ccc" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill-rule="evenodd">
|
3
|
+
<path d="M9.485 53.343l-.85.852c-.78.78-2.04.784-2.827-.003-.78-.78-.782-2.047-.003-2.826l.852-.85C5.962 49.466 5.46 48.276 5.2 47H3.997C2.894 47 2 46.112 2 45c0-1.105.895-2 1.997-2H5.2c.26-1.277.762-2.465 1.457-3.515l-.852-.85c-.78-.78-.784-2.04.003-2.827.78-.78 2.047-.782 2.826-.003l.85.852c1.05-.695 2.24-1.198 3.516-1.457v-1.203c0-1.103.888-1.997 2-1.997 1.105 0 2 .895 2 1.997V35.2c1.277.26 2.465.762 3.515 1.457l.85-.852c.78-.78 2.04-.784 2.827.003.78.78.782 2.047.003 2.826l-.852.85c.695 1.05 1.198 2.24 1.457 3.516h1.203c1.103 0 1.997.888 1.997 2 0 1.105-.895 2-1.997 2H24.8c-.26 1.277-.762 2.465-1.457 3.515l.852.85c.78.78.784 2.04-.003 2.827-.78.78-2.047.782-2.826.003l-.85-.852c-1.05.695-2.24 1.198-3.516 1.457v1.203C17 57.106 16.112 58 15 58c-1.105 0-2-.895-2-1.997V54.8c-1.277-.26-2.465-.762-3.515-1.457zM15 48c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3z" />
|
4
|
+
<path d="M40.065 43.776l-.652 1.085c-.598 1-1.883 1.32-2.886.72-.996-.6-1.318-1.89-.72-2.88l.65-1.08c-.976-.89-1.79-1.98-2.38-3.21l-1.23.31c-1.124.28-2.263-.4-2.546-1.53-.28-1.126.41-2.27 1.53-2.55l1.23-.305c-.06-1.37.15-2.71.6-3.96l-1.08-.65c-.99-.6-1.32-1.886-.71-2.89.6-.995 1.89-1.32 2.89-.72l1.087.65c.896-.975 1.98-1.79 3.218-2.38l-.302-1.23c-.28-1.123.397-2.262 1.53-2.545 1.13-.28 2.27.4 2.55 1.53l.308 1.224c1.37-.06 2.71.15 3.96.59l.65-1.09c.6-.99 1.886-1.32 2.888-.713.997.6 1.32 1.89.72 2.886l-.65 1.085c.978.893 1.794 1.98 2.38 3.215l1.23-.305c1.127-.28 2.266.4 2.55 1.53.282 1.13-.404 2.27-1.53 2.55l-1.227.308c.06 1.37-.15 2.71-.59 3.96l1.085.65c.993.596 1.32 1.88.715 2.884-.6.99-1.89 1.32-2.887.72l-1.09-.65c-.894.97-1.98 1.79-3.22 2.38l.31 1.23c.28 1.12-.4 2.26-1.535 2.54-1.126.28-2.27-.405-2.55-1.53l-.305-1.23c-1.37.06-2.71-.15-3.96-.59zm4.27-6.858c1.69-.422 2.72-2.135 2.298-3.826-.422-1.69-2.134-2.72-3.826-2.3-1.69.423-2.72 2.136-2.298 3.827.42 1.69 2.13 2.72 3.82 2.29z" />
|
5
|
+
<path d="M22.492 25.402l.16 1.006c.145.922-.48 1.786-1.408 1.933-.923.15-1.79-.48-1.936-1.4l-.16-1c-1.064-.04-2.127-.29-3.13-.75l-.598.83c-.55.76-1.6.93-2.363.37-.756-.55-.924-1.6-.375-2.36l.598-.82c-.745-.81-1.31-1.74-1.682-2.74l-1.006.16c-.922.148-1.786-.48-1.933-1.41-.15-.92.48-1.79 1.4-1.93l1-.16c.04-1.062.29-2.125.75-3.13l-.83-.596c-.76-.55-.93-1.6-.37-2.365.55-.756 1.6-.924 2.36-.376l.82.6c.81-.75 1.74-1.31 2.74-1.69l-.16-1.008c-.148-.92.48-1.785 1.41-1.933.92-.147 1.79.483 1.93 1.404l.16 1.008c1.062.047 2.125.29 3.13.75l.596-.822c.55-.758 1.6-.928 2.365-.37.756.55.924 1.603.376 2.36l-.6.82c.75.81 1.31 1.747 1.69 2.745l1.008-.16c.92-.144 1.785.48 1.933 1.41.147.924-.483 1.79-1.404 1.937l-1.008.16c-.047 1.066-.29 2.13-.75 3.13l.822.6c.758.55.928 1.6.37 2.365-.55.754-1.603.922-2.36.373l-.82-.6c-.81.744-1.747 1.31-2.745 1.68zm-.915-6.433c.824-1.14.572-2.73-.562-3.55-1.134-.83-2.722-.57-3.546.56-.83 1.13-.58 2.72.56 3.54 1.13.82 2.72.57 3.54-.56z" />
|
6
|
+
</g>
|
7
|
+
</svg>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g transform="translate(4 4)" stroke="#11571a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none" fill-rule="evenodd">
|
3
|
+
<circle fill="#98ce9f" cx="26" cy="26" r="26"/>
|
4
|
+
<path d="M35 16.5l-10 21-8.937-6.766"/>
|
5
|
+
</g>
|
6
|
+
</svg>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g transform="translate(4 8)" stroke="#666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none" fill-rule="evenodd">
|
3
|
+
<path d="M9.998.024h30.004C45.524.024 50 4.5 50 10.024c0 5.523-4.48 10-9.998 10H9.998" fill="#ffffff"/>
|
4
|
+
<circle fill="#fff" cx="10" cy="10.024" r="10"/>
|
5
|
+
<circle fill="#98ce9f" stroke="#11571a" cx="10" cy="10.024" r="5"/>
|
6
|
+
<path d="M40.002 25.024H9.998C4.476 25.024 0 29.5 0 35.024c0 5.523 4.48 10 9.998 10h30.004" fill="#ffffff"/>
|
7
|
+
<circle fill="#fff" transform="matrix(-1 0 0 1 80 0)" cx="40" cy="35.024" r="10"/>
|
8
|
+
<circle fill="#d69090" stroke="#571111" transform="matrix(-1 0 0 1 80 0)" cx="40" cy="35.024" r="5" />
|
9
|
+
</g>
|
10
|
+
</svg>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g transform="translate(4 4)" stroke="#571111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none" fill-rule="evenodd">
|
3
|
+
<circle fill="#d69090" cx="26" cy="26" r="26"/>
|
4
|
+
<path d="M16.808 16.808l18.384 18.384m-18.738.148L34.84 16.953"/>
|
5
|
+
</g>
|
6
|
+
</svg>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g transform="translate(4 4)" stroke="#11571a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none" fill-rule="evenodd">
|
3
|
+
<circle fill="#98ce9f" cx="26" cy="26" r="26"/>
|
4
|
+
<path d="M26 13v26M13 26h26"/>
|
5
|
+
</g>
|
6
|
+
</svg>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g transform="translate(4 4)" stroke="#571111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none" fill-rule="evenodd">
|
3
|
+
<circle fill="#d69090" cx="26" cy="26" r="26"/>
|
4
|
+
<path d="M13 26h26"/>
|
5
|
+
</g>
|
6
|
+
</svg>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" viewBox="0 0 54 54">
|
2
|
+
<g fill="none" fill-rule="evenodd">
|
3
|
+
<circle cx="27" cy="27" r="26" fill="#E2D5A9" stroke="#695924" stroke-width="2"/>
|
4
|
+
<path stroke="#695924" stroke-width="2" d="M33.5 15.742l-13 22.516"/>
|
5
|
+
<path stroke="#E2D5A9" stroke-width="3" d="M33.258 20.5l-3.464-2"/>
|
6
|
+
</g>
|
7
|
+
</svg>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M5 6h10v10H5zm20 0h10v10H25zm20 0h10v10H45zM5 26h10v10H5zm20 0h10v10H25zm20 0h10v10H45zM5 46h10v10H5zm20 0h10v10H25zm20 0h10v10H45z" stroke="#314E55" stroke-width="2" fill="#EA86A5" stroke-linecap="round" stroke-linejoin="round" fill-rule="evenodd"/>
|
3
|
+
</svg>
|
@@ -0,0 +1,8 @@
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none" fill-rule="evenodd">
|
3
|
+
<path fill="#fff" stroke="#666" d="M6 6h48v48H6z"/>
|
4
|
+
<path fill="#a9b3bd" stroke="#223446" d="M11 11h38v38H11z"/>
|
5
|
+
<path fill="#98ce9f" stroke="#11571a" d="M11 34.5l11.5-9 4.5 14 5-5L38.5 49H11" />
|
6
|
+
<path fill="#e2d5a9" stroke="#695924" d="M39.628 31C42.238 29.538 44 26.746 44 23.543 44 18.825 40.175 15 35.457 15c-3.203 0-5.995 1.763-7.457 4.372 1.234-.692 2.656-1.086 4.17-1.086 4.72 0 8.544 3.825 8.544 8.543 0 1.512-.394 2.934-1.086 4.17z" />
|
7
|
+
</g>
|
8
|
+
</svg>
|
@@ -0,0 +1,12 @@
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g transform="translate(7 4)" stroke="#695924" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="#e2d5a9" fill-rule="evenodd">
|
3
|
+
<path stroke="#a9b3bd" d="M8.242 12.81l10.76-6.172m9.037-.102c3.09 1.786 7.29 4.31 10.752 6.31m4.192 7.94v11.342M38.68 40.27c-3.054 1.763-7.59 4.348-11.053 6.347m-8.376.022c-3.15-1.82-7.432-4.328-10.94-6.35m-4.294-8.18v-12.1"/>
|
4
|
+
<circle cx="23.5" cy="4.5" r="4.5"/>
|
5
|
+
<circle cx="23.5" cy="48.5" r="4.5"/>
|
6
|
+
<circle cx="42.5" cy="37.5" r="4.5"/>
|
7
|
+
<circle cx="42.5" cy="15.5" r="4.5"/>
|
8
|
+
<circle cx="4.5" cy="37.5" r="4.5"/>
|
9
|
+
<circle cx="4.5" cy="15.5" r="4.5"/>
|
10
|
+
<circle fill="#98ce9f" stroke="#11571a" cx="23.5" cy="26.5" r="6.5"/>
|
11
|
+
</g>
|
12
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g transform="translate(6 17)" stroke="#666" stroke-width="2" stroke-linejoin="round" fill="none" fill-rule="evenodd">
|
3
|
+
<circle fill="#ccc" cx="9" cy="35" r="3"/>
|
4
|
+
<circle fill="#ccc" cx="34" cy="35" r="3"/>
|
5
|
+
<path d="M0 4h43l-1.36 18H2L0 4z" stroke-linecap="round" fill="#ccc" />
|
6
|
+
<path d="M41 25.494v3.57H3.274M42.926 5.947L43.596 0h7.017" stroke-linecap="round" />
|
7
|
+
<path d="M1 10h41.05M3 22h38.05M2 16h39M8 4v18m7-18v18m7-18v18m7-18v18m7-18v18" stroke-linecap="square" />
|
8
|
+
</g>
|
9
|
+
</svg>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g stroke="#a9b3bd" stroke-width="2" stroke-linejoin="round" fill="none" fill-rule="evenodd">
|
3
|
+
<path d="M19 24V9h5m17 15V9h-5M8 42V27h5m39 15V27h-5" stroke-linecap="round"/>
|
4
|
+
<path d="M26 27h8m-4 0v14" stroke-linecap="square"/>
|
5
|
+
<path stroke-linecap="round" fill="#98ce9f" stroke="#11571a" d="M23 5h14v8H23zm0 36h14v8H23zM1 41h14v8H1zm44 0h14v8H45zM12 23h14v8H12zm22 0h14v8H34z"/>
|
6
|
+
</g>
|
7
|
+
</svg>
|
@@ -0,0 +1,8 @@
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g transform="translate(2 2)" stroke="#666" stroke-width="2" stroke-linejoin="round" fill="none" fill-rule="evenodd">
|
3
|
+
<path fill="#98ce9f" stroke="#11571a" d="M18.458 25.95C19.733 30.617 23.523 34 28 34c4.477 0 8.267-3.384 9.542-8.05C38.94 25.697 40 24.473 40 23c0-1.386-.94-2.553-2.218-2.897C36.824 14.903 32.808 11 28 11s-8.824 3.902-9.782 9.103C16.94 20.447 16 21.613 16 23c0 1.472 1.06 2.696 2.458 2.95z" stroke-linecap="round"/>
|
4
|
+
<circle stroke-linecap="round" cx="28" cy="28" r="28"/>
|
5
|
+
<path d="M56 28h-7M28 0v6m0 44v6M7 28H0" stroke-linecap="square"/>
|
6
|
+
<path fill="#e2d5a9" stroke="#695924" d="M39 45c0-6.075-4.925-11-11-11s-11 4.925-11 11h22z" stroke-linecap="round" />
|
7
|
+
</g>
|
8
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g stroke-width="2" stroke-linejoin="round" fill="none" fill-rule="evenodd">
|
3
|
+
<path stroke="#11571a" d="M6.458 18.95C7.733 23.617 11.523 27 16 27c4.477 0 8.267-3.384 9.542-8.05C26.94 18.697 28 17.473 28 16c0-1.386-.94-2.553-2.218-2.897C24.824 7.903 20.808 4 16 4s-8.824 3.902-9.782 9.103C4.94 13.447 4 14.613 4 16c0 1.472 1.06 2.696 2.458 2.95z" stroke-linecap="round" fill="#98ce9f"/>
|
4
|
+
<path stroke="#571111" d="M35.458 37.95C36.733 42.617 40.523 46 45 46c4.477 0 8.267-3.384 9.542-8.05C55.94 37.697 57 36.473 57 35c0-1.386-.94-2.553-2.218-2.897C53.824 26.903 49.808 23 45 23s-8.824 3.902-9.782 9.103C33.94 32.447 33 33.613 33 35c0 1.472 1.06 2.696 2.458 2.95z" stroke-linecap="round" fill="#d69090"/>
|
5
|
+
<path stroke="#11571a" d="M27 38c0-6.075-4.925-11-11-11S5 31.925 5 38h22z" stroke-linecap="round" fill="#98ce9f"/>
|
6
|
+
<path stroke="#571111" d="M56 57c0-6.075-4.925-11-11-11s-11 4.925-11 11h22z" stroke-linecap="round" fill="#d69090"/>
|
7
|
+
<path stroke="#666" d="M30 7h15.033M45 7v11.045" stroke-linecap="square"/>
|
8
|
+
</g>
|
9
|
+
</svg>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g stroke="#666" stroke-width="2" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
|
3
|
+
<path fill="#ccc" d="M18 18.937V9.034C18 7.91 18.892 7 20 7h30c1.105 0 2 .91 2 2.038v45.924C52 56.088 51.108 57 50 57H20c-1.105 0-2-.913-2-2.048v-9.14l6.78-12.476-5.343-9.273" />
|
4
|
+
<path fill="#d69090" stroke="#571111" d="M12.485 40.343l-.85.852c-.78.78-2.04.784-2.827-.003-.78-.78-.782-2.047-.003-2.826l.852-.85C8.962 36.466 8.46 35.276 8.2 34H6.997C5.894 34 5 33.112 5 32c0-1.105.895-2 1.997-2H8.2c.26-1.277.762-2.465 1.457-3.515l-.852-.85c-.78-.78-.784-2.04.003-2.827.78-.78 2.047-.782 2.826-.003l.85.852c1.05-.695 2.24-1.198 3.516-1.457v-1.203c0-1.103.888-1.997 2-1.997 1.105 0 2 .895 2 1.997V22.2c1.277.26 2.465.762 3.515 1.457l.85-.852c.78-.78 2.04-.784 2.827.003.78.78.782 2.047.003 2.826l-.852.85c.695 1.05 1.198 2.24 1.457 3.516h1.203c1.103 0 1.997.888 1.997 2 0 1.105-.895 2-1.997 2H27.8c-.26 1.277-.762 2.465-1.457 3.515l.852.85c.78.78.784 2.04-.003 2.827-.78.78-2.047.782-2.826.003l-.85-.852c-1.05.695-2.24 1.198-3.516 1.457v1.203C20 44.106 19.112 45 18 45c-1.105 0-2-.895-2-1.997V41.8c-1.277-.26-2.465-.762-3.515-1.457zM18 35c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3z" />
|
5
|
+
<path d="M23 12h24.533M37 36h10.533M31 20h16.533M31 44h16.533M37 28h10.533M23 52h24.533" stroke-linecap="square"/>
|
6
|
+
</g>
|
7
|
+
</svg>
|
@@ -0,0 +1,8 @@
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g transform="translate(5 5)" stroke="#666" stroke-width="2" fill="none" fill-rule="evenodd">
|
3
|
+
<path d="M26 15v7.5" stroke-linecap="square"/>
|
4
|
+
<path d="M28.5 30.5L36 39m-12.5-8.5L16 40"/>
|
5
|
+
<path fill="#a9b3bd" stroke="#223446" d="M18.032 15C15.252 15 13 12.76 13 10s2.253-5 5.032-5h.06c.406-2.827 2.853-5 5.81-5 2.41 0 4.48 1.442 5.386 3.505.985-.636 2.16-1.005 3.422-1.005C36.184 2.5 39 5.298 39 8.75S36.184 15 32.71 15c-.14 0-.28-.005-.42-.014V15H18.032zm16.033 35C31.82 50 30 48.21 30 46s1.82-4 4.065-4h.047c.33-2.26 2.305-4 4.694-4 1.946 0 3.62 1.154 4.35 2.804.795-.51 1.744-.804 2.763-.804 2.8 0 5.08 2.24 5.08 5s-2.28 5-5.08 5c-.12 0-.23-.004-.34-.01V50H34.06zm-30 0C1.82 50 0 48.21 0 46s1.82-4 4.065-4h.047c.33-2.26 2.305-4 4.694-4 1.946 0 3.62 1.154 4.35 2.804.795-.51 1.744-.804 2.763-.804 2.8 0 5.08 2.24 5.08 5s-2.28 5-5.08 5c-.12 0-.23-.004-.34-.01V50H4.06z" />
|
6
|
+
<circle fill="#98ce9f" stroke="#11571a" cx="26" cy="27" r="4"/>
|
7
|
+
</g>
|
8
|
+
</svg>
|
@@ -0,0 +1,8 @@
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g stroke="#43678B" stroke-width="2" fill="none" fill-rule="evenodd">
|
3
|
+
<path d="M11.752 19.428c-1.35-.958-1.242-2.357.218-3.112l15.367-7.94c1.47-.76 3.865-.755 5.326 0l15.367 7.94c1.47.76 1.564 2.156.218 3.112l-15.803 11.22c-1.35.96-3.543.957-4.89 0L11.752 19.43z" fill="#a9b3bd"/>
|
4
|
+
<path d="M48.03 24.316c1.47.76 1.564 2.156.218 3.112l-15.803 11.22c-1.35.96-3.543.957-4.89 0L11.752 27.43c-1.35-.958-1.242-2.357.218-3.112"/>
|
5
|
+
<path d="M48.03 32.316c1.47.76 1.564 2.156.218 3.112l-15.803 11.22c-1.35.96-3.543.957-4.89 0L11.752 35.43c-1.35-.958-1.242-2.357.218-3.112"/>
|
6
|
+
<path d="M48.03 40.316c1.47.76 1.564 2.156.218 3.112l-15.803 11.22c-1.35.96-3.543.957-4.89 0L11.752 43.43c-1.35-.958-1.242-2.357.218-3.112"/>
|
7
|
+
</g>
|
8
|
+
</svg>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g transform="translate(2 14)" stroke="#223446" stroke-width="2" stroke-linejoin="round" stroke-linecap="round" fill="none" fill-rule="evenodd">
|
3
|
+
<rect fill="#a9b3bd" width="56" height="36" rx="4" />
|
4
|
+
<path fill="#e2d5a9" d="M0 9h56v8H0z" />
|
5
|
+
<path d="M5 22h8m4 0h8m4 0h8m4 0h8M5 27h4" stroke-linecap="square" />
|
6
|
+
</g>
|
7
|
+
</svg>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g stroke="#223446" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none" fill-rule="evenodd">
|
3
|
+
<path fill="#a9b3bd" d="M16.745 12.326l-.117-6.285H45.19l-.112 6.045 7.85 6.57 4.87 30.735-8.617 1.364-4.313-27.246-.567 30.484H17.52l-.536-28.813-4.05 25.574-8.617-1.365 4.868-30.736 7.56-6.327z" />
|
4
|
+
<path fill="#808C98" d="M24 6h14l-7 13-7-13z" />
|
5
|
+
<path d="M30 24h2v2h-2zm0 7h2v2h-2zm0 7h2v2h-2zm0 8h2v2h-2z" />
|
6
|
+
</g>
|
7
|
+
</svg>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g stroke="#571111" stroke-linecap="round" stroke-width="2" stroke-linejoin="round" fill="none" fill-rule="evenodd">
|
3
|
+
<path fill="#d69090" d="M19 17.005c0-1.107.688-2.58 1.532-3.282l8.936-7.446c.846-.705 2.22-.703 3.064 0l8.936 7.446c.846.705 1.532 2.17 1.532 3.282v36.99C43 55.102 42.103 56 40.995 56h-19.99C19.898 56 19 55.106 19 53.995v-36.99zM31 18c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3z"/>
|
4
|
+
<g transform="translate(22 36)">
|
5
|
+
<path d="M17 0L2.084 14.916"/>
|
6
|
+
<circle cx="3.5" cy="3" r="3"/>
|
7
|
+
<circle cx="14.5" cy="12" r="3"/>
|
8
|
+
</g>
|
9
|
+
</g>
|
10
|
+
</svg>
|
@@ -0,0 +1,12 @@
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g stroke="#666" stroke-width="2" stroke-linejoin="round" fill="none" fill-rule="evenodd">
|
3
|
+
<path stroke-linecap="round" fill="#a9b3bd" d="M3 9h54v20H3z"/>
|
4
|
+
<path stroke-linecap="round" fill="#ccc" d="M3 27h9v29H3zm45 0h9v29h-9z"/>
|
5
|
+
<path stroke-linecap="round" fill="#fff" d="M10 27h40v14H10z"/>
|
6
|
+
<path stroke-linecap="round" fill="#fff" d="M10 39h40v14H10z"/>
|
7
|
+
<path d="M40 28v24.02M20 28v24.02M30 28v24.02M11 14v9m8-9v9" stroke-linecap="square"/>
|
8
|
+
<path d="M11 14l4 4 4-4" stroke-linecap="round"/>
|
9
|
+
<path d="M23 24V14h7v10"/>
|
10
|
+
<path d="M23 19h7m4-5v9m0 0h6m3-9v9m0 0h6" stroke-linecap="square"/>
|
11
|
+
</g>
|
12
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g stroke="#666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none" fill-rule="evenodd">
|
3
|
+
<path d="M30 4C15.088 4 3 16.088 3 31s12.088 27 27 27 27-12.088 27-27"/>
|
4
|
+
<path fill="#d69090" stroke="#571111" d="M20.118 21.2v-2.64c0-3.622 2.933-6.558 6.55-6.558H40v9.222c1.14.22 2 1.23 2 2.43v.695c0 1.214-.867 2.226-2.026 2.435C39.606 31.935 35.308 36 30.06 36c-5.243 0-9.537-4.064-9.915-9.198-1.21-.16-2.145-1.204-2.145-2.455v-.694c0-1.248.914-2.28 2.118-2.452z"/>
|
5
|
+
<path d="M25.304 36l-2.338 4.773H17.4c-2.858 0-5.4 2.403-5.4 5.227v5.114M48 51v-5.114c0-2.818-2.31-5.113-5.162-5.113h-6.255L34.245 36"/>
|
6
|
+
<path fill="#e2d5a9" stroke="#695924" d="M47 12h10v7H47z"/>
|
7
|
+
<path stroke="#695924" d="M49 6h6v6h-6z"/>
|
8
|
+
</g>
|
9
|
+
</svg>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60">
|
2
|
+
<g transform="translate(3 2)" stroke="#666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none" fill-rule="evenodd">
|
3
|
+
<path d="M23.5 33.5l5-5" />
|
4
|
+
<circle fill="#a9b3bd" stroke="#223446" cx="39" cy="16" r="16" />
|
5
|
+
<path fill="#d69090" stroke="#571111" d="M5.222 56.02L.98 51.78l19.798-19.8 4.243 4.244z"/>
|
6
|
+
</g>
|
7
|
+
</svg>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g transform="translate(4 13)" stroke="#666" fill="#ccc" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill-rule="evenodd">
|
3
|
+
<path fill="#98ce9f" stroke="#11571a" d="M36 33H24c0-2.76-2.24-5-5-5s-5 2.24-5 5H8V22h26V9h11l8 12v12h-7c0-2.76-2.24-5-5-5s-5 2.24-5 5z" />
|
4
|
+
<circle cx="19" cy="33" r="5"/>
|
5
|
+
<circle cx="41" cy="33" r="5"/>
|
6
|
+
<path fill="#e2d5a9" stroke="#695924" d="M0 0h34v22H0z"/>
|
7
|
+
<path d="M39 13.38V22h8.62" stroke="#11571a" stroke-linecap="round" fill="none" />
|
8
|
+
<path d="M0 4h33.015M0 8h33.015M0 12h33.015" stroke="#695924" stroke-linecap="square"/>
|
9
|
+
</g>
|
10
|
+
</svg>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g stroke="#666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none" fill-rule="evenodd">
|
3
|
+
<path d="M15 10V6h34v46h-4" fill="#ccc" />
|
4
|
+
<path d="M45 29.5V56H11V10h25l9 9v10.5z" fill="#ccc"/>
|
5
|
+
<path d="M36 19h9l-9-9v9z"/>
|
6
|
+
</g>
|
7
|
+
</svg>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g transform="translate(8 4)" stroke="#666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none" fill-rule="evenodd">
|
3
|
+
<path d="M4 14h38M23 6v42.01"/>
|
4
|
+
<path d="M39.738 14.102l-4.64 14.657m5.176-14.65l4.69 14.695"/>
|
5
|
+
<path d="M6.738 14.102L2.098 28.76m5.176-14.648l4.69 14.695"/>
|
6
|
+
<circle fill="#d69090" stroke="#571111" cx="23" cy="3" r="3"/>
|
7
|
+
<path d="M28 53c0-2.76-2.24-5-5-5s-5 2.24-5 5h10z" fill="#d69090" stroke="#571111" />
|
8
|
+
<path d="M47 29c0 3.866-3.134 7-7 7s-7-3.134-7-7h14z" fill="#e2d5a9" stroke="#695924" />
|
9
|
+
<path d="M14 29c0 3.866-3.134 7-7 7s-7-3.134-7-7h14z" fill="#e2d5a9" stroke="#695924" />
|
10
|
+
</g>
|
11
|
+
</svg>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g stroke="#43678B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none" fill-rule="evenodd">
|
3
|
+
<path fill="#98ce9f" stroke="#11571a" d="M29.5 3l23.816 13.75v27.5L29.5 58 5.684 44.25v-27.5z"/>
|
4
|
+
<path fill="#e2d5a9" stroke="#695924" d="M29.5 11l16.887 9.75v19.5L29.5 50l-16.887-9.75v-19.5z"/>
|
5
|
+
<path fill="#d69090" stroke="#571111" d="M29.5 18l10.825 6.25v12.5L29.5 43l-10.825-6.25v-12.5z"/>
|
6
|
+
</g>
|
7
|
+
</svg>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g stroke="#666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none" fill-rule="evenodd">
|
3
|
+
<path fill="#ccc" d="M4 30h13v25H4zM30 5h13v25H30zM17 30h13v25H17zM43 5h13v25H43z"/>
|
4
|
+
<path fill="#ddd" d="M4 5h26v25H4zm26 25h26v25H30z"/>
|
5
|
+
</g>
|
6
|
+
</svg>
|