@linzjs/lui 12.2.0-roll-up.0 → 12.2.0-roll-up-3.2
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/dist/assets/docs/lui-workflow-visual.png +0 -0
- package/dist/assets/docs/mountain-broken.svg +119 -0
- package/dist/assets/docs/simple-components and grids.svg +1 -0
- package/dist/assets/fonts/OpenSans-Bold.woff2 +0 -0
- package/dist/assets/fonts/OpenSans-Italic.woff2 +0 -0
- package/dist/assets/fonts/OpenSans-Light.woff2 +0 -0
- package/dist/assets/fonts/OpenSans-Regular.woff2 +0 -0
- package/dist/assets/fonts/OpenSans-SemiBold.woff2 +0 -0
- package/dist/assets/icons/account_circle.svg +1 -0
- package/dist/assets/icons/add_circle.svg +1 -0
- package/dist/assets/icons/add_circle_outline.svg +1 -0
- package/dist/assets/icons/arrow_back.svg +1 -0
- package/dist/assets/icons/arrow_back_ios.svg +1 -0
- package/dist/assets/icons/arrow_drop_down.svg +1 -0
- package/dist/assets/icons/arrow_drop_up.svg +1 -0
- package/dist/assets/icons/arrow_forward_ios.svg +1 -0
- package/dist/assets/icons/attachment.svg +1 -0
- package/dist/assets/icons/border_color.svg +1 -0
- package/dist/assets/icons/check.svg +1 -0
- package/dist/assets/icons/check_circle.svg +1 -0
- package/dist/assets/icons/check_circle_outline.svg +1 -0
- package/dist/assets/icons/clear.svg +1 -0
- package/dist/assets/icons/corporate_fare.svg +1 -0
- package/dist/assets/icons/create.svg +1 -0
- package/dist/assets/icons/error.svg +1 -0
- package/dist/assets/icons/error_outline.svg +1 -0
- package/dist/assets/icons/expand_less.svg +1 -0
- package/dist/assets/icons/expand_more.svg +1 -0
- package/dist/assets/icons/filter_list.svg +1 -0
- package/dist/assets/icons/flag.svg +1 -0
- package/dist/assets/icons/forward.svg +1 -0
- package/dist/assets/icons/insert_invitation.svg +1 -0
- package/dist/assets/icons/insert_photo.svg +1 -0
- package/dist/assets/icons/keyboard_arrow_down.svg +1 -0
- package/dist/assets/icons/keyboard_arrow_left.svg +1 -0
- package/dist/assets/icons/keyboard_arrow_right.svg +1 -0
- package/dist/assets/icons/keyboard_arrow_up.svg +1 -0
- package/dist/assets/icons/lock.svg +1 -0
- package/dist/assets/icons/navigate_before.svg +1 -0
- package/dist/assets/icons/navigate_next.svg +1 -0
- package/dist/assets/icons/people_outline.svg +1 -0
- package/dist/assets/icons/person.svg +1 -0
- package/dist/assets/icons/person_add.svg +1 -0
- package/dist/assets/icons/remove_circle.svg +1 -0
- package/dist/assets/icons/remove_circle_outline.svg +1 -0
- package/dist/assets/icons/send.svg +1 -0
- package/dist/assets/icons/tick.svg +3 -0
- package/dist/assets/icons/view_week.svg +1 -0
- package/dist/assets/icons/warning.svg +1 -0
- package/dist/assets/images/dummy-map.png +0 -0
- package/dist/assets/images/icon-guaranteed-title-on.svg +1 -0
- package/dist/assets/images/icon-guaranteed-title.svg +1 -0
- package/dist/assets/images/icon-historic-title-on.svg +1 -0
- package/dist/assets/images/icon-historic-title.svg +1 -0
- package/dist/assets/images/icon-title-diagram-on.svg +1 -0
- package/dist/assets/images/icon-title-diagram.svg +1 -0
- package/dist/assets/images/linz-logo-col-n-white-txt.svg +256 -0
- package/dist/assets/images/linz-logo-footer.svg +166 -0
- package/dist/assets/images/linz-motif.svg +124 -0
- package/dist/assets/images/logo-cc-visa-mc.png +0 -0
- package/dist/assets/images/lui-icon-logout.svg +1 -0
- package/dist/assets/images/lui-icon-maori-land-rev.svg +1 -0
- package/dist/assets/images/lui-icon-maori-land.svg +1 -0
- package/dist/assets/images/lui-icon-noc-app-link-active.svg +1 -0
- package/dist/assets/images/lui-icon-noc-app-link.svg +1 -0
- package/dist/assets/images/lui-icon-open-externally.svg +1 -0
- package/dist/assets/images/lui-icon-search-app-link-active.svg +1 -0
- package/dist/assets/images/lui-icon-search-app-link.svg +1 -0
- package/dist/assets/images/lui-icon-survey-app-link-active.svg +1 -0
- package/dist/assets/images/lui-icon-survey-app-link.svg +1 -0
- package/dist/assets/images/lui-icon-titles-app-link-active.svg +1 -0
- package/dist/assets/images/lui-icon-titles-app-link.svg +1 -0
- package/dist/assets/images/mountain-broken.svg +1 -0
- package/dist/assets/images/nz-govt-logo-rev.svg +11 -0
- package/dist/assets/images/search-feature-img-lg.png +0 -0
- package/dist/assets/images/search-feature-img-mob.png +0 -0
- package/dist/assets/images/title-on.svg +1 -0
- package/dist/assets/images/title.svg +1 -0
- package/dist/assets/lui-worm.png +0 -0
- package/dist/assets/svg-content.d.ts +41 -0
- package/dist/assets/svg-content.tsx +249 -0
- package/dist/components/LuiBadge/LuiBadge.d.ts +8 -0
- package/dist/components/LuiBanner/LuiBanner.d.ts +9 -0
- package/dist/components/LuiBearingInput/LuiBearingInput.d.ts +19 -0
- package/dist/components/LuiButton/LuiButton.d.ts +26 -0
- package/dist/components/LuiError/LuiError.d.ts +8 -0
- package/dist/components/LuiErrorPage/LuiErrorPage.d.ts +6 -0
- package/dist/components/LuiExpandableBanner/LuiExpandableBanner.d.ts +7 -0
- package/dist/components/LuiFilterContainer/LuiFilterContainer.d.ts +13 -0
- package/dist/components/LuiFilterMenu/LuiFilterMenu.d.ts +16 -0
- package/dist/components/LuiFooter/LuiFooter.d.ts +10 -0
- package/dist/components/LuiFormElements/LuiCheckboxInput/LuiCheckboxInput.d.ts +11 -0
- package/dist/components/LuiFormElements/LuiFileInputBox/LuiFileInputBox.d.ts +33 -0
- package/dist/components/LuiFormElements/LuiRadioInput/LuiRadioInput.d.ts +12 -0
- package/dist/components/LuiFormElements/LuiSelectInput/LuiSelectInput.d.ts +18 -0
- package/dist/components/LuiFormElements/LuiTextAreaInput/LuiTextAreaInput.d.ts +10 -0
- package/dist/components/LuiFormElements/LuiTextInput/LuiTextInput.d.ts +19 -0
- package/dist/components/LuiFormikForms/LuiFormikCheckbox/LuiFormikCheckbox.d.ts +9 -0
- package/dist/components/LuiFormikForms/LuiFormikForm.d.ts +10 -0
- package/dist/components/LuiFormikForms/LuiFormikFormLabel/LuiFormikFormLabel.d.ts +8 -0
- package/dist/components/LuiFormikForms/LuiFormikFormSubmitButton/LuiFormikFormSubmitButton.d.ts +6 -0
- package/dist/components/LuiFormikForms/LuiFormikRadioButton/LuiFormikRadioButton.d.ts +8 -0
- package/dist/components/LuiFormikForms/LuiFormikRadioGroup/LuiFormikRadioGroup.d.ts +7 -0
- package/dist/components/LuiFormikForms/LuiFormikSelect/LuiFormikSelect.d.ts +11 -0
- package/dist/components/LuiFormikForms/LuiFormikTextInput/LuiFormikTextInput.d.ts +17 -0
- package/dist/components/LuiForms/LuiComboSelect/LuiComboSelect.d.ts +21 -0
- package/dist/components/LuiForms/LuiFormSection/LuiFormSectionHeader.d.ts +7 -0
- package/dist/components/LuiForms/LuiFormSection/LuiHelpInfo/LuiHelpInfo.d.ts +6 -0
- package/dist/components/LuiHeader/LuiHeader.d.ts +64 -0
- package/dist/components/LuiHeaderMenu/LuiHeaderMenus.d.ts +39 -0
- package/dist/components/LuiIcon/LuiIcon.d.ts +76 -0
- package/dist/components/LuiLoadingSpinner/LuiLoadingSpinner.d.ts +15 -0
- package/dist/components/LuiMenu/LuiMenu.d.ts +44 -0
- package/dist/components/LuiModal/LuiModal.d.ts +22 -0
- package/dist/components/LuiModal/LuiModalContext.d.ts +6 -0
- package/dist/components/LuiShadow/LuiShadow.d.ts +5 -0
- package/dist/components/LuiStaticMessage/LuiStaticMessage.d.ts +5 -0
- package/dist/components/LuiTabs/LuiTab/LuiTab.d.ts +10 -0
- package/dist/components/LuiTabs/LuiTabs.d.ts +10 -0
- package/dist/components/LuiTabs/LuiTabsGroup/LuiTabsGroup.d.ts +5 -0
- package/dist/components/LuiTabs/LuiTabsPanel/LuiTabsPanel.d.ts +6 -0
- package/dist/components/LuiTabs/LuiTabsPanelSwitch/LuiTabsPanelSwitch.d.ts +7 -0
- package/dist/components/LuiToastMessage/LuiToastMessage.d.ts +18 -0
- package/dist/components/LuiTooltip/LuiTooltip.d.ts +12 -0
- package/dist/components/LuiUpdateSplashModal/LuiUpdatesSplashModal.d.ts +8 -0
- package/dist/components/common/Hooks.d.ts +16 -0
- package/dist/components/common/ResponsiveUtils.d.ts +7 -0
- package/dist/components/common/StorybookSupport.d.ts +6 -0
- package/dist/components/lol/LOLActiveFirmMessage.d.ts +6 -0
- package/dist/components/lol/LOLAppLauncherMenu.d.ts +12 -0
- package/dist/components/lol/LOLAuthorisedLink.d.ts +14 -0
- package/dist/components/lol/LOLCommonDrawerMenu.d.ts +17 -0
- package/dist/components/lol/LOLDrawerMenuFirmSwitcher.d.ts +5 -0
- package/dist/components/lol/LOLFirmSwitcher.d.ts +23 -0
- package/dist/components/lol/LOLLogoutLink.d.ts +5 -0
- package/dist/components/lol/LOLUserLastLogin.d.ts +2 -0
- package/dist/components/lol/MockBackendUtils.d.ts +141 -0
- package/dist/components/lol/contexts/LOLGlobalClientRefContext.d.ts +19 -0
- package/dist/components/lol/contexts/LOLUserContext.d.ts +37 -0
- package/dist/components/lol/contexts/LOLUserContextSupport.d.ts +3 -0
- package/dist/components/lol/handlers.d.ts +13 -0
- package/dist/contexts/LuiMessagingContextProvider.d.ts +14 -0
- package/dist/fonts.d.ts +10 -0
- package/dist/fonts.ts +10 -0
- package/dist/govNZ-DS/FlexColumn.scss +646 -0
- package/dist/govNZ-DS/FlexContainer.scss +28 -0
- package/dist/govNZ-DS/FlexRow.scss +22 -0
- package/dist/govNZ-DS/FooterStandard.scss +107 -0
- package/dist/govNZ-DS/FooterWrapper.scss +4 -0
- package/dist/govNZ-DS/_index.scss +5 -0
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/useClickedOutsideElement.d.ts +14 -0
- package/dist/index.d.ts +51 -0
- package/dist/index.js +60614 -0
- package/dist/index.js.map +1 -0
- package/dist/lui.css +4956 -0
- package/dist/lui.css.map +1 -0
- package/dist/lui.esm.js +60504 -0
- package/dist/lui.esm.js.map +1 -0
- package/dist/scss/Components/ContextMenu/context-menu.scss +7 -0
- package/dist/scss/Components/ExpandingSection/expanding-section.scss +61 -0
- package/dist/scss/Components/Footer/footer.scss +136 -0
- package/dist/scss/Components/Header/header.scss +193 -0
- package/dist/scss/Components/HelpSection/help-section.scss +43 -0
- package/dist/scss/Components/LOLCommonMenu/LOLAuthorisedLink.scss +37 -0
- package/dist/scss/Components/LOLCommonMenu/LOLDrawerMenu.scss +32 -0
- package/dist/scss/Components/LOLCommonMenu/LOLFirmSwitcherMenu.scss +42 -0
- package/dist/scss/Components/LOLCommonMenu/LOLUserLastLogin.scss +13 -0
- package/dist/scss/Components/LuiBadge/LuiBadge.scss +51 -0
- package/dist/scss/Components/LuiError/LuiError.scss +14 -0
- package/dist/scss/Components/LuiErrorPage/LuiErrorPage.scss +34 -0
- package/dist/scss/Components/LuiFilterContainer/LuiFilterContainer.scss +5 -0
- package/dist/scss/Components/LuiFormElements/LuiCheckboxInput/LuiCheckboxInput.scss +155 -0
- package/dist/scss/Components/LuiFormElements/LuiFileInputBox.scss +78 -0
- package/dist/scss/Components/LuiFormElements/LuiRadioInput/LuiRadioInput.scss +86 -0
- package/dist/scss/Components/LuiFormElements/LuiSelectInput/LuiSelectInput.scss +113 -0
- package/dist/scss/Components/LuiFormElements/LuiTextAreaInput/LuiTextAreaInput.scss +115 -0
- package/dist/scss/Components/LuiFormElements/LuiTextInput/LuiTextInput.scss +150 -0
- package/dist/scss/Components/LuiFormSection/LuiFormSectionHeader.scss +46 -0
- package/dist/scss/Components/LuiFormSection/LuiHelpInfo/LuiHelpInfo.scss +16 -0
- package/dist/scss/Components/LuiForms/LuiComboSelect/LuiComboSelect.scss +35 -0
- package/dist/scss/Components/LuiIcon/LuiIcons.scss +91 -0
- package/dist/scss/Components/LuiShadow/LuiShadow.scss +16 -0
- package/dist/scss/Components/LuiTabs/LuiTab/LuiTab.scss +45 -0
- package/dist/scss/Components/LuiTabs/LuiTabs.scss +3 -0
- package/dist/scss/Components/LuiTabs/LuiTabsGroup/LuiTabsGroup.scss +10 -0
- package/dist/scss/Components/LuiTabs/LuiTabsPanel/LuiTabsPanel.scss +9 -0
- package/dist/scss/Components/Menu/menu.scss +145 -0
- package/dist/scss/Components/Messaging/messaging.scss +210 -0
- package/dist/scss/Components/Modal/modal.scss +104 -0
- package/dist/scss/Components/NavDrawer/nav-drawer.scss +9 -0
- package/dist/scss/Components/Notifications/notifications.scss +63 -0
- package/dist/scss/Components/Scrim/scrim.scss +28 -0
- package/dist/scss/Components/Spinner/spinner.scss +7 -0
- package/dist/scss/Core.scss +1 -0
- package/dist/scss/Elements/Buttons/buttons-linz.scss +36 -0
- package/dist/scss/Elements/Buttons/buttons.scss +760 -0
- package/dist/scss/Elements/Forms/FormComponents/FormSpacing.scss +32 -0
- package/dist/scss/Elements/Forms/FormComponents/Inputs.scss +173 -0
- package/dist/scss/Elements/Forms/FormComponents/RadiosCheckboxes.scss +123 -0
- package/dist/scss/Elements/Forms/forms.scss +51 -0
- package/dist/scss/Elements/Forms/plain-form-common.scss +4 -0
- package/dist/scss/Elements/Icons/icons.scss +50 -0
- package/dist/scss/Elements/Tables/tables.scss +147 -0
- package/dist/scss/Elements/Tooltips/tippy.scss +85 -0
- package/dist/scss/Foundation/Utilities/Appearance.scss +12 -0
- package/dist/scss/Foundation/Utilities/AspectRatio.scss +25 -0
- package/dist/scss/Foundation/Utilities/Borders.scss +23 -0
- package/dist/scss/Foundation/Utilities/BoxShadow.scss +7 -0
- package/dist/scss/Foundation/Utilities/Breakpoint.scss +29 -0
- package/dist/scss/Foundation/Utilities/DLColumns.scss +52 -0
- package/dist/scss/Foundation/Utilities/Ease.scss +41 -0
- package/dist/scss/Foundation/Utilities/FitMedia.scss +53 -0
- package/dist/scss/Foundation/Utilities/FluidType.scss +85 -0
- package/dist/scss/Foundation/Utilities/Hover.scss +23 -0
- package/dist/scss/Foundation/Utilities/LuiStandardHeaderBackground.scss +32 -0
- package/dist/scss/Foundation/Utilities/Placeholder.scss +43 -0
- package/dist/scss/Foundation/Utilities/REM.scss +13 -0
- package/dist/scss/Foundation/Utilities/ScreenReadersOnly.scss +15 -0
- package/dist/scss/Foundation/Utilities/_index.scss +14 -0
- package/dist/scss/Foundation/Variables/BreakpointVars.scss +19 -0
- package/dist/scss/Foundation/Variables/ColorVars.scss +7 -0
- package/dist/scss/Foundation/Variables/FontVars.scss +66 -0
- package/dist/scss/Foundation/Variables/FormVars.scss +44 -0
- package/dist/scss/Foundation/Variables/MiscVars.scss +20 -0
- package/dist/scss/Foundation/Variables/SpacingVars.scss +34 -0
- package/dist/scss/Foundation/Variables/_ExportCSS.scss +121 -0
- package/dist/scss/Foundation/Variables/_ExportColors.scss +87 -0
- package/dist/scss/Foundation/Variables/_LuiColors.scss +139 -0
- package/dist/scss/Foundation/Variables/_index.scss +6 -0
- package/dist/scss/Foundation/_index.scss +2 -0
- package/dist/scss/Global/GenericElements/Buttons.scss +75 -0
- package/dist/scss/Global/GenericElements/Icon.scss +45 -0
- package/dist/scss/Global/GenericElements/Link.scss +80 -0
- package/dist/scss/Global/GenericElements/Lists.scss +28 -0
- package/dist/scss/Global/GenericElements/Todo.scss +76 -0
- package/dist/scss/Global/GenericElements/Typography.scss +185 -0
- package/dist/scss/Global/GenericElements/_index.scss +7 -0
- package/dist/scss/Global/Layout/Container.scss +60 -0
- package/dist/scss/Global/Layout/Layout.scss +67 -0
- package/dist/scss/Global/Layout/_index.scss +2 -0
- package/dist/scss/Global/_index.scss +2 -0
- package/dist/scss/Global/helpers.scss +862 -0
- package/dist/scss/Vendor/_index.scss +1 -0
- package/dist/scss/Vendor/naturalize.scss +209 -0
- package/dist/scss/Vendor/print.scss +34 -0
- package/dist/scss/base.scss +80 -0
- package/package.json +3 -2
|
Binary file
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 300 250">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="linear-gradient" x1="200.81" y1="194.79" x2="290.09" y2="194.79" gradientUnits="userSpaceOnUse">
|
|
4
|
+
<stop offset="0" stop-color="#bababa"/>
|
|
5
|
+
<stop offset="1" stop-color="#f5f5f5"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
<linearGradient id="linear-gradient-2" x1="112.41" y1="194.36" x2="154" y2="184.03" xlink:href="#linear-gradient"/>
|
|
8
|
+
<linearGradient id="linear-gradient-3" x1="-276.42" y1="-76.87" x2="-254.89" y2="-77.15" gradientTransform="rotate(117.69 -154.244 167.559)" gradientUnits="userSpaceOnUse">
|
|
9
|
+
<stop offset="0" stop-color="#c7d0d6"/>
|
|
10
|
+
<stop offset=".09" stop-color="#aeb6bb"/>
|
|
11
|
+
<stop offset=".32" stop-color="#767b7e"/>
|
|
12
|
+
<stop offset=".53" stop-color="#494c4e"/>
|
|
13
|
+
<stop offset=".71" stop-color="#292b2c"/>
|
|
14
|
+
<stop offset=".86" stop-color="#151617"/>
|
|
15
|
+
<stop offset=".96" stop-color="#0e0f0f"/>
|
|
16
|
+
</linearGradient>
|
|
17
|
+
<linearGradient id="linear-gradient-4" x1="116.24" y1="184.65" x2="116.28" y2="188.36" gradientTransform="rotate(-7.05 134.342 182.716)" gradientUnits="userSpaceOnUse">
|
|
18
|
+
<stop offset="0" stop-color="#a6afb5"/>
|
|
19
|
+
<stop offset=".24" stop-color="#747a7e"/>
|
|
20
|
+
<stop offset=".47" stop-color="#484c4e"/>
|
|
21
|
+
<stop offset=".68" stop-color="#282b2c"/>
|
|
22
|
+
<stop offset=".85" stop-color="#151617"/>
|
|
23
|
+
<stop offset=".96" stop-color="#0e0f0f"/>
|
|
24
|
+
</linearGradient>
|
|
25
|
+
<radialGradient id="radial-gradient" cx="148.6" cy="104.45" r="76.82">
|
|
26
|
+
<stop offset=".13" stop-color="#7f858a" stop-opacity="0"/>
|
|
27
|
+
<stop offset=".22" stop-color="#6e7377" stop-opacity=".09"/>
|
|
28
|
+
<stop offset=".96" stop-color="#0e0f0f" stop-opacity=".6"/>
|
|
29
|
+
</radialGradient>
|
|
30
|
+
<radialGradient id="radial-gradient-2" cx="115.49" cy="84.17" r="155.24">
|
|
31
|
+
<stop offset="0" stop-color="#b7c0c7"/>
|
|
32
|
+
<stop offset=".04" stop-color="#acb4bb"/>
|
|
33
|
+
<stop offset=".28" stop-color="#747a7e"/>
|
|
34
|
+
<stop offset=".5" stop-color="#484c4e"/>
|
|
35
|
+
<stop offset=".7" stop-color="#282b2c"/>
|
|
36
|
+
<stop offset=".86" stop-color="#151617"/>
|
|
37
|
+
<stop offset=".96" stop-color="#0e0f0f"/>
|
|
38
|
+
</radialGradient>
|
|
39
|
+
<clipPath id="clip-path">
|
|
40
|
+
<path style="fill:none" d="m211.14 120.01-35.43-49.15-30.29-47.43-26.1 53.15-24.76 38.86-37.72 64.01 72.09-4.76 54.78 7.05 76.01-14.29-48.58-47.44z"/>
|
|
41
|
+
</clipPath>
|
|
42
|
+
<style>
|
|
43
|
+
.cls-2{fill:#424547}.cls-4{fill:#a3a3a3}.cls-5{fill:#7a7a7a}.cls-7{fill:gray}.cls-8{fill:#fff}.cls-13{fill:#d4ba9b}.cls-15{fill:#7d7368}.cls-27{fill:#6b160f}.cls-28{fill:#bc261a}.cls-29{fill:#3d0500}.cls-31{fill:#eb4c3f}
|
|
44
|
+
</style>
|
|
45
|
+
</defs>
|
|
46
|
+
<g id="Layer_2">
|
|
47
|
+
<path class="cls-2" d="m211.14 120.01-35.43-49.15-30.29-47.43-26.1 53.15-24.76 38.86-37.72 64.01 72.09-4.76 54.78 7.05 76.01-14.29-48.58-47.44z"/>
|
|
48
|
+
<g style="clip-path:url(#clip-path)">
|
|
49
|
+
<path class="cls-4" d="m170.69 95.9-1.69-.68c-1.29-.54-1.38-1.59-.19-2.33l1.51-1c1.19-.74 1-1.42-.38-1.51l-1.78-.11c-1.4-.09-1.83-1-.94-2.14l1.12-1.39c.89-1.09.51-1.68-.85-1.3l-1.72.47c-1.35.37-2.07-.4-1.58-1.72l.61-1.67c.48-1.32-.07-1.76-1.23-1l-1.47 1c-1.16.79-2.09.29-2.06-1.11v-1.78c0-1.41-.64-1.64-1.48-.51l-1.06 1.43c-.84 1.13-1.88 1-2.31-.39l-.55-1.69c-.42-1.34-1.13-1.34-1.56 0l-.54 1.69c-.43 1.34-1.47 1.52-2.31.39l-1.06-1.43c-.84-1.13-1.51-.9-1.48.51v1.78c0 1.4-.9 1.9-2.06 1.11l-1.47-1c-1.16-.8-1.72-.36-1.23 1l.61 1.67c.48 1.32-.23 2.09-1.59 1.72l-1.71-.47c-1.36-.38-1.74.21-.86 1.3l1.13 1.39c.88 1.09.46 2-.94 2.14l-1.78.11c-1.4.09-1.58.77-.38 1.51l1.51 1c1.19.74 1.1 1.79-.2 2.33l-1.64.68c-1.3.54-1.24 1.24.13 1.56l1.73.4c1.37.31 1.63 1.34.58 2.27l-1.34 1.18c-1.05.93-.77 1.57.63 1.42l1.77-.18c1.4-.14 2 .74 1.28 2l-.88 1.55c-.69 1.22-.22 1.74 1.06 1.15l1.61-.75c1.28-.59 2.11.05 1.85 1.44l-.33 1.75c-.26 1.38.36 1.71 1.37.74l1.29-1.23c1-1 2-.64 2.21.76l.26 1.76c.2 1.39.89 1.5 1.54.25l.81-1.58c.65-1.25 1.7-1.25 2.34 0l.82 1.58c.64 1.25 1.34 1.14 1.54-.25l.26-1.76c.2-1.4 1.19-1.74 2.21-.76l1.28 1.23c1 1 1.64.64 1.38-.74l-.33-1.75c-.26-1.39.57-2 1.84-1.44l1.62.75c1.28.59 1.75.07 1.06-1.15l-.88-1.55c-.7-1.22-.12-2.1 1.28-2l1.77.18c1.4.15 1.68-.49.63-1.42l-1.34-1.18c-1.05-.93-.79-2 .58-2.27l1.73-.4c1.49-.32 1.56-1.02.25-1.56Zm-16.75 10.87a11.61 11.61 0 1 1 11.61-11.61 11.61 11.61 0 0 1-11.61 11.61Z"/>
|
|
50
|
+
<circle class="cls-4" cx="153.94" cy="95.16" r="5.75"/>
|
|
51
|
+
<path class="cls-5" d="m146.79 69.82-1-.43c-.82-.34-.87-1-.12-1.47l1-.59c.75-.47.64-.9-.25-1l-1.11-.07c-.89-.06-1.15-.66-.59-1.35l.7-.87c.56-.69.32-1.05-.54-.82l-1.08.3c-.85.23-1.3-.26-1-1.09l.38-1c.31-.83 0-1.1-.77-.6l-.93.63c-.73.5-1.31.19-1.29-.7v-1.12c0-.88-.4-1-.93-.32l-.67.9c-.52.71-1.18.6-1.45-.24l-.34-1.07c-.27-.84-.71-.84-1 0l-.37 1.09c-.27.84-.93 1-1.45.24l-.67-.9c-.53-.71-.95-.56-.93.32v1.12c0 .89-.56 1.2-1.29.7l-.93-.63c-.73-.5-1.08-.23-.77.6l.38 1c.31.83-.14 1.32-1 1.09l-1.08-.3c-.86-.23-1.1.13-.54.82l.71.87c.55.69.29 1.29-.6 1.35l-1.11.07c-.89.05-1 .48-.25 1l1 .59c.75.47.69 1.13-.13 1.47l-1 .43c-.82.34-.78.78.08 1l1.09.25c.86.2 1 .84.36 1.43l-.84.74c-.66.58-.48 1 .4.9l1.11-.12c.88-.09 1.24.46.81 1.23l-.56 1c-.43.77-.13 1.09.67.72l1-.47c.81-.37 1.33 0 1.17.9l-.21 1.1c-.17.87.22 1.08.86.47l.81-.78c.64-.61 1.26-.39 1.39.48l.16 1.11c.13.88.57 1 1 .16l.51-1c.41-.79 1.07-.79 1.48 0l.51 1c.4.79.84.72 1-.16l.16-1.11c.13-.87.75-1.09 1.39-.48l.81.78c.64.61 1 .4.86-.47l-.21-1.1c-.16-.87.36-1.27 1.17-.9l1 .47c.81.37 1.1 0 .67-.72l-.56-1c-.43-.77-.07-1.32.81-1.23l1.11.12c.88.09 1.06-.32.4-.9l-.84-.74c-.66-.59-.5-1.23.36-1.43l1.09-.25c.78-.24.82-.68 0-1.02Zm-10.53 6.83a7.3 7.3 0 1 1 7.3-7.29 7.29 7.29 0 0 1-7.3 7.29Z"/>
|
|
52
|
+
<circle class="cls-5" cx="136.26" cy="69.36" r="3.62"/>
|
|
53
|
+
<path class="cls-5" d="m111 129.83-1.65-.68c-1.3-.54-1.38-1.59-.19-2.34l1.51-.94c1.19-.74 1-1.42-.38-1.51l-1.78-.11c-1.41-.09-1.83-1-.94-2.14l1.12-1.39c.89-1.09.5-1.68-.85-1.3l-1.72.47c-1.36.37-2.07-.4-1.59-1.72l.62-1.68c.48-1.32-.07-1.75-1.23-.95l-1.47 1c-1.17.79-2.09.29-2.06-1.11v-1.78c0-1.41-.63-1.64-1.47-.51l-1.07 1.43c-.84 1.12-1.88 1-2.31-.39l-.54-1.69c-.43-1.34-1.13-1.34-1.56 0l-.44 1.69c-.43 1.34-1.47 1.51-2.31.39l-1.07-1.43c-.84-1.13-1.5-.9-1.47.51v1.78c0 1.4-.89 1.9-2 1.11l-1.48-1c-1.16-.8-1.71-.37-1.23.95l.62 1.68c.48 1.32-.23 2.09-1.59 1.72l-1.72-.47c-1.35-.38-1.74.21-.85 1.3l1.1 1.39c.89 1.09.47 2-.94 2.14l-1.77.11c-1.41.09-1.58.77-.39 1.51l1.51.94c1.2.75 1.11 1.8-.19 2.34l-1.65.68c-1.29.54-1.24 1.24.13 1.55l1.74.41c1.37.31 1.63 1.33.57 2.26l-1.33 1.18c-1.06.93-.77 1.58.62 1.43l1.78-.18c1.4-.15 2 .74 1.28 2l-.93 1.52c-.7 1.22-.22 1.74 1 1.15l1.62-.75c1.28-.59 2.11.05 1.85 1.43l-.33 1.75c-.26 1.39.36 1.72 1.37.75l1.29-1.24c1-1 2-.63 2.21.76l.26 1.77c.2 1.39.89 1.5 1.53.25l.82-1.58c.64-1.25 1.7-1.25 2.34 0l.82 1.58c.64 1.25 1.33 1.14 1.54-.25l.25-1.77c.21-1.39 1.2-1.73 2.22-.76l1.28 1.24c1 1 1.63.64 1.37-.75l-.33-1.75c-.26-1.38.58-2 1.85-1.43l1.62.75c1.27.59 1.75.07 1-1.15l-.88-1.55c-.69-1.22-.11-2.11 1.28-2l1.78.18c1.39.15 1.68-.5.62-1.43l-1.33-1.18c-1.06-.93-.8-2 .57-2.26l1.74-.41c1.47-.28 1.53-.98.21-1.52ZM94.27 140.7a11.61 11.61 0 1 1 11.6-11.61 11.6 11.6 0 0 1-11.6 11.61Z"/>
|
|
54
|
+
<circle class="cls-5" cx="94.27" cy="129.09" r="5.75"/>
|
|
55
|
+
<g style="opacity:.5">
|
|
56
|
+
<rect class="cls-7" x="147.79" y="91.99" width="39.44" height="35.91" rx="5" transform="rotate(-45 167.51 109.945)"/>
|
|
57
|
+
<circle class="cls-2" cx="167.51" cy="109.94" r="7.52"/>
|
|
58
|
+
<rect class="cls-7" x="217.83" y="95.68" width="23.42" height="152.59" rx="5" transform="rotate(-45 229.542 171.97)"/>
|
|
59
|
+
<path class="cls-2" transform="rotate(-45 184.094 126.516)" d="M172.38 126.05h23.42v.94h-23.42z"/>
|
|
60
|
+
<path class="cls-2" transform="rotate(-45 185.679 128.12)" d="M173.98 127.65h23.42v.94h-23.42z"/>
|
|
61
|
+
<path class="cls-2" transform="rotate(-45 187.311 129.743)" d="M175.6 129.27h23.42v.94H175.6z"/>
|
|
62
|
+
</g>
|
|
63
|
+
<rect class="cls-7" x="119.05" y="85.99" width="39.44" height="35.91" rx="5" transform="rotate(-45 138.773 103.938)"/>
|
|
64
|
+
<circle class="cls-2" cx="138.77" cy="103.94" r="7.52"/>
|
|
65
|
+
<rect class="cls-7" x="189.1" y="89.68" width="23.42" height="152.59" rx="5" transform="rotate(-45 200.8 165.976)"/>
|
|
66
|
+
<path class="cls-2" transform="rotate(-45 155.352 120.521)" d="M143.64 120.05h23.42v.94h-23.42z"/>
|
|
67
|
+
<path class="cls-2" transform="rotate(-45 156.953 122.118)" d="M145.24 121.65h23.42v.94h-23.42z"/>
|
|
68
|
+
<path class="cls-2" transform="rotate(-45 158.573 123.737)" d="M146.86 123.27h23.42v.94h-23.42z"/>
|
|
69
|
+
<path class="cls-8" d="M138.79 100.87c.67-2.1 1.77-2.1 2.44 0l.85 2.65c.67 2.1 2.3 2.37 3.61.6l1.67-2.23c1.31-1.76 2.35-1.41 2.31.79l-.06 2.79c-.05 2.2 1.4 3 3.22 1.74l2.3-1.57c1.82-1.24 2.68-.57 1.93 1.5l-1 2.62c-.76 2.06.36 3.27 2.48 2.69l2.69-.74c2.12-.58 2.72.34 1.33 2.05l-1.76 2.16c-1.38 1.71-.72 3.22 1.48 3.35l2.78.18c2.19.13 2.46 1.2.6 2.36l-2.37 1.48c-1.86 1.16-1.73 2.81.3 3.65l2.58 1.06c2 .85 1.94 1.94-.2 2.44l-2.72.63c-2.14.49-2.55 2.09-.9 3.55l2.09 1.84c1.65 1.46 1.21 2.46-1 2.24l-2.77-.29c-2.19-.23-3.09 1.15-2 3.07l1.37 2.42c1.09 1.91.35 2.72-1.65 1.79l-2.53-1.17c-2-.92-3.3.09-2.89 2.25l.52 2.74c.4 2.16-.56 2.69-2.15 1.16l-2-1.93c-1.59-1.52-3.15-1-3.47 1.19l-.4 2.76c-.32 2.18-1.4 2.36-2.41.4l-1.27-2.48c-1-2-2.66-2-3.66 0l-1.28 2.48c-1 2-2.09 1.78-2.41-.4l-.4-2.76c-.32-2.17-1.88-2.71-3.46-1.19l-2 1.93c-1.59 1.53-2.56 1-2.15-1.16l.51-2.74c.41-2.16-.89-3.17-2.89-2.25l-2.53 1.17c-2 .93-2.74.12-1.65-1.79l1.38-2.42c1.08-1.92.18-3.3-2-3.07l-2.78.29c-2.19.22-2.63-.78-1-2.24l2.09-1.84c1.65-1.46 1.25-3.06-.9-3.55l-2.71-.63c-2.15-.5-2.24-1.59-.2-2.44l2.57-1.06c2-.84 2.17-2.49.3-3.65l-2.36-1.48c-1.87-1.16-1.6-2.23.6-2.36l2.78-.18c2.2-.13 2.86-1.64 1.47-3.35l-1.76-2.16c-1.38-1.71-.78-2.63 1.34-2.05l2.69.74c2.12.58 3.23-.63 2.48-2.69l-1-2.62c-.76-2.07.11-2.74 1.92-1.5l2.31 1.57c1.81 1.24 3.26.46 3.22-1.74l-.06-2.79c0-2.2 1-2.55 2.31-.79l1.66 2.23c1.32 1.77 2.94 1.5 3.62-.6Z"/>
|
|
70
|
+
<circle class="cls-2" cx="140.01" cy="126.85" r="18.15"/>
|
|
71
|
+
<circle class="cls-8" cx="140.01" cy="126.85" r="9"/>
|
|
72
|
+
<path class="cls-8" d="M107.46 141.74c.67-2.09 1.77-2.09 2.44 0l.85 2.66c.67 2.09 2.29 2.36 3.61.6l1.67-2.24c1.31-1.76 2.35-1.4 2.3.8v2.78c0 2.2 1.4 3 3.22 1.75l2.3-1.58c1.82-1.24 2.68-.56 1.93 1.5l-1 2.62c-.76 2.07.36 3.28 2.48 2.7l2.68-.74c2.13-.59 2.73.33 1.34 2l-1.76 2.16c-1.38 1.71-.72 3.22 1.47 3.36l2.79.17c2.19.14 2.46 1.2.6 2.37l-2.38 1.51c-1.87 1.17-1.73 2.81.3 3.65l2.58 1.07c2 .84 1.94 1.94-.2 2.43l-2.72.63c-2.14.5-2.55 2.09-.9 3.55l2.09 1.85c1.65 1.45 1.21 2.46-1 2.23l-2.77-.29c-2.19-.22-3.09 1.16-2 3.07l1.37 2.42c1.09 1.92.34 2.72-1.65 1.8l-2.53-1.17c-2-.93-3.3.08-2.89 2.25l.52 2.74c.4 2.16-.56 2.68-2.15 1.16l-2-1.93c-1.59-1.53-3.15-1-3.47 1.19l-.4 2.76c-.32 2.17-1.4 2.35-2.41.4l-1.27-2.48c-1-2-2.66-2-3.66 0l-1.27 2.51c-1 1.95-2.09 1.77-2.41-.4l-.4-2.76c-.32-2.18-1.88-2.72-3.46-1.19l-2 1.93c-1.58 1.52-2.55 1-2.14-1.16l.51-2.74c.41-2.17-.89-3.18-2.89-2.25l-2.53 1.17c-2 .92-2.74.12-1.65-1.8l1.4-2.45c1.08-1.91.18-3.29-2-3.07l-2.77.29c-2.19.23-2.63-.78-1-2.23l2.09-1.85c1.65-1.46 1.24-3.05-.9-3.55l-2.71-.63c-2.15-.49-2.24-1.59-.21-2.43l2.58-1.07c2-.84 2.17-2.48.3-3.65L83 162.69c-1.87-1.17-1.6-2.23.6-2.37l2.78-.17c2.19-.14 2.86-1.65 1.47-3.36l-1.76-2.16c-1.38-1.71-.78-2.63 1.34-2l2.69.74c2.12.58 3.23-.63 2.48-2.7l-1-2.62c-.76-2.06.11-2.74 1.92-1.5l2.3 1.58c1.82 1.24 3.27.45 3.22-1.75v-2.78c0-2.2 1-2.56 2.31-.8L103 145c1.32 1.76 2.94 1.49 3.61-.6Z"/>
|
|
73
|
+
<circle class="cls-2" cx="108.68" cy="167.73" r="18.15"/>
|
|
74
|
+
<circle class="cls-8" cx="108.68" cy="167.73" r="9"/>
|
|
75
|
+
<path class="cls-8" d="M170.29 142.34c.5-1.55 1.31-1.55 1.81 0s1.69 1.75 2.67.45 1.74-1 1.7.58 1 2.21 2.38 1.29 2-.42 1.43 1.11.26 2.42 1.83 2 2 .25 1 1.51-.54 2.38 1.08 2.48 1.83.89.45 1.75-1.28 2.07.22 2.7 1.44 1.43-.15 1.8-1.88 1.54-.66 2.62.89 1.82-.73 1.65-2.28.85-1.48 2.27.25 2-1.22 1.33-2.44.06-2.14 1.66-.41 2-1.58.86-2.33-.73-2.56.88-1 1.74-1.78.29-2-1.44-2.71 0-1.54 1.31-1.78-.29-1.39-2-2.56-.88-1.89.74-1.59-.86-.66-2.35-2.13-1.66-2 .08-1.22-1.33.13-2.44-1.48-2.27-2-.57-.73-1.65.92-2.26-.66-2.62-1.66-1.18-.15-1.8 1.6-1.84.22-2.7-1.18-1.65.44-1.75 2.12-1.22 1.09-2.48-.58-1.94 1-1.51 2.39-.46 1.83-2 .08-2 1.42-1.11 2.42.34 2.39-1.29.73-1.89 1.7-.58 2.16 1.1 2.65-.45Z"/>
|
|
76
|
+
<circle class="cls-2" cx="171.19" cy="155.86" r="9.95"/>
|
|
77
|
+
<circle class="cls-8" cx="171.19" cy="155.86" r="7.04"/>
|
|
78
|
+
<path class="cls-8" d="M199.68 127.52c.71-3.07 1.87-3.07 2.59 0s3 3.62 5 1.24 3.09-1.84 2.3 1.2 1 4.59 3.88 3.44 3.58-.2 1.47 2.13-1.29 4.51 1.84 4.85 3.26 1.49.31 2.57-3.24 3.39-.63 5.15 2.2 2.84-.92 2.42-4.44 1.5-2.94 4.26.63 3.54-1.94 1.72-4.63-.73-4.59 2.41-1.09 3.43-2.52.62-3.75-2.8-5.18 0-2.56 2.53-2.52-.62-2-4.23-4.59-2.41-3.43 1.05-1.94-1.72.18-4.68-2.94-4.26-3.53-.67-.92-2.42 2.33-4.07-.62-5.15-2.82-2.23.31-2.57 4-2.52 1.84-4.85-1.46-3.29 1.47-2.13 4.67-.4 3.88-3.44.24-3.59 2.29-1.2 4.39 1.82 5.07-1.24Z"/>
|
|
79
|
+
<circle class="cls-2" cx="200.97" cy="143.29" r="7.99"/>
|
|
80
|
+
<path class="cls-8" d="M161.66 41.64c.71-3.06 1.88-3.06 2.59 0s3 3.63 5 1.24 3.08-1.84 2.29 1.21.95 4.59 3.88 3.43 3.59-.19 1.47 2.14-1.29 4.51 1.84 4.84 3.27 1.5.31 2.58-3.23 3.39-.62 5.14 2.2 2.85-.92 2.43-4.44 1.5-2.95 4.26.63 3.54-1.94 1.72-4.61-.74-4.54 2.37-1.1 3.42-2.52.62-3.76-2.81-5.18 0-2.56 2.53-2.52-.62-2-4.23-4.59-2.41-3.44 1.05-1.94-1.72.17-4.68-2.95-4.26-3.53-.67-.91-2.43 2.33-4.07-.63-5.14-2.82-2.24.31-2.58 4-2.51 1.84-4.84-1.45-3.29 1.47-2.14 4.68-.39 3.88-3.43.24-3.59 2.3-1.21 4.37 1.87 5.03-1.2Z"/>
|
|
81
|
+
<circle class="cls-2" cx="162.96" cy="57.42" r="7.99"/>
|
|
82
|
+
</g>
|
|
83
|
+
</g>
|
|
84
|
+
<path style="fill:url(#radial-gradient)" d="m211.14 120.01-35.43-49.15-30.29-47.43-26.1 53.15-24.76 38.86-37.72 64.01 72.09-4.76 54.78 7.05 76.01-14.29-48.58-47.44z" id="Layer_5"/>
|
|
85
|
+
<path style="fill:url(#radial-gradient-2)" d="m61.91 178.72 42.04-71.3 19.22-29.2 24.08-51.93-1.83-2.86-26.1 53.15-26.18 41.25-36.3 61.62 5.07-.73z" id="Layer_4"/>
|
|
86
|
+
<g id="Layer_7">
|
|
87
|
+
<path style="fill:url(#linear-gradient)" d="m251.3 214.03 10.29-13.68 13.43-1.27-.97-9.66 16.04-13.87-40.74 2.43-48.54 5 50.49 31.05z"/>
|
|
88
|
+
<path style="fill:#ebceac" d="m241.75 193.46 22.57-1.82.1 1.55-21.63 1.47-1.04-1.2z"/>
|
|
89
|
+
<path class="cls-13" d="M233 203.08c1-.12 42-4 42-4L214.63 67.61V86l49.79 107.16-30.6 2.07"/>
|
|
90
|
+
<g style="opacity:.3">
|
|
91
|
+
<path class="cls-15" d="M264.57 176.33 214.63 67.61V86l47.7 102.67c.14-5.77 2.13-7.26 2.24-12.34ZM241.6 202.25l20-1.9c.11-1.58.76-3.87.87-7l-28.64 1.94-.64 6.31Z"/>
|
|
92
|
+
</g>
|
|
93
|
+
<path style="opacity:.2;fill:#7d7368" d="m262.46 193.32.77-1.4-22.11 1.44v1.41l21.34-1.45z"/>
|
|
94
|
+
<path class="cls-13" d="m248.23 214.96 3.07-.93-14.7-74.05-12.38-58.47-11.43-56.88h-2.44l8.39 61.4 23.01 122.04 6.48 6.89z"/>
|
|
95
|
+
<path style="fill:#b3eef8" d="m210.35 24.63-9.32 55.19 20.13 1.69-10.81-56.88z"/>
|
|
96
|
+
<path style="fill:#00a4a2" d="m221.16 81.51 12.65 59.5-19.18-12.7 6.53-46.8z"/>
|
|
97
|
+
<path style="fill:#6bcac9" d="m201.03 79.82 20.13 1.69-6.53 46.8-13.6-48.49z"/>
|
|
98
|
+
<path style="fill:#96dad9" d="m201.03 79.82-8.85 39.55 22.45 8.94-13.6-48.49z"/>
|
|
99
|
+
<path style="fill:#00692a" d="m248.23 214.96-35.51-4.53 21.09-69.42 14.42 73.95z"/>
|
|
100
|
+
<path style="fill:#00839d" d="m233.81 141.01-19.18-12.7-1.91 82.12 21.09-69.42z"/>
|
|
101
|
+
<path style="fill:#008a17" d="m212.72 210.43-12.5-24.21 14.41-57.91-1.91 82.12z"/>
|
|
102
|
+
<path style="fill:#00655c" d="m192.18 119.37 22.45 8.94-14.41 57.91-8.04-66.85z"/>
|
|
103
|
+
<path style="fill:#00ad1b" d="m176.88 181.54 15.3-62.17 8.04 66.85-23.34-4.68z"/>
|
|
104
|
+
</g>
|
|
105
|
+
<g id="tool_box">
|
|
106
|
+
<path style="fill:url(#linear-gradient-2)" d="m98.54 200.19 46.36-7.99 3.05-5.59-8.31-1.5 3.32-1.57h-2.91l-3.46.93-4.43-.93-33.62 16.65z"/>
|
|
107
|
+
<path class="cls-27" d="m71.4 169.56 36.34-3.94s10.84 6.44 10.47 6.49-1.32 3.64-1.32 3.64l-35 5.79Z"/>
|
|
108
|
+
<path class="cls-28" d="M107.5 168.18s9.77 6.3 9.69 5.91 1-2 1-2l-10.47-6.49Z"/>
|
|
109
|
+
<path class="cls-29" d="m71 172.51 36.5-4.33.24-2.56-36.34 3.94-.4 2.95z"/>
|
|
110
|
+
<path class="cls-27" d="m83.25 178.29 35.97-5.56 15.57 4.72-6.09 6.95-34.67 7.07-10.78-13.18z"/>
|
|
111
|
+
<path class="cls-29" d="m118.72 172.81-35.47 5.48 10.78 13.18 25.64-10.98-.95-7.68z"/>
|
|
112
|
+
<path d="M121.3 172.66a3.74 3.74 0 1 0-3.79-2.35L109 186.44l3.94 2.07Zm-3.13-3.61 1.31-2.51 2.83-.11 1.51 2.39-1.31 2.51-2.83.11Z" style="fill:url(#linear-gradient-3)"/>
|
|
113
|
+
<path class="cls-28" d="m98.54 200.19 36.76-8.4-.51-14.34-37.19 6.86.94 15.88z"/>
|
|
114
|
+
<path class="cls-31" d="m97.6 184.31-14.35-6.02 1.04 15.19 14.25 6.71-.94-15.88zM82.61 178.37l-.7 3.17-11.22-8.81.71-3.17 11.21 8.81z"/>
|
|
115
|
+
<path d="m114.88 185 .4 2.57s.76 1.36 1.91 1.12.88-1.83.88-1.83l-.3-2.41Z" style="fill:url(#linear-gradient-4)"/>
|
|
116
|
+
<path d="m115.26 185.06.39 2.57s.6 1.29 1.74 1.06 1-1.77 1-1.77l-.3-2.41Z" style="fill:#616060"/>
|
|
117
|
+
<path style="fill:#dbd9d9" d="m118.14 184.51-.37-.04-2.88.55.37.04 2.88-.55z"/>
|
|
118
|
+
</g>
|
|
119
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1013 366"><defs><style>.cls-1{fill:#7775ff;}.cls-2{font-size:24px;fill:#666;font-family:PTMono-Regular, PT Mono;}.cls-3{fill:#88d1cc;}.cls-4{opacity:0.2;}.cls-5{fill:#04002b;}.cls-6{fill:#85d121;}.cls-7{fill:#fff;}.cls-8{fill:#00a99d;}.cls-11,.cls-9{fill:none;stroke-miterlimit:10;}.cls-9{stroke:gray;}.cls-10{fill:gray;}.cls-11{stroke:#ed1c24;stroke-linecap:round;stroke-width:10px;}</style></defs><title>simple-components and grids</title><polygon class="cls-1" points="223.89 319.63 38.35 350.5 38.35 25.5 223.89 105.63 223.89 319.63"/><text class="cls-2" transform="translate(331.5 53.3)">Grid cell</text><text class="cls-2" transform="translate(331.5 172.3)">Component as <tspan x="0" y="28.8">stand alone </tspan><tspan x="0" y="57.6">container</tspan></text><text class="cls-2" transform="translate(615.5 271.3)">Don’t have the component <tspan x="0" y="28.8">as part of a grid cell </tspan><tspan x="0" y="57.6">or row</tspan></text><polygon class="cls-3" points="45.85 37.44 221.61 108.61 221.61 315.53 45.85 340.98 45.85 37.44"/><path class="cls-1" d="M46.35,38.19,221.11,109V315.09L46.35,340.4V38.19m-1-1.49V341.56L222.11,316V108.28L45.35,36.7Z"/><g class="cls-4"><polygon class="cls-5" points="219 311.78 79.85 330.06 79.85 90.06 219 140.11 219 311.78"/></g><polygon class="cls-6" points="108.35 74.99 245.5 124.32 245.5 299.37 108.35 312.46 108.35 74.99"/><path class="cls-7" d="M109.35,76.41,244.5,125V298.46l-135.15,12.9V76.41m-2-2.85v240L246.5,300.28V123.61l-139.15-50Z"/><polygon class="cls-1" points="746.09 206.41 619.35 227.5 619.35 5.5 746.09 60.24 746.09 206.41"/><polygon class="cls-3" points="624.63 13.89 744.37 62.38 744.37 203.47 624.63 220.81 624.63 13.89"/><path class="cls-1" d="M625.13,14.64,743.87,62.72V203l-118.74,17.2V14.64m-1-1.49V221.39l120.74-17.48V62L624.13,13.15Z"/><polygon class="cls-8" points="640.84 37.02 733.89 70.49 733.89 189.55 640.84 198.43 640.84 37.02"/><path class="cls-7" d="M641.84,38.44l91,32.75V188.64l-91,8.69V38.44m-2-2.84V199.53l95-9.07V69.79l-95-34.19Z"/><polyline class="cls-9" points="164.5 60.76 164.5 49.5 303.5 49.5"/><polygon class="cls-10" points="167.7 58.58 164.5 70.5 161.3 58.58 167.7 58.58"/><line class="cls-9" x1="211.43" y1="199.5" x2="303.5" y2="199.5"/><circle class="cls-10" cx="211.64" cy="199.5" r="4.14"/><path class="cls-11" d="M775.19,143.48S798.42,106.6,808,99.08"/><path class="cls-11" d="M771.78,105.91c6.83,3.42,32.1,31.42,36.2,37.57"/></svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 19.219q1.594 0 3.352-.938T18 15.984q-.047-1.313-2.109-2.203T12 12.89t-3.891.867T6 15.984q.891 1.359 2.648 2.297t3.352.938zm0-14.203q-1.219 0-2.109.891T9 8.016t.891 2.109 2.109.891 2.109-.891T15 8.016t-.891-2.109T12 5.016zm0-3q4.125 0 7.055 2.93t2.93 7.055-2.93 7.055T12 21.986t-7.055-2.93-2.93-7.055 2.93-7.055T12 2.016z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.016 12.984v-1.969h-4.031V6.984h-1.969v4.031H6.985v1.969h4.031v4.031h1.969v-4.031h4.031zM12 2.016q4.125 0 7.055 2.93t2.93 7.055-2.93 7.055T12 21.986t-7.055-2.93-2.93-7.055 2.93-7.055T12 2.016z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20.016q3.281 0 5.648-2.367t2.367-5.648-2.367-5.648T12 3.986 6.352 6.353t-2.367 5.648 2.367 5.648T12 20.016zm0-18q4.125 0 7.055 2.93t2.93 7.055-2.93 7.055T12 21.986t-7.055-2.93-2.93-7.055 2.93-7.055T12 2.016zm.984 4.968v4.031h4.031v1.969h-4.031v4.031h-1.969v-4.031H6.984v-1.969h4.031V6.984h1.969z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.016 11.016v1.969H7.828l5.578 5.625L12 20.016 3.984 12 12 3.984l1.406 1.406-5.578 5.625h12.188z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.836 3.891 9.727 12l8.109 8.109-1.781 1.781-9.891-9.891 9.891-9.891z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.984 9.492h10.031l-5.016 5.016z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.984 14.508 12 9.492l5.016 5.016H6.985z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m5.93 4.125 2.156-2.109L18.07 12l-9.984 9.984-2.156-2.109L13.852 12z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.016 12.023q0-2.297 1.594-3.914t3.891-1.617h10.5q1.641 0 2.813 1.195t1.172 2.836-1.172 2.813-2.813 1.172H9.517q-1.031 0-1.781-.727t-.75-1.758.75-1.781 1.781-.75h7.5v2.016H9.423q-.422 0-.422.492t.422.492h8.578q.797 0 1.406-.586t.609-1.383-.609-1.406-1.406-.609h-10.5q-1.453 0-2.484 1.031t-1.031 2.484 1.031 2.461 2.484 1.008h9.516v2.016H7.501q-2.297 0-3.891-1.594t-1.594-3.891z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 20.016h24V24H0v-3.984zM20.719 4.031 18.75 6 15 2.25 16.969.281Q17.25 0 17.672 0t.703.281l2.344 2.344q.281.281.281.703t-.281.703zm-2.953 2.953L7.735 17.015h-3.75v-3.75L14.016 3.234z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.789 15.891 19.383 5.297l1.406 1.406-12 12-5.578-5.578 1.406-1.406z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9.984 17.016 9-9-1.406-1.453-7.594 7.594-3.563-3.563L5.015 12zm2.016-15q4.125 0 7.055 2.93t2.93 7.055-2.93 7.055T12 21.986t-7.055-2.93-2.93-7.055 2.93-7.055T12 2.016z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20.016q3.281 0 5.648-2.367t2.367-5.648-2.367-5.648T12 3.986 6.352 6.353t-2.367 5.648 2.367 5.648T12 20.016zm0-18q4.125 0 7.055 2.93t2.93 7.055-2.93 7.055T12 21.986t-7.055-2.93-2.93-7.055 2.93-7.055T12 2.016zm4.594 5.578L18 9l-8.016 8.016L5.015 12l1.406-1.406 3.563 3.563z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.984 6.422 13.406 12l5.578 5.578-1.406 1.406L12 13.406l-5.578 5.578-1.406-1.406L10.594 12 5.016 6.422l1.406-1.406L12 10.594l5.578-5.578z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6.984V3H2.016v18h19.969V6.984h-9.984zm-2.016 12h-6v-1.969h6v1.969zm0-3.984h-6v-2.016h6V15zm0-3.984h-6V9h6v2.016zm0-4.032h-6V5.015h6v1.969zm10.032 12H12V9h8.016v9.984zM18 11.016h-3.984v1.969H18v-1.969zM18 15h-3.984v2.016H18V15z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.719 7.031-1.828 1.828-3.75-3.75 1.828-1.828Q17.25 3 17.672 3t.703.281l2.344 2.344q.281.281.281.703t-.281.703zM3 17.25 14.063 6.187l3.75 3.75L6.75 21H3v-3.75z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.984 12.984v-6h-1.969v6h1.969zm0 4.032V15h-1.969v2.016h1.969zm-.984-15q4.125 0 7.055 2.93t2.93 7.055-2.93 7.055T12 21.986t-7.055-2.93-2.93-7.055 2.93-7.055T12 2.016z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20.016q3.281 0 5.648-2.367t2.367-5.648-2.367-5.648T12 3.986 6.352 6.353t-2.367 5.648 2.367 5.648T12 20.016zm0-18q4.125 0 7.055 2.93t2.93 7.055-2.93 7.055T12 21.986t-7.055-2.93-2.93-7.055 2.93-7.055T12 2.016zm-.984 4.968h1.969v6h-1.969v-6zm0 8.016h1.969v2.016h-1.969V15z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 8.297 6 6-1.406 1.406L12 11.109l-4.594 4.594L6 14.297z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.594 8.297 18 9.703l-6 6-6-6 1.406-1.406L12 12.891z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 12.984v-1.969h12v1.969H6zM3 6h18v2.016H3V6zm6.984 12v-2.016h4.031V18H9.984z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.875 5.508H19.5v9.984h-7.031l-.375-1.969H6.469v6.984H4.5V3.491h9z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8.016V3.985l8.016 8.016L12 20.017v-4.031H3.984V8.017H12z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.984 19.992V9.023H5.015v10.969h13.969zm-3-18H18v2.016h.984q.797 0 1.406.609t.609 1.406v13.969q0 .797-.609 1.406t-1.406.609H5.015q-.844 0-1.43-.586t-.586-1.43V6.022q0-.797.586-1.406t1.43-.609h.984V1.991h2.016v2.016h7.969V1.991zm1.032 11.016v5.016H12v-5.016h5.016z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.484 13.5 5.015 18h13.969l-4.5-6-3.469 4.5zM21 18.984q0 .797-.609 1.406t-1.406.609H5.016q-.797 0-1.406-.609t-.609-1.406V5.015q0-.797.609-1.406T5.016 3h13.969q.797 0 1.406.609T21 5.015v13.969z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.406 8.297 12 12.891l4.594-4.594L18 9.703l-6 6-6-6z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.703 16.594 14.297 18l-6-6 6-6 1.406 1.406L11.109 12z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.297 16.594 12.891 12 8.297 7.406 9.703 6l6 6-6 6z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.406 15.703 6 14.297l6-6 6 6-1.406 1.406L12 11.109z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 22"><path d="M14 7.5H13V5.5C13 2.74 10.76 0.5 8 0.5C5.24 0.5 3 2.74 3 5.5V7.5H2C0.9 7.5 0 8.4 0 9.5V19.5C0 20.6 0.9 21.5 2 21.5H14C15.1 21.5 16 20.6 16 19.5V9.5C16 8.4 15.1 7.5 14 7.5ZM8 16.5C6.9 16.5 6 15.6 6 14.5C6 13.4 6.9 12.5 8 12.5C9.1 12.5 10 13.4 10 14.5C10 15.6 9.1 16.5 8 16.5ZM11.1 7.5H4.9V5.5C4.9 3.79 6.29 2.4 8 2.4C9.71 2.4 11.1 3.79 11.1 5.5V7.5Z" fill="#6B6966" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.703 7.406 11.109 12l4.594 4.594L14.297 18l-6-6 6-6z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9.703 6 6 6-6 6-1.406-1.406L12.891 12 8.297 7.406z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.5 6.516q-.797 0-1.406.586t-.609 1.383.609 1.406 1.406.609 1.406-.609.609-1.406-.609-1.383-1.406-.586zm0 5.484q-1.453 0-2.484-1.031t-1.031-2.484 1.031-2.461T16.5 5.016t2.484 1.008 1.031 2.461-1.031 2.484T16.5 12zm-9-5.484q-.797 0-1.406.586t-.609 1.383.609 1.406T7.5 10.5t1.406-.609.609-1.406-.609-1.383T7.5 6.516zM7.5 12q-1.453 0-2.484-1.031T3.985 8.485t1.031-2.461T7.5 5.016t2.484 1.008 1.031 2.461-1.031 2.484T7.5 12zm14.016 5.484v-1.219q0-.469-1.664-1.125t-3.352-.656q-1.219 0-3 .563.516.609.516 1.219v1.219h7.5zm-9 0v-1.219q0-.469-1.664-1.125T7.5 14.484t-3.352.656-1.664 1.125v1.219h10.031zm3.984-4.5q2.016 0 4.266.914t2.25 2.367v2.719H.985v-2.719q0-1.453 2.25-2.367t4.266-.914q2.203 0 4.5 1.031 2.297-1.031 4.5-1.031z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 14.016q2.531 0 5.273 1.102t2.742 2.883v2.016H3.984v-2.016q0-1.781 2.742-2.883t5.273-1.102zM12 12q-1.641 0-2.813-1.172T8.015 8.015t1.172-2.836T12 3.984t2.813 1.195 1.172 2.836-1.172 2.813T12 12z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 14.016q2.531 0 5.273 1.102t2.742 2.883v2.016H6.984v-2.016q0-1.781 2.742-2.883t5.273-1.102zM6 9.984h3V12H6v3H3.984v-3h-3V9.984h3v-3H6v3zM15 12q-1.641 0-2.813-1.172t-1.172-2.813 1.172-2.836T15 3.984t2.813 1.195 1.172 2.836-1.172 2.813T15 12z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.016 12.984v-1.969H6.985v1.969h10.031zM12 2.016q4.125 0 7.055 2.93t2.93 7.055-2.93 7.055T12 21.986t-7.055-2.93-2.93-7.055 2.93-7.055T12 2.016z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20.016q3.281 0 5.648-2.367t2.367-5.648-2.367-5.648T12 3.986 6.352 6.353t-2.367 5.648 2.367 5.648T12 20.016zm0-18q4.125 0 7.055 2.93t2.93 7.055-2.93 7.055T12 21.986t-7.055-2.93-2.93-7.055 2.93-7.055T12 2.016zm-5.016 9h10.031v1.969H6.984v-1.969z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.5 21v-6.984L16.5 12l-15-2.016V3l21 9z"/></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 11">
|
|
2
|
+
<path fill="#FFF" d="M.297 4.934a1.013 1.013 0 0 1 1.344-.078l.088.078L5.254 8.46 12.219.353a1.013 1.013 0 0 1 1.334-.18l.094.072c.394.338.464.914.18 1.334l-.072.094-7.676 8.935a1.013 1.013 0 0 1-1.398.134l-.087-.078L.297 6.367a1.013 1.013 0 0 1 0-1.433Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.476 5.016q.422 0 .727.281t.305.703v12q0 .422-.305.703t-.727.281h-3q-.422 0-.703-.281T9.492 18V6q0-.422.281-.703t.703-.281h3zm7.032 0q.422 0 .703.281t.281.703v12q0 .422-.281.703t-.703.281h-3q-.422 0-.727-.281T16.476 18V6q0-.422.305-.703t.727-.281h3zm-14.016 0q.422 0 .703.281T7.476 6v12q0 .422-.281.703t-.703.281h-3q-.422 0-.703-.281T2.508 18V6q0-.422.281-.703t.703-.281h3z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.984 14.508v-4.031h-1.969v4.031h1.969zm0 3.984v-2.016h-1.969v2.016h1.969zm-12 3L12 2.508l11.016 18.984H.985z"/></svg>
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><filter x="-13.3%" y="-9.1%" width="133.3%" height="122.7%" filterUnits="objectBoundingBox" id="a"><feOffset dx="1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation="1.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feComposite in="shadowBlurOuter1" in2="SourceAlpha" operator="out" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0" in="shadowBlurOuter1"/></filter><filter x="-13.3%" y="-9.1%" width="133.3%" height="122.7%" filterUnits="objectBoundingBox" id="c"><feOffset dx="1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation="1.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feComposite in="shadowBlurOuter1" in2="SourceAlpha" operator="out" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0" in="shadowBlurOuter1"/></filter><filter x="-10%" y="-6.7%" width="125%" height="116.7%" filterUnits="objectBoundingBox" id="e"><feOffset dx="1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation="1.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feComposite in="shadowBlurOuter1" in2="SourceAlpha" operator="out" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0" in="shadowBlurOuter1"/></filter><path id="b" d="M0 0h30v44H0z"/><path id="d" d="M0 0h30v44H0z"/><path id="f" d="M0 0h40v60H0z"/></defs><g fill="none" fill-rule="evenodd"><g transform="translate(32 47)"><use fill="#000" filter="url(#a)" xlink:href="#b"/><path stroke="#0096CC" stroke-linejoin="square" fill="#FFF" d="M.5.5h29v43H.5z"/></g><path fill="#0096CC" d="M36 56h11v2H36zm0 4h9v2h-9zm0 5h18v2H36zm0 5h20v2H36zm0 5h16v2H36z"/><g transform="translate(32)"><use fill="#000" filter="url(#c)" xlink:href="#d"/><path stroke="#0096CC" stroke-linejoin="square" fill="#FFF" d="M.5.5h29v43H.5z"/></g><path fill="#0096CC" d="M36 9h11v2H36zm0 4h9v2h-9zm0 5h18v2H36zm0 5h20v2H36zm0 5h16v2H36z"/><g transform="translate(0 11)"><use fill="#000" filter="url(#e)" xlink:href="#f"/><path stroke="#0096CC" stroke-linejoin="square" fill="#FFF" d="M.5.5h39v59H.5z"/><path fill="#0096CC" d="M15 6h10v2H15zm2 6h6v2h-6zm-4-3h14v2H13zM6 21h14v2H6zm0 8h14v2H6zm0-4h11v2H6zM7.5 6a3.91 3.91 0 0 1 1.93.497l-.002 4.041H5.571V6.497A3.91 3.91 0 0 1 7.5 6z"/><circle fill="#0096CC" cx="32.5" cy="8.5" r="3.5"/></g><g transform="translate(15 46)" stroke="#0096CC" stroke-width="2"><circle fill="#FFF" cx="10" cy="10" r="10"/><path stroke-linecap="round" d="m14.194 6.35-6.44 7.767-3.34-3.438"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><filter x="-13.3%" y="-9.1%" width="133.3%" height="122.7%" filterUnits="objectBoundingBox" id="a"><feOffset dx="1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation="1.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feComposite in="shadowBlurOuter1" in2="SourceAlpha" operator="out" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0" in="shadowBlurOuter1"/></filter><filter x="-13.3%" y="-9.1%" width="133.3%" height="122.7%" filterUnits="objectBoundingBox" id="c"><feOffset dx="1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation="1.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feComposite in="shadowBlurOuter1" in2="SourceAlpha" operator="out" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0" in="shadowBlurOuter1"/></filter><filter x="-10%" y="-6.7%" width="125%" height="116.7%" filterUnits="objectBoundingBox" id="e"><feOffset dx="1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation="1.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feComposite in="shadowBlurOuter1" in2="SourceAlpha" operator="out" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0" in="shadowBlurOuter1"/></filter><path id="b" d="M0 0h30v44H0z"/><path id="d" d="M0 0h30v44H0z"/><path id="f" d="M0 0h40v60H0z"/></defs><g fill="none" fill-rule="evenodd"><g transform="translate(32 47)"><use fill="#000" filter="url(#a)" xlink:href="#b"/><path stroke="#C7C7C7" stroke-linejoin="square" fill="#FFF" d="M.5.5h29v43H.5z"/></g><path fill="#D8D8D8" d="M36 56h11v2H36zm0 4h9v2h-9zm0 5h18v2H36zm0 5h20v2H36zm0 5h16v2H36z"/><g transform="translate(32)"><use fill="#000" filter="url(#c)" xlink:href="#d"/><path stroke="#C7C7C7" stroke-linejoin="square" fill="#FFF" d="M.5.5h29v43H.5z"/></g><path fill="#D8D8D8" d="M36 9h11v2H36zm0 4h9v2h-9zm0 5h18v2H36zm0 5h20v2H36zm0 5h16v2H36z"/><g transform="translate(0 11)"><use fill="#000" filter="url(#e)" xlink:href="#f"/><path stroke="#C7C7C7" stroke-linejoin="square" fill="#FFF" d="M.5.5h39v59H.5z"/><path fill="#D8D8D8" d="M15 6h10v2H15zm2 6h6v2h-6zm-4-3h14v2H13zM6 21h14v2H6zm0 8h14v2H6zm0-4h11v2H6zM7.5 6a3.91 3.91 0 0 1 1.93.497l-.002 4.041H5.571V6.497A3.91 3.91 0 0 1 7.5 6z"/><circle fill="#D8D8D8" cx="32.5" cy="8.5" r="3.5"/></g><g transform="translate(15 46)" stroke="#D8D8D8" stroke-width="2"><circle fill="#FFF" cx="10" cy="10" r="10"/><path stroke-linecap="round" d="m14.194 6.35-6.44 7.767-3.34-3.438"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><filter x="-10%" y="-6.7%" width="125%" height="116.7%" filterUnits="objectBoundingBox" id="a"><feOffset dx="1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation="1.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feComposite in="shadowBlurOuter1" in2="SourceAlpha" operator="out" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0" in="shadowBlurOuter1"/></filter><filter x="-10%" y="-6.7%" width="125%" height="116.7%" filterUnits="objectBoundingBox" id="c"><feOffset dx="1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation="1.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feComposite in="shadowBlurOuter1" in2="SourceAlpha" operator="out" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0" in="shadowBlurOuter1"/></filter><filter x="-10%" y="-6.7%" width="125%" height="116.7%" filterUnits="objectBoundingBox" id="e"><feOffset dx="1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation="1.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feComposite in="shadowBlurOuter1" in2="SourceAlpha" operator="out" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0" in="shadowBlurOuter1"/></filter><path id="b" d="M0 0h40v60H0z"/><path id="d" d="M0 0h40v60H0z"/><path id="f" d="M0 0h40v60H0z"/></defs><g fill="none" fill-rule="evenodd"><g transform="translate(12 14)"><use fill="#000" filter="url(#a)" xlink:href="#b"/><path stroke="#0096CC" stroke-linejoin="square" fill="#FFF" d="M.5.5h39v59H.5z"/></g><g transform="translate(6 7)"><use fill="#000" filter="url(#c)" xlink:href="#d"/><path stroke="#0096CC" stroke-linejoin="square" fill="#FFF" d="M.5.5h39v59H.5z"/></g><use fill="#000" filter="url(#e)" xlink:href="#f"/><path stroke="#0096CC" stroke-linejoin="square" fill="#FFF" d="M.5.5h39v59H.5z"/><path fill="#0096CC" d="M15 6h10v2H15zm2 6h6v2h-6zm-4-3h14v2H13zM6 21h14v2H6zm0 4h11v2H6zM7.5 6a3.91 3.91 0 0 1 1.93.497l-.002 4.041H5.571V6.497A3.91 3.91 0 0 1 7.5 6z"/><circle fill="#0096CC" cx="32.5" cy="8.5" r="3.5"/><circle stroke="#0096CC" stroke-width="2" fill="#FFF" cx="20" cy="42" r="12"/><path stroke="#0096CC" stroke-width="2" d="M19.8 35v9l6.5-2"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><filter x="-10%" y="-6.7%" width="125%" height="116.7%" filterUnits="objectBoundingBox" id="a"><feOffset dx="1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation="1.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feComposite in="shadowBlurOuter1" in2="SourceAlpha" operator="out" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0" in="shadowBlurOuter1"/></filter><filter x="-10%" y="-6.7%" width="125%" height="116.7%" filterUnits="objectBoundingBox" id="c"><feOffset dx="1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation="1.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feComposite in="shadowBlurOuter1" in2="SourceAlpha" operator="out" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0" in="shadowBlurOuter1"/></filter><filter x="-10%" y="-6.7%" width="125%" height="116.7%" filterUnits="objectBoundingBox" id="e"><feOffset dx="1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation="1.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feComposite in="shadowBlurOuter1" in2="SourceAlpha" operator="out" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0" in="shadowBlurOuter1"/></filter><path id="b" d="M0 0h40v60H0z"/><path id="d" d="M0 0h40v60H0z"/><path id="f" d="M0 0h40v60H0z"/></defs><g fill="none" fill-rule="evenodd"><g transform="translate(12 14)"><use fill="#000" filter="url(#a)" xlink:href="#b"/><path stroke="#C7C7C7" stroke-linejoin="square" fill="#FFF" d="M.5.5h39v59H.5z"/></g><path fill="#D8D8D8" d="M27 20h10v2H27zm2 6h6v2h-6zm-4-3h14v2H25zm-7 14h14v2H18zm0 4h11v2H18zm0 5h23v2H18zm0 5h25v2H18zm0 5h20v2H18z"/><g transform="translate(6 7)"><use fill="#000" filter="url(#c)" xlink:href="#d"/><path stroke="#C7C7C7" stroke-linejoin="square" fill="#FFF" d="M.5.5h39v59H.5z"/></g><path fill="#D8D8D8" d="M21 13h10v2H21zm2 6h6v2h-6zm-4-3h14v2H19zm-7 14h14v2H12zm0 4h11v2H12zm0 5h23v2H12zm0 5h25v2H12zm0 5h20v2H12z"/><use fill="#000" filter="url(#e)" xlink:href="#f"/><path stroke="#C7C7C7" stroke-linejoin="square" fill="#FFF" d="M.5.5h39v59H.5z"/><path fill="#D8D8D8" d="M15 6h10v2H15zm2 6h6v2h-6zm-4-3h14v2H13zM6 21h14v2H6zm0 4h11v2H6zM7.5 6a3.91 3.91 0 0 1 1.93.497l-.002 4.041H5.571V6.497A3.91 3.91 0 0 1 7.5 6z"/><circle fill="#D8D8D8" cx="32.5" cy="8.5" r="3.5"/><circle stroke="#D8D8D8" stroke-width="2" fill="#FFF" cx="20" cy="42" r="12"/><path stroke="#D8D8D8" stroke-width="2" d="M19.8 35v9l6.5-2"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="63" height="79" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><filter x="-10%" y="-6.7%" width="125%" height="116.7%" filterUnits="objectBoundingBox" id="a"><feOffset dx="1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation="1.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feComposite in="shadowBlurOuter1" in2="SourceAlpha" operator="out" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0" in="shadowBlurOuter1"/></filter><filter x="-10%" y="-6.7%" width="125%" height="116.7%" filterUnits="objectBoundingBox" id="c"><feOffset dx="1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation="1.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feComposite in="shadowBlurOuter1" in2="SourceAlpha" operator="out" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0" in="shadowBlurOuter1"/></filter><path id="b" d="M0 0h40v60H0z"/><path id="d" d="M0 0h40v60H0z"/></defs><g fill="none" fill-rule="evenodd"><g transform="translate(23 19)"><use fill="#000" filter="url(#a)" xlink:href="#b"/><path stroke="#0096CC" stroke-linejoin="square" fill="#FFF" d="M.5.5h39v59H.5z"/></g><path d="M53.762 73.841 27.5 50.5m20.816 18.396L57 59.708V51L43.998 40 31.713 54.245zM52.5 46.5 40 60.99" stroke="#989189"/><path stroke="#0096CC" d="M55.5 27v8"/><path fill="#0096CC" d="m55.5 24 1.5 4h-3z"/><use fill="#000" filter="url(#c)" xlink:href="#d"/><path stroke="#0096CC" stroke-linejoin="square" fill="#FFF" d="M.5.5h39v59H.5z"/><path fill="#0096CC" d="M15 6h10v2H15zm2 6h6v2h-6zm-4-3h14v2H13zM6 23h14v2H6zm0 4h11v2H6zm0 5h23v2H6zm0 5h25v2H6zm0 5h20v2H6zM7.5 6a3.91 3.91 0 0 1 1.93.497l-.002 4.041H5.571V6.497A3.91 3.91 0 0 1 7.5 6z"/><circle fill="#0096CC" cx="32.5" cy="8.5" r="3.5"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="63" height="79" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><filter x="-10%" y="-6.7%" width="125%" height="116.7%" filterUnits="objectBoundingBox" id="a"><feOffset dx="1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation="1.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feComposite in="shadowBlurOuter1" in2="SourceAlpha" operator="out" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0" in="shadowBlurOuter1"/></filter><filter x="-10%" y="-6.7%" width="125%" height="116.7%" filterUnits="objectBoundingBox" id="c"><feOffset dx="1" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation="1.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feComposite in="shadowBlurOuter1" in2="SourceAlpha" operator="out" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0" in="shadowBlurOuter1"/></filter><path id="b" d="M0 0h40v60H0z"/><path id="d" d="M0 0h40v60H0z"/></defs><g fill="none" fill-rule="evenodd"><g transform="translate(23 19)"><use fill="#000" filter="url(#a)" xlink:href="#b"/><path stroke="#C7C7C7" stroke-linejoin="square" fill="#FFF" d="M.5.5h39v59H.5z"/></g><path stroke="#D8D8D8" d="M55.5 27v8"/><path fill="#D8D8D8" d="m55.5 24 1.5 4h-3z"/><path d="M53.762 73.841 27.5 50.5m20.816 18.396L57 59.708V51L43.998 40 31.713 54.245zM52.5 46.5 40 60.99" stroke="#C7C7C7"/><use fill="#000" filter="url(#c)" xlink:href="#d"/><path stroke="#C7C7C7" stroke-linejoin="square" fill="#FFF" d="M.5.5h39v59H.5z"/><path fill="#D8D8D8" d="M15 6h10v2H15zm2 6h6v2h-6zm-4-3h14v2H13zM6 23h14v2H6zm0 4h11v2H6zm0 5h23v2H6zm0 5h25v2H6zm0 5h20v2H6zM7.5 6a3.91 3.91 0 0 1 1.93.497l-.002 4.041H5.571V6.497A3.91 3.91 0 0 1 7.5 6z"/><circle fill="#D8D8D8" cx="32.5" cy="8.5" r="3.5"/></g></svg>
|