@scalar/api-reference 0.1.31 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/ApiClientModal.vue.d.ts.map +1 -1
- package/dist/components/ApiReference.vue.d.ts +12 -0
- package/dist/components/ApiReference.vue.d.ts.map +1 -1
- package/dist/components/Content/ReferenceEndpoint/Copy.vue.d.ts.map +1 -1
- package/dist/components/Content/ReferenceEndpoint/ExampleRequest.vue.d.ts.map +1 -1
- package/dist/components/Content/ReferenceEndpoint/ExampleResponses.vue.d.ts.map +1 -1
- package/dist/components/HelpfulLink.vue.d.ts +20 -0
- package/dist/components/HelpfulLink.vue.d.ts.map +1 -0
- package/dist/components/SearchModal.vue.d.ts.map +1 -1
- package/dist/components/SimpleTable/SimpleCell.vue.d.ts +40 -0
- package/dist/components/SimpleTable/SimpleCell.vue.d.ts.map +1 -0
- package/dist/components/SimpleTable/SimpleHeader.vue.d.ts +10 -0
- package/dist/components/SimpleTable/SimpleHeader.vue.d.ts.map +1 -0
- package/dist/components/SimpleTable/SimpleRow.vue.d.ts +10 -0
- package/dist/components/SimpleTable/SimpleRow.vue.d.ts.map +1 -0
- package/dist/components/SimpleTable/SimpleTable.vue.d.ts +10 -0
- package/dist/components/SimpleTable/SimpleTable.vue.d.ts.map +1 -0
- package/dist/components/SimpleTable/index.d.ts +5 -0
- package/dist/components/SimpleTable/index.d.ts.map +1 -0
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +34044 -55062
- package/dist/standalone.d.ts +0 -1
- package/dist/standalone.d.ts.map +1 -1
- package/dist/types.d.ts +2 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +11 -13
- package/src/components/ApiClientModal.vue +205 -0
- package/src/components/ApiReference.vue +754 -0
- package/src/components/Card/Card.vue +12 -0
- package/src/components/Card/CardContent.vue +45 -0
- package/src/components/Card/CardFooter.vue +13 -0
- package/src/components/Card/CardHeader.vue +37 -0
- package/src/components/Card/CardTab.vue +32 -0
- package/src/components/Card/CardTabHeader.vue +32 -0
- package/src/components/Card/index.ts +6 -0
- package/src/components/Content/Content.vue +145 -0
- package/src/components/Content/Introduction/BaseUrl.vue +32 -0
- package/src/components/Content/Introduction/Introduction.vue +141 -0
- package/src/components/Content/Introduction/LanguageSelector.vue +361 -0
- package/src/components/Content/Introduction/index.ts +1 -0
- package/src/components/Content/MarkdownRenderer.vue +174 -0
- package/src/components/Content/ReferenceEndpoint/Copy.vue +100 -0
- package/src/components/Content/ReferenceEndpoint/ExampleRequest.vue +317 -0
- package/src/components/Content/ReferenceEndpoint/ExampleResponseTab.vue +22 -0
- package/src/components/Content/ReferenceEndpoint/ExampleResponses.vue +168 -0
- package/src/components/Content/ReferenceEndpoint/ParameterItem.vue +26 -0
- package/src/components/Content/ReferenceEndpoint/Parameters.vue +23 -0
- package/src/components/Content/ReferenceEndpoint/ReferenceEndpoint.vue +29 -0
- package/src/components/Content/ReferenceEndpoint/RequestBody.vue +125 -0
- package/src/components/Content/ReferenceEndpoint/RequestBodyProperties.vue +54 -0
- package/src/components/Content/ReferenceEndpoint/RequestBodyPropertiesChild.vue +39 -0
- package/src/components/Content/ReferenceEndpoint/index.ts +1 -0
- package/src/components/Content/ReferenceTag.vue +99 -0
- package/src/components/Content/Spinner.vue +51 -0
- package/src/components/Content/index.ts +1 -0
- package/src/components/FindAnythingButton.vue +76 -0
- package/src/components/FlowButton.vue +184 -0
- package/src/components/FlowIconButton.vue +25 -0
- package/src/components/FlowLoader.vue +207 -0
- package/src/components/FlowModal.vue +133 -0
- package/src/components/HelpfulLink.vue +19 -0
- package/src/components/Icon/FlowIcon.vue +19 -0
- package/src/components/Icon/Icon.vue +23 -0
- package/src/components/Icon/SvgRenderer.ts +66 -0
- package/src/components/Icon/brand/brand-adobe.svg +1 -0
- package/src/components/Icon/brand/brand-amazon.svg +1 -0
- package/src/components/Icon/brand/brand-browser-firefox.svg +5 -0
- package/src/components/Icon/brand/brand-browser-googlechrome.svg +5 -0
- package/src/components/Icon/brand/brand-creative-commons.svg +1 -0
- package/src/components/Icon/brand/brand-ecommerce-etsy.svg +1 -0
- package/src/components/Icon/brand/brand-ecommerce-patreon.svg +1 -0
- package/src/components/Icon/brand/brand-ecommerce-shopify.svg +5 -0
- package/src/components/Icon/brand/brand-ecommerce-wordpress.svg +1 -0
- package/src/components/Icon/brand/brand-gaming-nintendo-switch.svg +5 -0
- package/src/components/Icon/brand/brand-gaming-playstation.svg +1 -0
- package/src/components/Icon/brand/brand-gaming-xbox-live.svg +5 -0
- package/src/components/Icon/brand/brand-google-drive.svg +5 -0
- package/src/components/Icon/brand/brand-google-gmail.svg +5 -0
- package/src/components/Icon/brand/brand-google.svg +1 -0
- package/src/components/Icon/brand/brand-music-itunes.svg +1 -0
- package/src/components/Icon/brand/brand-music-soundcloud.svg +1 -0
- package/src/components/Icon/brand/brand-music-spotify.svg +1 -0
- package/src/components/Icon/brand/brand-office-dropbox.svg +5 -0
- package/src/components/Icon/brand/brand-office-slack.svg +5 -0
- package/src/components/Icon/brand/brand-office-zoom.svg +1 -0
- package/src/components/Icon/brand/brand-payments-alipay.svg +1 -0
- package/src/components/Icon/brand/brand-payments-paypal.svg +1 -0
- package/src/components/Icon/brand/brand-payments-stripe.svg +1 -0
- package/src/components/Icon/brand/brand-platform-android.svg +1 -0
- package/src/components/Icon/brand/brand-platform-apple.svg +5 -0
- package/src/components/Icon/brand/brand-platform-linux.svg +5 -0
- package/src/components/Icon/brand/brand-platform-microsoft-windows.svg +4 -0
- package/src/components/Icon/brand/brand-social-chat-discord.svg +5 -0
- package/src/components/Icon/brand/brand-social-chat-kuaishou.svg +5 -0
- package/src/components/Icon/brand/brand-social-chat-line.svg +5 -0
- package/src/components/Icon/brand/brand-social-chat-messenger.svg +5 -0
- package/src/components/Icon/brand/brand-social-chat-signal.svg +5 -0
- package/src/components/Icon/brand/brand-social-chat-snapchat.svg +5 -0
- package/src/components/Icon/brand/brand-social-chat-telegram.svg +5 -0
- package/src/components/Icon/brand/brand-social-chat-wechat.svg +5 -0
- package/src/components/Icon/brand/brand-social-chat-whatsapp.svg +5 -0
- package/src/components/Icon/brand/brand-social-media-deviantart.svg +5 -0
- package/src/components/Icon/brand/brand-social-media-dribbble.svg +1 -0
- package/src/components/Icon/brand/brand-social-media-facebook.svg +1 -0
- package/src/components/Icon/brand/brand-social-media-instagram.svg +5 -0
- package/src/components/Icon/brand/brand-social-media-linkedin.svg +5 -0
- package/src/components/Icon/brand/brand-social-media-pinterest.svg +5 -0
- package/src/components/Icon/brand/brand-social-media-reddit.svg +1 -0
- package/src/components/Icon/brand/brand-social-media-sina-weibo.svg +5 -0
- package/src/components/Icon/brand/brand-social-media-threads.svg +1 -0
- package/src/components/Icon/brand/brand-social-media-tiktok.svg +5 -0
- package/src/components/Icon/brand/brand-social-media-tinder.svg +1 -0
- package/src/components/Icon/brand/brand-social-media-tumblr.svg +5 -0
- package/src/components/Icon/brand/brand-social-media-twitter.svg +5 -0
- package/src/components/Icon/brand/brand-software-design-figma.svg +1 -0
- package/src/components/Icon/brand/brand-software-development-authy.svg +1 -0
- package/src/components/Icon/brand/brand-software-development-digital-ocean.svg +1 -0
- package/src/components/Icon/brand/brand-software-development-docker.svg +5 -0
- package/src/components/Icon/brand/brand-software-development-github.svg +5 -0
- package/src/components/Icon/brand/brand-software-development-jira.svg +1 -0
- package/src/components/Icon/brand/brand-software-development-openai.svg +1 -0
- package/src/components/Icon/brand/brand-software-development-stackexchange.svg +5 -0
- package/src/components/Icon/brand/brand-software-development-stackoverflow.svg +1 -0
- package/src/components/Icon/brand/brand-video-netflix.svg +5 -0
- package/src/components/Icon/brand/brand-video-twitch.svg +1 -0
- package/src/components/Icon/brand/brand-video-vimeo.svg +5 -0
- package/src/components/Icon/brand/brand-video-youtube.svg +5 -0
- package/src/components/Icon/brand/programming-framework-angular.svg +5 -0
- package/src/components/Icon/brand/programming-framework-astro.svg +5 -0
- package/src/components/Icon/brand/programming-framework-laravel.svg +1 -0
- package/src/components/Icon/brand/programming-framework-nextdotjs.svg +5 -0
- package/src/components/Icon/brand/programming-framework-react.svg +5 -0
- package/src/components/Icon/brand/programming-framework-vuedotjs.svg +1 -0
- package/src/components/Icon/brand/programming-language-c.svg +5 -0
- package/src/components/Icon/brand/programming-language-clojure.svg +5 -0
- package/src/components/Icon/brand/programming-language-csharp.svg +4 -0
- package/src/components/Icon/brand/programming-language-css3.svg +4 -0
- package/src/components/Icon/brand/programming-language-go.svg +4 -0
- package/src/components/Icon/brand/programming-language-html5.svg +4 -0
- package/src/components/Icon/brand/programming-language-java.svg +21 -0
- package/src/components/Icon/brand/programming-language-javascript-js.svg +4 -0
- package/src/components/Icon/brand/programming-language-json.svg +8 -0
- package/src/components/Icon/brand/programming-language-kotlin.svg +3 -0
- package/src/components/Icon/brand/programming-language-node.svg +10 -0
- package/src/components/Icon/brand/programming-language-objc.svg +6 -0
- package/src/components/Icon/brand/programming-language-ocaml.svg +4 -0
- package/src/components/Icon/brand/programming-language-php.svg +4 -0
- package/src/components/Icon/brand/programming-language-powershell.svg +10 -0
- package/src/components/Icon/brand/programming-language-python.svg +4 -0
- package/src/components/Icon/brand/programming-language-r.svg +7 -0
- package/src/components/Icon/brand/programming-language-ruby.svg +5 -0
- package/src/components/Icon/brand/programming-language-scala.svg +5 -0
- package/src/components/Icon/brand/programming-language-shell.svg +5 -0
- package/src/components/Icon/brand/programming-language-swift.svg +4 -0
- package/src/components/Icon/brand/programming-language-typescript.svg +5 -0
- package/src/components/Icon/brand/programming-tool-git.svg +1 -0
- package/src/components/Icon/brand/programming-tool-tailwindcss.svg +5 -0
- package/src/components/Icon/icons/Add.svg +4 -0
- package/src/components/Icon/icons/ArrowDown.svg +3 -0
- package/src/components/Icon/icons/ArrowLeft.svg +3 -0
- package/src/components/Icon/icons/ArrowRight.svg +3 -0
- package/src/components/Icon/icons/ArrowUp.svg +3 -0
- package/src/components/Icon/icons/Background.svg +8 -0
- package/src/components/Icon/icons/CallToAction.svg +5 -0
- package/src/components/Icon/icons/CheckMark.svg +3 -0
- package/src/components/Icon/icons/ChevronDown.svg +3 -0
- package/src/components/Icon/icons/ChevronLeft.svg +3 -0
- package/src/components/Icon/icons/ChevronRight.svg +3 -0
- package/src/components/Icon/icons/ChevronUp.svg +3 -0
- package/src/components/Icon/icons/Close.svg +3 -0
- package/src/components/Icon/icons/DarkMode.svg +4 -0
- package/src/components/Icon/icons/Delete.svg +5 -0
- package/src/components/Icon/icons/Discord.svg +5 -0
- package/src/components/Icon/icons/Duplicate.svg +6 -0
- package/src/components/Icon/icons/Edit.svg +4 -0
- package/src/components/Icon/icons/EditorBold.svg +4 -0
- package/src/components/Icon/icons/EditorCode.svg +6 -0
- package/src/components/Icon/icons/EditorHighlight.svg +12 -0
- package/src/components/Icon/icons/EditorItalic.svg +4 -0
- package/src/components/Icon/icons/EditorLink.svg +8 -0
- package/src/components/Icon/icons/EditorStrike.svg +4 -0
- package/src/components/Icon/icons/EditorUnderline.svg +6 -0
- package/src/components/Icon/icons/Ellipses.svg +4 -0
- package/src/components/Icon/icons/Error.svg +4 -0
- package/src/components/Icon/icons/ExternalLink.svg +7 -0
- package/src/components/Icon/icons/Folder.svg +4 -0
- package/src/components/Icon/icons/GitHub.svg +4 -0
- package/src/components/Icon/icons/Google.svg +4 -0
- package/src/components/Icon/icons/Hide.svg +5 -0
- package/src/components/Icon/icons/Key.svg +5 -0
- package/src/components/Icon/icons/Leave.svg +5 -0
- package/src/components/Icon/icons/LightMode.svg +6 -0
- package/src/components/Icon/icons/Link.svg +5 -0
- package/src/components/Icon/icons/Lock.svg +4 -0
- package/src/components/Icon/icons/Logo.svg +4 -0
- package/src/components/Icon/icons/LogoAPI.svg +4 -0
- package/src/components/Icon/icons/LogoClient.svg +4 -0
- package/src/components/Icon/icons/LogoMarket.svg +4 -0
- package/src/components/Icon/icons/LogoSwagger.svg +4 -0
- package/src/components/Icon/icons/Magic.svg +5 -0
- package/src/components/Icon/icons/Menu.svg +3 -0
- package/src/components/Icon/icons/Page.svg +8 -0
- package/src/components/Icon/icons/Payment.svg +5 -0
- package/src/components/Icon/icons/Refresh.svg +4 -0
- package/src/components/Icon/icons/Search.svg +4 -0
- package/src/components/Icon/icons/Show.svg +5 -0
- package/src/components/Icon/icons/Sigma.svg +4 -0
- package/src/components/Icon/icons/Trash.svg +5 -0
- package/src/components/Icon/icons/index.ts +65 -0
- package/src/components/Icon/index.ts +2 -0
- package/src/components/Icon/line/arrow-chevron-down.svg +1 -0
- package/src/components/Icon/line/arrow-chevron-left.svg +1 -0
- package/src/components/Icon/line/arrow-chevron-right.svg +1 -0
- package/src/components/Icon/line/arrow-chevron-up.svg +1 -0
- package/src/components/Icon/line/arrow-down.svg +1 -0
- package/src/components/Icon/line/arrow-left.svg +1 -0
- package/src/components/Icon/line/arrow-right.svg +1 -0
- package/src/components/Icon/line/arrow-up.svg +1 -0
- package/src/components/Icon/line/basic-shape-diamond.svg +1 -0
- package/src/components/Icon/line/basic-shape-hexagon.svg +1 -0
- package/src/components/Icon/line/basic-shape-primary-circle-ellipse-round.svg +1 -0
- package/src/components/Icon/line/basic-shape-primary-square-rectangle.svg +1 -0
- package/src/components/Icon/line/basic-shape-shield.svg +1 -0
- package/src/components/Icon/line/computer-device-desktop-monitor.svg +1 -0
- package/src/components/Icon/line/computer-device-desktop.svg +1 -0
- package/src/components/Icon/line/computer-device-laptop.svg +1 -0
- package/src/components/Icon/line/computer-device-mobile-phone-android-samsung-back.svg +1 -0
- package/src/components/Icon/line/computer-device-mobile-phone-android-samsung.svg +1 -0
- package/src/components/Icon/line/computer-device-mobile-phone-iphone-x-back.svg +1 -0
- package/src/components/Icon/line/computer-device-mobile-phone-iphone-x.svg +1 -0
- package/src/components/Icon/line/computer-device-mobile-tablet-touch.svg +1 -0
- package/src/components/Icon/line/computer-device-mobile-tablet.svg +1 -0
- package/src/components/Icon/line/computer-device-network-ethernet-cat6.svg +1 -0
- package/src/components/Icon/line/computer-device-network-lan-www.svg +1 -0
- package/src/components/Icon/line/computer-device-network-wifi-connection.svg +1 -0
- package/src/components/Icon/line/computer-device-network-wifi-router.svg +1 -0
- package/src/components/Icon/line/computer-keyboard-alt.svg +1 -0
- package/src/components/Icon/line/computer-keyboard-command-cmd-control-ctrl.svg +1 -0
- package/src/components/Icon/line/computer-keyboard-option.svg +1 -0
- package/src/components/Icon/line/computer-keyboard-shift.svg +1 -0
- package/src/components/Icon/line/ecology-science-erlenmeyer-flask.svg +1 -0
- package/src/components/Icon/line/entertainment-control-button-circle-left-arrow-rewind.svg +1 -0
- package/src/components/Icon/line/entertainment-control-button-circle-pause.svg +1 -0
- package/src/components/Icon/line/entertainment-control-button-circle-right-arrow-fast-forward.svg +1 -0
- package/src/components/Icon/line/entertainment-control-button-circle-stop-square.svg +1 -0
- package/src/components/Icon/line/entertainment-control-button-play-circle.svg +1 -0
- package/src/components/Icon/line/entertainment-party-popper-confetti.svg +1 -0
- package/src/components/Icon/line/image-flash-lightning.svg +1 -0
- package/src/components/Icon/line/image-photo-frame.svg +1 -0
- package/src/components/Icon/line/image-picture-flower.svg +1 -0
- package/src/components/Icon/line/interface-add.svg +1 -0
- package/src/components/Icon/line/interface-alert-error-exclamation-block-square.svg +1 -0
- package/src/components/Icon/line/interface-alert-error-x-block-square.svg +1 -0
- package/src/components/Icon/line/interface-alert-exclamation-diamond.svg +1 -0
- package/src/components/Icon/line/interface-alert-exclamation-triangle-warning.svg +1 -0
- package/src/components/Icon/line/interface-alert-information-circle.svg +1 -0
- package/src/components/Icon/line/interface-award-crown.svg +1 -0
- package/src/components/Icon/line/interface-bookmark-tag.svg +1 -0
- package/src/components/Icon/line/interface-bookmark.svg +1 -0
- package/src/components/Icon/line/interface-calendar-date-one.svg +1 -0
- package/src/components/Icon/line/interface-close.svg +1 -0
- package/src/components/Icon/line/interface-content-book-open-pages.svg +1 -0
- package/src/components/Icon/line/interface-content-book-page.svg +1 -0
- package/src/components/Icon/line/interface-content-file.svg +8 -0
- package/src/components/Icon/line/interface-content-folder.svg +1 -0
- package/src/components/Icon/line/interface-copy-clipboard.svg +1 -0
- package/src/components/Icon/line/interface-delete-bin-trash.svg +1 -0
- package/src/components/Icon/line/interface-dots-horizontal.svg +1 -0
- package/src/components/Icon/line/interface-dots-vertical.svg +1 -0
- package/src/components/Icon/line/interface-edit-attachment.svg +1 -0
- package/src/components/Icon/line/interface-edit-binocular.svg +1 -0
- package/src/components/Icon/line/interface-edit-magic-wand.svg +1 -0
- package/src/components/Icon/line/interface-edit-tool-eraser.svg +1 -0
- package/src/components/Icon/line/interface-edit-tool-paint-brush.svg +1 -0
- package/src/components/Icon/line/interface-edit-tool-paint-roller.svg +1 -0
- package/src/components/Icon/line/interface-edit-tool-pen.svg +1 -0
- package/src/components/Icon/line/interface-edit-tool-pencil.svg +1 -0
- package/src/components/Icon/line/interface-edit-view-eye.svg +1 -0
- package/src/components/Icon/line/interface-favorite-award.svg +1 -0
- package/src/components/Icon/line/interface-favorite-flag.svg +1 -0
- package/src/components/Icon/line/interface-favorite-heart.svg +1 -0
- package/src/components/Icon/line/interface-favorite-star.svg +1 -0
- package/src/components/Icon/line/interface-favorite-stars-shining.svg +1 -0
- package/src/components/Icon/line/interface-favorite-stars-sparkles.svg +1 -0
- package/src/components/Icon/line/interface-hierarchy-flowchart.svg +1 -0
- package/src/components/Icon/line/interface-home-house.svg +1 -0
- package/src/components/Icon/line/interface-hyperlink.svg +1 -0
- package/src/components/Icon/line/interface-lighting-brightness.svg +1 -0
- package/src/components/Icon/line/interface-lock-closed.svg +1 -0
- package/src/components/Icon/line/interface-lock-open-unlock.svg +1 -0
- package/src/components/Icon/line/interface-login-key.svg +1 -0
- package/src/components/Icon/line/interface-search.svg +1 -0
- package/src/components/Icon/line/interface-setting-cog.svg +1 -0
- package/src/components/Icon/line/interface-share-megaphone-bullhorn.svg +1 -0
- package/src/components/Icon/line/interface-share-rocket.svg +1 -0
- package/src/components/Icon/line/interface-share-satellite.svg +1 -0
- package/src/components/Icon/line/interface-share-space-ship.svg +1 -0
- package/src/components/Icon/line/interface-share.svg +1 -0
- package/src/components/Icon/line/interface-signal-square.svg +1 -0
- package/src/components/Icon/line/interface-text-formatting-left-open-quote.svg +1 -0
- package/src/components/Icon/line/interface-text-formatting-right-close-quote.svg +1 -0
- package/src/components/Icon/line/interface-time-clock-circle.svg +1 -0
- package/src/components/Icon/line/interface-time-hour-glass.svg +1 -0
- package/src/components/Icon/line/interface-users-multiple.svg +1 -0
- package/src/components/Icon/line/interface-validation-checkbox-square.svg +1 -0
- package/src/components/Icon/line/interface-weather-moon.svg +1 -0
- package/src/components/Icon/line/legal-justice-hammer-gavel.svg +1 -0
- package/src/components/Icon/line/mail-chat-bubble-square.svg +1 -0
- package/src/components/Icon/line/mail-send-email-paper-airplane.svg +1 -0
- package/src/components/Icon/line/mail-send-envelope.svg +1 -0
- package/src/components/Icon/line/mail-sign-hashtag.svg +1 -0
- package/src/components/Icon/line/money-cashier-receipt.svg +1 -0
- package/src/components/Icon/line/money-currency-dollar-pay.svg +1 -0
- package/src/components/Icon/line/money-graph-arrow-increase.svg +1 -0
- package/src/components/Icon/line/money-graph-bar-chart-increase.svg +1 -0
- package/src/components/Icon/line/nature-ecology-leaf.svg +1 -0
- package/src/components/Icon/line/phone-telephone.svg +1 -0
- package/src/components/Icon/line/programming-bug.svg +1 -0
- package/src/components/Icon/line/programming-cloud.svg +1 -0
- package/src/components/Icon/line/programming-computer-database-server.svg +1 -0
- package/src/components/Icon/line/programming-computer-database.svg +1 -0
- package/src/components/Icon/line/programming-module-four-layout.svg +1 -0
- package/src/components/Icon/line/programming-module-three.svg +1 -0
- package/src/components/Icon/line/programming-module.svg +1 -0
- package/src/components/Icon/line/programming-script-code.svg +1 -0
- package/src/components/Icon/line/shopping-cart.svg +8 -0
- package/src/components/Icon/line/shopping-gift-present.svg +1 -0
- package/src/components/Icon/line/shopping-shipping-box-parcel-package.svg +1 -0
- package/src/components/Icon/line/tag-new-circle.svg +1 -0
- package/src/components/Icon/line/travel-map-earth-globe.svg +1 -0
- package/src/components/Icon/localIcons.ts +68 -0
- package/src/components/Icon/solid/arrow-chevron-down.svg +1 -0
- package/src/components/Icon/solid/arrow-chevron-left.svg +1 -0
- package/src/components/Icon/solid/arrow-chevron-right.svg +1 -0
- package/src/components/Icon/solid/arrow-chevron-up.svg +1 -0
- package/src/components/Icon/solid/arrow-down.svg +1 -0
- package/src/components/Icon/solid/arrow-left.svg +1 -0
- package/src/components/Icon/solid/arrow-right.svg +1 -0
- package/src/components/Icon/solid/arrow-up.svg +1 -0
- package/src/components/Icon/solid/basic-shape-diamond.svg +1 -0
- package/src/components/Icon/solid/basic-shape-hexagon.svg +1 -0
- package/src/components/Icon/solid/basic-shape-primary-circle-ellipse-round.svg +1 -0
- package/src/components/Icon/solid/basic-shape-primary-square-rectangle.svg +1 -0
- package/src/components/Icon/solid/basic-shape-shield.svg +1 -0
- package/src/components/Icon/solid/computer-device-desktop-monitor.svg +1 -0
- package/src/components/Icon/solid/computer-device-desktop.svg +1 -0
- package/src/components/Icon/solid/computer-device-laptop.svg +1 -0
- package/src/components/Icon/solid/computer-device-mobile-phone-android-samsung-back.svg +1 -0
- package/src/components/Icon/solid/computer-device-mobile-phone-android-samsung.svg +1 -0
- package/src/components/Icon/solid/computer-device-mobile-phone-iphone-x-back.svg +1 -0
- package/src/components/Icon/solid/computer-device-mobile-phone-iphone-x.svg +1 -0
- package/src/components/Icon/solid/computer-device-mobile-tablet-touch.svg +1 -0
- package/src/components/Icon/solid/computer-device-mobile-tablet.svg +1 -0
- package/src/components/Icon/solid/computer-device-network-ethernet-cat6.svg +1 -0
- package/src/components/Icon/solid/computer-device-network-lan-www.svg +1 -0
- package/src/components/Icon/solid/computer-device-network-wifi-connection.svg +5 -0
- package/src/components/Icon/solid/computer-device-network-wifi-router.svg +1 -0
- package/src/components/Icon/solid/computer-keyboard-alt.svg +1 -0
- package/src/components/Icon/solid/computer-keyboard-command-cmd-control-ctrl.svg +1 -0
- package/src/components/Icon/solid/computer-keyboard-option.svg +1 -0
- package/src/components/Icon/solid/computer-keyboard-shift.svg +1 -0
- package/src/components/Icon/solid/ecology-science-erlenmeyer-flask.svg +1 -0
- package/src/components/Icon/solid/entertainment-control-button-circle-left-arrow-rewind.svg +1 -0
- package/src/components/Icon/solid/entertainment-control-button-circle-pause.svg +1 -0
- package/src/components/Icon/solid/entertainment-control-button-circle-play.svg +5 -0
- package/src/components/Icon/solid/entertainment-control-button-circle-right-arrow-fast-forward.svg +1 -0
- package/src/components/Icon/solid/entertainment-control-button-circle-stop-square.svg +1 -0
- package/src/components/Icon/solid/entertainment-party-popper-confetti.svg +1 -0
- package/src/components/Icon/solid/image-flash-lightning.svg +5 -0
- package/src/components/Icon/solid/image-photo-frame.svg +11 -0
- package/src/components/Icon/solid/image-picture-flower.svg +5 -0
- package/src/components/Icon/solid/interface-add-square.svg +5 -0
- package/src/components/Icon/solid/interface-alert-error-exclamation-block-square.svg +1 -0
- package/src/components/Icon/solid/interface-alert-error-x-block-square.svg +1 -0
- package/src/components/Icon/solid/interface-alert-exclamation-diamond.svg +1 -0
- package/src/components/Icon/solid/interface-alert-exclamation-triangle-warning.svg +1 -0
- package/src/components/Icon/solid/interface-alert-information-circle.svg +5 -0
- package/src/components/Icon/solid/interface-award-crown.svg +5 -0
- package/src/components/Icon/solid/interface-bookmark-tag.svg +1 -0
- package/src/components/Icon/solid/interface-bookmark.svg +5 -0
- package/src/components/Icon/solid/interface-calendar-date-one.svg +5 -0
- package/src/components/Icon/solid/interface-close.svg +8 -0
- package/src/components/Icon/solid/interface-content-book-open-pages.svg +13 -0
- package/src/components/Icon/solid/interface-content-book-page.svg +5 -0
- package/src/components/Icon/solid/interface-content-file.svg +5 -0
- package/src/components/Icon/solid/interface-content-folder.svg +1 -0
- package/src/components/Icon/solid/interface-copy-clipboard.svg +5 -0
- package/src/components/Icon/solid/interface-delete-bin-trash.svg +1 -0
- package/src/components/Icon/solid/interface-dots-horizontal.svg +1 -0
- package/src/components/Icon/solid/interface-dots-vertical.svg +1 -0
- package/src/components/Icon/solid/interface-edit-attachment.svg +5 -0
- package/src/components/Icon/solid/interface-edit-binocular.svg +5 -0
- package/src/components/Icon/solid/interface-edit-magic-wand.svg +7 -0
- package/src/components/Icon/solid/interface-edit-tool-eraser.svg +1 -0
- package/src/components/Icon/solid/interface-edit-tool-paint-brush.svg +1 -0
- package/src/components/Icon/solid/interface-edit-tool-paint-roller.svg +5 -0
- package/src/components/Icon/solid/interface-edit-tool-pen.svg +5 -0
- package/src/components/Icon/solid/interface-edit-tool-pencil.svg +1 -0
- package/src/components/Icon/solid/interface-edit-view-eye.svg +7 -0
- package/src/components/Icon/solid/interface-favorite-award.svg +5 -0
- package/src/components/Icon/solid/interface-favorite-flag.svg +1 -0
- package/src/components/Icon/solid/interface-favorite-heart.svg +5 -0
- package/src/components/Icon/solid/interface-favorite-star.svg +5 -0
- package/src/components/Icon/solid/interface-favorite-stars-shining.svg +1 -0
- package/src/components/Icon/solid/interface-favorite-stars-sparkles.svg +1 -0
- package/src/components/Icon/solid/interface-hierarchy-flowchart.svg +5 -0
- package/src/components/Icon/solid/interface-home-house.svg +5 -0
- package/src/components/Icon/solid/interface-hyperlink.svg +5 -0
- package/src/components/Icon/solid/interface-lighting-brightness.svg +22 -0
- package/src/components/Icon/solid/interface-lock-closed.svg +5 -0
- package/src/components/Icon/solid/interface-lock-open-unlock.svg +1 -0
- package/src/components/Icon/solid/interface-login-key.svg +5 -0
- package/src/components/Icon/solid/interface-search.svg +5 -0
- package/src/components/Icon/solid/interface-setting-cog.svg +5 -0
- package/src/components/Icon/solid/interface-share-megaphone-bullhorn.svg +5 -0
- package/src/components/Icon/solid/interface-share-rocket.svg +1 -0
- package/src/components/Icon/solid/interface-share-satellite.svg +8 -0
- package/src/components/Icon/solid/interface-share-space-ship.svg +1 -0
- package/src/components/Icon/solid/interface-share.svg +5 -0
- package/src/components/Icon/solid/interface-signal-square.svg +5 -0
- package/src/components/Icon/solid/interface-text-formatting-left-open-quote.svg +1 -0
- package/src/components/Icon/solid/interface-text-formatting-right-close-quote.svg +1 -0
- package/src/components/Icon/solid/interface-time-clock-circle.svg +5 -0
- package/src/components/Icon/solid/interface-time-hour-glass.svg +1 -0
- package/src/components/Icon/solid/interface-users-multiple.svg +11 -0
- package/src/components/Icon/solid/interface-validation-checkbox-square.svg +5 -0
- package/src/components/Icon/solid/interface-weather-moon.svg +5 -0
- package/src/components/Icon/solid/legal-justice-hammer-gavel.svg +1 -0
- package/src/components/Icon/solid/mail-chat-bubble-square.svg +5 -0
- package/src/components/Icon/solid/mail-send-email-paper-airplane.svg +5 -0
- package/src/components/Icon/solid/mail-send-envelope.svg +1 -0
- package/src/components/Icon/solid/mail-sign-hashtag.svg +5 -0
- package/src/components/Icon/solid/money-cashier-receipt.svg +1 -0
- package/src/components/Icon/solid/money-currency-dollar-pay.svg +5 -0
- package/src/components/Icon/solid/money-graph-arrow-increase.svg +5 -0
- package/src/components/Icon/solid/money-graph-bar-chart-increase.svg +1 -0
- package/src/components/Icon/solid/nature-ecology-leaf.svg +5 -0
- package/src/components/Icon/solid/phone-telephone.svg +5 -0
- package/src/components/Icon/solid/programming-bug.svg +5 -0
- package/src/components/Icon/solid/programming-cloud.svg +4 -0
- package/src/components/Icon/solid/programming-computer-database-server.svg +5 -0
- package/src/components/Icon/solid/programming-computer-database.svg +5 -0
- package/src/components/Icon/solid/programming-module-four-layout.svg +1 -0
- package/src/components/Icon/solid/programming-module-three.svg +1 -0
- package/src/components/Icon/solid/programming-module.svg +1 -0
- package/src/components/Icon/solid/programming-script-code.svg +5 -0
- package/src/components/Icon/solid/shopping-cart.svg +1 -0
- package/src/components/Icon/solid/shopping-gift-present.svg +16 -0
- package/src/components/Icon/solid/shopping-shipping-box-parcel-package.svg +11 -0
- package/src/components/Icon/solid/tag-new-circle.svg +7 -0
- package/src/components/Icon/solid/travel-map-earth-globe.svg +5 -0
- package/src/components/SearchModal.vue +305 -0
- package/src/components/Sidebar.vue +289 -0
- package/src/components/SidebarElement.vue +133 -0
- package/src/components/SidebarGroup.vue +12 -0
- package/src/components/SimpleTable/SimpleCell.vue +46 -0
- package/src/components/SimpleTable/SimpleHeader.vue +17 -0
- package/src/components/SimpleTable/SimpleRow.vue +5 -0
- package/src/components/SimpleTable/SimpleTable.vue +13 -0
- package/src/components/SimpleTable/index.ts +4 -0
- package/src/declarations/typographic-base.d.ts +1 -0
- package/src/helpers/generateAxiosCodeFromRequest.ts +42 -0
- package/src/helpers/generateLaravelCodeFromRequest.ts +20 -0
- package/src/helpers/index.ts +4 -0
- package/src/helpers/objectMerge.ts +19 -0
- package/src/helpers/specHelpers.ts +62 -0
- package/src/helpers/transformToJson.test.ts +7 -0
- package/src/helpers/transformToJson.ts +22 -0
- package/src/hooks/useRefOnMount.ts +12 -0
- package/src/index.ts +11 -0
- package/src/standalone.ts +28 -0
- package/src/stores/template.ts +66 -0
- package/src/stores/utility.ts +23 -0
- package/src/types.ts +154 -0
- package/dist/components/StandaloneApiReference.vue.d.ts +0 -65
- package/dist/components/StandaloneApiReference.vue.d.ts.map +0 -1
- package/dist/index2.js +0 -4
- package/dist/style.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5"><defs></defs><title>on-error-2</title><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M1.75 3h20.5s1 0 1 1v16s0 1-1 1H1.75s-1 0-1-1V4s0-1 1-1"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m16.066 7.934-8.132 8.132"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m7.934 7.934 8.132 8.132"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="currentColor" d="M12 17.25a.375.375 0 0 1 0-.75"></path><path stroke="currentColor" d="M12 17.25a.375.375 0 0 0 0-.75"></path><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M12 13.5V6"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M1.28 13.281a1.812 1.812 0 0 1 0-2.561l9.44-9.439a1.81 1.81 0 0 1 2.56 0l9.44 9.439a1.812 1.812 0 0 1 0 2.561l-9.44 9.439a1.81 1.81 0 0 1-2.56 0l-9.44-9.439Z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="currentColor" d="M12 19.5a.375.375 0 0 1 0-.75"></path><path stroke="currentColor" d="M12 19.5a.375.375 0 0 0 0-.75"></path><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M12 15.75v-7.5"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M13.621 1.76a1.806 1.806 0 0 0-3.242 0L.906 21.058a1.521 1.521 0 0 0 1.366 2.192h19.456a1.52 1.52 0 0 0 1.366-2.192L13.621 1.76Z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M14.25 16.5h-.75A1.5 1.5 0 0 1 12 15v-3.75a.75.75 0 0 0-.75-.75h-.75"></path><path stroke="currentColor" d="M11.625 7.5a.375.375 0 0 1 0-.75"></path><path stroke="currentColor" d="M11.625 7.5a.375.375 0 0 0 0-.75"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M12 23.25c6.213 0 11.25-5.037 11.25-11.25S18.213.75 12 .75.75 5.787.75 12 5.787 23.25 12 23.25Z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5"><g><path d="m21.92 17 1.32-10a.75.75 0 0 0-1.08-.78l-4.28 3.34a.74.74 0 0 1-1.09-.16l-4.23-6.18a.74.74 0 0 0-1.12 0L7.21 9.4a.74.74 0 0 1-1.09.16L1.84 6.3a.75.75 0 0 0-1.08.78L2.08 17Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M2.25 21.03h19.5"></path></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M1.061 2.56v6.257a3 3 0 0 0 .878 2.121L13.5 22.5a1.5 1.5 0 0 0 2.121 0l6.879-6.88a1.5 1.5 0 0 0 0-2.121L10.939 1.938a3 3 0 0 0-2.121-.878H2.561a1.5 1.5 0 0 0-1.5 1.5Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M4.811 6.31a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M18.32 22.767 12 18.343l-6.32 4.424a.75.75 0 0 1-1.18-.614V2.593a1.5 1.5 0 0 1 1.5-1.5h12a1.5 1.5 0 0 1 1.5 1.5v19.56a.75.75 0 0 1-1.18.614Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9 1.094v19.349" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M15 1.094v19.349" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10.05 19.15h4"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m10.05 14.95 1.3-1.3c.1-.1.3-.2.4-.2.1 0 .2.1.2.2v5.5"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M23.25 21.75c0 .8-.7 1.5-1.5 1.5H2.25c-.8 0-1.5-.7-1.5-1.5V5.25c0-.8.7-1.5 1.5-1.5h19.5c.8 0 1.5.7 1.5 1.5v16.5Z"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M.75 8.75h22.5"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M6.85 5.95V.75"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M17.25 5.95V.75"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="m.75 23.249 22.5-22.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M23.25 23.249.75.749" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5"><g><path d="M18 4.14a30.54 30.54 0 0 1 4.73-.39.55.55 0 0 1 .37.14.51.51 0 0 1 .15.36V20a.51.51 0 0 1-.5.5C14.46 20.62 12 23.25 12 23.25V6.48S9.55 3.86 1.27 3.75a.55.55 0 0 0-.37.14.51.51 0 0 0-.15.36V20a.51.51 0 0 0 .5.5C9.54 20.62 12 23.25 12 23.25" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12 22.76a6 6 0 0 1 1.64-3.45A8.18 8.18 0 0 1 18 16.85V1.24a.46.46 0 0 0-.23-.4.6.6 0 0 0-.49-.06 7.79 7.79 0 0 0-3.64 2.27A6.2 6.2 0 0 0 12 6.48" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M16.5 21.513a1.5 1.5 0 0 1-1.9 1.446L4.1 20.042A1.5 1.5 0 0 1 3 18.6V2.487a1.5 1.5 0 0 1 1.9-1.446l10.5 3.391a1.5 1.5 0 0 1 1.1 1.445Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M4.5.987h15a1.5 1.5 0 0 1 1.5 1.5v15.75a1.5 1.5 0 0 1-1.5 1.5h-3" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5">
|
|
2
|
+
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
|
|
3
|
+
d="M3.75 23.25h16.5a1.5 1.5 0 0 0 1.5-1.5V8.121a1.5 1.5 0 0 0-.439-1.06l-5.872-5.872a1.5 1.5 0 0 0-1.06-.439H3.75c-.817 0-1.5.683-1.5 1.5v19.5c0 .817.683 1.5 1.5 1.5Z">
|
|
4
|
+
</path>
|
|
5
|
+
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
|
|
6
|
+
d="M21.75 8.25h-6a1.5 1.5 0 0 1-1.5-1.5v-6">
|
|
7
|
+
</path>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M21.75 8.25a1.5 1.5 0 0 0-1.5-1.5H10.5l-1.8-2.4a1.5 1.5 0 0 0-1.2-.6H3.75a1.5 1.5 0 0 0-1.5 1.5v13.5a1.5 1.5 0 0 0 1.5 1.5h16.5a1.5 1.5 0 0 0 1.5-1.5Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5"><g><g><path d="M7.75 3.75h-4a1.5 1.5 0 0 0-1.5 1.5v16.5a1.5 1.5 0 0 0 1.5 1.5h16.5a1.5 1.5 0 0 0 1.5-1.5V5.25a1.5 1.5 0 0 0-1.5-1.5h-4" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M15.92 4.74a.75.75 0 0 1-.71.51H8.79a.75.75 0 0 1-.71-.51l-1-3a.75.75 0 0 1 .1-.68.77.77 0 0 1 .61-.31h8.42a.77.77 0 0 1 .61.31.75.75 0 0 1 .1.68Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M18.75 6.75v9.88a1.5 1.5 0 0 1-.44 1.06l-2.12 2.12a1.5 1.5 0 0 1-1.06.44H6a.76.76 0 0 1-.75-.75V6.75" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></g><path d="M13.75 20.25v-3.5a1.5 1.5 0 0 1 1.5-1.5h3.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M18.058 22.385H5.942a1.73 1.73 0 0 1-1.73-1.731V5.077h15.576v15.577a1.73 1.73 0 0 1-1.73 1.73Z"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M9.404 17.192V10.27"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M14.596 17.192V10.27"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M.75 5.077h22.5"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M14.596 1.615H9.404a1.73 1.73 0 0 0-1.73 1.731v1.73h8.653v-1.73a1.73 1.73 0 0 0-1.73-1.73Z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M.75 12.023a2.625 2.625 0 1 0 5.25 0 2.625 2.625 0 1 0-5.25 0Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M18 12.023a2.625 2.625 0 1 0 5.25 0 2.625 2.625 0 1 0-5.25 0Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9.375 12.023a2.625 2.625 0 1 0 5.25 0 2.625 2.625 0 1 0-5.25 0Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M9.362 20.628a2.625 2.625 0 1 0 5.25 0 2.625 2.625 0 1 0-5.25 0Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9.362 3.378a2.625 2.625 0 1 0 5.25 0 2.625 2.625 0 1 0-5.25 0Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9.362 12.003a2.625 2.625 0 1 0 5.25 0 2.625 2.625 0 1 0-5.25 0Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M23.25 9.9 12.273 20.878a6.75 6.75 0 0 1-9.546-9.546l9.016-9.015a4.5 4.5 0 1 1 6.363 6.363L9.091 17.7a2.25 2.25 0 0 1-3.182-3.181L14.925 5.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M.75 18a4.5 4.5 0 1 0 9 0 4.5 4.5 0 1 0-9 0Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9.75 18V4.125a2.625 2.625 0 0 0-5.156-.7L.911 16.805" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M14.25 18a4.5 4.5 0 1 0 9 0 4.5 4.5 0 1 0-9 0Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M14.25 18V4.125a2.625 2.625 0 0 1 5.156-.7l3.683 13.377" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9.75 9h4.5v3h-4.5z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="m22.151 2.85-1.259 3.439 2.121 2.122a.735.735 0 0 1-.541 1.273l-3.653-.029-1.319 3.363a.785.785 0 0 1-1.485-.1L14.932 9.07 11.08 7.991a.786.786 0 0 1-.1-1.486l3.363-1.323-.029-3.653a.734.734 0 0 1 1.274-.543l2.122 2.121 3.441-1.257a.8.8 0 0 1 1 1Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M14.932 9.07.75 23.25" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M5.269 18.5 1.05 14.278a1.03 1.03 0 0 1 0-1.453L11.217 2.658a1.03 1.03 0 0 1 1.453 0l5.447 5.447a1.03 1.03 0 0 1 0 1.452L9.23 18.444" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="m4.681 9.194 6.899 6.9" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M.75 21.498h4.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.75 21.498h1.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M17.25 21.498h1.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M21.75 21.498h1.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8.25 21.498h1.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M.988 22.942S2.4 21.485 2.55 17.73a3.81 3.81 0 0 1 1.089-2.743 3.75 3.75 0 0 1 5.3 5.3 8.838 8.838 0 0 1-7.951 2.655Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="m10.817 10.497 2.642 2.642" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.2 1.729a2.771 2.771 0 0 0-4.067.162L7.7 14.163a3.752 3.752 0 0 1 2.087 2.118L22.039 5.8a2.771 2.771 0 0 0 .161-4.071Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5"><defs></defs><title>color-rolling-brush</title><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M5.625.75h13.5s1.5 0 1.5 1.5v4.5s0 1.5-1.5 1.5h-13.5s-1.5 0-1.5-1.5v-4.5s0-1.5 1.5-1.5"></path><path d="M4.125 4.5h-1.5a1.5 1.5 0 0 0-1.5 1.5v3.75a1.5 1.5 0 0 0 1.5 1.5h8.25a1.5 1.5 0 0 1 1.5 1.5v1.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M13.125 23.25h-1.5a1.5 1.5 0 0 1-1.5-1.5V16.5a2.25 2.25 0 0 1 2.25-2.25h0a2.25 2.25 0 0 1 2.25 2.25v5.25a1.5 1.5 0 0 1-1.5 1.5Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M20.625 4.5h2.25"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5"><path d="M6.705 21.959C5.416 23.247.871 23.125.871 23.125s-.122-4.545 1.167-5.833a3.3 3.3 0 0 1 4.667 4.667z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="m7.766 18.352-2.122-2.121 3.713-6.894 10.991-8.124a1.741 1.741 0 0 1 2.267.169h0a1.742 1.742 0 0 1 .169 2.267L14.66 14.64z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M22.192 1.814a3.631 3.631 0 0 0-5.157.035L2.57 16.31.75 23.25l6.942-1.819L22.157 6.97a3.628 3.628 0 0 0 .035-5.156Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="m16.621 2.263 5.122 5.12" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="m14.532 4.351 5.122 5.12" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="m2.57 16.31 3.59 1.532 1.536 3.584" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M17.093 6.911 6.16 17.841" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M12 5.251C7.969 5.183 3.8 8 1.179 10.885a1.663 1.663 0 0 0 0 2.226C3.743 15.935 7.9 18.817 12 18.748c4.1.069 8.258-2.813 10.824-5.637a1.663 1.663 0 0 0 0-2.226C20.2 8 16.031 5.183 12 5.251Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M15.75 12A3.75 3.75 0 1 1 12 8.249 3.749 3.749 0 0 1 15.75 12Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M4.807 13.042.75 18l3.75.75 1.5 4.5 3.944-6.258" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19.193 13.042 23.25 18l-3.75.75-1.5 4.5-3.944-6.258" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M3.75 9a8.25 8.25 0 1 0 16.5 0 8.25 8.25 0 1 0-16.5 0Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="m12.531 4.292 1.248 2.458h2.127a.582.582 0 0 1 .419 1l-1.953 1.918 1.082 2.485a.589.589 0 0 1-.839.737L12 11.419 9.385 12.89a.589.589 0 0 1-.839-.737l1.082-2.485-1.953-1.922a.582.582 0 0 1 .419-1h2.127l1.249-2.454a.6.6 0 0 1 1.061 0Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M4.875.75v22.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="m4.875 15.75 14.25-8.25L4.875.75" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M1.157 8.889A6.126 6.126 0 0 1 12 4.98a6.126 6.126 0 1 1 8.707 8.556l-8.027 7.435a1 1 0 0 1-1.359 0l-8.017-7.425a6.112 6.112 0 0 1-2.146-4.657Z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="m12.729 1.2 3.346 6.629 6.44.638a.805.805 0 0 1 .5 1.374l-5.3 5.253 1.965 7.138a.813.813 0 0 1-1.151.935L12 19.934l-6.52 3.229a.813.813 0 0 1-1.151-.935l1.965-7.138L.99 9.837a.805.805 0 0 1 .5-1.374l6.44-.638L11.271 1.2a.819.819 0 0 1 1.458 0Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M12 2V1"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M12 23v-2.766"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M1 12h2.719"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M20.281 12H23"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m6.063 19.226-2.017 2.016"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m17.938 5.04 2.016-2.017"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M6.063 5.04 4.046 3.023"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m17.938 18.96 2.016 2.017"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m12.417 4.696 1.915 3.83 3.684.368a.466.466 0 0 1 .284.794l-3.036 3.034 1.126 4.124a.467.467 0 0 1-.659.54L12 15.522l-3.731 1.867a.467.467 0 0 1-.658-.54l1.125-4.125L5.7 9.686a.466.466 0 0 1 .284-.794l3.684-.368 1.915-3.83a.466.466 0 0 1 .834.002Z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M16.625 13.724c-4.988 1.68-6.632 3.552-7.848 8.213-1.216-4.66-2.86-6.532-7.848-8.213 4.988-1.68 6.632-3.552 7.848-8.214 1.216 4.662 2.86 6.533 7.848 8.214Z"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M22.813 5.948c-2.814.944-3.741 1.996-4.427 4.615-.686-2.619-1.614-3.67-4.427-4.615 2.813-.944 3.74-1.996 4.427-4.615.686 2.62 1.613 3.67 4.427 4.615Z"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M23.178 19.562c-2.082.684-2.769 1.446-3.276 3.344-.508-1.898-1.195-2.66-3.277-3.344 2.082-.684 2.769-1.446 3.277-3.344.507 1.898 1.194 2.66 3.276 3.344Z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5"><defs></defs><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M9 3.75a3 3 0 1 0 6 0 3 3 0 1 0-6 0"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M16 20.25a3 3 0 1 0 6 0 3 3 0 1 0-6 0"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M2 20.25a3 3 0 1 0 6 0 3 3 0 1 0-6 0"></path><path d="M12 6.75V8.5A3.5 3.5 0 0 1 8.5 12 3.5 3.5 0 0 0 5 15.5v1.75" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12 6.75V8.5a3.5 3.5 0 0 0 3.5 3.5 3.5 3.5 0 0 1 3.5 3.5v1.75" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M3.753 13.944v8.25h6v-6a1.5 1.5 0 0 1 1.5-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v6h6v-8.25" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M.753 12.444 10.942 2.255a1.5 1.5 0 0 1 2.122 0l10.189 10.189" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="m6.75 17.249 10.5-10.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.735 12.021a4.472 4.472 0 0 0-3.417 1.3l-2.25 2.25a4.5 4.5 0 0 0 6.364 6.364l2.25-2.25a4.472 4.472 0 0 0 1.3-3.417" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M16.265 11.976a4.473 4.473 0 0 0 3.417-1.3l2.25-2.25a4.5 4.5 0 0 0-6.364-6.364l-2.25 2.25a4.475 4.475 0 0 0-1.295 3.417" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M9.001 12a3 3 0 1 0 6 0 3 3 0 1 0-6 0Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.001 1.5v2.25" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.001 20.25v2.25" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.501 12h-2.25" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M3.751 12h-2.25" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="m19.425 4.576-1.591 1.591" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="m6.167 17.834-1.591 1.591" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="m19.425 19.425-1.591-1.591" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M6.167 6.167 4.576 4.576" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M18.75 9.75H5.25a1.5 1.5 0 0 0-1.5 1.5v10.5a1.5 1.5 0 0 0 1.5 1.5h13.5a1.5 1.5 0 0 0 1.5-1.5v-10.5a1.5 1.5 0 0 0-1.5-1.5Z"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M6.75 9.75V6a5.25 5.25 0 1 1 10.5 0v3.75"></path><path stroke="currentColor" d="M12 16.5a.375.375 0 0 1 0-.75"></path><path stroke="currentColor" d="M12 16.5a.375.375 0 0 0 0-.75"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M.75 9.75V6a5.25 5.25 0 1 1 10.5 0v3.75"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M21.75 9.75H8.25a1.5 1.5 0 0 0-1.5 1.5v10.5a1.5 1.5 0 0 0 1.5 1.5h13.5a1.5 1.5 0 0 0 1.5-1.5v-10.5a1.5 1.5 0 0 0-1.5-1.5Z"></path><path stroke="currentColor" d="M15 16.5a.375.375 0 0 1 0-.75"></path><path stroke="currentColor" d="M15 16.5a.375.375 0 0 0 0-.75"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M18.494 11.575 16.217 9.3l2.121-2.122 2.277 2.277a1.5 1.5 0 0 0 2.121-2.121L20.46 5.056 21.52 4a1.5 1.5 0 0 0-2.12-2.126L8.638 12.635a5.249 5.249 0 1 0 2.122 2.121l3.34-3.336 2.273 2.28a1.5 1.5 0 1 0 2.121-2.122Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M4.277 17.243a1.875 1.875 0 1 0 3.75 0 1.875 1.875 0 1 0-3.75 0Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M1.472 13.357a9.063 9.063 0 1 0 16.682-7.09 9.063 9.063 0 1 0-16.682 7.09Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="m16.221 16.22 7.029 7.03" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M10.546 2.438a1.957 1.957 0 0 0 2.908 0L14.4 1.4a1.959 1.959 0 0 1 3.41 1.413l-.071 1.4a1.958 1.958 0 0 0 2.051 2.054l1.4-.071a1.959 1.959 0 0 1 1.41 3.41l-1.042.94a1.96 1.96 0 0 0 0 2.909l1.042.94a1.959 1.959 0 0 1-1.413 3.41l-1.4-.071a1.958 1.958 0 0 0-2.056 2.056l.071 1.4A1.959 1.959 0 0 1 14.4 22.6l-.941-1.041a1.959 1.959 0 0 0-2.908 0L9.606 22.6A1.959 1.959 0 0 1 6.2 21.192l.072-1.4a1.958 1.958 0 0 0-2.056-2.056l-1.4.071A1.958 1.958 0 0 1 1.4 14.4l1.041-.94a1.96 1.96 0 0 0 0-2.909L1.4 9.606A1.958 1.958 0 0 1 2.809 6.2l1.4.071a1.958 1.958 0 0 0 2.058-2.06L6.2 2.81A1.959 1.959 0 0 1 9.606 1.4Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.5 12.001a4.5 4.5 0 1 0 9 0 4.5 4.5 0 1 0-9 0Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M6.75 15.25H4.5a3.75 3.75 0 0 1 0-7.5h2.25Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M6.75 15.25a22.3 22.3 0 0 1 12.366 3.744l1.134.756V3.25l-1.134.756A22.3 22.3 0 0 1 6.75 7.75Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M23.25 10v3" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M6.75 15.25A7.239 7.239 0 0 0 9 20.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="m22.5 1.567-2.158.24a7.5 7.5 0 0 0-4.475 2.151L6.06 13.765l4.24 4.242L20.109 8.2a7.494 7.494 0 0 0 2.151-4.475Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="m6.06 13.765-3.622-1.208a.749.749 0 0 1-.293-1.241l.232-.232a6 6 0 0 1 6.14-1.45l1.255.418Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="m6.06 13.765-3.622-1.208a.749.749 0 0 1-.293-1.241l.232-.232a6 6 0 0 1 6.14-1.45l1.255.418Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="m10.3 18.007 1.208 3.622a.749.749 0 0 0 1.241.293l.233-.232a6 6 0 0 0 1.449-6.14l-.416-1.25Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="m10.3 18.007 1.208 3.622a.749.749 0 0 0 1.241.293l.233-.232a6 6 0 0 0 1.449-6.14l-.416-1.25Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.779 18.538a2.243 2.243 0 0 1-.659 1.591c-.878.878-5.3 2.121-5.3 2.121s1.243-4.425 2.121-5.3a2.246 2.246 0 0 1 1.444-.655" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M20.828 14.357A8.25 8.25 0 0 1 9.161 2.689Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M21.359 5.341a2.25 2.25 0 1 1 0-3.182 2.249 2.249 0 0 1 0 3.182Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="m18.177 5.341-3.182 3.182" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="m3.25 22.522 4.243-4.242a1.5 1.5 0 0 1 2.121 0l4.243 4.242" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m6.21 7.185 10.606 10.607-3.36 3.359a2 2 0 0 1-2.827 0L2.85 13.373a2 2 0 0 1 0-2.829l3.36-3.359v0Z"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M16.816 17.791 6.209 7.184l4.072-2.768a6.8 6.8 0 0 1 8.656.647 6.8 6.8 0 0 1 .647 8.656l-2.768 4.072Z"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M15.225 11.025a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5Z"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m6.209 7.184-2.444-.277a3.51 3.51 0 0 0-2.543 1.022l-.216.216a.905.905 0 0 0 .019 1.28l1.517 1.517"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m16.816 17.791.277 2.444a3.514 3.514 0 0 1-1.022 2.543l-.216.216a.907.907 0 0 1-1.28-.019l-1.517-1.517"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M2.25 21.75h3"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M3.75 20.25v3"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M1.5 2.25h3"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M3 .75v3"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M20.25 17.25h3"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M21.75 15.75v3"></path><path stroke="currentColor" d="M1.125 17.25a.375.375 0 0 1 0-.75"></path><path stroke="currentColor" d="M1.125 17.25a.375.375 0 0 0 0-.75"></path><path stroke="currentColor" d="M9.375 1.5a.375.375 0 0 1 0-.75"></path><path stroke="currentColor" d="M9.375 1.5a.375.375 0 1 0 0-.75"></path><g><path stroke="currentColor" d="M20.625 22.5a.375.375 0 0 1 0-.75"></path><path stroke="currentColor" d="M20.625 22.5a.375.375 0 0 0 0-.75"></path></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M1.5 11.25a3.75 3.75 0 1 0 7.5 0 3.75 3.75 0 1 0-7.5 0Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M15 6a3.75 3.75 0 1 0 7.5 0A3.75 3.75 0 1 0 15 6Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M15 18a3.75 3.75 0 1 0 7.5 0 3.75 3.75 0 1 0-7.5 0Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="m8.746 9.891 6.508-2.531" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="m8.605 12.928 6.79 3.395" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5"><defs></defs><title>graph-stats-square</title><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M2.25.75h19.5s1.5 0 1.5 1.5v19.5s0 1.5-1.5 1.5H2.25s-1.5 0-1.5-1.5V2.25s0-1.5 1.5-1.5"></path><path d="M3.75 12.75h3L9.01 7.1a.749.749 0 0 1 1.4.029l3.292 9.325a.75.75 0 0 0 1.358.123l2.19-3.827h3" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M.75 14.998a4.5 4.5 0 1 0 9 0 4.5 4.5 0 1 0-9 0Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M.75 15a10.5 10.5 0 0 1 10.5-10.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.75 14.998a4.5 4.5 0 1 0 9 0 4.5 4.5 0 1 0-9 0Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.75 15a10.5 10.5 0 0 1 10.5-10.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M14.25 9.248a4.5 4.5 0 1 0 9 0 4.5 4.5 0 1 0-9 0Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M23.25 9.248a10.5 10.5 0 0 1-10.5 10.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2.25 9.248a4.5 4.5 0 1 0 9 0 4.5 4.5 0 1 0-9 0Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M11.25 9.248a10.5 10.5 0 0 1-10.5 10.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M1.5 12a10.5 10.5 0 1 0 21 0 10.5 10.5 0 1 0-21 0Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12 12V8.25" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="m12 12 4.687 4.688" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M6 .75a1.5 1.5 0 0 0-1.5 1.5v2.367a7.5 7.5 0 0 0 15 0V2.25A1.5 1.5 0 0 0 18 .75Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M6 23.25a1.5 1.5 0 0 1-1.5-1.5v-2.367a7.5 7.5 0 0 1 15 0v2.367a1.5 1.5 0 0 1-1.5 1.5Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M5.477 8.25h13.046" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M18.548 23.147C17.264 20.451 14.813 18 12 18s-5.264 2.451-6.548 5.147" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M3.375 7.875a4.125 4.125 0 1 0 8.25 0 4.125 4.125 0 1 0-8.25 0Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M.75 20.25a6.75 6.75 0 0 1 13.5 0" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M14.251 4.416a4.125 4.125 0 1 1-.006 6.914" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M15 13.667a6.757 6.757 0 0 1 8.25 6.583" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5"><defs></defs><title>check-2</title><path d="M6 13.223 8.45 16.7a1.049 1.049 0 0 0 1.707.051L18 6.828" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M2.25.749h19.5s1.5 0 1.5 1.5v19.5s0 1.5-1.5 1.5H2.25s-1.5 0-1.5-1.5v-19.5s0-1.5 1.5-1.5"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M15.607 16.785c-4.205-.6-7.71-4.005-8.31-8.31-.3-2.303.2-4.405 1.202-6.207.5-.902-.4-1.803-1.302-1.402C3.092 2.968.389 7.374.789 12.28c.4 5.707 5.207 10.512 10.913 10.913 5.007.4 9.412-2.303 11.414-6.408.5-.901-.5-1.802-1.401-1.302-1.703 1.102-3.905 1.602-6.108 1.302Z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5"><g><path d="m13.54 8.58 9.33 8.79a1.31 1.31 0 0 1 0 1.85l-.93.93a1.31 1.31 0 0 1-1.85 0l-8.79-9.33" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M3.85 8.54a19.06 19.06 0 0 0 7.41-7.41 1.31 1.31 0 0 1 1.85 0l3.51 3.51a1.32 1.32 0 0 1 0 1.86 18.09 18.09 0 0 0-7.41 7.4 1.31 1.31 0 0 1-1.85 0l-3.51-3.51a1.31 1.31 0 0 1 0-1.85Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.75 20.75h0a1.5 1.5 0 0 0-1.5-1.5h-7.5a1.5 1.5 0 0 0-1.5 1.5h0v2.5h10.5Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M.75 23.25h13.5"></path></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M21.75 18.75h-10.5l-6 4.5v-4.5h-3a1.5 1.5 0 0 1-1.5-1.5v-15a1.5 1.5 0 0 1 1.5-1.5h19.5a1.5 1.5 0 0 1 1.5 1.5v15a1.5 1.5 0 0 1-1.5 1.5Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M2.759 15.629a1.664 1.664 0 0 1-.882-3.075L20.36 1a1.663 1.663 0 0 1 2.516 1.72l-3.6 19.173a1.664 1.664 0 0 1-2.966.691l-5.21-6.955Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M11.1 15.629H8.6V20.8a1.663 1.663 0 0 0 2.6 1.374l3.178-2.166Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="m11.099 15.629 11.08-14.59" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5"><defs></defs><title>envelope</title><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M2.25 4.5h19.5s1.5 0 1.5 1.5v12s0 1.5-1.5 1.5H2.25s-1.5 0-1.5-1.5V6s0-1.5 1.5-1.5"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M15.687 9.975 19.5 13.5"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M8.313 9.975 4.5 13.5"></path><path d="m22.88 5.014-9.513 6.56a2.406 2.406 0 0 1-2.734 0L1.12 5.014" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M3.75 8.248h19.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M.75 17.248h19.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="m12 .748-7.5 22.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="m19.5.748-7.5 22.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M7.5 4.5h2.25" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8.25 8.25h6" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8.25 12h6" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8.25 15.75h6" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8.25 19.5h3" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19.5.75H21a1.5 1.5 0 0 1 1.5 1.5V6.5a1 1 0 0 1-1 1H18h0V2.25a1.5 1.5 0 0 1 1.5-1.5Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M20.25.75H7.5a3 3 0 0 0-3 3v15c0 3-1.5 3.876-3 4.5h12a4.5 4.5 0 0 0 4.5-4.5V7.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M16.5 3.75h-5.7a3.3 3.3 0 0 0-3.3 3.3c0 4.95 9 4.95 9 9.9a3.3 3.3 0 0 1-3.3 3.3H7.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12 3.75v-3" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12 20.25v3" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M23.25 12.75V6H16.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="m23.25 6-7.939 7.939a1.5 1.5 0 0 1-2.122 0l-3.128-3.128a1.5 1.5 0 0 0-2.122 0L.75 18" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M.75 21.75h22.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M6 11.25H3a.75.75 0 0 0-.75.75v9.75h4.5V12a.75.75 0 0 0-.75-.75Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M13.5 2.25h-3a.75.75 0 0 0-.75.75v18.75h4.5V3a.75.75 0 0 0-.75-.75Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M21 6.75h-3a.75.75 0 0 0-.75.75v14.25h4.5V7.5a.75.75 0 0 0-.75-.75Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5"><g><path d="M10.25 21.09a7.53 7.53 0 0 1-7.53-7.53C2.72 2.64 15.86 8.25 22.19 3a.46.46 0 0 1 .48 0 .51.51 0 0 1 .3.38c1.93 11.26-6.4 17.71-12.72 17.71Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M13.26 11.55a25 25 0 0 0-8.61 4.29l-3.9 3.33" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="m15.04 22.39.012.007a5.533 5.533 0 0 0 6.884-.755l.774-.774a1.846 1.846 0 0 0 0-2.609L19.449 15a1.846 1.846 0 0 0-2.609 0h0a1.843 1.843 0 0 1-2.608 0L9.014 9.781a1.846 1.846 0 0 1 0-2.609h0a1.843 1.843 0 0 0 0-2.608L5.754 1.3a1.846 1.846 0 0 0-2.609 0l-.774.774a5.535 5.535 0 0 0-.756 6.884l.008.012A49.935 49.935 0 0 0 15.04 22.39Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M3.75 14.298a8.25 8.25 0 1 0 16.5 0 8.25 8.25 0 1 0-16.5 0Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M4.658 10.548h14.684" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12 10.548v12" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M4.292 11.351a5.225 5.225 0 0 0-2.792-.8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M1.5 21.048a5.239 5.239 0 0 0 3.926-1.765" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M1.5 15.048h2.285" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19.708 11.351a5.225 5.225 0 0 1 2.792-.8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.5 21.048a5.239 5.239 0 0 1-3.926-1.765" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.5 15.048h-2.285" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M5.96 1.5c0 2.937.228 4.027 2.687 5.258" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M17.96 1.5c0 2.937-.228 4.027-2.687 5.258" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M18.375 19.5a4.875 4.875 0 1 0-2.764-8.885A7.5 7.5 0 1 0 8.25 19.5Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M12.001 6h1.5"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M16.501 6h1.5"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M12.001 12h1.5"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M16.501 12h1.5"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M12.001 15v6"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M4.501 21h15"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M21 6a3 3 0 0 1-3 3H6a3 3 0 1 1 0-6h12a3 3 0 0 1 3 3Z"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M21 12a3 3 0 0 1-3 3H6a3 3 0 1 1 0-6h12a3 3 0 0 1 3 3Z"></path><path stroke="currentColor" d="M6.751 6.375a.375.375 0 1 1 0-.75"></path><path stroke="currentColor" d="M6.751 6.375a.375.375 0 0 0 0-.75"></path><path stroke="currentColor" d="M6.751 12.375a.375.375 0 1 1 0-.75"></path><path stroke="currentColor" d="M6.751 12.375a.375.375 0 1 0 0-.75"></path><g><path stroke="currentColor" d="M1.126 21a.375.375 0 1 1 0-.75"></path><path stroke="currentColor" d="M1.126 21a.375.375 0 1 0 0-.75"></path></g><g><path stroke="currentColor" d="M22.876 21a.375.375 0 1 1 0-.75"></path><path stroke="currentColor" d="M22.876 21a.375.375 0 1 0 0-.75"></path></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M.75 5.251a11.25 4.5 0 1 0 22.5 0 11.25 4.5 0 1 0-22.5 0Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M.75 5.251V12c0 2.485 5.037 4.5 11.25 4.5s11.25-2.014 11.25-4.5V5.251" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M.75 12v6.75c0 2.485 5.037 4.5 11.25 4.5s11.25-2.015 11.25-4.5V12" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5"><defs></defs><title>layout-module-1</title><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M2.25.747h6s1.5 0 1.5 1.5v6s0 1.5-1.5 1.5h-6s-1.5 0-1.5-1.5v-6s0-1.5 1.5-1.5"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M2.25 14.247h6s1.5 0 1.5 1.5v6s0 1.5-1.5 1.5h-6s-1.5 0-1.5-1.5v-6s0-1.5 1.5-1.5"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M15.75.747h6s1.5 0 1.5 1.5v6s0 1.5-1.5 1.5h-6s-1.5 0-1.5-1.5v-6s0-1.5 1.5-1.5"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M15.75 14.247h6s1.5 0 1.5 1.5v6s0 1.5-1.5 1.5h-6s-1.5 0-1.5-1.5v-6s0-1.5 1.5-1.5"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5"><defs></defs><title>module-three</title><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M2.25 13.5H9s1.5 0 1.5 1.5v6.75s0 1.5-1.5 1.5H2.25s-1.5 0-1.5-1.5V15s0-1.5 1.5-1.5"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M15 13.5h6.75s1.5 0 1.5 1.5v6.75s0 1.5-1.5 1.5H15s-1.5 0-1.5-1.5V15s0-1.5 1.5-1.5"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M8.625.75h6.75s1.5 0 1.5 1.5V9s0 1.5-1.5 1.5h-6.75s-1.5 0-1.5-1.5V2.25s0-1.5 1.5-1.5"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="m1.817 4.524 9.1-3.568a2.936 2.936 0 0 1 2.162 0l9.1 3.568a1.763 1.763 0 0 1 1.071 1.662v11.628a1.763 1.763 0 0 1-1.067 1.662l-9.1 3.569a2.956 2.956 0 0 1-2.162 0l-9.1-3.569A1.763 1.763 0 0 1 .75 17.814V6.186a1.763 1.763 0 0 1 1.067-1.662Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12 9.353 1.104 5.081" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="m12 9.353 10.896-4.272" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12 23.25V9.353" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="m7.629 4.5-6.44 6.439a1.5 1.5 0 0 0 0 2.121l6.44 6.44" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="m16.371 4.5 6.44 6.439a1.5 1.5 0 0 1 0 2.121l-6.44 6.44" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"
|
|
3
|
+
d="M1.5 1.1h1c.7 0 1.4.5 1.5 1.2l2.6 15.5c.1.7.7 1.2 1.5 1.2H18" />
|
|
4
|
+
<path fill="none" stroke="currentColor" stroke-width="1.5"
|
|
5
|
+
d="M16.1 21.4c.2 0 .4.2.4.4s-.2.4-.4.4m0-.8c-.2 0-.4.2-.4.4s.2.4.4.4m-7.5-.8c.2 0 .4.2.4.4s-.2.4-.4.4m0-.8c-.2 0-.4.2-.4.4s.2.4.4.4" />
|
|
6
|
+
<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"
|
|
7
|
+
d="M4.5 5.6h17.4c.4.1.6.5.5.9L21 12.4c-.3 1.3-1.5 2.3-2.9 2.3H6" />
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M21.75 11.25H2.25v10.5a1.5 1.5 0 0 0 1.5 1.5h16.5a1.5 1.5 0 0 0 1.5-1.5Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M21.75 6.75H2.25a1.5 1.5 0 0 0-1.5 1.5v2.25a.75.75 0 0 0 .75.75h21a.75.75 0 0 0 .75-.75V8.25a1.5 1.5 0 0 0-1.5-1.5Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M11.25 6.75c-3.314 0-6.75-2.686-6.75-6" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M4.5.75c3.314 0 6.75 2.686 6.75 6" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.75 6.75c3.314 0 6.75-2.686 6.75-6" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19.5.75c-3.314 0-6.75 2.686-6.75 6" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9.75 6.75h4.5v16.5h-4.5z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5"><defs></defs><title>shipment-box</title><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M3 6.75h18s1.5 0 1.5 1.5v13.5s0 1.5-1.5 1.5H3s-1.5 0-1.5-1.5V8.25s0-1.5 1.5-1.5"></path><path d="m22.3 7.5-2.4-5.859A1.5 1.5 0 0 0 18.526.75H5.475a1.5 1.5 0 0 0-1.375.891L1.7 7.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M12 6.75v-6"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M14.25 18.75h4.5"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M2.855 4.937a11.252 11.252 0 0 1 17.569.068" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M3.362 15.75v-7.5l3 7.5v-7.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.362 15.75h-1.5a1.5 1.5 0 0 1-1.5-1.5v-4.5a1.5 1.5 0 0 1 1.5-1.5h1.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9.362 12.75h3" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M15.362 8.25v2.017a9 9 0 0 0 .644 3.342l.856 2.141 1.5-5.25 1.5 5.25.857-2.141a9 9 0 0 0 .643-3.342V8.25" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2.637 18.75a11.226 11.226 0 0 0 17.959.023" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5"><g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M.75 12a11.25 11.25 0 1 0 22.5 0 11.25 11.25 0 1 0-22.5 0"></path><g><path d="m5 20.8 1-5.05h1.08a1.48 1.48 0 0 0 1.18-.58 1.44 1.44 0 0 0 .27-1.28l-.75-3a1.49 1.49 0 0 0-1.45-1.14H1" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M21 5.25h-4.08a1.49 1.49 0 0 0-1.45 1.14l-.75 3a1.44 1.44 0 0 0 .28 1.28 1.48 1.48 0 0 0 1.18.58h1.58l.78 4.75A1.5 1.5 0 0 0 20 17.25h2" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></g></g></svg>
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
const iconsSolid = import.meta.glob('./solid/*.svg', { as: 'raw', eager: true })
|
|
2
|
+
const iconsLine = import.meta.glob('./line/*.svg', { as: 'raw', eager: true })
|
|
3
|
+
const iconsBrand = import.meta.glob('./brand/*.svg', { as: 'raw', eager: true })
|
|
4
|
+
|
|
5
|
+
type ProjectIconDefinition = {
|
|
6
|
+
src: string
|
|
7
|
+
title: string
|
|
8
|
+
group: 'solid' | 'line' | 'brand'
|
|
9
|
+
tags: string[]
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
function mapLocalIcons(
|
|
13
|
+
imported: Record<string, string>,
|
|
14
|
+
group: 'solid' | 'line' | 'brand',
|
|
15
|
+
) {
|
|
16
|
+
const formatted = Object.entries(imported).map(([filename, rawData]) => {
|
|
17
|
+
// Create a name from the import path
|
|
18
|
+
const name = filename
|
|
19
|
+
.replace('./solid/', '')
|
|
20
|
+
.replace('./line/', '')
|
|
21
|
+
.replace('./brand/', '')
|
|
22
|
+
.replace('.svg', '')
|
|
23
|
+
|
|
24
|
+
const icon: ProjectIconDefinition = {
|
|
25
|
+
// Prefix the src with the group so that the final flat icon map has unique keys
|
|
26
|
+
src: `${group}/${name}`,
|
|
27
|
+
title: name.replaceAll('-', ' '),
|
|
28
|
+
group,
|
|
29
|
+
tags: [],
|
|
30
|
+
}
|
|
31
|
+
return {
|
|
32
|
+
icon,
|
|
33
|
+
rawData,
|
|
34
|
+
}
|
|
35
|
+
})
|
|
36
|
+
|
|
37
|
+
const iconDefinitionList = formatted.map((e) => e.icon)
|
|
38
|
+
|
|
39
|
+
const iconDataMap = Object.fromEntries<string>(
|
|
40
|
+
formatted.map((e) => [e.icon.src, e.rawData]),
|
|
41
|
+
)
|
|
42
|
+
return {
|
|
43
|
+
iconDefinitionList,
|
|
44
|
+
iconDataMap,
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
const solid = mapLocalIcons(iconsSolid, 'solid')
|
|
49
|
+
const line = mapLocalIcons(iconsLine, 'line')
|
|
50
|
+
const brand = mapLocalIcons(iconsBrand, 'brand')
|
|
51
|
+
|
|
52
|
+
/** Icon list for icon selector */
|
|
53
|
+
export const localIconList: ProjectIconDefinition[] = [
|
|
54
|
+
...solid.iconDefinitionList,
|
|
55
|
+
...line.iconDefinitionList,
|
|
56
|
+
...brand.iconDefinitionList,
|
|
57
|
+
]
|
|
58
|
+
|
|
59
|
+
/** Raw SVG strings */
|
|
60
|
+
const localIconData: Record<string, string> = {
|
|
61
|
+
...solid.iconDataMap,
|
|
62
|
+
...line.iconDataMap,
|
|
63
|
+
...brand.iconDataMap,
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
export const getLocalIcon = (src: string): string | undefined => {
|
|
67
|
+
return localIconData[src]
|
|
68
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m.25 7.21 11 12.47a1.06 1.06 0 0 0 1.54 0l11-12.47a1 1 0 0 0 .21-.73 1 1 0 0 0-.36-.69l-1.85-1.55a1 1 0 0 0-.74-.24 1 1 0 0 0-.69.35l-8.17 9.45a.27.27 0 0 1-.38 0L3.64 4.35A1 1 0 0 0 3 4a1 1 0 0 0-.74.23L.36 5.79a1 1 0 0 0-.36.69 1 1 0 0 0 .25.73Z" fill="currentColor"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.79.25-12.47 11a1.06 1.06 0 0 0 0 1.54l12.47 11a1 1 0 0 0 .73.25 1 1 0 0 0 .69-.36l1.55-1.85a1 1 0 0 0 .24-.74 1 1 0 0 0-.35-.69l-9.45-8.21a.27.27 0 0 1 0-.38l9.45-8.17A1 1 0 0 0 20 3a1 1 0 0 0-.23-.74L18.21.36a1 1 0 0 0-.69-.36 1 1 0 0 0-.73.25Z" fill="currentColor"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.21 23.75 12.47-11a1.06 1.06 0 0 0 0-1.54L7.21.25A1 1 0 0 0 6.48 0a1 1 0 0 0-.69.36L4.24 2.21A1 1 0 0 0 4 3a1 1 0 0 0 .35.69l9.45 8.17a.27.27 0 0 1 0 .38l-9.45 8.12a1 1 0 0 0-.35.69 1 1 0 0 0 .23.74l1.56 1.85a1 1 0 0 0 .69.36 1 1 0 0 0 .73-.25Z" fill="currentColor"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.75 16.79-11-12.47a1.06 1.06 0 0 0-1.54 0L.25 16.79a1 1 0 0 0-.25.73 1 1 0 0 0 .36.69l1.85 1.55A1 1 0 0 0 3 20a1 1 0 0 0 .69-.35l8.17-9.45a.27.27 0 0 1 .38 0l8.17 9.45a1 1 0 0 0 .69.35 1 1 0 0 0 .74-.23l1.85-1.56a1 1 0 0 0 .36-.69 1 1 0 0 0-.3-.73Z" fill="currentColor"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.92 12-2.75-2.78a1 1 0 0 0-1.39 0l-3.36 3.1a.26.26 0 0 1-.27 0 .25.25 0 0 1-.15-.22v-11a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v11a.25.25 0 0 1-.15.23.27.27 0 0 1-.27 0L5.22 9.19a1 1 0 0 0-1.39 0L1.08 12a1 1 0 0 0 0 1.42l10.21 10.19a1 1 0 0 0 .71.29 1 1 0 0 0 .71-.29l10.21-10.22a1 1 0 0 0 0-1.39Z" fill="currentColor"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.9 9H11.65a.25.25 0 0 1-.23-.15.25.25 0 0 1 .05-.27l3.34-3.37a1 1 0 0 0 0-1.39L12 1.08a1 1 0 0 0-1.42 0L.4 11.29a1 1 0 0 0 0 1.42l10.21 10.21a1 1 0 0 0 1.42 0l2.75-2.75a1 1 0 0 0 0-1.4l-3.29-3.35a.25.25 0 0 1 .18-.42H22.9a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1Z" fill="currentColor"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.61 11.29 13.39 1.08a1 1 0 0 0-.71-.3 1 1 0 0 0-.71.3L9.22 3.83a1 1 0 0 0 0 1.39l3.14 3.37a.25.25 0 0 1 .05.27.25.25 0 0 1-.23.15H1.1a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h11a.25.25 0 0 1 .23.15.25.25 0 0 1 0 .27l-3.14 3.35a1 1 0 0 0 0 1.39L12 22.93a1 1 0 0 0 1.42 0l10.19-10.22a1 1 0 0 0 0-1.42Z" fill="currentColor"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.93 10.61 12.71.4A1 1 0 0 0 12 .1a1 1 0 0 0-.71.29L1.08 10.61a1 1 0 0 0 0 1.42l2.75 2.75a1 1 0 0 0 1.39 0l3.24-3.06a.26.26 0 0 1 .27 0 .25.25 0 0 1 .15.23v11a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-11a.25.25 0 0 1 .15-.23.27.27 0 0 1 .27 0l3.49 3.15a1 1 0 0 0 1.37 0L22.93 12a1 1 0 0 0 0-1.39Z" fill="currentColor"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.763 23.411a1.75 1.75 0 0 0 2.474 0l10.174-10.174a1.75 1.75 0 0 0 0-2.475L13.237.588a1.75 1.75 0 0 0-2.474 0L.589 10.762a1.75 1.75 0 0 0 0 2.475l10.174 10.174Z" clip-rule="evenodd"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.2 4.3-8.08-4a2.49 2.49 0 0 0-2.24 0l-8.08 4a2.52 2.52 0 0 0-1.39 2.24v10.91A2.52 2.52 0 0 0 2.8 19.7l8.08 4A2.43 2.43 0 0 0 12 24a2.56 2.56 0 0 0 1.12-.26l8.08-4a2.52 2.52 0 0 0 1.39-2.25V6.55A2.52 2.52 0 0 0 21.2 4.3Z" fill="currentColor"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M0 12a12 12 0 1 0 24 0 12 12 0 1 0-24 0"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M1.5 0h21S24 0 24 1.5v21s0 1.5-1.5 1.5h-21S0 24 0 22.5v-21S0 0 1.5 0"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.54 1.88A24.1 24.1 0 0 0 12 0a24.1 24.1 0 0 0-9.54 1.88A2.47 2.47 0 0 0 1 4.14v7.3a12.85 12.85 0 0 0 8.5 11.9l1.08.39A4.22 4.22 0 0 0 12 24a4.32 4.32 0 0 0 1.46-.26l1.07-.39A12.84 12.84 0 0 0 23 11.44v-7.3a2.47 2.47 0 0 0-1.46-2.26Z" fill="currentColor"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M22.5 0h-21A1.5 1.5 0 0 0 0 1.5v16A1.5 1.5 0 0 0 1.5 19h21a1.5 1.5 0 0 0 1.5-1.5v-16A1.5 1.5 0 0 0 22.5 0ZM2 14.5v-12a.5.5 0 0 1 .5-.5h19a.5.5 0 0 1 .5.5v12a.5.5 0 0 1-.5.5h-19a.5.5 0 0 1-.5-.5Z" fill="currentColor"></path><path d="m16.45 23.21-2.1-2.53a.53.53 0 0 0-.35-.18h-4a.53.53 0 0 0-.38.18l-2.1 2.53a.49.49 0 0 0 0 .52A.48.48 0 0 0 8 24h8a.51.51 0 0 0 .41-.79Z" fill="currentColor"></path></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M12.36 19a.15.15 0 0 1 0-.17.16.16 0 0 1 .15-.09 1 1 0 0 0 0-2H2.5a.5.5 0 0 1-.5-.5V4.75a.5.5 0 0 1 .5-.5H19a.5.5 0 0 1 .5.5v.5a1 1 0 0 0 2 0v-1a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v12.5a2 2 0 0 0 2 2h6.35a.25.25 0 0 1 .22.13.27.27 0 0 1 0 .26L7.33 21a.5.5 0 0 0 .42.78h5.5a.5.5 0 0 0 .42-.78Z" fill="currentColor"></path><path d="M23 7.75h-7a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1v-12a1 1 0 0 0-1-1ZM22 11h-2a.75.75 0 0 1 0-1.5h2a.75.75 0 0 1 0 1.5Zm.25 7.75a.76.76 0 0 1-.75.75h-4a.75.75 0 0 1 0-1.5h4a.76.76 0 0 1 .75.75Z" fill="currentColor"></path></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23.3 20.69-2.11-6.83a1.34 1.34 0 0 0-.34-.56 2.62 2.62 0 0 0 .65-1.72V2.92A2.68 2.68 0 0 0 18.83.25H5.16A2.67 2.67 0 0 0 2.5 2.92v8.66a2.66 2.66 0 0 0 .64 1.72 1.46 1.46 0 0 0-.34.56L.73 20.61a2.17 2.17 0 0 0 1.94 3.14h18.66a2.15 2.15 0 0 0 1.84-1 2.11 2.11 0 0 0 .13-2.06Zm-7.8.46a.49.49 0 0 1-.4.21H8.9a.51.51 0 0 1-.41-.21.52.52 0 0 1-.07-.45L9 18.9a.5.5 0 0 1 .48-.35h5a.5.5 0 0 1 .47.35l.6 1.8a.49.49 0 0 1-.05.45ZM4.5 2.92a.67.67 0 0 1 .66-.67h13.67a.67.67 0 0 1 .67.67v8.66a.67.67 0 0 1-.67.67H5.16a.67.67 0 0 1-.66-.67Z" fill="currentColor"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path fill="currentColor" d="M8.5 4.02h1.4s1 0 1 1V10s0 1-1 1H8.5s-1 0-1-1V5.02s0-1 1-1"></path><path d="M17.54 0H6.46a3 3 0 0 0-3 3v18a3 3 0 0 0 3 3h11.08a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3Zm1 21a1 1 0 0 1-1 1H6.46a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h11.08a1 1 0 0 1 1 1Z" fill="currentColor"></path></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M12 3.52A1.5 1.5 0 1 0 13.5 5 1.5 1.5 0 0 0 12 3.52Z" fill="currentColor"></path><path d="M17.54 0H6.46a3 3 0 0 0-3 3v18a3 3 0 0 0 3 3h11.08a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3Zm1 21a1 1 0 0 1-1 1H6.46a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h11.08a1 1 0 0 1 1 1Z" fill="currentColor"></path></g></svg>
|