@dust-tt/sparkle 0.2.183 → 0.2.184
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/package.json +3 -2
- package/src/components/AssistantPreview.tsx +231 -0
- package/src/components/Avatar.tsx +317 -0
- package/src/components/Banner.tsx +65 -0
- package/src/components/BarHeader.tsx +152 -0
- package/src/components/Button.tsx +283 -0
- package/src/components/CardButton.tsx +90 -0
- package/src/components/Checkbox.tsx +90 -0
- package/src/components/Chip.tsx +97 -0
- package/src/components/Citation.tsx +168 -0
- package/src/components/CollapseButton.tsx +90 -0
- package/src/components/Collapsible.tsx +165 -0
- package/src/components/ColorPicker.tsx +39 -0
- package/src/components/ConfettiBackground.tsx +103 -0
- package/src/components/ContentMessage.tsx +80 -0
- package/src/components/ContextItem.tsx +166 -0
- package/src/components/DataTable.tsx +108 -0
- package/src/components/Dialog.tsx +110 -0
- package/src/components/DropdownMenu.tsx +476 -0
- package/src/components/ElementDialog.tsx +38 -0
- package/src/components/ElementModal.tsx +32 -0
- package/src/components/EmojiPicker.tsx +32 -0
- package/src/components/FilterChips.tsx +46 -0
- package/src/components/Hover3D.tsx +159 -0
- package/src/components/Hoverable.tsx +28 -0
- package/src/components/Icon.tsx +30 -0
- package/src/components/IconButton.tsx +126 -0
- package/src/components/IconToggleButton.tsx +114 -0
- package/src/components/Input.tsx +81 -0
- package/src/components/Item.tsx +327 -0
- package/src/components/Markdown.tsx +167 -0
- package/src/components/Modal.tsx +184 -0
- package/src/components/Notification.tsx +76 -0
- package/src/components/Page.tsx +272 -0
- package/src/components/PaginatedCitationsGrid.tsx +79 -0
- package/src/components/Pagination.tsx +212 -0
- package/src/components/Popup.tsx +74 -0
- package/src/components/PriceTable.tsx +229 -0
- package/src/components/RadioButton.tsx +83 -0
- package/src/components/Searchbar.tsx +105 -0
- package/src/components/SliderToggle.tsx +79 -0
- package/src/components/Spinner.tsx +152 -0
- package/src/components/Tab.tsx +241 -0
- package/src/components/TextArea.tsx +63 -0
- package/src/components/Tooltip.tsx +86 -0
- package/src/components/Tree.tsx +147 -0
- package/src/components/ZoomableImageCitationWrapper.tsx +54 -0
- package/src/components/index.ts +46 -0
- package/src/context.tsx +80 -0
- package/src/icons/deprecated_src/mini/arrow-up-on-square.svg +3 -0
- package/src/icons/deprecated_src/mini/beaker-plus.svg +3 -0
- package/src/icons/deprecated_src/mini/beaker.svg +3 -0
- package/src/icons/deprecated_src/mini/chat-bubble-bottom-center-plus.svg +3 -0
- package/src/icons/deprecated_src/mini/chat-bubble-bottom-center-text.svg +3 -0
- package/src/icons/deprecated_src/mini/chat-bubble-left-right.svg +4 -0
- package/src/icons/deprecated_src/mini/check-circle.svg +3 -0
- package/src/icons/deprecated_src/mini/chevron-down.svg +3 -0
- package/src/icons/deprecated_src/mini/chevron-left.svg +3 -0
- package/src/icons/deprecated_src/mini/chevron-right.svg +3 -0
- package/src/icons/deprecated_src/mini/chevron-up.svg +3 -0
- package/src/icons/deprecated_src/mini/clipboard.svg +3 -0
- package/src/icons/deprecated_src/mini/cloud-arrow-down.svg +3 -0
- package/src/icons/deprecated_src/mini/cog-6-tooth.svg +3 -0
- package/src/icons/deprecated_src/mini/command-line.svg +3 -0
- package/src/icons/deprecated_src/mini/document-plus.svg +3 -0
- package/src/icons/deprecated_src/mini/document-text.svg +3 -0
- package/src/icons/deprecated_src/mini/exclamation-circle.svg +3 -0
- package/src/icons/deprecated_src/mini/folder-open.svg +4 -0
- package/src/icons/deprecated_src/mini/hand-thumb-down.svg +4 -0
- package/src/icons/deprecated_src/mini/hand-thumb-up.svg +4 -0
- package/src/icons/deprecated_src/mini/information-circle.svg +3 -0
- package/src/icons/deprecated_src/mini/key.svg +3 -0
- package/src/icons/deprecated_src/mini/magnifying-glass.svg +3 -0
- package/src/icons/deprecated_src/mini/paper-airplane.svg +3 -0
- package/src/icons/deprecated_src/mini/pencil-square.svg +4 -0
- package/src/icons/deprecated_src/mini/plus.svg +3 -0
- package/src/icons/deprecated_src/mini/question-mark-circle.svg +3 -0
- package/src/icons/deprecated_src/mini/server.svg +4 -0
- package/src/icons/deprecated_src/mini/square-3-stack-3d.svg +5 -0
- package/src/icons/deprecated_src/mini/trash.svg +3 -0
- package/src/icons/deprecated_src/mini/user-group.svg +8 -0
- package/src/icons/deprecated_src/mini/x-circle.svg +3 -0
- package/src/icons/deprecated_src/mini/x-mark.svg +3 -0
- package/src/icons/deprecated_src/solid/arrow-up-on-square.svg +4 -0
- package/src/icons/deprecated_src/solid/beaker-plus.svg +3 -0
- package/src/icons/deprecated_src/solid/beaker.svg +3 -0
- package/src/icons/deprecated_src/solid/chat-bubble-bottom-center-plus.svg +3 -0
- package/src/icons/deprecated_src/solid/chat-bubble-bottom-center-text.svg +3 -0
- package/src/icons/deprecated_src/solid/chat-bubble-left-right.svg +4 -0
- package/src/icons/deprecated_src/solid/check-circle.svg +3 -0
- package/src/icons/deprecated_src/solid/chevron-down.svg +3 -0
- package/src/icons/deprecated_src/solid/chevron-left.svg +3 -0
- package/src/icons/deprecated_src/solid/chevron-right.svg +3 -0
- package/src/icons/deprecated_src/solid/chevron-up.svg +3 -0
- package/src/icons/deprecated_src/solid/clipboard.svg +3 -0
- package/src/icons/deprecated_src/solid/cloud-arrow-down.svg +3 -0
- package/src/icons/deprecated_src/solid/cog-6-tooth.svg +3 -0
- package/src/icons/deprecated_src/solid/command-line.svg +3 -0
- package/src/icons/deprecated_src/solid/document-plus.svg +4 -0
- package/src/icons/deprecated_src/solid/document-text.svg +4 -0
- package/src/icons/deprecated_src/solid/exclamation-circle.svg +3 -0
- package/src/icons/deprecated_src/solid/folder-open.svg +4 -0
- package/src/icons/deprecated_src/solid/hand-thumb-down.svg +4 -0
- package/src/icons/deprecated_src/solid/hand-thumb-up.svg +4 -0
- package/src/icons/deprecated_src/solid/information-circle.svg +3 -0
- package/src/icons/deprecated_src/solid/key.svg +3 -0
- package/src/icons/deprecated_src/solid/magnifying-glass.svg +3 -0
- package/src/icons/deprecated_src/solid/paper-airplane.svg +3 -0
- package/src/icons/deprecated_src/solid/pencil-square.svg +5 -0
- package/src/icons/deprecated_src/solid/plus.svg +3 -0
- package/src/icons/deprecated_src/solid/question-mark-circle.svg +3 -0
- package/src/icons/deprecated_src/solid/server.svg +4 -0
- package/src/icons/deprecated_src/solid/square-3-stack-3d.svg +5 -0
- package/src/icons/deprecated_src/solid/x-circle.svg +3 -0
- package/src/icons/deprecated_src/solid/x-mark.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/arrow-up-on-square.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/beaker-plus.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/beaker.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/chat-bubble-bottom-center-plus.svg +4 -0
- package/src/icons/deprecated_src/solid_stroke/chat-bubble-bottom-center-text.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/chat-bubble-left-right.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/check-circle.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/chevron-down.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/chevron-left.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/chevron-right.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/chevron-up.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/clipboard.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/cloud-arrow-down.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/cog-6-tooth.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/command-line.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/document-plus.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/document-text.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/exclamation-circle.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/folder-open.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/hand-thumb-down.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/hand-thumb-up.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/information-circle.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/key.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/magnifying-glass.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/paper-airplane.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/pencil-square.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/plus.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/question-mark-circle.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/server.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/square-3-stack-3d.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/trash.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/user-group.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/x-circle.svg +3 -0
- package/src/icons/deprecated_src/solid_stroke/x-mark.svg +3 -0
- package/src/icons/index.ts +2 -0
- package/src/icons/solid/ArrowDown.tsx +18 -0
- package/src/icons/solid/ArrowDownCircle.tsx +18 -0
- package/src/icons/solid/ArrowDownOnSquare.tsx +22 -0
- package/src/icons/solid/ArrowLeft.tsx +18 -0
- package/src/icons/solid/ArrowPath.tsx +18 -0
- package/src/icons/solid/ArrowRight.tsx +18 -0
- package/src/icons/solid/ArrowUp.tsx +18 -0
- package/src/icons/solid/ArrowUpOnSquare.tsx +22 -0
- package/src/icons/solid/Attachment.tsx +18 -0
- package/src/icons/solid/Backspace.tsx +20 -0
- package/src/icons/solid/BookOpen.tsx +18 -0
- package/src/icons/solid/Bookmark.tsx +18 -0
- package/src/icons/solid/Braces.tsx +18 -0
- package/src/icons/solid/Card.tsx +18 -0
- package/src/icons/solid/ChatBubbleBottomCenterPlus.tsx +20 -0
- package/src/icons/solid/ChatBubbleBottomCenterText.tsx +18 -0
- package/src/icons/solid/ChatBubbleLeftRight.tsx +20 -0
- package/src/icons/solid/Check.tsx +18 -0
- package/src/icons/solid/CheckCircle.tsx +18 -0
- package/src/icons/solid/ChevronDown.tsx +18 -0
- package/src/icons/solid/ChevronLeft.tsx +18 -0
- package/src/icons/solid/ChevronRight.tsx +18 -0
- package/src/icons/solid/ChevronUp.tsx +18 -0
- package/src/icons/solid/ChevronUpDown.tsx +18 -0
- package/src/icons/solid/Circle.tsx +15 -0
- package/src/icons/solid/Clipboard.tsx +18 -0
- package/src/icons/solid/ClipboardCheck.tsx +22 -0
- package/src/icons/solid/Clock.tsx +18 -0
- package/src/icons/solid/CloudArrowDown.tsx +20 -0
- package/src/icons/solid/CloudArrowLeftRight.tsx +20 -0
- package/src/icons/solid/CloudArrowUp.tsx +20 -0
- package/src/icons/solid/CloudX.tsx +20 -0
- package/src/icons/solid/Cog6Tooth.tsx +18 -0
- package/src/icons/solid/Command.tsx +18 -0
- package/src/icons/solid/CommandLine.tsx +18 -0
- package/src/icons/solid/Cube.tsx +18 -0
- package/src/icons/solid/Dash.tsx +15 -0
- package/src/icons/solid/Document.tsx +21 -0
- package/src/icons/solid/DocumentDuplicate.tsx +21 -0
- package/src/icons/solid/DocumentPile.tsx +21 -0
- package/src/icons/solid/DocumentPlus.tsx +21 -0
- package/src/icons/solid/DocumentText.tsx +21 -0
- package/src/icons/solid/Dust.tsx +20 -0
- package/src/icons/solid/EmotionLaugh.tsx +18 -0
- package/src/icons/solid/Equalizer.tsx +20 -0
- package/src/icons/solid/ExclamationCircle.tsx +18 -0
- package/src/icons/solid/ExternalLink.tsx +19 -0
- package/src/icons/solid/Eye.tsx +18 -0
- package/src/icons/solid/EyeSlash.tsx +18 -0
- package/src/icons/solid/Flag.tsx +18 -0
- package/src/icons/solid/Folder.tsx +18 -0
- package/src/icons/solid/FolderOpen.tsx +20 -0
- package/src/icons/solid/Fullscreen.tsx +18 -0
- package/src/icons/solid/FullscreenExit.tsx +24 -0
- package/src/icons/solid/GlobeAlt.tsx +18 -0
- package/src/icons/solid/Grab.tsx +18 -0
- package/src/icons/solid/HandHeart.tsx +18 -0
- package/src/icons/solid/HandThumbDown.tsx +18 -0
- package/src/icons/solid/HandThumbUp.tsx +18 -0
- package/src/icons/solid/HeartAlt.tsx +18 -0
- package/src/icons/solid/Hexagon.tsx +15 -0
- package/src/icons/solid/Image.tsx +21 -0
- package/src/icons/solid/InformationCircle.tsx +18 -0
- package/src/icons/solid/Key.tsx +18 -0
- package/src/icons/solid/Lightbulb.tsx +18 -0
- package/src/icons/solid/Link.tsx +20 -0
- package/src/icons/solid/List.tsx +20 -0
- package/src/icons/solid/ListAdd.tsx +24 -0
- package/src/icons/solid/ListCheck.tsx +24 -0
- package/src/icons/solid/ListRemove.tsx +24 -0
- package/src/icons/solid/Lock.tsx +20 -0
- package/src/icons/solid/Login.tsx +18 -0
- package/src/icons/solid/Logout.tsx +18 -0
- package/src/icons/solid/Magic.tsx +18 -0
- package/src/icons/solid/MagnifyingGlass.tsx +18 -0
- package/src/icons/solid/Menu.tsx +18 -0
- package/src/icons/solid/More.tsx +18 -0
- package/src/icons/solid/MovingMail.tsx +16 -0
- package/src/icons/solid/Paint.tsx +24 -0
- package/src/icons/solid/PaperAirplane.tsx +18 -0
- package/src/icons/solid/Pause.tsx +15 -0
- package/src/icons/solid/PencilSquare.tsx +19 -0
- package/src/icons/solid/Planet.tsx +18 -0
- package/src/icons/solid/Play.tsx +15 -0
- package/src/icons/solid/Plus.tsx +18 -0
- package/src/icons/solid/PlusCircle.tsx +18 -0
- package/src/icons/solid/Pushpin.tsx +18 -0
- package/src/icons/solid/Puzzle.tsx +18 -0
- package/src/icons/solid/QuestionMarkCircle.tsx +18 -0
- package/src/icons/solid/Reaction.tsx +21 -0
- package/src/icons/solid/Rectangle.tsx +15 -0
- package/src/icons/solid/Robot.tsx +25 -0
- package/src/icons/solid/Rocket.tsx +18 -0
- package/src/icons/solid/Scan.tsx +21 -0
- package/src/icons/solid/Server.tsx +18 -0
- package/src/icons/solid/ShakeHands.tsx +18 -0
- package/src/icons/solid/Shapes.tsx +18 -0
- package/src/icons/solid/Sparkles.tsx +18 -0
- package/src/icons/solid/Square.tsx +15 -0
- package/src/icons/solid/Square3Stack3D.tsx +28 -0
- package/src/icons/solid/Star.tsx +18 -0
- package/src/icons/solid/Stop.tsx +15 -0
- package/src/icons/solid/Table.tsx +20 -0
- package/src/icons/solid/Template.tsx +18 -0
- package/src/icons/solid/TestTube.tsx +18 -0
- package/src/icons/solid/Time.tsx +18 -0
- package/src/icons/solid/Trash.tsx +21 -0
- package/src/icons/solid/Triangle.tsx +15 -0
- package/src/icons/solid/User.tsx +18 -0
- package/src/icons/solid/UserArrow.tsx +18 -0
- package/src/icons/solid/UserGroup.tsx +18 -0
- package/src/icons/solid/UserPlus.tsx +18 -0
- package/src/icons/solid/Wrench.tsx +18 -0
- package/src/icons/solid/XCircle.tsx +18 -0
- package/src/icons/solid/XMark.tsx +18 -0
- package/src/icons/solid/index.ts +115 -0
- package/src/icons/src/solid/arrow-down-circle.svg +3 -0
- package/src/icons/src/solid/arrow-down-on-square.svg +4 -0
- package/src/icons/src/solid/arrow-down.svg +3 -0
- package/src/icons/src/solid/arrow-left.svg +3 -0
- package/src/icons/src/solid/arrow-path.svg +4 -0
- package/src/icons/src/solid/arrow-right.svg +3 -0
- package/src/icons/src/solid/arrow-up-on-square.svg +4 -0
- package/src/icons/src/solid/arrow-up.svg +3 -0
- package/src/icons/src/solid/attachment.svg +3 -0
- package/src/icons/src/solid/backspace.svg +3 -0
- package/src/icons/src/solid/book-open.svg +3 -0
- package/src/icons/src/solid/bookmark.svg +3 -0
- package/src/icons/src/solid/braces.svg +4 -0
- package/src/icons/src/solid/card.svg +3 -0
- package/src/icons/src/solid/chat-bubble-bottom-center-plus.svg +3 -0
- package/src/icons/src/solid/chat-bubble-bottom-center-text.svg +3 -0
- package/src/icons/src/solid/chat-bubble-left-right.svg +3 -0
- package/src/icons/src/solid/check-circle.svg +3 -0
- package/src/icons/src/solid/check.svg +3 -0
- package/src/icons/src/solid/chevron-down.svg +3 -0
- package/src/icons/src/solid/chevron-left.svg +3 -0
- package/src/icons/src/solid/chevron-right.svg +3 -0
- package/src/icons/src/solid/chevron-up-down.svg +4 -0
- package/src/icons/src/solid/chevron-up.svg +3 -0
- package/src/icons/src/solid/circle.svg +3 -0
- package/src/icons/src/solid/clipboard-check.svg +4 -0
- package/src/icons/src/solid/clipboard.svg +3 -0
- package/src/icons/src/solid/clock.svg +3 -0
- package/src/icons/src/solid/cloud-arrow-down.svg +3 -0
- package/src/icons/src/solid/cloud-arrow-left-right.svg +3 -0
- package/src/icons/src/solid/cloud-arrow-up.svg +3 -0
- package/src/icons/src/solid/cloud-x.svg +3 -0
- package/src/icons/src/solid/cog-6-tooth.svg +3 -0
- package/src/icons/src/solid/command-line.svg +3 -0
- package/src/icons/src/solid/command.svg +3 -0
- package/src/icons/src/solid/cube.svg +3 -0
- package/src/icons/src/solid/dash.svg +3 -0
- package/src/icons/src/solid/document-duplicate.svg +4 -0
- package/src/icons/src/solid/document-pile.svg +4 -0
- package/src/icons/src/solid/document-plus.svg +4 -0
- package/src/icons/src/solid/document-text.svg +4 -0
- package/src/icons/src/solid/document.svg +4 -0
- package/src/icons/src/solid/dust.svg +3 -0
- package/src/icons/src/solid/emotion-laugh.svg +3 -0
- package/src/icons/src/solid/equalizer.svg +4 -0
- package/src/icons/src/solid/exclamation-circle.svg +3 -0
- package/src/icons/src/solid/external-link.svg +4 -0
- package/src/icons/src/solid/eye-slash.svg +3 -0
- package/src/icons/src/solid/eye.svg +3 -0
- package/src/icons/src/solid/flag.svg +3 -0
- package/src/icons/src/solid/folder-open.svg +3 -0
- package/src/icons/src/solid/folder.svg +3 -0
- package/src/icons/src/solid/fullscreen-exit.svg +4 -0
- package/src/icons/src/solid/fullscreen.svg +4 -0
- package/src/icons/src/solid/globe-alt.svg +3 -0
- package/src/icons/src/solid/grab.svg +8 -0
- package/src/icons/src/solid/hand-heart.svg +3 -0
- package/src/icons/src/solid/hand-thumb-down.svg +3 -0
- package/src/icons/src/solid/hand-thumb-up.svg +3 -0
- package/src/icons/src/solid/heart-alt.svg +3 -0
- package/src/icons/src/solid/hexagon.svg +3 -0
- package/src/icons/src/solid/image.svg +4 -0
- package/src/icons/src/solid/information-circle.svg +3 -0
- package/src/icons/src/solid/key.svg +3 -0
- package/src/icons/src/solid/lightbulb.svg +3 -0
- package/src/icons/src/solid/link.svg +3 -0
- package/src/icons/src/solid/list-add.svg +6 -0
- package/src/icons/src/solid/list-check.svg +6 -0
- package/src/icons/src/solid/list-remove.svg +6 -0
- package/src/icons/src/solid/list.svg +6 -0
- package/src/icons/src/solid/lock.svg +3 -0
- package/src/icons/src/solid/login.svg +3 -0
- package/src/icons/src/solid/logout.svg +3 -0
- package/src/icons/src/solid/magic.svg +4 -0
- package/src/icons/src/solid/magnifying-glass.svg +3 -0
- package/src/icons/src/solid/menu.svg +3 -0
- package/src/icons/src/solid/more.svg +3 -0
- package/src/icons/src/solid/moving-mail.svg +4 -0
- package/src/icons/src/solid/paint.svg +4 -0
- package/src/icons/src/solid/paper-airplane.svg +3 -0
- package/src/icons/src/solid/pause.svg +3 -0
- package/src/icons/src/solid/pencil-square.svg +5 -0
- package/src/icons/src/solid/planet.svg +3 -0
- package/src/icons/src/solid/play.svg +3 -0
- package/src/icons/src/solid/plus-circle.svg +3 -0
- package/src/icons/src/solid/plus.svg +3 -0
- package/src/icons/src/solid/pushpin.svg +3 -0
- package/src/icons/src/solid/puzzle.svg +3 -0
- package/src/icons/src/solid/question-mark-circle.svg +3 -0
- package/src/icons/src/solid/reaction.svg +4 -0
- package/src/icons/src/solid/rectangle.svg +3 -0
- package/src/icons/src/solid/robot.svg +6 -0
- package/src/icons/src/solid/rocket.svg +3 -0
- package/src/icons/src/solid/scan.svg +5 -0
- package/src/icons/src/solid/server.svg +3 -0
- package/src/icons/src/solid/shake-hands.svg +3 -0
- package/src/icons/src/solid/shapes.svg +3 -0
- package/src/icons/src/solid/sparkles.svg +3 -0
- package/src/icons/src/solid/square-3-stack-3d.svg +5 -0
- package/src/icons/src/solid/square.svg +3 -0
- package/src/icons/src/solid/star.svg +3 -0
- package/src/icons/src/solid/stop.svg +3 -0
- package/src/icons/src/solid/table.svg +3 -0
- package/src/icons/src/solid/template.svg +3 -0
- package/src/icons/src/solid/test-tube.svg +3 -0
- package/src/icons/src/solid/time.svg +3 -0
- package/src/icons/src/solid/trash.svg +4 -0
- package/src/icons/src/solid/triangle.svg +3 -0
- package/src/icons/src/solid/user-arrow.svg +5 -0
- package/src/icons/src/solid/user-group.svg +8 -0
- package/src/icons/src/solid/user-plus.svg +5 -0
- package/src/icons/src/solid/user.svg +4 -0
- package/src/icons/src/solid/wrench.svg +3 -0
- package/src/icons/src/solid/x-circle.svg +3 -0
- package/src/icons/src/solid/x-mark.svg +3 -0
- package/src/icons/src/stroke/arrow-down-circle.svg +3 -0
- package/src/icons/src/stroke/arrow-down-on-square.svg +4 -0
- package/src/icons/src/stroke/arrow-down.svg +3 -0
- package/src/icons/src/stroke/arrow-left.svg +3 -0
- package/src/icons/src/stroke/arrow-path.svg +4 -0
- package/src/icons/src/stroke/arrow-right.svg +3 -0
- package/src/icons/src/stroke/arrow-up-on-square.svg +4 -0
- package/src/icons/src/stroke/arrow-up.svg +3 -0
- package/src/icons/src/stroke/attachment.svg +3 -0
- package/src/icons/src/stroke/backspace.svg +4 -0
- package/src/icons/src/stroke/book-open.svg +3 -0
- package/src/icons/src/stroke/bookmark.svg +3 -0
- package/src/icons/src/stroke/braces.svg +3 -0
- package/src/icons/src/stroke/card.svg +3 -0
- package/src/icons/src/stroke/chat-bubble-bottom-center-plus.svg +4 -0
- package/src/icons/src/stroke/chat-bubble-bottom-center-text.svg +3 -0
- package/src/icons/src/stroke/chat-bubble-left-right.svg +3 -0
- package/src/icons/src/stroke/check-circle.svg +3 -0
- package/src/icons/src/stroke/check.svg +3 -0
- package/src/icons/src/stroke/chevron-down.svg +3 -0
- package/src/icons/src/stroke/chevron-left.svg +3 -0
- package/src/icons/src/stroke/chevron-right.svg +3 -0
- package/src/icons/src/stroke/chevron-up-down.svg +4 -0
- package/src/icons/src/stroke/chevron-up.svg +3 -0
- package/src/icons/src/stroke/circle.svg +3 -0
- package/src/icons/src/stroke/clipboard-check.svg +4 -0
- package/src/icons/src/stroke/clipboard.svg +3 -0
- package/src/icons/src/stroke/clock.svg +3 -0
- package/src/icons/src/stroke/cloud-arrow-down.svg +4 -0
- package/src/icons/src/stroke/cloud-arrow-left-right.svg +5 -0
- package/src/icons/src/stroke/cloud-arrow-up.svg +4 -0
- package/src/icons/src/stroke/cloud-x.svg +4 -0
- package/src/icons/src/stroke/cog-6-tooth.svg +3 -0
- package/src/icons/src/stroke/command-line.svg +3 -0
- package/src/icons/src/stroke/command.svg +3 -0
- package/src/icons/src/stroke/cube.svg +3 -0
- package/src/icons/src/stroke/dash.svg +3 -0
- package/src/icons/src/stroke/document-duplicate.svg +3 -0
- package/src/icons/src/stroke/document-pile.svg +3 -0
- package/src/icons/src/stroke/document-plus.svg +4 -0
- package/src/icons/src/stroke/document-text.svg +6 -0
- package/src/icons/src/stroke/document.svg +3 -0
- package/src/icons/src/stroke/dust.svg +5 -0
- package/src/icons/src/stroke/emotion-laugh.svg +3 -0
- package/src/icons/src/stroke/equalizer.svg +4 -0
- package/src/icons/src/stroke/exclamation-circle.svg +3 -0
- package/src/icons/src/stroke/external-link.svg +4 -0
- package/src/icons/src/stroke/eye-slash.svg +3 -0
- package/src/icons/src/stroke/eye.svg +3 -0
- package/src/icons/src/stroke/flag.svg +3 -0
- package/src/icons/src/stroke/folder-open.svg +3 -0
- package/src/icons/src/stroke/folder.svg +3 -0
- package/src/icons/src/stroke/fullscreen-exit.svg +4 -0
- package/src/icons/src/stroke/fullscreen.svg +4 -0
- package/src/icons/src/stroke/globe-alt.svg +3 -0
- package/src/icons/src/stroke/grab.svg +8 -0
- package/src/icons/src/stroke/hand-heart.svg +3 -0
- package/src/icons/src/stroke/hand-thumb-down.svg +3 -0
- package/src/icons/src/stroke/hand-thumb-up.svg +3 -0
- package/src/icons/src/stroke/heart-alt.svg +3 -0
- package/src/icons/src/stroke/hexagon.svg +3 -0
- package/src/icons/src/stroke/image.svg +4 -0
- package/src/icons/src/stroke/information-circle.svg +3 -0
- package/src/icons/src/stroke/key.svg +3 -0
- package/src/icons/src/stroke/lightbulb.svg +3 -0
- package/src/icons/src/stroke/link.svg +3 -0
- package/src/icons/src/stroke/list-add.svg +6 -0
- package/src/icons/src/stroke/list-check.svg +6 -0
- package/src/icons/src/stroke/list-remove.svg +6 -0
- package/src/icons/src/stroke/list.svg +6 -0
- package/src/icons/src/stroke/lock.svg +3 -0
- package/src/icons/src/stroke/login.svg +3 -0
- package/src/icons/src/stroke/logout.svg +4 -0
- package/src/icons/src/stroke/magic.svg +4 -0
- package/src/icons/src/stroke/magnifying-glass.svg +3 -0
- package/src/icons/src/stroke/menu.svg +3 -0
- package/src/icons/src/stroke/more.svg +3 -0
- package/src/icons/src/stroke/moving-mail.svg +3 -0
- package/src/icons/src/stroke/paint.svg +4 -0
- package/src/icons/src/stroke/paper-airplane.svg +3 -0
- package/src/icons/src/stroke/pause.svg +3 -0
- package/src/icons/src/stroke/pencil-square.svg +4 -0
- package/src/icons/src/stroke/planet.svg +3 -0
- package/src/icons/src/stroke/play.svg +3 -0
- package/src/icons/src/stroke/plus-circle.svg +3 -0
- package/src/icons/src/stroke/plus.svg +3 -0
- package/src/icons/src/stroke/pushpin.svg +3 -0
- package/src/icons/src/stroke/puzzle.svg +3 -0
- package/src/icons/src/stroke/question-mark-circle.svg +3 -0
- package/src/icons/src/stroke/reaction.svg +7 -0
- package/src/icons/src/stroke/rectangle.svg +3 -0
- package/src/icons/src/stroke/robot.svg +9 -0
- package/src/icons/src/stroke/rocket.svg +3 -0
- package/src/icons/src/stroke/scan.svg +5 -0
- package/src/icons/src/stroke/server.svg +4 -0
- package/src/icons/src/stroke/shake-hands.svg +3 -0
- package/src/icons/src/stroke/shapes.svg +3 -0
- package/src/icons/src/stroke/sparkles.svg +3 -0
- package/src/icons/src/stroke/square-3-stack-3d.svg +5 -0
- package/src/icons/src/stroke/square.svg +3 -0
- package/src/icons/src/stroke/star.svg +3 -0
- package/src/icons/src/stroke/stop.svg +3 -0
- package/src/icons/src/stroke/table.svg +3 -0
- package/src/icons/src/stroke/template.svg +3 -0
- package/src/icons/src/stroke/test-tube.svg +3 -0
- package/src/icons/src/stroke/time.svg +3 -0
- package/src/icons/src/stroke/trash.svg +3 -0
- package/src/icons/src/stroke/triangle.svg +3 -0
- package/src/icons/src/stroke/user-arrow.svg +5 -0
- package/src/icons/src/stroke/user-group.svg +8 -0
- package/src/icons/src/stroke/user-plus.svg +5 -0
- package/src/icons/src/stroke/user.svg +4 -0
- package/src/icons/src/stroke/wrench.svg +3 -0
- package/src/icons/src/stroke/x-circle.svg +3 -0
- package/src/icons/src/stroke/x-mark.svg +3 -0
- package/src/icons/stroke/ArrowDown.tsx +18 -0
- package/src/icons/stroke/ArrowDownCircle.tsx +18 -0
- package/src/icons/stroke/ArrowDownOnSquare.tsx +22 -0
- package/src/icons/stroke/ArrowLeft.tsx +18 -0
- package/src/icons/stroke/ArrowPath.tsx +18 -0
- package/src/icons/stroke/ArrowRight.tsx +18 -0
- package/src/icons/stroke/ArrowUp.tsx +18 -0
- package/src/icons/stroke/ArrowUpOnSquare.tsx +22 -0
- package/src/icons/stroke/Attachment.tsx +18 -0
- package/src/icons/stroke/Backspace.tsx +24 -0
- package/src/icons/stroke/BookOpen.tsx +18 -0
- package/src/icons/stroke/Bookmark.tsx +18 -0
- package/src/icons/stroke/Braces.tsx +18 -0
- package/src/icons/stroke/Card.tsx +20 -0
- package/src/icons/stroke/ChatBubbleBottomCenterPlus.tsx +21 -0
- package/src/icons/stroke/ChatBubbleBottomCenterText.tsx +18 -0
- package/src/icons/stroke/ChatBubbleLeftRight.tsx +20 -0
- package/src/icons/stroke/Check.tsx +15 -0
- package/src/icons/stroke/CheckCircle.tsx +18 -0
- package/src/icons/stroke/ChevronDown.tsx +15 -0
- package/src/icons/stroke/ChevronLeft.tsx +15 -0
- package/src/icons/stroke/ChevronRight.tsx +15 -0
- package/src/icons/stroke/ChevronUp.tsx +15 -0
- package/src/icons/stroke/ChevronUpDown.tsx +18 -0
- package/src/icons/stroke/Circle.tsx +20 -0
- package/src/icons/stroke/Clipboard.tsx +18 -0
- package/src/icons/stroke/ClipboardCheck.tsx +22 -0
- package/src/icons/stroke/Clock.tsx +18 -0
- package/src/icons/stroke/CloudArrowDown.tsx +21 -0
- package/src/icons/stroke/CloudArrowLeftRight.tsx +24 -0
- package/src/icons/stroke/CloudArrowUp.tsx +21 -0
- package/src/icons/stroke/CloudX.tsx +24 -0
- package/src/icons/stroke/Cog6Tooth.tsx +18 -0
- package/src/icons/stroke/Command.tsx +18 -0
- package/src/icons/stroke/CommandLine.tsx +18 -0
- package/src/icons/stroke/Cube.tsx +18 -0
- package/src/icons/stroke/Dash.tsx +15 -0
- package/src/icons/stroke/Document.tsx +20 -0
- package/src/icons/stroke/DocumentDuplicate.tsx +20 -0
- package/src/icons/stroke/DocumentPile.tsx +20 -0
- package/src/icons/stroke/DocumentPlus.tsx +21 -0
- package/src/icons/stroke/DocumentText.tsx +21 -0
- package/src/icons/stroke/Dust.tsx +26 -0
- package/src/icons/stroke/EmotionLaugh.tsx +18 -0
- package/src/icons/stroke/Equalizer.tsx +20 -0
- package/src/icons/stroke/ExclamationCircle.tsx +18 -0
- package/src/icons/stroke/ExternalLink.tsx +19 -0
- package/src/icons/stroke/Eye.tsx +18 -0
- package/src/icons/stroke/EyeSlash.tsx +18 -0
- package/src/icons/stroke/Flag.tsx +18 -0
- package/src/icons/stroke/Folder.tsx +18 -0
- package/src/icons/stroke/FolderOpen.tsx +20 -0
- package/src/icons/stroke/Fullscreen.tsx +18 -0
- package/src/icons/stroke/FullscreenExit.tsx +18 -0
- package/src/icons/stroke/GlobeAlt.tsx +18 -0
- package/src/icons/stroke/Grab.tsx +18 -0
- package/src/icons/stroke/HandHeart.tsx +18 -0
- package/src/icons/stroke/HandThumbDown.tsx +18 -0
- package/src/icons/stroke/HandThumbUp.tsx +18 -0
- package/src/icons/stroke/HeartAlt.tsx +18 -0
- package/src/icons/stroke/Hexagon.tsx +20 -0
- package/src/icons/stroke/Image.tsx +21 -0
- package/src/icons/stroke/InformationCircle.tsx +18 -0
- package/src/icons/stroke/Key.tsx +18 -0
- package/src/icons/stroke/Lightbulb.tsx +18 -0
- package/src/icons/stroke/Link.tsx +18 -0
- package/src/icons/stroke/List.tsx +20 -0
- package/src/icons/stroke/ListAdd.tsx +24 -0
- package/src/icons/stroke/ListCheck.tsx +24 -0
- package/src/icons/stroke/ListRemove.tsx +24 -0
- package/src/icons/stroke/Lock.tsx +20 -0
- package/src/icons/stroke/Login.tsx +18 -0
- package/src/icons/stroke/Logout.tsx +19 -0
- package/src/icons/stroke/Magic.tsx +24 -0
- package/src/icons/stroke/MagnifyingGlass.tsx +18 -0
- package/src/icons/stroke/Menu.tsx +18 -0
- package/src/icons/stroke/More.tsx +18 -0
- package/src/icons/stroke/MovingMail.tsx +20 -0
- package/src/icons/stroke/Paint.tsx +24 -0
- package/src/icons/stroke/PaperAirplane.tsx +18 -0
- package/src/icons/stroke/Pause.tsx +15 -0
- package/src/icons/stroke/PencilSquare.tsx +21 -0
- package/src/icons/stroke/Planet.tsx +18 -0
- package/src/icons/stroke/Play.tsx +20 -0
- package/src/icons/stroke/Plus.tsx +15 -0
- package/src/icons/stroke/PlusCircle.tsx +18 -0
- package/src/icons/stroke/Pushpin.tsx +18 -0
- package/src/icons/stroke/Puzzle.tsx +18 -0
- package/src/icons/stroke/QuestionMarkCircle.tsx +18 -0
- package/src/icons/stroke/Reaction.tsx +23 -0
- package/src/icons/stroke/Rectangle.tsx +20 -0
- package/src/icons/stroke/Robot.tsx +28 -0
- package/src/icons/stroke/Rocket.tsx +18 -0
- package/src/icons/stroke/Scan.tsx +24 -0
- package/src/icons/stroke/Server.tsx +21 -0
- package/src/icons/stroke/ShakeHands.tsx +18 -0
- package/src/icons/stroke/Shapes.tsx +18 -0
- package/src/icons/stroke/Sparkles.tsx +18 -0
- package/src/icons/stroke/Square.tsx +20 -0
- package/src/icons/stroke/Square3Stack3D.tsx +28 -0
- package/src/icons/stroke/Star.tsx +18 -0
- package/src/icons/stroke/Stop.tsx +20 -0
- package/src/icons/stroke/Table.tsx +20 -0
- package/src/icons/stroke/Template.tsx +18 -0
- package/src/icons/stroke/TestTube.tsx +18 -0
- package/src/icons/stroke/Time.tsx +18 -0
- package/src/icons/stroke/Trash.tsx +18 -0
- package/src/icons/stroke/Triangle.tsx +20 -0
- package/src/icons/stroke/User.tsx +24 -0
- package/src/icons/stroke/UserArrow.tsx +24 -0
- package/src/icons/stroke/UserGroup.tsx +24 -0
- package/src/icons/stroke/UserPlus.tsx +24 -0
- package/src/icons/stroke/Wrench.tsx +18 -0
- package/src/icons/stroke/XCircle.tsx +18 -0
- package/src/icons/stroke/XMark.tsx +18 -0
- package/src/icons/stroke/index.ts +115 -0
- package/src/index.ts +5 -0
- package/src/index_with_tw_base.ts +2 -0
- package/src/lib/avatar/types.ts +13 -0
- package/src/lib/avatar/utils.ts +56 -0
- package/src/lib/index.ts +1 -0
- package/src/lib/utils.ts +37 -0
- package/src/logo/Logo.tsx +32 -0
- package/src/logo/LogoColoredGrey.tsx +26 -0
- package/src/logo/LogoFullColor.tsx +31 -0
- package/src/logo/LogoSquareColoredGrey.tsx +26 -0
- package/src/logo/LogoSquareFullColor.tsx +37 -0
- package/src/logo/dust/LogoHorizontalColor.tsx +37 -0
- package/src/logo/dust/LogoHorizontalColorLayer1.tsx +29 -0
- package/src/logo/dust/LogoHorizontalColorLayer2.tsx +22 -0
- package/src/logo/dust/LogoHorizontalDark.tsx +27 -0
- package/src/logo/dust/LogoHorizontalWhite.tsx +27 -0
- package/src/logo/dust/LogoSquareColor.tsx +37 -0
- package/src/logo/dust/LogoSquareColorLayer1.tsx +29 -0
- package/src/logo/dust/LogoSquareColorLayer2.tsx +22 -0
- package/src/logo/dust/LogoSquareDark.tsx +27 -0
- package/src/logo/dust/LogoSquareWhite.tsx +27 -0
- package/src/logo/dust/index.ts +10 -0
- package/src/logo/index.ts +48 -0
- package/src/logo/platforms/Ai21.tsx +31 -0
- package/src/logo/platforms/Anthropic.tsx +18 -0
- package/src/logo/platforms/AnthropicWhite.tsx +18 -0
- package/src/logo/platforms/Claude.tsx +29 -0
- package/src/logo/platforms/Cohere.tsx +26 -0
- package/src/logo/platforms/Confluence.tsx +51 -0
- package/src/logo/platforms/Drive.tsx +38 -0
- package/src/logo/platforms/Gemini.tsx +40 -0
- package/src/logo/platforms/Github.tsx +20 -0
- package/src/logo/platforms/GithubWhite.tsx +20 -0
- package/src/logo/platforms/Gong.tsx +18 -0
- package/src/logo/platforms/Google.tsx +38 -0
- package/src/logo/platforms/GoogleDoc.tsx +20 -0
- package/src/logo/platforms/GooglePdf.tsx +35 -0
- package/src/logo/platforms/GoogleSlide.tsx +22 -0
- package/src/logo/platforms/GoogleSpreadsheet.tsx +22 -0
- package/src/logo/platforms/Gpt3.tsx +29 -0
- package/src/logo/platforms/Gpt4.tsx +29 -0
- package/src/logo/platforms/HuggingFace.tsx +52 -0
- package/src/logo/platforms/Intercom.tsx +18 -0
- package/src/logo/platforms/Microsoft.tsx +18 -0
- package/src/logo/platforms/MicrosoftExcel.tsx +30 -0
- package/src/logo/platforms/MicrosoftPowerpoint.tsx +34 -0
- package/src/logo/platforms/MicrosoftWord.tsx +26 -0
- package/src/logo/platforms/Mistral.tsx +32 -0
- package/src/logo/platforms/Notion.tsx +24 -0
- package/src/logo/platforms/Office.tsx +106 -0
- package/src/logo/platforms/Openai.tsx +18 -0
- package/src/logo/platforms/OpenaiWhite.tsx +18 -0
- package/src/logo/platforms/Replicate.tsx +31 -0
- package/src/logo/platforms/Salesforce.tsx +27 -0
- package/src/logo/platforms/Slack.tsx +30 -0
- package/src/logo/platforms/Zapier.tsx +18 -0
- package/src/logo/platforms/index.ts +33 -0
- package/src/logo/src/dust/logoHorizontalColor.svg +9 -0
- package/src/logo/src/dust/logoHorizontalColor_layer1.svg +6 -0
- package/src/logo/src/dust/logoHorizontalColor_layer2.svg +5 -0
- package/src/logo/src/dust/logoHorizontalDark.svg +4 -0
- package/src/logo/src/dust/logoHorizontalWhite.svg +4 -0
- package/src/logo/src/dust/logoSquareColor.svg +9 -0
- package/src/logo/src/dust/logoSquareColor_layer1.svg +6 -0
- package/src/logo/src/dust/logoSquareColor_layer2.svg +5 -0
- package/src/logo/src/dust/logoSquareDark.svg +4 -0
- package/src/logo/src/dust/logoSquareWhite.svg +4 -0
- package/src/logo/src/logo-colored-grey.svg +4 -0
- package/src/logo/src/logo-full-color.svg +9 -0
- package/src/logo/src/logo-square-colored-grey.svg +4 -0
- package/src/logo/src/logo-square-full-color.svg +9 -0
- package/src/logo/src/platforms/Ai21.svg +11 -0
- package/src/logo/src/platforms/Anthropic.svg +3 -0
- package/src/logo/src/platforms/AnthropicWhite.svg +3 -0
- package/src/logo/src/platforms/Claude.svg +11 -0
- package/src/logo/src/platforms/Cohere.svg +5 -0
- package/src/logo/src/platforms/Confluence.svg +19 -0
- package/src/logo/src/platforms/Gemini.svg +15 -0
- package/src/logo/src/platforms/GithubWhite.svg +3 -0
- package/src/logo/src/platforms/Gong.svg +3 -0
- package/src/logo/src/platforms/Google.svg +6 -0
- package/src/logo/src/platforms/GoogleDoc.svg +8 -0
- package/src/logo/src/platforms/GooglePDF.svg +7 -0
- package/src/logo/src/platforms/GoogleSlide.svg +8 -0
- package/src/logo/src/platforms/GoogleSpreadsheet.svg +11 -0
- package/src/logo/src/platforms/Gpt3.svg +11 -0
- package/src/logo/src/platforms/Gpt4.svg +11 -0
- package/src/logo/src/platforms/HuggingFace.svg +11 -0
- package/src/logo/src/platforms/Intercom.svg +3 -0
- package/src/logo/src/platforms/Microsoft.svg +6 -0
- package/src/logo/src/platforms/MicrosoftExcel.svg +12 -0
- package/src/logo/src/platforms/MicrosoftPowerpoint.svg +7 -0
- package/src/logo/src/platforms/MicrosoftWord.svg +8 -0
- package/src/logo/src/platforms/Mistral.svg +23 -0
- package/src/logo/src/platforms/Office.svg +34 -0
- package/src/logo/src/platforms/Openai.svg +3 -0
- package/src/logo/src/platforms/OpenaiWhite.svg +3 -0
- package/src/logo/src/platforms/Replicate.svg +11 -0
- package/src/logo/src/platforms/Salesforce.svg +10 -0
- package/src/logo/src/platforms/Zapier.svg +3 -0
- package/src/logo/src/platforms/drive.svg +8 -0
- package/src/logo/src/platforms/github.svg +3 -0
- package/src/logo/src/platforms/notion.svg +4 -0
- package/src/logo/src/platforms/slack.svg +6 -0
- package/src/lottie/collapseBar.ts +189 -0
- package/src/lottie/spinnerColor.ts +431 -0
- package/src/lottie/spinnerColorLG.ts +1098 -0
- package/src/lottie/spinnerColorXS.ts +325 -0
- package/src/lottie/spinnerDark.ts +455 -0
- package/src/lottie/spinnerDarkLG.ts +1102 -0
- package/src/lottie/spinnerDarkXS.ts +362 -0
- package/src/lottie/spinnerLight.ts +440 -0
- package/src/lottie/spinnerLightLG.ts +1066 -0
- package/src/lottie/spinnerLightXS.ts +358 -0
- package/src/lottie/src/collapseBar.json +187 -0
- package/src/lottie/src/spinnerColor.json +429 -0
- package/src/lottie/src/spinnerColorLG.json +1100 -0
- package/src/lottie/src/spinnerColorXS.json +323 -0
- package/src/lottie/src/spinnerDark.json +453 -0
- package/src/lottie/src/spinnerDarkLG.json +1100 -0
- package/src/lottie/src/spinnerDarkXS.json +360 -0
- package/src/lottie/src/spinnerLight.json +438 -0
- package/src/lottie/src/spinnerLightLG.json +1064 -0
- package/src/lottie/src/spinnerLightXS.json +356 -0
- package/src/stories/AssistantPreview.stories.tsx +69 -0
- package/src/stories/Avatar.stories.tsx +437 -0
- package/src/stories/AvatarSet.stories.tsx +144 -0
- package/src/stories/Banner.stories.tsx +72 -0
- package/src/stories/BarHeader.stories.tsx +161 -0
- package/src/stories/Button.stories.tsx +640 -0
- package/src/stories/CardButton.stories.tsx +110 -0
- package/src/stories/Checkbox.stories.tsx +46 -0
- package/src/stories/Chip.stories.tsx +87 -0
- package/src/stories/Citation.stories.tsx +212 -0
- package/src/stories/CollapseButton.stories.tsx +20 -0
- package/src/stories/Collapsible.stories.tsx +61 -0
- package/src/stories/ColorPicker.stories.tsx +177 -0
- package/src/stories/ConfettiBackground.stories.tsx +28 -0
- package/src/stories/ContentMessage.stories.tsx +58 -0
- package/src/stories/ContextItem.stories.tsx +140 -0
- package/src/stories/DataTable.stories.tsx +36 -0
- package/src/stories/Dialog.stories.tsx +65 -0
- package/src/stories/DropdownMenu.stories.tsx +522 -0
- package/src/stories/ElementDialog.stories.tsx +56 -0
- package/src/stories/ElementModal.stories.tsx +50 -0
- package/src/stories/FilterChips.stories.tsx +21 -0
- package/src/stories/Hover3D.stories.tsx +112 -0
- package/src/stories/Hoverable.stories.tsx +27 -0
- package/src/stories/Icon.stories.tsx +43 -0
- package/src/stories/IconButton.stories.tsx +46 -0
- package/src/stories/IconSet.stories.tsx +59 -0
- package/src/stories/IconToggleButton.stories.tsx +34 -0
- package/src/stories/Input.stories.tsx +96 -0
- package/src/stories/Introduction.mdx +221 -0
- package/src/stories/Item.stories.tsx +199 -0
- package/src/stories/Logo.stories.tsx +113 -0
- package/src/stories/Markdown.stories.tsx +52 -0
- package/src/stories/Modal.stories.tsx +146 -0
- package/src/stories/Notification.stories.tsx +38 -0
- package/src/stories/Page.stories.tsx +389 -0
- package/src/stories/PaginatedCitationsGrid.stories.tsx +41 -0
- package/src/stories/Pagination.stories.tsx +46 -0
- package/src/stories/PlatformIconSet.stories.tsx +40 -0
- package/src/stories/Popup.stories.tsx +49 -0
- package/src/stories/PriceTable.stories.tsx +118 -0
- package/src/stories/RadioButton.stories.tsx +68 -0
- package/src/stories/Searchbar.stories.tsx +109 -0
- package/src/stories/Shadows.stories.tsx +42 -0
- package/src/stories/SliderToggle.stories.tsx +36 -0
- package/src/stories/Spinner.stories.tsx +121 -0
- package/src/stories/SystemAvatarSet.stories.tsx +72 -0
- package/src/stories/Tab.stories.tsx +96 -0
- package/src/stories/TextArea.stories.tsx +50 -0
- package/src/stories/Tooltip.stories.tsx +62 -0
- package/src/stories/Tree.stories.tsx +368 -0
- package/src/stories/assets/accessibility.png +0 -0
- package/src/stories/assets/accessibility.svg +5 -0
- package/src/stories/assets/addon-library.png +0 -0
- package/src/stories/assets/assets.png +0 -0
- package/src/stories/assets/code-brackets.svg +1 -0
- package/src/stories/assets/colors.svg +1 -0
- package/src/stories/assets/comments.svg +1 -0
- package/src/stories/assets/context.png +0 -0
- package/src/stories/assets/direction.svg +1 -0
- package/src/stories/assets/discord.svg +15 -0
- package/src/stories/assets/docs.png +0 -0
- package/src/stories/assets/figma-plugin.png +0 -0
- package/src/stories/assets/flow.svg +1 -0
- package/src/stories/assets/github.svg +3 -0
- package/src/stories/assets/plugin.svg +1 -0
- package/src/stories/assets/repo.svg +1 -0
- package/src/stories/assets/share.png +0 -0
- package/src/stories/assets/stackalt.svg +1 -0
- package/src/stories/assets/styling.png +0 -0
- package/src/stories/assets/testing.png +0 -0
- package/src/stories/assets/theming.png +0 -0
- package/src/stories/assets/tutorials.svg +12 -0
- package/src/stories/assets/youtube.svg +4 -0
- package/src/styles/global.css +12 -0
- package/src/styles/global_with_tw_base.css +4 -0
- package/src/styles/tailwind.css +15 -0
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const SvgOffice = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width="1em"
|
|
7
|
+
height="1em"
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="url(#Office_svg__a)"
|
|
14
|
+
d="m10.22 2.465-.102.062a3.636 3.636 0 0 0-.458.328l.294-.207h2.5l.455 3.442-2.273 2.273-2.273 1.58v1.822c0 1.272.665 2.452 1.754 3.11l2.393 1.449-5.056 2.949H6.48l-1.817-1.1a3.637 3.637 0 0 1-1.753-3.111V8.936c0-1.273.665-2.453 1.754-3.112l5.455-3.299.102-.06Z"
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
fill="url(#Office_svg__b)"
|
|
18
|
+
d="m10.22 2.465-.102.062a3.636 3.636 0 0 0-.458.328l.294-.207h2.5l.455 3.442-2.273 2.273-2.273 1.58v1.822c0 1.272.665 2.452 1.754 3.11l2.393 1.449-5.056 2.949H6.48l-1.817-1.1a3.637 3.637 0 0 1-1.753-3.111V8.936c0-1.273.665-2.453 1.754-3.112l5.455-3.299.102-.06Z"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
fill="url(#Office_svg__c)"
|
|
22
|
+
d="M15.636 9.727v2.036a3.637 3.637 0 0 1-1.753 3.111l-5.455 3.302a3.637 3.637 0 0 1-3.64.073l5.329 3.225c1.157.701 2.608.701 3.766 0l5.455-3.301a3.636 3.636 0 0 0 1.753-3.111V13.59l-.454-.682-5-3.182Z"
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
fill="url(#Office_svg__d)"
|
|
26
|
+
d="M15.636 9.727v2.036a3.637 3.637 0 0 1-1.753 3.111l-5.455 3.302a3.637 3.637 0 0 1-3.64.073l5.329 3.225c1.157.701 2.608.701 3.766 0l5.455-3.301a3.636 3.636 0 0 0 1.753-3.111V13.59l-.454-.682-5-3.182Z"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
fill="url(#Office_svg__e)"
|
|
30
|
+
d="m19.337 5.824-5.455-3.3a3.637 3.637 0 0 0-3.656-.062l-.108.065A3.636 3.636 0 0 0 8.363 5.64V9.95l1.755-1.061c1.157-.7 2.607-.7 3.764 0l5.455 3.3a3.637 3.637 0 0 1 1.752 2.992c.002-.04.002-.08.002-.12V8.937a3.637 3.637 0 0 0-1.754-3.112Z"
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
fill="url(#Office_svg__f)"
|
|
34
|
+
d="m19.337 5.824-5.455-3.3a3.637 3.637 0 0 0-3.656-.062l-.108.065A3.636 3.636 0 0 0 8.363 5.64V9.95l1.755-1.061c1.157-.7 2.607-.7 3.764 0l5.455 3.3a3.637 3.637 0 0 1 1.752 2.992c.002-.04.002-.08.002-.12V8.937a3.637 3.637 0 0 0-1.754-3.112Z"
|
|
35
|
+
/>
|
|
36
|
+
<defs>
|
|
37
|
+
<radialGradient
|
|
38
|
+
id="Office_svg__a"
|
|
39
|
+
cx={0}
|
|
40
|
+
cy={0}
|
|
41
|
+
r={1}
|
|
42
|
+
gradientTransform="matrix(-5.3185 14.20382 -24.77429 -9.27653 9.008 5.926)"
|
|
43
|
+
gradientUnits="userSpaceOnUse"
|
|
44
|
+
>
|
|
45
|
+
<stop offset={0.064} stopColor="#AE7FE2" />
|
|
46
|
+
<stop offset={1} stopColor="#0078D4" />
|
|
47
|
+
</radialGradient>
|
|
48
|
+
<radialGradient
|
|
49
|
+
id="Office_svg__c"
|
|
50
|
+
cx={0}
|
|
51
|
+
cy={0}
|
|
52
|
+
r={1}
|
|
53
|
+
gradientTransform="rotate(-8.367 123.316 -31.054) scale(14.1144 9.32348)"
|
|
54
|
+
gradientUnits="userSpaceOnUse"
|
|
55
|
+
>
|
|
56
|
+
<stop offset={0.134} stopColor="#D59DFF" />
|
|
57
|
+
<stop offset={1} stopColor="#5E438F" />
|
|
58
|
+
</radialGradient>
|
|
59
|
+
<radialGradient
|
|
60
|
+
id="Office_svg__e"
|
|
61
|
+
cx={0}
|
|
62
|
+
cy={0}
|
|
63
|
+
r={1}
|
|
64
|
+
gradientTransform="rotate(-165.772 10.696 5.336) scale(11.329 19.0713)"
|
|
65
|
+
gradientUnits="userSpaceOnUse"
|
|
66
|
+
>
|
|
67
|
+
<stop offset={0.058} stopColor="#50E6FF" />
|
|
68
|
+
<stop offset={1} stopColor="#436DCD" />
|
|
69
|
+
</radialGradient>
|
|
70
|
+
<linearGradient
|
|
71
|
+
id="Office_svg__b"
|
|
72
|
+
x1={9.051}
|
|
73
|
+
x2={6.887}
|
|
74
|
+
y1={18.304}
|
|
75
|
+
y2={14.561}
|
|
76
|
+
gradientUnits="userSpaceOnUse"
|
|
77
|
+
>
|
|
78
|
+
<stop stopColor="#114A8B" />
|
|
79
|
+
<stop offset={1} stopColor="#0078D4" stopOpacity={0} />
|
|
80
|
+
</linearGradient>
|
|
81
|
+
<linearGradient
|
|
82
|
+
id="Office_svg__d"
|
|
83
|
+
x1={19.435}
|
|
84
|
+
x2={17.116}
|
|
85
|
+
y1={12.625}
|
|
86
|
+
y2={15.95}
|
|
87
|
+
gradientUnits="userSpaceOnUse"
|
|
88
|
+
>
|
|
89
|
+
<stop stopColor="#493474" />
|
|
90
|
+
<stop offset={1} stopColor="#8C66BA" stopOpacity={0} />
|
|
91
|
+
</linearGradient>
|
|
92
|
+
<linearGradient
|
|
93
|
+
id="Office_svg__f"
|
|
94
|
+
x1={8.807}
|
|
95
|
+
x2={12.221}
|
|
96
|
+
y1={2.479}
|
|
97
|
+
y2={2.479}
|
|
98
|
+
gradientUnits="userSpaceOnUse"
|
|
99
|
+
>
|
|
100
|
+
<stop stopColor="#2D3F80" />
|
|
101
|
+
<stop offset={1} stopColor="#436DCD" stopOpacity={0} />
|
|
102
|
+
</linearGradient>
|
|
103
|
+
</defs>
|
|
104
|
+
</svg>
|
|
105
|
+
);
|
|
106
|
+
export default SvgOffice;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const SvgOpenai = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width="1em"
|
|
7
|
+
height="1em"
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="#000"
|
|
14
|
+
d="M21.55 10.005a5.417 5.417 0 0 0-.478-4.502c-1.216-2.09-3.662-3.166-6.05-2.66A5.59 5.59 0 0 0 10.831 1C8.39.995 6.224 2.546 5.473 4.838A5.553 5.553 0 0 0 1.76 7.496a5.488 5.488 0 0 0 .691 6.5 5.416 5.416 0 0 0 .477 4.502c1.217 2.09 3.662 3.165 6.05 2.66A5.586 5.586 0 0 0 13.168 23c2.443.006 4.61-1.546 5.361-3.84a5.553 5.553 0 0 0 3.715-2.66 5.488 5.488 0 0 0-.693-6.497v.002Zm-8.381 11.557a4.198 4.198 0 0 1-2.675-.954c.034-.018.093-.05.132-.073l4.44-2.53a.71.71 0 0 0 .364-.624v-6.176l1.877 1.069c.02.01.033.029.036.05v5.115c-.003 2.275-1.87 4.119-4.174 4.123ZM4.192 17.78a4.059 4.059 0 0 1-.498-2.762l.131.077 4.44 2.53c.225.13.504.13.73 0l5.42-3.088v2.138a.068.068 0 0 1-.027.057L9.9 19.288c-1.999 1.136-4.552.46-5.707-1.51h-.001ZM3.023 8.216A4.15 4.15 0 0 1 5.198 6.41l-.002.151v5.06a.711.711 0 0 0 .364.624l5.42 3.087-1.876 1.07a.067.067 0 0 1-.063.005l-4.489-2.559c-1.995-1.14-2.679-3.658-1.53-5.63h.001Zm15.417 3.54-5.42-3.088L14.896 7.6a.067.067 0 0 1 .063-.006l4.489 2.557c1.998 1.14 2.683 3.662 1.529 5.633a4.163 4.163 0 0 1-2.174 1.807V12.38a.71.71 0 0 0-.363-.623Zm1.867-2.773a6.16 6.16 0 0 0-.132-.078l-4.44-2.53a.731.731 0 0 0-.729 0l-5.42 3.088V7.325a.068.068 0 0 1 .027-.057L14.1 4.713c2-1.137 4.555-.46 5.707 1.513.487.833.664 1.809.499 2.757h.001Zm-11.741 3.81-1.877-1.068a.065.065 0 0 1-.036-.051V6.559c.001-2.277 1.873-4.122 4.181-4.12.976 0 1.92.338 2.671.954-.034.018-.092.05-.131.073l-4.44 2.53a.71.71 0 0 0-.365.623l-.003 6.173v.002Zm1.02-2.168L12 9.25l2.414 1.375v2.75L12 14.75l-2.415-1.375v-2.75Z"
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
18
|
+
export default SvgOpenai;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const SvgOpenaiWhite = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width="1em"
|
|
7
|
+
height="1em"
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="#fff"
|
|
14
|
+
d="M21.55 10.005a5.417 5.417 0 0 0-.478-4.502c-1.216-2.09-3.662-3.166-6.05-2.66A5.59 5.59 0 0 0 10.831 1C8.39.995 6.224 2.546 5.473 4.838A5.553 5.553 0 0 0 1.76 7.496a5.488 5.488 0 0 0 .691 6.5 5.416 5.416 0 0 0 .477 4.502c1.217 2.09 3.662 3.165 6.05 2.66A5.586 5.586 0 0 0 13.168 23c2.443.006 4.61-1.546 5.361-3.84a5.553 5.553 0 0 0 3.715-2.66 5.488 5.488 0 0 0-.693-6.497v.002Zm-8.381 11.557a4.198 4.198 0 0 1-2.675-.954c.034-.018.093-.05.132-.073l4.44-2.53a.71.71 0 0 0 .364-.624v-6.176l1.877 1.069c.02.01.033.029.036.05v5.115c-.003 2.275-1.87 4.119-4.174 4.123ZM4.192 17.78a4.059 4.059 0 0 1-.498-2.762l.131.077 4.44 2.53c.225.13.504.13.73 0l5.42-3.088v2.138a.068.068 0 0 1-.027.057L9.9 19.288c-1.999 1.136-4.552.46-5.707-1.51h-.001ZM3.023 8.216A4.15 4.15 0 0 1 5.198 6.41l-.002.151v5.06a.711.711 0 0 0 .364.624l5.42 3.087-1.876 1.07a.067.067 0 0 1-.063.005l-4.489-2.559c-1.995-1.14-2.679-3.658-1.53-5.63h.001Zm15.417 3.54-5.42-3.088L14.896 7.6a.067.067 0 0 1 .063-.006l4.489 2.557c1.998 1.14 2.683 3.662 1.529 5.633a4.163 4.163 0 0 1-2.174 1.807V12.38a.71.71 0 0 0-.363-.623Zm1.867-2.773a6.16 6.16 0 0 0-.132-.078l-4.44-2.53a.731.731 0 0 0-.729 0l-5.42 3.088V7.325a.068.068 0 0 1 .027-.057L14.1 4.713c2-1.137 4.555-.46 5.707 1.513.487.833.664 1.809.499 2.757h.001Zm-11.741 3.81-1.877-1.068a.065.065 0 0 1-.036-.051V6.559c.001-2.277 1.873-4.122 4.181-4.12.976 0 1.92.338 2.671.954-.034.018-.092.05-.131.073l-4.44 2.53a.71.71 0 0 0-.365.623l-.003 6.173v.002Zm1.02-2.168L12 9.25l2.414 1.375v2.75L12 14.75l-2.415-1.375v-2.75Z"
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
18
|
+
export default SvgOpenaiWhite;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const SvgReplicate = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width="1em"
|
|
7
|
+
height="1em"
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<g clipPath="url(#Replicate_svg__a)">
|
|
13
|
+
<path
|
|
14
|
+
fill="currentColor"
|
|
15
|
+
d="M0 4a4 4 0 0 1 4-4h16a4 4 0 0 1 4 4v16a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z"
|
|
16
|
+
/>
|
|
17
|
+
<path
|
|
18
|
+
fill="#fff"
|
|
19
|
+
fillRule="evenodd"
|
|
20
|
+
d="M18.76 5v1.576H7.765V19H6V5h12.76Zm0 2.989v1.576h-7.661V19H9.332V7.989h9.428Zm0 4.564v-1.585h-6.095V19h1.766v-6.447h4.329Z"
|
|
21
|
+
clipRule="evenodd"
|
|
22
|
+
/>
|
|
23
|
+
</g>
|
|
24
|
+
<defs>
|
|
25
|
+
<clipPath id="Replicate_svg__a">
|
|
26
|
+
<path fill="#fff" d="M0 0h24v24H0z" />
|
|
27
|
+
</clipPath>
|
|
28
|
+
</defs>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
export default SvgReplicate;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const SvgSalesforce = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width="1em"
|
|
7
|
+
height="1em"
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<g clipPath="url(#Salesforce_svg__a)">
|
|
13
|
+
<path
|
|
14
|
+
fill="#00A1E0"
|
|
15
|
+
fillRule="evenodd"
|
|
16
|
+
d="M9.965 5.835A4.209 4.209 0 0 1 13.01 4.53c1.589 0 2.965.883 3.706 2.197a5.118 5.118 0 0 1 2.091-.445c2.86 0 5.18 2.338 5.18 5.223 0 2.886-2.32 5.224-5.18 5.224-.349 0-.69-.035-1.023-.102a3.791 3.791 0 0 1-3.3 1.942 3.767 3.767 0 0 1-1.659-.382 4.313 4.313 0 0 1-8.02-.194 3.976 3.976 0 0 1-.825.086c-2.214 0-4.005-1.817-4.005-4.05 0-1.5.806-2.806 2.003-3.512A4.662 4.662 0 0 1 6.26 4.004c1.508 0 2.858.72 3.705 1.836"
|
|
17
|
+
clipRule="evenodd"
|
|
18
|
+
/>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<clipPath id="Salesforce_svg__a">
|
|
22
|
+
<path fill="#fff" d="M0 0h24v24H0z" />
|
|
23
|
+
</clipPath>
|
|
24
|
+
</defs>
|
|
25
|
+
</svg>
|
|
26
|
+
);
|
|
27
|
+
export default SvgSalesforce;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const SvgSlack = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width="1em"
|
|
7
|
+
height="1em"
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="#E01E5A"
|
|
14
|
+
d="M6.216 14.643a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 2.1-2.102h2.1v2.102Zm1.05 0a2.1 2.1 0 1 1 4.201 0v5.255A2.099 2.099 0 0 1 9.367 22c-1.162 0-2.1-.94-2.1-2.102v-5.255Z"
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
fill="#36C5F0"
|
|
18
|
+
d="M9.367 6.204a2.1 2.1 0 0 1-2.1-2.102 2.1 2.1 0 1 1 4.2 0v2.102h-2.1Zm0 1.067a2.1 2.1 0 0 1 2.1 2.102 2.1 2.1 0 0 1-2.1 2.102H4.1A2.1 2.1 0 0 1 2 9.373 2.1 2.1 0 0 1 4.1 7.27h5.267Z"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
fill="#2EB67D"
|
|
22
|
+
d="M17.784 9.373a2.099 2.099 0 1 1 4.2 0 2.099 2.099 0 0 1-2.1 2.102h-2.1V9.373Zm-1.05 0a2.099 2.099 0 1 1-4.201 0V4.102a2.099 2.099 0 1 1 4.2 0v5.27Z"
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
fill="#ECB22E"
|
|
26
|
+
d="M14.633 17.796c1.162 0 2.1.94 2.1 2.102a2.099 2.099 0 1 1-4.2 0v-2.102h2.1Zm0-1.05c-1.161 0-2.1-.94-2.1-2.103a2.1 2.1 0 0 1 2.1-2.102H19.9a2.1 2.1 0 0 1 2.1 2.102 2.099 2.099 0 0 1-2.1 2.102h-5.267Z"
|
|
27
|
+
/>
|
|
28
|
+
</svg>
|
|
29
|
+
);
|
|
30
|
+
export default SvgSlack;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const SvgZapier = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width="1em"
|
|
7
|
+
height="1em"
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill="#FF4A00"
|
|
14
|
+
d="M12.006 2c.565.001 1.12.049 1.66.14v5.82l4.128-4.116a10.03 10.03 0 0 1 2.358 2.352l-4.128 4.117h5.838c.09.538.138 1.09.138 1.655v.013c0 .565-.048 1.118-.138 1.656h-5.838l4.128 4.116c-.325.455-.687.881-1.08 1.275h-.001c-.394.393-.82.754-1.276 1.077l-4.128-4.117v5.822a10.18 10.18 0 0 1-1.66.14h-.014a10.178 10.178 0 0 1-1.659-.14v-5.822l-4.127 4.117a10.03 10.03 0 0 1-2.358-2.352l4.128-4.116H2.139A9.92 9.92 0 0 1 2 11.978v-.029c.001-.146.01-.325.024-.51l.005-.056c.04-.521.11-1.07.11-1.07h5.838L3.849 6.196c.323-.455.685-.88 1.079-1.273l.002-.002a9.98 9.98 0 0 1 1.277-1.077l4.127 4.117V2.139A10.18 10.18 0 0 1 11.994 2h.012Zm0 7.481h-.01c-.743 0-1.455.136-2.112.383A5.989 5.989 0 0 0 9.5 11.97v.01c0 .74.137 1.45.385 2.105a5.985 5.985 0 0 0 2.11.383h.01c.743 0 1.455-.136 2.111-.383a5.95 5.95 0 0 0 .384-2.106v-.01c0-.74-.136-1.45-.384-2.105a5.986 5.986 0 0 0-2.11-.383Z"
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
18
|
+
export default SvgZapier;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export { default as Ai21 } from "./Ai21";
|
|
2
|
+
export { default as Anthropic } from "./Anthropic";
|
|
3
|
+
export { default as AnthropicWhite } from "./AnthropicWhite";
|
|
4
|
+
export { default as Claude } from "./Claude";
|
|
5
|
+
export { default as Cohere } from "./Cohere";
|
|
6
|
+
export { default as Confluence } from "./Confluence";
|
|
7
|
+
export { default as Drive } from "./Drive";
|
|
8
|
+
export { default as Gemini } from "./Gemini";
|
|
9
|
+
export { default as Github } from "./Github";
|
|
10
|
+
export { default as GithubWhite } from "./GithubWhite";
|
|
11
|
+
export { default as Gong } from "./Gong";
|
|
12
|
+
export { default as Google } from "./Google";
|
|
13
|
+
export { default as GoogleDoc } from "./GoogleDoc";
|
|
14
|
+
export { default as GooglePdf } from "./GooglePdf";
|
|
15
|
+
export { default as GoogleSlide } from "./GoogleSlide";
|
|
16
|
+
export { default as GoogleSpreadsheet } from "./GoogleSpreadsheet";
|
|
17
|
+
export { default as Gpt3 } from "./Gpt3";
|
|
18
|
+
export { default as Gpt4 } from "./Gpt4";
|
|
19
|
+
export { default as HuggingFace } from "./HuggingFace";
|
|
20
|
+
export { default as Intercom } from "./Intercom";
|
|
21
|
+
export { default as Microsoft } from "./Microsoft";
|
|
22
|
+
export { default as MicrosoftExcel } from "./MicrosoftExcel";
|
|
23
|
+
export { default as MicrosoftPowerpoint } from "./MicrosoftPowerpoint";
|
|
24
|
+
export { default as MicrosoftWord } from "./MicrosoftWord";
|
|
25
|
+
export { default as Mistral } from "./Mistral";
|
|
26
|
+
export { default as Notion } from "./Notion";
|
|
27
|
+
export { default as Office } from "./Office";
|
|
28
|
+
export { default as Openai } from "./Openai";
|
|
29
|
+
export { default as OpenaiWhite } from "./OpenaiWhite";
|
|
30
|
+
export { default as Replicate } from "./Replicate";
|
|
31
|
+
export { default as Salesforce } from "./Salesforce";
|
|
32
|
+
export { default as Slack } from "./Slack";
|
|
33
|
+
export { default as Zapier } from "./Zapier";
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg width="96" height="24" viewBox="0 0 96 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M84 12H72V24H84V12Z" fill="#FCD34D"/>
|
|
3
|
+
<path d="M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z" fill="#6EE7B7"/>
|
|
4
|
+
<path d="M36 24C42.6274 24 48 18.6274 48 12C48 5.37258 42.6274 0 36 0C29.3726 0 24 5.37258 24 12C24 18.6274 29.3726 24 36 24Z" fill="#F9A8D4"/>
|
|
5
|
+
<path d="M12 0H0V24H12V0Z" fill="#10B981"/>
|
|
6
|
+
<path d="M48 0H24V12H48V0Z" fill="#F87171"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M60 12C56.6863 12 54 9.31371 54 6C54 2.68629 56.6863 0 60 0H96V12H60Z" fill="#3B82F6"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M48 24V12H60C63.3137 12 66 14.6863 66 18C66 21.3137 63.3137 24 60 24H48Z" fill="#7DD3FC"/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="96" height="24" viewBox="0 0 96 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M84 0H72V24H84V0Z" fill="#FCD34D"/>
|
|
3
|
+
<path d="M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z" fill="#6EE7B7"/>
|
|
4
|
+
<path d="M36 24C42.6274 24 48 18.6274 48 12C48 5.37258 42.6274 0 36 0C29.3726 0 24 5.37258 24 12C24 18.6274 29.3726 24 36 24Z" fill="#F9A8D4"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M48 24V12H60C63.3137 12 66 14.6863 66 18C66 21.3137 63.3137 24 60 24H48Z" fill="#7DD3FC"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="96" height="24" viewBox="0 0 96 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 0H0V24H12V0Z" fill="#10B981"/>
|
|
3
|
+
<path d="M48 0H24V12H48V0Z" fill="#F87171"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M60 12C56.6863 12 54 9.31371 54 6C54 2.68629 56.6863 0 60 0H96V12H60Z" fill="#3B82F6"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="96" height="24" viewBox="0 0 96 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 24C18.6274 24 24 18.6274 24 12C24 18.6274 29.3726 24 36 24C42.6274 24 48 18.6274 48 12V24H60C63.3137 24 66 21.3137 66 18C66 14.6863 63.3137 12 60 12H48C48 5.37258 42.6274 0 36 0C29.3726 0 24 5.37258 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM84 12H72V24H84V12Z" fill="#1E293B" fill-opacity="0.7"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 0H12V24H0V0ZM24 0H48V12H24V0ZM60 12H96V0H60C56.6863 0 54 2.68629 54 6C54 9.31371 56.6863 12 60 12Z" fill="#1E293B"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="96" height="24" viewBox="0 0 96 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 24C18.6274 24 24 18.6274 24 12C24 18.6274 29.3726 24 36 24C42.6274 24 48 18.6274 48 12V24H60C63.3137 24 66 21.3137 66 18C66 14.6863 63.3137 12 60 12H48C48 5.37258 42.6274 0 36 0C29.3726 0 24 5.37258 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM84 12H72V24H84V12Z" fill="white" fill-opacity="0.7"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 0H12V24H0V0ZM24 0H48V12H24V0ZM60 12H96V0H60C56.6863 0 54 2.68629 54 6C54 9.31371 56.6863 12 60 12Z" fill="white"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M36 36H24V48H36V36Z" fill="#FCD34D"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 36C8.68629 36 6 33.3137 6 30C6 26.6863 8.68629 24 12 24H48V36H12Z" fill="#3B82F6"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 48V36H12C15.3137 36 18 38.6863 18 42C18 45.3137 15.3137 48 12 48H0Z" fill="#7DD3FC"/>
|
|
5
|
+
<path d="M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z" fill="#6EE7B7"/>
|
|
6
|
+
<path d="M36 24C42.6274 24 48 18.6274 48 12C48 5.37258 42.6274 0 36 0C29.3726 0 24 5.37258 24 12C24 18.6274 29.3726 24 36 24Z" fill="#F9A8D4"/>
|
|
7
|
+
<path d="M12 0H0V24H12V0Z" fill="#10B981"/>
|
|
8
|
+
<path d="M48 0H24V12H48V0Z" fill="#F87171"/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M36 24H24V48H36V24Z" fill="#FCD34D"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 48V36H12C15.3137 36 18 38.6863 18 42C18 45.3137 15.3137 48 12 48H0Z" fill="#7DD3FC"/>
|
|
4
|
+
<path d="M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z" fill="#6EE7B7"/>
|
|
5
|
+
<path d="M36 24C42.6274 24 48 18.6274 48 12C48 5.37258 42.6274 0 36 0C29.3726 0 24 5.37258 24 12C24 18.6274 29.3726 24 36 24Z" fill="#F9A8D4"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 36C8.68629 36 6 33.3137 6 30C6 26.6863 8.68629 24 12 24H48V36H12Z" fill="#3B82F6"/>
|
|
3
|
+
<path d="M12 0H0V24H12V0Z" fill="#10B981"/>
|
|
4
|
+
<path d="M48 0H24V12H48V0Z" fill="#F87171"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 24C18.6274 24 24 18.6274 24 12C24 18.6274 29.3726 24 36 24C42.6274 24 48 18.6274 48 12C48 5.37258 42.6274 0 36 0C29.3726 0 24 5.37258 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM36 36H24V48H36V36ZM12 48C15.3137 48 18 45.3137 18 42C18 38.6863 15.3137 36 12 36H0V48H12Z" fill="#1E293B" fill-opacity="0.7"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 0H0V24H12C8.68629 24 6 26.6863 6 30C6 33.3137 8.68629 36 12 36H48V24H12V0ZM24 0H48V12H24V0Z" fill="#1E293B"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 24C18.6274 24 24 18.6274 24 12C24 18.6274 29.3726 24 36 24C42.6274 24 48 18.6274 48 12C48 5.37258 42.6274 0 36 0C29.3726 0 24 5.37258 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM36 36H24V48H36V36ZM12 48C15.3137 48 18 45.3137 18 42C18 38.6863 15.3137 36 12 36H0V48H12Z" fill="white" fill-opacity="0.7"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 0H0V24H12C8.68629 24 6 26.6863 6 30C6 33.3137 8.68629 36 12 36H48V24H12V0ZM24 0H48V12H24V0Z" fill="white"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="96" height="24" viewBox="0 0 96 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 24C18.6274 24 24 18.6274 24 12C24 18.6274 29.3726 24 36 24C42.6274 24 48 18.6274 48 12V24H60C63.3137 24 66 21.3137 66 18C66 14.6863 63.3137 12 60 12H48C48 5.37258 42.6274 0 36 0C29.3726 0 24 5.37258 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM84 12H72V24H84V12Z" fill="#64748B"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 0H12V24H0V0ZM24 0H48V12H24V0ZM60 12H96V0H60C56.6863 0 54 2.68629 54 6C54 9.31371 56.6863 12 60 12Z" fill="#334155"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg width="64" height="16" viewBox="0 0 64 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M56 8H48V16H56V8Z" fill="#FCD34D"/>
|
|
3
|
+
<path d="M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z" fill="#6EE7B7"/>
|
|
4
|
+
<path d="M24 16C28.4183 16 32 12.4183 32 8C32 3.58172 28.4183 0 24 0C19.5817 0 16 3.58172 16 8C16 12.4183 19.5817 16 24 16Z" fill="#F9A8D4"/>
|
|
5
|
+
<path d="M8 0H0V16H8V0Z" fill="#10B981"/>
|
|
6
|
+
<path d="M32 0H16V8H32V0Z" fill="#F87171"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M40 8C37.7909 8 36 6.20914 36 4C36 1.79086 37.7909 0 40 0H64V8H40Z" fill="#3B82F6"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M32 16V8H40C42.2091 8 44 9.79086 44 12C44 14.2091 42.2091 16 40 16H32Z" fill="#7DD3FC"/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 24C18.6274 24 24 18.6274 24 12C24 18.6274 29.3726 24 36 24C42.6274 24 48 18.6274 48 12C48 5.37258 42.6274 0 36 0C29.3726 0 24 5.37258 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM36 36H24V48H36V36ZM12 48C15.3137 48 18 45.3137 18 42C18 38.6863 15.3137 36 12 36H0V48H12Z" fill="#64748B"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 0H0V24H12C8.68629 24 6 26.6863 6 30C6 33.3137 8.68629 36 12 36H48V24H12V0ZM24 0H48V12H24V0Z" fill="#334155"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M36 36H24V48H36V36Z" fill="#FCD34D"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 36C8.68629 36 6 33.3137 6 30C6 26.6863 8.68629 24 12 24H48V36H12Z" fill="#3B82F6"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 48V36H12C15.3137 36 18 38.6863 18 42C18 45.3137 15.3137 48 12 48H0Z" fill="#7DD3FC"/>
|
|
5
|
+
<path d="M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z" fill="#6EE7B7"/>
|
|
6
|
+
<path d="M36 24C42.6274 24 48 18.6274 48 12C48 5.37258 42.6274 0 36 0C29.3726 0 24 5.37258 24 12C24 18.6274 29.3726 24 36 24Z" fill="#F9A8D4"/>
|
|
7
|
+
<path d="M12 0H0V24H12V0Z" fill="#10B981"/>
|
|
8
|
+
<path d="M48 0H24V12H48V0Z" fill="#F87171"/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_292_515)">
|
|
3
|
+
<path d="M0 4C0 1.79086 1.79086 0 4 0H20C22.2091 0 24 1.79086 24 4V20C24 22.2091 22.2091 24 20 24H4C1.79086 24 0 22.2091 0 20V4Z" fill="#020617"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.65958 14.1158C5.21989 14.9323 5 16.0101 5 17.3491H13.3655V15.1936H8.20142C8.30868 14.8125 8.45884 14.5077 8.65188 14.2791C8.85567 14.0505 9.19349 13.8056 9.66542 13.5443L11.2903 12.6625C11.9981 12.2924 12.5344 11.8188 12.899 11.2418C13.2744 10.6539 13.4621 10.0007 13.4621 9.28224C13.4621 8.25893 13.1082 7.45878 12.4003 6.8818C11.6925 6.29393 10.7111 6 9.45629 6C8.61973 6 7.8797 6.16329 7.23617 6.48989C6.6034 6.81648 6.11004 7.27915 5.75612 7.87791C5.41292 8.47666 5.24132 9.17339 5.24132 9.96809H7.89575C7.89575 9.34759 8.02982 8.87402 8.29796 8.54742C8.57682 8.20994 8.96826 8.0412 9.47234 8.0412C9.86917 8.0412 10.1856 8.1664 10.4215 8.41678C10.6682 8.65628 10.7916 8.97744 10.7916 9.38024C10.7916 10.1314 10.3893 10.7192 9.58498 11.1438L7.83141 12.0746C6.82329 12.6081 6.09932 13.2884 5.65958 14.1158ZM14.0932 10.3274H16.4098V17.3492H18.9999V6.24501H16.7476C16.7476 6.7349 16.6725 7.12137 16.5224 7.40442C16.383 7.68746 16.1202 7.89975 15.7341 8.04127C15.348 8.1828 14.801 8.25356 14.0932 8.25356V10.3274Z" fill="white"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_292_515">
|
|
8
|
+
<rect width="24" height="24" fill="white"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.8675 4H13.4988L19.6313 19.5294H23L16.8675 4ZM7.1325 4L1 19.5294H4.4375L5.675 16.2682H12.11L13.3612 19.5294H16.7987L10.6525 4H7.1325ZM6.8025 13.3824L8.8925 7.92118L10.9963 13.3824H6.8025Z" fill="black"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.8675 4H13.4988L19.6313 19.5294H23L16.8675 4ZM7.1325 4L1 19.5294H4.4375L5.675 16.2682H12.11L13.3612 19.5294H16.7987L10.6525 4H7.1325ZM6.8025 13.3824L8.8925 7.92118L10.9963 13.3824H6.8025Z" fill="white"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_292_390)">
|
|
3
|
+
<path d="M0 4C0 1.79086 1.79086 0 4 0H20C22.2091 0 24 1.79086 24 4V20C24 22.2091 22.2091 24 20 24H4C1.79086 24 0 22.2091 0 20V4Z" fill="#D97757"/>
|
|
4
|
+
<path d="M6.53165 14.9666L10.0724 12.9813L10.1316 12.8082L10.0724 12.7126H9.89924L9.30684 12.6762L7.28354 12.6216L5.52911 12.5487L3.82937 12.4576L3.40101 12.3666L3 11.8384L3.04101 11.5742L3.40101 11.3329L3.91595 11.3784L5.05519 11.4559L6.76405 11.5742L8.00354 11.6471L9.84 11.8384H10.1316L10.1727 11.72L10.0724 11.6471L9.99494 11.5742L8.22684 10.3767L6.31291 9.1108L5.31038 8.38224L4.7681 8.01341L4.49468 7.66734L4.3762 6.91146L4.86835 6.36959L5.52911 6.41513L5.69772 6.46066L6.36759 6.97521L7.79848 8.08171L9.66684 9.45687L9.94025 9.68454L10.0496 9.60713L10.0633 9.55249L9.94025 9.34758L8.92405 7.51252L7.83949 5.64559L7.35646 4.87149L7.22886 4.40703C7.18329 4.21579 7.15139 4.05641 7.15139 3.86061L7.7119 3.10018L8.02177 3L8.76911 3.10018L9.08354 3.37339L9.54835 4.43435L10.3003 6.10549L11.4668 8.37769L11.8086 9.05161L11.9909 9.67544L12.0592 9.86668H12.1777V9.7574L12.2734 8.47787L12.4511 6.90691L12.6243 4.88515L12.6835 4.31596L12.9661 3.63294L13.5266 3.2641L13.9641 3.47356L14.3241 3.98811L14.2739 4.32052L14.0597 5.70933L13.6405 7.88591L13.3671 9.34303H13.5266L13.7089 9.16089L14.4471 8.18189L15.6866 6.6337L16.2334 6.01897L16.8714 5.3405L17.2815 5.0172H18.0562L18.6258 5.86415L18.3706 6.73843L17.5732 7.7493L16.9124 8.60536L15.9646 9.88034L15.3722 10.9003L15.4268 10.9823L15.5681 10.9686L17.7099 10.5133L18.8673 10.3038L20.2481 10.067L20.8724 10.3585L20.9408 10.6544L20.6947 11.2601L19.2182 11.6243L17.4866 11.9704L14.9073 12.5806L14.8754 12.6033L14.9119 12.6489L16.0739 12.7582L16.5706 12.7855H17.7873L20.0522 12.954L20.6446 13.3456L21 13.8237L20.9408 14.188L20.0294 14.6524L18.799 14.361L15.9281 13.678L14.9438 13.4321H14.8071V13.514L15.6273 14.3155L17.1311 15.6724L19.0132 17.4209L19.1089 17.8535L18.8673 18.195L18.6122 18.1586L16.958 16.9155L16.32 16.3554L14.8754 15.1396H14.7797V15.2671L15.1124 15.7544L16.8714 18.3954L16.9625 19.2059L16.8349 19.47L16.3792 19.6294L15.878 19.5383L14.8481 18.0949L13.7863 16.4693L12.9296 15.0121L12.8248 15.0713L12.319 20.5128L12.082 20.7905L11.5352 21L11.0795 20.6539L10.838 20.0939L11.0795 18.9874L11.3711 17.5439L11.6081 16.3964L11.8223 14.9712L11.9499 14.4976L11.9408 14.4657L11.8359 14.4794L10.7605 15.9547L9.12456 18.1632L7.83038 19.5474L7.52051 19.6704L6.98278 19.3926L7.03291 18.8963L7.33367 18.4546L9.12456 16.1778L10.2046 14.7663L10.9018 13.9512L10.8972 13.8328H10.8562L6.09873 16.9201L5.25114 17.0293L4.88658 16.6878L4.93215 16.1278L5.10532 15.9456L6.5362 14.9621L6.53165 14.9666Z" fill="#FFF3EF"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_292_390">
|
|
8
|
+
<rect width="24" height="24" fill="white"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3 8.13164C3 5.04898 5.39433 2.54999 8.34788 2.54999H16.8847C18.9778 2.54999 20.6747 4.32101 20.6747 6.50569C20.6747 8.08808 19.7712 9.51821 18.3776 10.1415L12.4759 12.7814C11.124 13.3861 9.67019 13.7034 8.19946 13.7146C5.33404 13.7364 3 11.3181 3 8.32729V8.13164Z" fill="#355146"/>
|
|
3
|
+
<path d="M21 17.0545C21 19.4821 19.1145 21.45 16.7886 21.45H13.9864C11.9808 21.45 10.3451 19.7727 10.3096 17.6798C10.2827 16.0976 11.189 14.6605 12.5918 14.0604L15.0848 12.9941C15.5899 12.778 16.1298 12.6646 16.6756 12.6599L16.7537 12.6592C19.0931 12.6389 21 14.6127 21 17.0545Z" fill="#D9A6E5"/>
|
|
4
|
+
<path d="M3 17.6587C3 15.8773 4.3836 14.4332 6.09036 14.4332C7.79712 14.4332 9.18072 15.8773 9.18072 17.6587V18.1114C9.18072 19.8927 7.79712 21.3368 6.09036 21.3368C4.3836 21.3368 3 19.8927 3 18.1114V17.6587Z" fill="#FF7759"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_602_27)">
|
|
3
|
+
<path d="M2.7252 17.0045C2.51845 17.3382 2.28585 17.7246 2.0885 18.0335C1.91229 18.3285 2.00705 18.7087 2.30152 18.8891L6.4381 21.4063C6.58298 21.4946 6.7584 21.5224 6.92443 21.4822C7.09046 21.4419 7.23299 21.3374 7.31992 21.1926C7.48516 20.9185 7.69896 20.5631 7.93077 20.1829C9.5699 17.5086 11.2176 17.8361 14.1905 19.2391L18.2926 21.1678C18.4476 21.2406 18.627 21.2483 18.7875 21.1895C18.9489 21.1299 19.0789 21.0091 19.1486 20.8535L21.1182 16.4486C21.2576 16.1342 21.1158 15.7672 20.8002 15.624C19.9348 15.2214 18.2135 14.4192 16.6636 13.6798C11.0876 11.0015 6.3496 11.175 2.7252 17.0045Z" fill="url(#paint0_linear_602_27)"/>
|
|
4
|
+
<path d="M21.2748 7.0086C21.4815 6.67489 21.7141 6.28852 21.9115 5.97959C22.0877 5.68459 21.9929 5.30442 21.6985 5.12401L17.5611 2.60761C17.4147 2.51005 17.2338 2.47675 17.0622 2.51624C16.89 2.55573 16.7427 2.66413 16.6542 2.81511C16.489 3.08921 16.2752 3.4446 16.0434 3.82477C14.4042 6.49913 12.7565 6.17161 9.78368 4.76862L5.69487 2.84996C5.53981 2.77717 5.36046 2.76943 5.19992 2.82828C5.03859 2.8879 4.90859 3.00868 4.83889 3.16431L2.86928 7.56918C2.72988 7.88354 2.87162 8.25054 3.18723 8.39378C4.05261 8.79641 5.77397 9.59856 7.32381 10.338C12.9116 13.0124 17.6496 12.8327 21.2748 7.00938V7.0086Z" fill="url(#paint1_linear_602_27)"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<linearGradient id="paint0_linear_602_27" x1="21.0049" y1="22.604" x2="16.492" y2="12.0805" gradientUnits="userSpaceOnUse">
|
|
8
|
+
<stop offset="0.18" stop-color="#0052CC"/>
|
|
9
|
+
<stop offset="1" stop-color="#2684FF"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<linearGradient id="paint1_linear_602_27" x1="3.07383" y1="1.19601" x2="7.59472" y2="11.7311" gradientUnits="userSpaceOnUse">
|
|
12
|
+
<stop offset="0.18" stop-color="#0052CC"/>
|
|
13
|
+
<stop offset="1" stop-color="#2684FF"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
<clipPath id="clip0_602_27">
|
|
16
|
+
<rect width="20" height="19" fill="white" transform="translate(2 2.5)"/>
|
|
17
|
+
</clipPath>
|
|
18
|
+
</defs>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_595_58)">
|
|
3
|
+
<path d="M0 4C0 1.79086 1.79086 0 4 0H20C22.2091 0 24 1.79086 24 4V20C24 22.2091 22.2091 24 20 24H4C1.79086 24 0 22.2091 0 20V4Z" fill="#1B1E29"/>
|
|
4
|
+
<path d="M12 2C12 7.52284 16.4772 12 22 12C16.4772 12 12 16.4772 12 22C12 16.4772 7.52284 12 2 12C7.52284 12 12 7.52284 12 2Z" fill="url(#paint0_radial_595_58)"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<radialGradient id="paint0_radial_595_58" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(22 2) rotate(135) scale(28.2843)">
|
|
8
|
+
<stop offset="0.357866" stop-color="#FADFBC"/>
|
|
9
|
+
<stop offset="0.835883" stop-color="#3972F4"/>
|
|
10
|
+
</radialGradient>
|
|
11
|
+
<clipPath id="clip0_595_58">
|
|
12
|
+
<rect width="24" height="24" fill="white"/>
|
|
13
|
+
</clipPath>
|
|
14
|
+
</defs>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 2C6.475 2 2 6.50322 2 12.0631C2 16.516 4.8625 20.277 8.8375 21.6104C9.3375 21.6985 9.525 21.3966 9.525 21.1324C9.525 20.8934 9.5125 20.1009 9.5125 19.2582C7 19.7236 6.35 18.6418 6.15 18.0758C6.0375 17.7864 5.55 16.8933 5.125 16.6543C4.775 16.4657 4.275 16.0002 5.1125 15.9877C5.9 15.9751 6.4625 16.7172 6.65 17.0191C7.55 18.5412 8.9875 18.1135 9.5625 17.8493C9.65 17.1952 9.9125 16.755 10.2 16.5034C7.975 16.2518 5.65 15.3839 5.65 11.5348C5.65 10.4404 6.0375 9.53472 6.675 8.83031C6.575 8.57873 6.225 7.54727 6.775 6.16359C6.775 6.16359 7.6125 5.89944 9.525 7.19506C10.325 6.96864 11.175 6.85543 12.025 6.85543C12.875 6.85543 13.725 6.96864 14.525 7.19506C16.4375 5.88686 17.275 6.16359 17.275 6.16359C17.825 7.54727 17.475 8.57873 17.375 8.83031C18.0125 9.53472 18.4 10.4278 18.4 11.5348C18.4 15.3965 16.0625 16.2518 13.8375 16.5034C14.2 16.8179 14.5125 17.4217 14.5125 18.3651C14.5125 19.711 14.5 20.7928 14.5 21.1324C14.5 21.3966 14.6875 21.711 15.1875 21.6104C19.1375 20.277 22 16.5034 22 12.0631C22 6.50322 17.525 2 12 2Z" fill="white"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M20.9263 10.9835H15.2349C14.9658 10.9835 14.7456 11.2118 14.7538 11.4809C14.7538 11.5298 14.7619 11.5787 14.7783 11.6277L16.1481 15.1746C16.197 15.2969 16.1318 15.4355 16.0095 15.4763C15.9769 15.4844 15.9443 15.4926 15.9116 15.4926L14.1586 15.3866C14.077 15.3784 14.0036 15.4192 13.9547 15.4844L12.593 17.4169C12.5196 17.5311 12.3729 17.5637 12.2669 17.4903C12.2669 17.4903 12.2669 17.4903 12.2587 17.4903L10.2447 16.1204C10.1632 16.0634 10.0572 16.0634 9.98377 16.1204L7.19514 18.0121C7.08914 18.0855 6.94237 18.0611 6.86898 17.9551C6.82821 17.898 6.82006 17.8246 6.83636 17.7594L7.61098 14.9789C7.6436 14.8648 7.58652 14.7424 7.47237 14.7017L5.99651 14.0983C5.87421 14.0494 5.81713 13.9189 5.86605 13.7966C5.87421 13.7721 5.89051 13.7558 5.90682 13.7314L7.21144 12.1169C7.27668 12.0354 7.27667 11.9212 7.2196 11.8397L6.12698 10.2497C6.05359 10.1436 6.07805 9.99688 6.18405 9.92349C6.21667 9.89903 6.25744 9.88272 6.30636 9.88272L8.01053 9.75226C8.14099 9.74411 8.23068 9.63811 8.23068 9.50765L8.10022 7.11856C8.09206 6.98809 8.19806 6.87394 8.32853 6.86579C8.36114 6.86579 8.39376 6.87394 8.42637 6.88209L10.5382 7.75456C10.6279 7.79533 10.7339 7.77087 10.7992 7.68933L12.2505 6.05855C12.3402 5.9607 12.487 5.95255 12.5849 6.04224C12.6093 6.0667 12.6256 6.09117 12.6419 6.12378L13.5144 8.37426C13.6122 8.61072 13.8895 8.72487 14.1259 8.62703C14.1586 8.61072 14.1993 8.59441 14.2238 8.56995L17.6484 6.02594C17.8523 5.87101 17.9012 5.58563 17.7463 5.37362C17.6484 5.23501 17.4772 5.16162 17.306 5.18608L15.0473 5.48778C14.9413 5.50409 14.8435 5.43885 14.8027 5.34101L13.6122 2.29145C13.5144 2.05499 13.2453 1.94084 13.0089 2.03053C12.9436 2.05499 12.8866 2.09576 12.8376 2.15284L10.261 4.94962C10.1958 5.02301 10.0898 5.03931 10.0001 5.0067L6.60806 3.57161C6.37159 3.47377 6.09436 3.57977 5.98836 3.82439C5.9639 3.87331 5.95574 3.93039 5.95574 3.98746L5.83344 7.48548C5.82528 7.60779 5.73559 7.69748 5.61328 7.71379L2.5148 7.91764C2.25388 7.93394 2.06634 8.1541 2.08265 8.41502C2.0908 8.49656 2.11526 8.5781 2.16419 8.64333L4.22712 11.6847C4.2842 11.7744 4.2842 11.8886 4.21081 11.9701L2.11526 14.3755C1.94403 14.5712 1.96849 14.8648 2.15603 15.0278C2.1968 15.0604 2.23757 15.0849 2.27834 15.1094L4.70005 16.1531C4.80605 16.1938 4.86312 16.3161 4.83051 16.4221L3.29758 22.4153C3.23235 22.668 3.38727 22.9208 3.63189 22.986C3.7705 23.0186 3.90912 22.9942 4.02327 22.9126L9.78807 18.7786C9.86961 18.7215 9.97561 18.7215 10.0572 18.7786L12.6827 20.6214C12.8947 20.7682 13.1882 20.7192 13.335 20.5072L13.3432 20.4991L14.9821 17.9795C15.031 17.9061 15.1207 17.8654 15.2104 17.8817L19.1324 18.3546C19.4504 18.4035 19.7684 18.1345 19.6543 17.8409L18.0235 13.6091C17.9746 13.4867 18.0398 13.3481 18.1621 13.2992L21.1464 11.8886C21.5868 11.6684 21.4318 10.9835 20.9263 10.9835Z" fill="#8039E9"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.0377 12.2274C22.0377 11.5183 21.9726 10.8364 21.8518 10.1819H12.2195V14.0501H17.7237C17.4866 15.3001 16.766 16.3592 15.6829 17.0683V19.5774H18.9881C20.922 17.8365 22.0377 15.2728 22.0377 12.2274Z" fill="#4285F4"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.2194 22C14.9808 22 17.2959 21.1046 18.988 19.5773L15.6827 17.0682C14.7669 17.6682 13.5955 18.0227 12.2194 18.0227C9.55568 18.0227 7.30103 16.2636 6.49679 13.9H3.07996V16.4909C4.76281 19.7591 8.22148 22 12.2194 22Z" fill="#34A853"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.4969 13.9001C6.29235 13.3001 6.17613 12.6592 6.17613 12.0001C6.17613 11.341 6.29235 10.7001 6.4969 10.1001V7.50916H3.08006C2.38739 8.85916 1.99225 10.3864 1.99225 12.0001C1.99225 13.6137 2.38739 15.141 3.08006 16.491L6.4969 13.9001Z" fill="#FBBC05"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.2194 5.9773C13.721 5.9773 15.0691 6.48185 16.129 7.47276L19.0624 4.60456C17.2912 2.99092 14.9761 2 12.2194 2C8.22149 2 4.76281 4.24092 3.07996 7.50913L6.49679 10.1001C7.30103 7.7364 9.55568 5.9773 12.2194 5.9773Z" fill="#EA4335"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14 2L20 8H14V2Z" fill="#93C5FD"/>
|
|
3
|
+
<path d="M4 4C4 2.89543 4.89543 2 6 2H14V6C14 7.10457 14.8954 8 16 8H20V20C20 21.1046 19.1046 22 18 22H6C4.89543 22 4 21.1046 4 20V4Z" fill="#60A5FA"/>
|
|
4
|
+
<rect x="8" y="11" width="8" height="1" fill="white"/>
|
|
5
|
+
<rect x="8" y="17" width="6" height="1" fill="white"/>
|
|
6
|
+
<rect x="8" y="13" width="8" height="1" fill="white"/>
|
|
7
|
+
<rect x="8" y="15" width="8" height="1" fill="white"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14 2L20 8H14V2Z" fill="#FECACA"/>
|
|
3
|
+
<path d="M4 4C4 2.89543 4.89543 2 6 2H14V6C14 7.10457 14.8954 8 16 8H20V20C20 21.1046 19.1046 22 18 22H6C4.89543 22 4 21.1046 4 20V4Z" fill="#F87171"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 18H7V13H8.5C9.32843 13 10 13.6716 10 14.5C10 15.3284 9.32843 16 8.5 16H8V18ZM8 15H8.5C8.77614 15 9 14.7761 9 14.5C9 14.2239 8.77614 14 8.5 14H8V15Z" fill="white"/>
|
|
5
|
+
<path d="M15 18H16V16H17V15H16V14.5C16 14.2239 16.2239 14 16.5 14H17V13H16.5C15.6716 13 15 13.6716 15 14.5V18Z" fill="white"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 18V13H12.5C13.3284 13 14 13.6716 14 14.5V16.5C14 17.3284 13.3284 18 12.5 18H11ZM12.5 17C12.7761 17 13 16.7761 13 16.5V14.5C13 14.2239 12.7761 14 12.5 14H12V17H12.5Z" fill="white"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14 2L20 8H14V2Z" fill="#FDE68A"/>
|
|
3
|
+
<path d="M4 4C4 2.89543 4.89543 2 6 2H14V6C14 7.10457 14.8954 8 16 8H20V20C20 21.1046 19.1046 22 18 22H6C4.89543 22 4 21.1046 4 20V4Z" fill="#FBBF24"/>
|
|
4
|
+
<rect x="8" y="11" width="8" height="2" fill="white"/>
|
|
5
|
+
<rect x="15" y="11" width="1" height="7" fill="white"/>
|
|
6
|
+
<rect x="8" y="11" width="1" height="7" fill="white"/>
|
|
7
|
+
<rect x="8" y="16" width="8" height="2" fill="white"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14 2L20 8H14V2Z" fill="#6EE7B7"/>
|
|
3
|
+
<path d="M4 4C4 2.89543 4.89543 2 6 2H14V6C14 7.10457 14.8954 8 16 8H20V20C20 21.1046 19.1046 22 18 22H6C4.89543 22 4 21.1046 4 20V4Z" fill="#10B981"/>
|
|
4
|
+
<rect x="8" y="11" width="8" height="1" fill="white"/>
|
|
5
|
+
<rect x="15" y="11" width="1" height="7" fill="white"/>
|
|
6
|
+
<rect x="11.5" y="11" width="1" height="7" fill="white"/>
|
|
7
|
+
<rect x="8" y="11" width="1" height="7" fill="white"/>
|
|
8
|
+
<rect x="8" y="17" width="8" height="1" fill="white"/>
|
|
9
|
+
<rect x="8" y="13" width="8" height="1" fill="white"/>
|
|
10
|
+
<rect x="8" y="15" width="8" height="1" fill="white"/>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_292_399)">
|
|
3
|
+
<path d="M0 4C0 1.79086 1.79086 0 4 0H20C22.2091 0 24 1.79086 24 4V20C24 22.2091 22.2091 24 20 24H4C1.79086 24 0 22.2091 0 20V4Z" fill="#6DB9A6"/>
|
|
4
|
+
<path d="M19.813 10.3673C20.2269 9.14159 20.0844 7.79887 19.4226 6.68397C18.4272 4.97394 16.4263 4.09417 14.4721 4.50818C13.6027 3.54178 12.3537 2.99221 11.0443 3.00008C9.04673 2.99558 7.27439 4.26461 6.65985 6.14003C5.37663 6.39934 4.26898 7.19192 3.62082 8.31526C2.61807 10.0208 2.84666 12.1707 4.18632 13.6332C3.77245 14.859 3.91497 16.2017 4.57682 17.3166C5.57216 19.0266 7.5731 19.9064 9.5273 19.4924C10.3961 20.4588 11.6457 21.0083 12.9551 20.9999C14.9538 21.005 16.7267 19.7348 17.3412 17.8577C18.6245 17.5984 19.7321 16.8058 20.3803 15.6825C21.3819 13.9769 21.1527 11.8287 19.8136 10.3662L19.813 10.3673ZM12.9563 19.8237C12.1565 19.8248 11.3817 19.5486 10.7678 19.0429C10.7957 19.0283 10.8442 19.0019 10.8755 18.9827L14.508 16.9127C14.6938 16.8086 14.8078 16.6134 14.8067 16.4025V11.3494L16.3419 12.2242C16.3584 12.232 16.3693 12.2478 16.3715 12.2658V16.4503C16.3693 18.3111 14.8421 19.8198 12.9563 19.8237ZM5.6115 16.7282C5.21074 16.0453 5.06651 15.2448 5.2039 14.468C5.23069 14.4838 5.27801 14.5125 5.31164 14.5316L8.94412 16.6016C9.12825 16.7079 9.35628 16.7079 9.54098 16.6016L13.9755 14.0748V15.8242C13.9767 15.8422 13.9681 15.8597 13.9539 15.8709L10.2821 17.9629C8.64654 18.8922 6.55781 18.3398 5.61207 16.7282H5.6115ZM4.65549 8.90421C5.05454 8.2202 5.68447 7.69706 6.43468 7.42537C6.43468 7.4563 6.43297 7.51087 6.43297 7.54912V11.6898C6.43183 11.9001 6.54584 12.0953 6.73111 12.1994L11.1657 14.7256L9.63048 15.6004C9.61509 15.6105 9.59571 15.6122 9.57861 15.6049L5.90622 13.5112C4.27412 12.5785 3.71431 10.5181 4.65492 8.90477L4.65549 8.90421ZM17.2688 11.8006L12.8343 9.27378L14.3695 8.39964C14.3849 8.38951 14.4042 8.38782 14.4213 8.39514L18.0937 10.4871C19.7287 11.4192 20.2891 13.4831 19.3445 15.0963C18.9448 15.7792 18.3155 16.3024 17.5658 16.5746V12.3102C17.5675 12.0998 17.4541 11.9052 17.2694 11.8006H17.2688ZM18.7966 9.53141C18.7698 9.5151 18.7225 9.48697 18.6889 9.46785L15.0564 7.3978C14.8723 7.29149 14.6442 7.29149 14.4595 7.3978L10.025 9.92461V8.17519C10.0238 8.15719 10.0324 8.13976 10.0466 8.12851L13.7184 6.03821C15.354 5.10725 17.445 5.66133 18.3879 7.27574C18.7864 7.9575 18.9306 8.75571 18.7955 9.53141H18.7966ZM9.19039 12.6494L7.65462 11.7747C7.63809 11.7668 7.62726 11.7511 7.62498 11.7331V7.54856C7.62612 5.68552 9.1579 4.17573 11.046 4.17686C11.8446 4.17686 12.6176 4.45361 13.2316 4.95763C13.2037 4.97225 13.1558 4.99869 13.1239 5.01781L9.49138 7.08786C9.30554 7.19192 9.19153 7.38655 9.19267 7.59749L9.19039 12.6483V12.6494ZM10.0244 10.8753L11.9997 9.74967L13.975 10.8747V13.1253L11.9997 14.2503L10.0244 13.1253V10.8753Z" fill="white"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_292_399">
|
|
8
|
+
<rect width="24" height="24" fill="white"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_292_382)">
|
|
3
|
+
<path d="M0 4C0 1.79086 1.79086 0 4 0H20C22.2091 0 24 1.79086 24 4V20C24 22.2091 22.2091 24 20 24H4C1.79086 24 0 22.2091 0 20V4Z" fill="#A26BF7"/>
|
|
4
|
+
<path d="M19.813 10.3673C20.2269 9.14159 20.0844 7.79887 19.4226 6.68397C18.4272 4.97394 16.4263 4.09417 14.4721 4.50818C13.6027 3.54178 12.3537 2.99221 11.0443 3.00008C9.04673 2.99558 7.27439 4.26461 6.65985 6.14003C5.37663 6.39934 4.26898 7.19192 3.62082 8.31526C2.61807 10.0208 2.84666 12.1707 4.18632 13.6332C3.77245 14.859 3.91497 16.2017 4.57682 17.3166C5.57216 19.0266 7.5731 19.9064 9.5273 19.4924C10.3961 20.4588 11.6457 21.0083 12.9551 20.9999C14.9538 21.005 16.7267 19.7348 17.3412 17.8577C18.6245 17.5984 19.7321 16.8058 20.3803 15.6825C21.3819 13.9769 21.1527 11.8287 19.8136 10.3662L19.813 10.3673ZM12.9563 19.8237C12.1565 19.8248 11.3817 19.5486 10.7678 19.0429C10.7957 19.0283 10.8442 19.0019 10.8755 18.9827L14.508 16.9127C14.6938 16.8086 14.8078 16.6134 14.8067 16.4025V11.3494L16.3419 12.2242C16.3584 12.232 16.3693 12.2478 16.3715 12.2658V16.4503C16.3693 18.3111 14.8421 19.8198 12.9563 19.8237ZM5.6115 16.7282C5.21074 16.0453 5.06651 15.2448 5.2039 14.468C5.23069 14.4838 5.27801 14.5125 5.31164 14.5316L8.94412 16.6016C9.12825 16.7079 9.35628 16.7079 9.54098 16.6016L13.9755 14.0748V15.8242C13.9767 15.8422 13.9681 15.8597 13.9539 15.8709L10.2821 17.9629C8.64654 18.8922 6.55781 18.3398 5.61207 16.7282H5.6115ZM4.65549 8.90421C5.05454 8.2202 5.68447 7.69706 6.43468 7.42537C6.43468 7.4563 6.43297 7.51087 6.43297 7.54912V11.6898C6.43183 11.9001 6.54584 12.0953 6.73111 12.1994L11.1657 14.7256L9.63048 15.6004C9.61509 15.6105 9.59571 15.6122 9.57861 15.6049L5.90622 13.5112C4.27412 12.5785 3.71431 10.5181 4.65492 8.90477L4.65549 8.90421ZM17.2688 11.8006L12.8343 9.27378L14.3695 8.39964C14.3849 8.38951 14.4042 8.38782 14.4213 8.39514L18.0937 10.4871C19.7287 11.4192 20.2891 13.4831 19.3445 15.0963C18.9448 15.7792 18.3155 16.3024 17.5658 16.5746V12.3102C17.5675 12.0998 17.4541 11.9052 17.2694 11.8006H17.2688ZM18.7966 9.53141C18.7698 9.5151 18.7225 9.48697 18.6889 9.46785L15.0564 7.3978C14.8723 7.29149 14.6442 7.29149 14.4595 7.3978L10.025 9.92461V8.17519C10.0238 8.15719 10.0324 8.13976 10.0466 8.12851L13.7184 6.03821C15.354 5.10725 17.445 5.66133 18.3879 7.27574C18.7864 7.9575 18.9306 8.75571 18.7955 9.53141H18.7966ZM9.19039 12.6494L7.65462 11.7747C7.63809 11.7668 7.62726 11.7511 7.62498 11.7331V7.54856C7.62612 5.68552 9.1579 4.17573 11.046 4.17686C11.8446 4.17686 12.6176 4.45361 13.2316 4.95763C13.2037 4.97225 13.1558 4.99869 13.1239 5.01781L9.49138 7.08786C9.30554 7.19192 9.19153 7.38655 9.19267 7.59749L9.19039 12.6483V12.6494ZM10.0244 10.8753L11.9997 9.74967L13.975 10.8747V13.1253L11.9997 14.2503L10.0244 13.1253V10.8753Z" fill="white"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_292_382">
|
|
8
|
+
<rect width="24" height="24" fill="white"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|