mountain-ui 1.0.80 → 1.0.82
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/index.js +56 -1
- package/package.json +1 -1
- package/src/lib/components/Colors/ColorSelector.svelte +54 -0
- package/src/lib/components/Icons/Icon.svelte +24 -0
- package/src/lib/components/Icons/IconSelector.svelte +90 -0
- package/src/lib/components/Icons/icons/Archive/archive-add.svg +4 -0
- package/src/lib/components/Icons/icons/Archive/archive-minus.svg +4 -0
- package/src/lib/components/Icons/icons/Archive/archive-slash.svg +5 -0
- package/src/lib/components/Icons/icons/Archive/archive-tick.svg +4 -0
- package/src/lib/components/Icons/icons/Archive/archive.svg +4 -0
- package/src/lib/components/Icons/icons/Archive/book-saved.svg +5 -0
- package/src/lib/components/Icons/icons/Archive/book-square.svg +5 -0
- package/src/lib/components/Icons/icons/Archive/receipt-square.svg +4 -0
- package/src/lib/components/Icons/icons/Archive/save-2.svg +4 -0
- package/src/lib/components/Icons/icons/Archive/save-add.svg +5 -0
- package/src/lib/components/Icons/icons/Archive/save-minus.svg +5 -0
- package/src/lib/components/Icons/icons/Archive/save-remove.svg +5 -0
- package/src/lib/components/Icons/icons/Arrow/arrange-circle-2.svg +5 -0
- package/src/lib/components/Icons/icons/Arrow/arrange-circle.svg +5 -0
- package/src/lib/components/Icons/icons/Arrow/arrange-square-2.svg +5 -0
- package/src/lib/components/Icons/icons/Arrow/arrange-square.svg +5 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-2.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-3.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-bottom.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-circle-down.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-circle-left.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-circle-right.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-circle-up.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-down-1.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-down-2.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-down.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-left-1.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-left-2.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-left-3.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-left.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-right-1.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-right-2.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-right-3.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-right.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-square-down.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-square-left.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-square-right.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-square-up.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-swap-horizontal.svg +5 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-swap.svg +5 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-up-1.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-up-2.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-up-3.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/arrow-up.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/back-square.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/convert.svg +5 -0
- package/src/lib/components/Icons/icons/Arrow/export-1.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/export-2.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/export-3.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/export.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/forward-square.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/frame.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/import-1.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/import-2.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/import.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/login-1.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/login.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/logout-1.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/logout.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/receive-square-2.svg +5 -0
- package/src/lib/components/Icons/icons/Arrow/receive-square.svg +5 -0
- package/src/lib/components/Icons/icons/Arrow/received.svg +5 -0
- package/src/lib/components/Icons/icons/Arrow/redo.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/refresh-2.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/refresh-circle.svg +5 -0
- package/src/lib/components/Icons/icons/Arrow/refresh-left-square.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/refresh-right-square.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/refresh-square-2.svg +5 -0
- package/src/lib/components/Icons/icons/Arrow/refresh.svg +5 -0
- package/src/lib/components/Icons/icons/Arrow/repeat-circle.svg +5 -0
- package/src/lib/components/Icons/icons/Arrow/repeat.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/rotate-left.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/rotate-right.svg +4 -0
- package/src/lib/components/Icons/icons/Arrow/send-sqaure-2.svg +5 -0
- package/src/lib/components/Icons/icons/Arrow/send-square.svg +6 -0
- package/src/lib/components/Icons/icons/Arrow/send.svg +5 -0
- package/src/lib/components/Icons/icons/Arrow/undo.svg +4 -0
- package/src/lib/components/Icons/icons/Astrology/aquarius.svg +4 -0
- package/src/lib/components/Icons/icons/Astrology/gemini-2.svg +4 -0
- package/src/lib/components/Icons/icons/Astrology/gemini.svg +7 -0
- package/src/lib/components/Icons/icons/Astrology/man.svg +4 -0
- package/src/lib/components/Icons/icons/Astrology/sagittarius.svg +4 -0
- package/src/lib/components/Icons/icons/Astrology/woman.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/audio-square.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/backward-10-seconds.svg +5 -0
- package/src/lib/components/Icons/icons/Audio/backward-15-seconds.svg +5 -0
- package/src/lib/components/Icons/icons/Audio/backward-5-seconds.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/backward.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/camera-slash.svg +8 -0
- package/src/lib/components/Icons/icons/Audio/camera.svg +5 -0
- package/src/lib/components/Icons/icons/Audio/devices.svg +10 -0
- package/src/lib/components/Icons/icons/Audio/forward-10-seconds.svg +5 -0
- package/src/lib/components/Icons/icons/Audio/forward-15-seconds.svg +5 -0
- package/src/lib/components/Icons/icons/Audio/forward-5-seconds.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/forward.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/frame.svg +6 -0
- package/src/lib/components/Icons/icons/Audio/gallery-add.svg +6 -0
- package/src/lib/components/Icons/icons/Audio/gallery-edit.svg +6 -0
- package/src/lib/components/Icons/icons/Audio/gallery-favorite.svg +6 -0
- package/src/lib/components/Icons/icons/Audio/gallery-import.svg +6 -0
- package/src/lib/components/Icons/icons/Audio/gallery-remove.svg +6 -0
- package/src/lib/components/Icons/icons/Audio/gallery-slash.svg +7 -0
- package/src/lib/components/Icons/icons/Audio/gallery-tick.svg +6 -0
- package/src/lib/components/Icons/icons/Audio/gallery.svg +5 -0
- package/src/lib/components/Icons/icons/Audio/image.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/microphone-2.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/microphone-slash-1.svg +6 -0
- package/src/lib/components/Icons/icons/Audio/microphone-slash.svg +7 -0
- package/src/lib/components/Icons/icons/Audio/microphone.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/mini-music-sqaure.svg +5 -0
- package/src/lib/components/Icons/icons/Audio/music-circle.svg +8 -0
- package/src/lib/components/Icons/icons/Audio/music-dashboard.svg +5 -0
- package/src/lib/components/Icons/icons/Audio/music-filter.svg +7 -0
- package/src/lib/components/Icons/icons/Audio/music-library-2.svg +6 -0
- package/src/lib/components/Icons/icons/Audio/music-playlist.svg +6 -0
- package/src/lib/components/Icons/icons/Audio/music-square-add.svg +5 -0
- package/src/lib/components/Icons/icons/Audio/music-square-remove.svg +5 -0
- package/src/lib/components/Icons/icons/Audio/music-square-search.svg +5 -0
- package/src/lib/components/Icons/icons/Audio/music-square.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/music.svg +5 -0
- package/src/lib/components/Icons/icons/Audio/musicnote.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/next.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/note-square.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/pause-circle.svg +5 -0
- package/src/lib/components/Icons/icons/Audio/pause.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/play-add.svg +5 -0
- package/src/lib/components/Icons/icons/Audio/play-circle.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/play-cricle.svg +7 -0
- package/src/lib/components/Icons/icons/Audio/play-remove.svg +5 -0
- package/src/lib/components/Icons/icons/Audio/play.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/previous.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/radio.svg +8 -0
- package/src/lib/components/Icons/icons/Audio/record-circle.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/record.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/repeate-music.svg +5 -0
- package/src/lib/components/Icons/icons/Audio/repeate-one.svg +5 -0
- package/src/lib/components/Icons/icons/Audio/scissor.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/screenmirroring.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/shuffle.svg +5 -0
- package/src/lib/components/Icons/icons/Audio/stop-circle.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/stop.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/subtitle.svg +7 -0
- package/src/lib/components/Icons/icons/Audio/video-add.svg +5 -0
- package/src/lib/components/Icons/icons/Audio/video-circle.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/video-horizontal.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/video-octagon.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/video-play.svg +5 -0
- package/src/lib/components/Icons/icons/Audio/video-remove.svg +5 -0
- package/src/lib/components/Icons/icons/Audio/video-slash.svg +8 -0
- package/src/lib/components/Icons/icons/Audio/video-square.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/video-tick.svg +5 -0
- package/src/lib/components/Icons/icons/Audio/video-time.svg +5 -0
- package/src/lib/components/Icons/icons/Audio/video-vertical.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/video.svg +5 -0
- package/src/lib/components/Icons/icons/Audio/voice-cricle.svg +8 -0
- package/src/lib/components/Icons/icons/Audio/voice-square.svg +8 -0
- package/src/lib/components/Icons/icons/Audio/volume-cross.svg +5 -0
- package/src/lib/components/Icons/icons/Audio/volume-high.svg +6 -0
- package/src/lib/components/Icons/icons/Audio/volume-low-1.svg +5 -0
- package/src/lib/components/Icons/icons/Audio/volume-low.svg +5 -0
- package/src/lib/components/Icons/icons/Audio/volume-mute.svg +4 -0
- package/src/lib/components/Icons/icons/Audio/volume-slash.svg +7 -0
- package/src/lib/components/Icons/icons/Audio/volume-up.svg +5 -0
- package/src/lib/components/Icons/icons/Buildings/bank.svg +9 -0
- package/src/lib/components/Icons/icons/Buildings/building-3.svg +7 -0
- package/src/lib/components/Icons/icons/Buildings/building-4.svg +7 -0
- package/src/lib/components/Icons/icons/Buildings/building.svg +8 -0
- package/src/lib/components/Icons/icons/Buildings/buildings-2.svg +8 -0
- package/src/lib/components/Icons/icons/Buildings/buildings.svg +8 -0
- package/src/lib/components/Icons/icons/Buildings/buliding.svg +10 -0
- package/src/lib/components/Icons/icons/Buildings/courthouse.svg +4 -0
- package/src/lib/components/Icons/icons/Buildings/hospital.svg +6 -0
- package/src/lib/components/Icons/icons/Buildings/house-2.svg +6 -0
- package/src/lib/components/Icons/icons/Buildings/house.svg +8 -0
- package/src/lib/components/Icons/icons/Business/activity.svg +4 -0
- package/src/lib/components/Icons/icons/Business/chart-1.svg +6 -0
- package/src/lib/components/Icons/icons/Business/chart-2.svg +5 -0
- package/src/lib/components/Icons/icons/Business/chart-21.svg +6 -0
- package/src/lib/components/Icons/icons/Business/chart-success.svg +7 -0
- package/src/lib/components/Icons/icons/Business/chart.svg +6 -0
- package/src/lib/components/Icons/icons/Business/diagram.svg +4 -0
- package/src/lib/components/Icons/icons/Business/favorite-chart.svg +5 -0
- package/src/lib/components/Icons/icons/Business/frame.svg +7 -0
- package/src/lib/components/Icons/icons/Business/graph.svg +4 -0
- package/src/lib/components/Icons/icons/Business/hashtag.svg +4 -0
- package/src/lib/components/Icons/icons/Business/health.svg +5 -0
- package/src/lib/components/Icons/icons/Business/home-hashtag.svg +4 -0
- package/src/lib/components/Icons/icons/Business/home-trend-down.svg +4 -0
- package/src/lib/components/Icons/icons/Business/home-trend-up.svg +4 -0
- package/src/lib/components/Icons/icons/Business/personalcard.svg +8 -0
- package/src/lib/components/Icons/icons/Business/presention-chart.svg +6 -0
- package/src/lib/components/Icons/icons/Business/status-up.svg +7 -0
- package/src/lib/components/Icons/icons/Business/trend-down.svg +4 -0
- package/src/lib/components/Icons/icons/Business/trend-up.svg +4 -0
- package/src/lib/components/Icons/icons/Car/airplane-square.svg +4 -0
- package/src/lib/components/Icons/icons/Car/airplane.svg +4 -0
- package/src/lib/components/Icons/icons/Car/bus.svg +7 -0
- package/src/lib/components/Icons/icons/Car/car.svg +6 -0
- package/src/lib/components/Icons/icons/Car/driving.svg +10 -0
- package/src/lib/components/Icons/icons/Car/gas-station.svg +7 -0
- package/src/lib/components/Icons/icons/Car/ship.svg +5 -0
- package/src/lib/components/Icons/icons/Car/smart-car.svg +8 -0
- package/src/lib/components/Icons/icons/Computers/airdrop.svg +6 -0
- package/src/lib/components/Icons/icons/Computers/airpod.svg +4 -0
- package/src/lib/components/Icons/icons/Computers/airpods.svg +8 -0
- package/src/lib/components/Icons/icons/Computers/bluetooth-2.svg +6 -0
- package/src/lib/components/Icons/icons/Computers/bluetooth-circle.svg +4 -0
- package/src/lib/components/Icons/icons/Computers/bluetooth-rectangle.svg +4 -0
- package/src/lib/components/Icons/icons/Computers/bluetooth.svg +4 -0
- package/src/lib/components/Icons/icons/Computers/clock.svg +6 -0
- package/src/lib/components/Icons/icons/Computers/cloud-add.svg +4 -0
- package/src/lib/components/Icons/icons/Computers/cloud-change.svg +5 -0
- package/src/lib/components/Icons/icons/Computers/cloud-connection.svg +4 -0
- package/src/lib/components/Icons/icons/Computers/cloud-remove.svg +4 -0
- package/src/lib/components/Icons/icons/Computers/cpu-charge.svg +16 -0
- package/src/lib/components/Icons/icons/Computers/cpu-setting.svg +14 -0
- package/src/lib/components/Icons/icons/Computers/cpu.svg +16 -0
- package/src/lib/components/Icons/icons/Computers/devices.svg +6 -0
- package/src/lib/components/Icons/icons/Computers/driver-2.svg +10 -0
- package/src/lib/components/Icons/icons/Computers/driver-refresh.svg +9 -0
- package/src/lib/components/Icons/icons/Computers/driver.svg +10 -0
- package/src/lib/components/Icons/icons/Computers/electricity.svg +6 -0
- package/src/lib/components/Icons/icons/Computers/external-drive.svg +7 -0
- package/src/lib/components/Icons/icons/Computers/folder-connection.svg +4 -0
- package/src/lib/components/Icons/icons/Computers/game.svg +9 -0
- package/src/lib/components/Icons/icons/Computers/gameboy.svg +7 -0
- package/src/lib/components/Icons/icons/Computers/headphone.svg +5 -0
- package/src/lib/components/Icons/icons/Computers/headphones.svg +10 -0
- package/src/lib/components/Icons/icons/Computers/keyboard-open.svg +8 -0
- package/src/lib/components/Icons/icons/Computers/keyboard.svg +7 -0
- package/src/lib/components/Icons/icons/Computers/lamp.svg +4 -0
- package/src/lib/components/Icons/icons/Computers/microscope.svg +6 -0
- package/src/lib/components/Icons/icons/Computers/mirroring-screen.svg +6 -0
- package/src/lib/components/Icons/icons/Computers/mobile.svg +5 -0
- package/src/lib/components/Icons/icons/Computers/monitor-mobbile.svg +5 -0
- package/src/lib/components/Icons/icons/Computers/monitor-recorder.svg +5 -0
- package/src/lib/components/Icons/icons/Computers/monitor.svg +4 -0
- package/src/lib/components/Icons/icons/Computers/mouse.svg +4 -0
- package/src/lib/components/Icons/icons/Computers/music-play.svg +6 -0
- package/src/lib/components/Icons/icons/Computers/printer-slash.svg +10 -0
- package/src/lib/components/Icons/icons/Computers/printer.svg +7 -0
- package/src/lib/components/Icons/icons/Computers/ram-2.svg +7 -0
- package/src/lib/components/Icons/icons/Computers/ram.svg +5 -0
- package/src/lib/components/Icons/icons/Computers/simcard-1.svg +7 -0
- package/src/lib/components/Icons/icons/Computers/simcard-2.svg +4 -0
- package/src/lib/components/Icons/icons/Computers/simcard.svg +5 -0
- package/src/lib/components/Icons/icons/Computers/speaker.svg +5 -0
- package/src/lib/components/Icons/icons/Computers/watch-status.svg +8 -0
- package/src/lib/components/Icons/icons/Computers/watch.svg +6 -0
- package/src/lib/components/Icons/icons/Computers/weight.svg +4 -0
- package/src/lib/components/Icons/icons/Content/archive-book.svg +6 -0
- package/src/lib/components/Icons/icons/Content/bill.svg +6 -0
- package/src/lib/components/Icons/icons/Content/clipboard-close.svg +5 -0
- package/src/lib/components/Icons/icons/Content/clipboard-export.svg +5 -0
- package/src/lib/components/Icons/icons/Content/clipboard-import.svg +5 -0
- package/src/lib/components/Icons/icons/Content/clipboard-text.svg +6 -0
- package/src/lib/components/Icons/icons/Content/clipboard-tick.svg +5 -0
- package/src/lib/components/Icons/icons/Content/copyright.svg +4 -0
- package/src/lib/components/Icons/icons/Content/creative-commons.svg +5 -0
- package/src/lib/components/Icons/icons/Content/document-cloud.svg +5 -0
- package/src/lib/components/Icons/icons/Content/document-copy.svg +5 -0
- package/src/lib/components/Icons/icons/Content/document-download.svg +5 -0
- package/src/lib/components/Icons/icons/Content/document-favorite.svg +5 -0
- package/src/lib/components/Icons/icons/Content/document-filter.svg +6 -0
- package/src/lib/components/Icons/icons/Content/document-forward.svg +5 -0
- package/src/lib/components/Icons/icons/Content/document-like.svg +5 -0
- package/src/lib/components/Icons/icons/Content/document-normal.svg +4 -0
- package/src/lib/components/Icons/icons/Content/document-previous.svg +5 -0
- package/src/lib/components/Icons/icons/Content/document-sketch.svg +5 -0
- package/src/lib/components/Icons/icons/Content/document-text-1.svg +6 -0
- package/src/lib/components/Icons/icons/Content/document-text.svg +6 -0
- package/src/lib/components/Icons/icons/Content/document-upload.svg +5 -0
- package/src/lib/components/Icons/icons/Content/document.svg +4 -0
- package/src/lib/components/Icons/icons/Content/edit-2.svg +5 -0
- package/src/lib/components/Icons/icons/Content/edit.svg +5 -0
- package/src/lib/components/Icons/icons/Content/menu-board.svg +8 -0
- package/src/lib/components/Icons/icons/Content/note-1.svg +7 -0
- package/src/lib/components/Icons/icons/Content/note-add.svg +6 -0
- package/src/lib/components/Icons/icons/Content/note-favorite.svg +8 -0
- package/src/lib/components/Icons/icons/Content/note-remove.svg +7 -0
- package/src/lib/components/Icons/icons/Content/note-text.svg +7 -0
- package/src/lib/components/Icons/icons/Content/note.svg +6 -0
- package/src/lib/components/Icons/icons/Content/stickynote.svg +8 -0
- package/src/lib/components/Icons/icons/Content/task-square.svg +7 -0
- package/src/lib/components/Icons/icons/Content/task.svg +8 -0
- package/src/lib/components/Icons/icons/Crypto/aave-(aave).svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/android.svg +9 -0
- package/src/lib/components/Icons/icons/Crypto/ankr-(ankr).svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/apple.svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/augur-(rep).svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/autonio-(niox).svg +7 -0
- package/src/lib/components/Icons/icons/Crypto/avalanche-(avax).svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/be.svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/binance-coin-(bnb).svg +8 -0
- package/src/lib/components/Icons/icons/Crypto/binance-usd-(busd).svg +7 -0
- package/src/lib/components/Icons/icons/Crypto/bitcoin-(btc).svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/blogger.svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/bootstrap.svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/cardano-(ada).svg +59 -0
- package/src/lib/components/Icons/icons/Crypto/celo-(celo).svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/celsius-(cel)-.svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/chainlink-(link).svg +4 -0
- package/src/lib/components/Icons/icons/Crypto/civic-(cvc).svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/dai-(dai).svg +7 -0
- package/src/lib/components/Icons/icons/Crypto/dash-(dash).svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/decred-(dcr).svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/dent-(dent).svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/dribbble.svg +9 -0
- package/src/lib/components/Icons/icons/Crypto/dropbox.svg +8 -0
- package/src/lib/components/Icons/icons/Crypto/educare-(ekt).svg +7 -0
- package/src/lib/components/Icons/icons/Crypto/emercoin-(emc).svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/enjin-coin-(enj).svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/eos-(eos).svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/ethereum-(eth).svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/ethereum-classic-(etc).svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/facebook.svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/figma-1.svg +8 -0
- package/src/lib/components/Icons/icons/Crypto/figma.svg +9 -0
- package/src/lib/components/Icons/icons/Crypto/frame-1.svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/frame-2.svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/frame-3.svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/frame-4.svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/frame.svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/framer.svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/ftx-token-(ftt).svg +7 -0
- package/src/lib/components/Icons/icons/Crypto/google-1.svg +10 -0
- package/src/lib/components/Icons/icons/Crypto/google-play.svg +7 -0
- package/src/lib/components/Icons/icons/Crypto/google.svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/harmony-(one).svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/hedera-hashgraph-(hbar).svg +7 -0
- package/src/lib/components/Icons/icons/Crypto/hex-(hex).svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/html-3.svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/html-5.svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/huobi-token-(ht).svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/icon-(icx).svg +7 -0
- package/src/lib/components/Icons/icons/Crypto/illustrator.svg +7 -0
- package/src/lib/components/Icons/icons/Crypto/iost-(iost).svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/java-script.svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/js.svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/kyber-network-(knc).svg +7 -0
- package/src/lib/components/Icons/icons/Crypto/litecoin(ltc).svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/maker-(mkr).svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/messenger.svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/nebulas-(nas).svg +9 -0
- package/src/lib/components/Icons/icons/Crypto/nem-(xem).svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/ocean-protocol-(ocean).svg +57 -0
- package/src/lib/components/Icons/icons/Crypto/okb-(okb).svg +11 -0
- package/src/lib/components/Icons/icons/Crypto/ontology-(ont).svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/paypal.svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/photoshop.svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/polkadot-(dot).svg +7 -0
- package/src/lib/components/Icons/icons/Crypto/polygon-(matic).svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/polyswarm-(nct).svg +7 -0
- package/src/lib/components/Icons/icons/Crypto/python.svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/quant-(qnt).svg +11 -0
- package/src/lib/components/Icons/icons/Crypto/siacoin-(sc).svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/slack.svg +11 -0
- package/src/lib/components/Icons/icons/Crypto/snapchat.svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/solana-(sol).svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/spotify.svg +7 -0
- package/src/lib/components/Icons/icons/Crypto/stacks-(stx).svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/tenx-(pay).svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/tether-(usdt).svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/the-graph-(grt).svg +7 -0
- package/src/lib/components/Icons/icons/Crypto/theta-(theta).svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/thorchain-(rune).svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/trello.svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/triangle.svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/trontron-(trx).svg +7 -0
- package/src/lib/components/Icons/icons/Crypto/twitch.svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/ui8.svg +9 -0
- package/src/lib/components/Icons/icons/Crypto/usd-coin-(usdc).svg +7 -0
- package/src/lib/components/Icons/icons/Crypto/velas-(vlx).svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/vibe-(vibe).svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/vuesax.svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/wanchain-(wan)-1.svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/wanchain-(wan).svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/whatsapp.svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/windows.svg +7 -0
- package/src/lib/components/Icons/icons/Crypto/wing-(wing).svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/xd.svg +6 -0
- package/src/lib/components/Icons/icons/Crypto/xiaomi.svg +7 -0
- package/src/lib/components/Icons/icons/Crypto/xrp-(xrp).svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/youtube.svg +5 -0
- package/src/lib/components/Icons/icons/Crypto/zel-(zel).svg +7 -0
- package/src/lib/components/Icons/icons/Crypto/zoom.svg +6 -0
- package/src/lib/components/Icons/icons/Currency-crypto/bitcoin-card.svg +5 -0
- package/src/lib/components/Icons/icons/Currency-crypto/bitcoin-convert.svg +7 -0
- package/src/lib/components/Icons/icons/Currency-crypto/bitcoin-refresh.svg +5 -0
- package/src/lib/components/Icons/icons/Currency-crypto/buy-crypto.svg +5 -0
- package/src/lib/components/Icons/icons/Currency-crypto/card-coin.svg +10 -0
- package/src/lib/components/Icons/icons/Currency-crypto/trade.svg +6 -0
- package/src/lib/components/Icons/icons/Delivery/3d-cube-scan.svg +7 -0
- package/src/lib/components/Icons/icons/Delivery/3d-rotate.svg +6 -0
- package/src/lib/components/Icons/icons/Delivery/3d-square.svg +6 -0
- package/src/lib/components/Icons/icons/Delivery/box-1.svg +5 -0
- package/src/lib/components/Icons/icons/Delivery/box-add.svg +6 -0
- package/src/lib/components/Icons/icons/Delivery/box-remove.svg +6 -0
- package/src/lib/components/Icons/icons/Delivery/box-search.svg +6 -0
- package/src/lib/components/Icons/icons/Delivery/box-tick.svg +6 -0
- package/src/lib/components/Icons/icons/Delivery/box-time.svg +6 -0
- package/src/lib/components/Icons/icons/Delivery/box.svg +7 -0
- package/src/lib/components/Icons/icons/Delivery/convert-3d-cube.svg +10 -0
- package/src/lib/components/Icons/icons/Delivery/group-1.svg +10 -0
- package/src/lib/components/Icons/icons/Delivery/group.svg +7 -0
- package/src/lib/components/Icons/icons/Delivery/truck-remove.svg +8 -0
- package/src/lib/components/Icons/icons/Delivery/truck-tick.svg +8 -0
- package/src/lib/components/Icons/icons/Delivery/truck-time.svg +8 -0
- package/src/lib/components/Icons/icons/Design/additem.svg +5 -0
- package/src/lib/components/Icons/icons/Design/backward-item.svg +5 -0
- package/src/lib/components/Icons/icons/Design/bezier.svg +11 -0
- package/src/lib/components/Icons/icons/Design/blend-2.svg +7 -0
- package/src/lib/components/Icons/icons/Design/blend.svg +4 -0
- package/src/lib/components/Icons/icons/Design/blur.svg +4 -0
- package/src/lib/components/Icons/icons/Design/brush-1.svg +4 -0
- package/src/lib/components/Icons/icons/Design/brush-2.svg +6 -0
- package/src/lib/components/Icons/icons/Design/brush-3.svg +5 -0
- package/src/lib/components/Icons/icons/Design/brush-4.svg +5 -0
- package/src/lib/components/Icons/icons/Design/brush.svg +6 -0
- package/src/lib/components/Icons/icons/Design/bucket-circle.svg +5 -0
- package/src/lib/components/Icons/icons/Design/bucket-square.svg +5 -0
- package/src/lib/components/Icons/icons/Design/bucket.svg +6 -0
- package/src/lib/components/Icons/icons/Design/color-swatch.svg +5 -0
- package/src/lib/components/Icons/icons/Design/colorfilter.svg +5 -0
- package/src/lib/components/Icons/icons/Design/colors-square.svg +6 -0
- package/src/lib/components/Icons/icons/Design/component.svg +3 -0
- package/src/lib/components/Icons/icons/Design/copy-success.svg +4 -0
- package/src/lib/components/Icons/icons/Design/copy.svg +4 -0
- package/src/lib/components/Icons/icons/Design/designtools.svg +7 -0
- package/src/lib/components/Icons/icons/Design/eraser.svg +5 -0
- package/src/lib/components/Icons/icons/Design/flash-circle.svg +4 -0
- package/src/lib/components/Icons/icons/Design/forward-item.svg +5 -0
- package/src/lib/components/Icons/icons/Design/glass.svg +4 -0
- package/src/lib/components/Icons/icons/Design/layer.svg +5 -0
- package/src/lib/components/Icons/icons/Design/lifebuoy.svg +4 -0
- package/src/lib/components/Icons/icons/Design/magicpen.svg +7 -0
- package/src/lib/components/Icons/icons/Design/main-component.svg +4 -0
- package/src/lib/components/Icons/icons/Design/mask-1.svg +4 -0
- package/src/lib/components/Icons/icons/Design/mask-2.svg +4 -0
- package/src/lib/components/Icons/icons/Design/mask.svg +4 -0
- package/src/lib/components/Icons/icons/Design/omega-circle.svg +4 -0
- package/src/lib/components/Icons/icons/Design/omega-square.svg +4 -0
- package/src/lib/components/Icons/icons/Design/paintbucket.svg +5 -0
- package/src/lib/components/Icons/icons/Design/path-2.svg +5 -0
- package/src/lib/components/Icons/icons/Design/path-square.svg +6 -0
- package/src/lib/components/Icons/icons/Design/path.svg +5 -0
- package/src/lib/components/Icons/icons/Design/pen-add.svg +6 -0
- package/src/lib/components/Icons/icons/Design/pen-close.svg +6 -0
- package/src/lib/components/Icons/icons/Design/pen-remove.svg +6 -0
- package/src/lib/components/Icons/icons/Design/pen-tool-2.svg +9 -0
- package/src/lib/components/Icons/icons/Design/pen-tool.svg +12 -0
- package/src/lib/components/Icons/icons/Design/recovery-convert.svg +6 -0
- package/src/lib/components/Icons/icons/Design/ruler&pen.svg +9 -0
- package/src/lib/components/Icons/icons/Design/ruler.svg +7 -0
- package/src/lib/components/Icons/icons/Design/scissor.svg +5 -0
- package/src/lib/components/Icons/icons/Design/shapes-1.svg +4 -0
- package/src/lib/components/Icons/icons/Design/shapes.svg +4 -0
- package/src/lib/components/Icons/icons/Design/size.svg +4 -0
- package/src/lib/components/Icons/icons/Email/device-message.svg +8 -0
- package/src/lib/components/Icons/icons/Email/direct-inbox.svg +5 -0
- package/src/lib/components/Icons/icons/Email/direct-normal.svg +4 -0
- package/src/lib/components/Icons/icons/Email/direct-notification.svg +5 -0
- package/src/lib/components/Icons/icons/Email/direct-send.svg +5 -0
- package/src/lib/components/Icons/icons/Email/direct.svg +6 -0
- package/src/lib/components/Icons/icons/Email/directbox-default.svg +6 -0
- package/src/lib/components/Icons/icons/Email/directbox-notif.svg +5 -0
- package/src/lib/components/Icons/icons/Email/directbox-receive.svg +6 -0
- package/src/lib/components/Icons/icons/Email/directbox-send.svg +6 -0
- package/src/lib/components/Icons/icons/Email/message-2.svg +4 -0
- package/src/lib/components/Icons/icons/Email/message-add-1.svg +4 -0
- package/src/lib/components/Icons/icons/Email/message-add.svg +5 -0
- package/src/lib/components/Icons/icons/Email/message-circle.svg +4 -0
- package/src/lib/components/Icons/icons/Email/message-edit.svg +5 -0
- package/src/lib/components/Icons/icons/Email/message-favorite.svg +7 -0
- package/src/lib/components/Icons/icons/Email/message-minus.svg +4 -0
- package/src/lib/components/Icons/icons/Email/message-notif.svg +7 -0
- package/src/lib/components/Icons/icons/Email/message-remove.svg +5 -0
- package/src/lib/components/Icons/icons/Email/message-search.svg +7 -0
- package/src/lib/components/Icons/icons/Email/message-square.svg +4 -0
- package/src/lib/components/Icons/icons/Email/message-text-1.svg +5 -0
- package/src/lib/components/Icons/icons/Email/message-text.svg +5 -0
- package/src/lib/components/Icons/icons/Email/message-tick.svg +5 -0
- package/src/lib/components/Icons/icons/Email/message-time.svg +5 -0
- package/src/lib/components/Icons/icons/Email/message.svg +6 -0
- package/src/lib/components/Icons/icons/Email/messages-1.svg +7 -0
- package/src/lib/components/Icons/icons/Email/messages-2.svg +4 -0
- package/src/lib/components/Icons/icons/Email/messages-3.svg +4 -0
- package/src/lib/components/Icons/icons/Email/messages.svg +5 -0
- package/src/lib/components/Icons/icons/Email/sms-edit.svg +5 -0
- package/src/lib/components/Icons/icons/Email/sms-notification.svg +6 -0
- package/src/lib/components/Icons/icons/Email/sms-search.svg +5 -0
- package/src/lib/components/Icons/icons/Email/sms-star.svg +5 -0
- package/src/lib/components/Icons/icons/Email/sms-tracking.svg +5 -0
- package/src/lib/components/Icons/icons/Email/sms.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/3dcube.svg +5 -0
- package/src/lib/components/Icons/icons/Essetionnal/add-circle.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/add-square.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/add.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/archive.svg +5 -0
- package/src/lib/components/Icons/icons/Essetionnal/autobrightness.svg +5 -0
- package/src/lib/components/Icons/icons/Essetionnal/battery-2/3full.svg +6 -0
- package/src/lib/components/Icons/icons/Essetionnal/battery-charging.svg +5 -0
- package/src/lib/components/Icons/icons/Essetionnal/battery-disable.svg +6 -0
- package/src/lib/components/Icons/icons/Essetionnal/battery-empty-1.svg +5 -0
- package/src/lib/components/Icons/icons/Essetionnal/battery-empty.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/battery-full.svg +7 -0
- package/src/lib/components/Icons/icons/Essetionnal/box-2.svg +9 -0
- package/src/lib/components/Icons/icons/Essetionnal/broom.svg +8 -0
- package/src/lib/components/Icons/icons/Essetionnal/bubble.svg +5 -0
- package/src/lib/components/Icons/icons/Essetionnal/cake.svg +8 -0
- package/src/lib/components/Icons/icons/Essetionnal/cd.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/chart.svg +5 -0
- package/src/lib/components/Icons/icons/Essetionnal/chrome.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/close-circle.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/close-square.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/coffee.svg +8 -0
- package/src/lib/components/Icons/icons/Essetionnal/computing.svg +6 -0
- package/src/lib/components/Icons/icons/Essetionnal/crown-1.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/crown.svg +5 -0
- package/src/lib/components/Icons/icons/Essetionnal/cup.svg +7 -0
- package/src/lib/components/Icons/icons/Essetionnal/danger.svg +5 -0
- package/src/lib/components/Icons/icons/Essetionnal/diamonds.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/discover.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/emoji-happy.svg +6 -0
- package/src/lib/components/Icons/icons/Essetionnal/emoji-normal.svg +6 -0
- package/src/lib/components/Icons/icons/Essetionnal/emoji-sad.svg +6 -0
- package/src/lib/components/Icons/icons/Essetionnal/filter-add.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/filter-edit.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/filter-remove.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/filter-search.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/filter-square.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/filter-tick.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/filter.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/flag-2.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/flag.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/flash-circle.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/flash-slash.svg +5 -0
- package/src/lib/components/Icons/icons/Essetionnal/flash.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/forbidden-2.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/forbidden.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/ghost.svg +5 -0
- package/src/lib/components/Icons/icons/Essetionnal/glass.svg +7 -0
- package/src/lib/components/Icons/icons/Essetionnal/grammerly.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/happyemoji.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/home-1.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/home-2.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/home-wifi.svg +6 -0
- package/src/lib/components/Icons/icons/Essetionnal/home.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/info-circle.svg +5 -0
- package/src/lib/components/Icons/icons/Essetionnal/information.svg +5 -0
- package/src/lib/components/Icons/icons/Essetionnal/instagram.svg +5 -0
- package/src/lib/components/Icons/icons/Essetionnal/judge.svg +6 -0
- package/src/lib/components/Icons/icons/Essetionnal/lamp.svg +5 -0
- package/src/lib/components/Icons/icons/Essetionnal/level.svg +6 -0
- package/src/lib/components/Icons/icons/Essetionnal/menu.svg +6 -0
- package/src/lib/components/Icons/icons/Essetionnal/milk.svg +5 -0
- package/src/lib/components/Icons/icons/Essetionnal/minus-cirlce.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/minus-square.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/minus.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/mirror.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/more-circle.svg +6 -0
- package/src/lib/components/Icons/icons/Essetionnal/more-square.svg +6 -0
- package/src/lib/components/Icons/icons/Essetionnal/mouse-circle.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/mouse-square.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/mouse.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/pet.svg +7 -0
- package/src/lib/components/Icons/icons/Essetionnal/ranking.svg +6 -0
- package/src/lib/components/Icons/icons/Essetionnal/reserve.svg +6 -0
- package/src/lib/components/Icons/icons/Essetionnal/safe-home.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/send-2.svg +5 -0
- package/src/lib/components/Icons/icons/Essetionnal/send.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/share.svg +8 -0
- package/src/lib/components/Icons/icons/Essetionnal/signpost.svg +6 -0
- package/src/lib/components/Icons/icons/Essetionnal/slash.svg +5 -0
- package/src/lib/components/Icons/icons/Essetionnal/slider.svg +6 -0
- package/src/lib/components/Icons/icons/Essetionnal/smart-home.svg +6 -0
- package/src/lib/components/Icons/icons/Essetionnal/sort.svg +6 -0
- package/src/lib/components/Icons/icons/Essetionnal/sound.svg +7 -0
- package/src/lib/components/Icons/icons/Essetionnal/speedometer.svg +5 -0
- package/src/lib/components/Icons/icons/Essetionnal/status.svg +5 -0
- package/src/lib/components/Icons/icons/Essetionnal/sticker.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/story.svg +6 -0
- package/src/lib/components/Icons/icons/Essetionnal/tag-cross.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/tag-right.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/tick-circle.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/tick-square.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/trash.svg +6 -0
- package/src/lib/components/Icons/icons/Essetionnal/tree.svg +5 -0
- package/src/lib/components/Icons/icons/Essetionnal/triangle.svg +5 -0
- package/src/lib/components/Icons/icons/Essetionnal/trush-square.svg +5 -0
- package/src/lib/components/Icons/icons/Essetionnal/verify.svg +4 -0
- package/src/lib/components/Icons/icons/Essetionnal/warning-2.svg +5 -0
- package/src/lib/components/Icons/icons/Essetionnal/weight.svg +7 -0
- package/src/lib/components/Icons/icons/Essetionnal/wifi-square.svg +6 -0
- package/src/lib/components/Icons/icons/Essetionnal/wifi.svg +6 -0
- package/src/lib/components/Icons/icons/Files/folder-2.svg +4 -0
- package/src/lib/components/Icons/icons/Files/folder-add.svg +4 -0
- package/src/lib/components/Icons/icons/Files/folder-cloud.svg +4 -0
- package/src/lib/components/Icons/icons/Files/folder-cross.svg +4 -0
- package/src/lib/components/Icons/icons/Files/folder-favorite.svg +4 -0
- package/src/lib/components/Icons/icons/Files/folder-minus.svg +4 -0
- package/src/lib/components/Icons/icons/Files/folder-open.svg +4 -0
- package/src/lib/components/Icons/icons/Files/folder.svg +4 -0
- package/src/lib/components/Icons/icons/Grid/3square.svg +5 -0
- package/src/lib/components/Icons/icons/Grid/align-bottom.svg +5 -0
- package/src/lib/components/Icons/icons/Grid/align-horizontally.svg +7 -0
- package/src/lib/components/Icons/icons/Grid/align-left.svg +5 -0
- package/src/lib/components/Icons/icons/Grid/align-right.svg +5 -0
- package/src/lib/components/Icons/icons/Grid/align-vertically.svg +7 -0
- package/src/lib/components/Icons/icons/Grid/convertshape-2.svg +6 -0
- package/src/lib/components/Icons/icons/Grid/convertshape.svg +6 -0
- package/src/lib/components/Icons/icons/Grid/crop.svg +5 -0
- package/src/lib/components/Icons/icons/Grid/element-1.svg +5 -0
- package/src/lib/components/Icons/icons/Grid/element-2.svg +5 -0
- package/src/lib/components/Icons/icons/Grid/element-3.svg +6 -0
- package/src/lib/components/Icons/icons/Grid/element-4.svg +6 -0
- package/src/lib/components/Icons/icons/Grid/element-equal.svg +7 -0
- package/src/lib/components/Icons/icons/Grid/element-plus.svg +6 -0
- package/src/lib/components/Icons/icons/Grid/fatrows.svg +4 -0
- package/src/lib/components/Icons/icons/Grid/format-circle.svg +7 -0
- package/src/lib/components/Icons/icons/Grid/format-square.svg +7 -0
- package/src/lib/components/Icons/icons/Grid/frame.svg +5 -0
- package/src/lib/components/Icons/icons/Grid/grid-1.svg +11 -0
- package/src/lib/components/Icons/icons/Grid/grid-2.svg +6 -0
- package/src/lib/components/Icons/icons/Grid/grid-3.svg +6 -0
- package/src/lib/components/Icons/icons/Grid/grid-4.svg +4 -0
- package/src/lib/components/Icons/icons/Grid/grid-5.svg +5 -0
- package/src/lib/components/Icons/icons/Grid/grid-6.svg +6 -0
- package/src/lib/components/Icons/icons/Grid/grid-7.svg +5 -0
- package/src/lib/components/Icons/icons/Grid/grid-8.svg +8 -0
- package/src/lib/components/Icons/icons/Grid/grid-9.svg +4 -0
- package/src/lib/components/Icons/icons/Grid/grid-edit.svg +9 -0
- package/src/lib/components/Icons/icons/Grid/grid-eraser.svg +10 -0
- package/src/lib/components/Icons/icons/Grid/grid-lock.svg +9 -0
- package/src/lib/components/Icons/icons/Grid/kanban.svg +4 -0
- package/src/lib/components/Icons/icons/Grid/maximize-1.svg +5 -0
- package/src/lib/components/Icons/icons/Grid/maximize-2.svg +7 -0
- package/src/lib/components/Icons/icons/Grid/maximize-3.svg +4 -0
- package/src/lib/components/Icons/icons/Grid/maximize-4.svg +5 -0
- package/src/lib/components/Icons/icons/Grid/maximize.svg +4 -0
- package/src/lib/components/Icons/icons/Grid/rotate-left.svg +4 -0
- package/src/lib/components/Icons/icons/Grid/rotate-right.svg +4 -0
- package/src/lib/components/Icons/icons/Grid/row-horizontal.svg +4 -0
- package/src/lib/components/Icons/icons/Grid/row-vertical.svg +4 -0
- package/src/lib/components/Icons/icons/Grid/slider-horizontal-1.svg +5 -0
- package/src/lib/components/Icons/icons/Grid/slider-horizontal.svg +5 -0
- package/src/lib/components/Icons/icons/Grid/slider-vertical-1.svg +5 -0
- package/src/lib/components/Icons/icons/Grid/slider-vertical.svg +5 -0
- package/src/lib/components/Icons/icons/Locations/arrow-square.svg +4 -0
- package/src/lib/components/Icons/icons/Locations/arrow.svg +8 -0
- package/src/lib/components/Icons/icons/Locations/direct-down.svg +4 -0
- package/src/lib/components/Icons/icons/Locations/direct-left.svg +4 -0
- package/src/lib/components/Icons/icons/Locations/direct-right.svg +4 -0
- package/src/lib/components/Icons/icons/Locations/direct-up.svg +4 -0
- package/src/lib/components/Icons/icons/Locations/discover.svg +4 -0
- package/src/lib/components/Icons/icons/Locations/global-edit.svg +12 -0
- package/src/lib/components/Icons/icons/Locations/global-refresh.svg +11 -0
- package/src/lib/components/Icons/icons/Locations/global-search.svg +11 -0
- package/src/lib/components/Icons/icons/Locations/global.svg +11 -0
- package/src/lib/components/Icons/icons/Locations/gps-slash.svg +10 -0
- package/src/lib/components/Icons/icons/Locations/gps.svg +8 -0
- package/src/lib/components/Icons/icons/Locations/location-add.svg +4 -0
- package/src/lib/components/Icons/icons/Locations/location-cross.svg +4 -0
- package/src/lib/components/Icons/icons/Locations/location-minus.svg +4 -0
- package/src/lib/components/Icons/icons/Locations/location-slash.svg +5 -0
- package/src/lib/components/Icons/icons/Locations/location-tick.svg +4 -0
- package/src/lib/components/Icons/icons/Locations/location.svg +4 -0
- package/src/lib/components/Icons/icons/Locations/map-1.svg +5 -0
- package/src/lib/components/Icons/icons/Locations/map.svg +7 -0
- package/src/lib/components/Icons/icons/Locations/picture-frame.svg +4 -0
- package/src/lib/components/Icons/icons/Locations/radar-2.svg +4 -0
- package/src/lib/components/Icons/icons/Locations/radar.svg +4 -0
- package/src/lib/components/Icons/icons/Locations/route-square.svg +4 -0
- package/src/lib/components/Icons/icons/Locations/routing-2.svg +7 -0
- package/src/lib/components/Icons/icons/Locations/routing.svg +7 -0
- package/src/lib/components/Icons/icons/Money/archive.svg +4 -0
- package/src/lib/components/Icons/icons/Money/card-add.svg +5 -0
- package/src/lib/components/Icons/icons/Money/card-edit.svg +5 -0
- package/src/lib/components/Icons/icons/Money/card-pos.svg +7 -0
- package/src/lib/components/Icons/icons/Money/card-receive.svg +5 -0
- package/src/lib/components/Icons/icons/Money/card-remove-1.svg +5 -0
- package/src/lib/components/Icons/icons/Money/card-remove.svg +6 -0
- package/src/lib/components/Icons/icons/Money/card-send.svg +5 -0
- package/src/lib/components/Icons/icons/Money/card-slash.svg +9 -0
- package/src/lib/components/Icons/icons/Money/card-tick-1.svg +5 -0
- package/src/lib/components/Icons/icons/Money/card-tick.svg +6 -0
- package/src/lib/components/Icons/icons/Money/card.svg +6 -0
- package/src/lib/components/Icons/icons/Money/cards.svg +7 -0
- package/src/lib/components/Icons/icons/Money/chart-square.svg +6 -0
- package/src/lib/components/Icons/icons/Money/coin-1.svg +5 -0
- package/src/lib/components/Icons/icons/Money/coin.svg +5 -0
- package/src/lib/components/Icons/icons/Money/convert-card.svg +8 -0
- package/src/lib/components/Icons/icons/Money/discount-circle.svg +6 -0
- package/src/lib/components/Icons/icons/Money/discount-shape.svg +6 -0
- package/src/lib/components/Icons/icons/Money/document.svg +5 -0
- package/src/lib/components/Icons/icons/Money/dollar-circle.svg +4 -0
- package/src/lib/components/Icons/icons/Money/dollar-square.svg +4 -0
- package/src/lib/components/Icons/icons/Money/empty-wallet-add.svg +7 -0
- package/src/lib/components/Icons/icons/Money/empty-wallet-change.svg +7 -0
- package/src/lib/components/Icons/icons/Money/empty-wallet-remove.svg +7 -0
- package/src/lib/components/Icons/icons/Money/empty-wallet-tick.svg +7 -0
- package/src/lib/components/Icons/icons/Money/empty-wallet-time.svg +7 -0
- package/src/lib/components/Icons/icons/Money/empty-wallet.svg +6 -0
- package/src/lib/components/Icons/icons/Money/math.svg +8 -0
- package/src/lib/components/Icons/icons/Money/money-2.svg +8 -0
- package/src/lib/components/Icons/icons/Money/money-3.svg +6 -0
- package/src/lib/components/Icons/icons/Money/money-4.svg +8 -0
- package/src/lib/components/Icons/icons/Money/money-add.svg +6 -0
- package/src/lib/components/Icons/icons/Money/money-change.svg +6 -0
- package/src/lib/components/Icons/icons/Money/money-forbidden.svg +7 -0
- package/src/lib/components/Icons/icons/Money/money-recive.svg +9 -0
- package/src/lib/components/Icons/icons/Money/money-remove.svg +6 -0
- package/src/lib/components/Icons/icons/Money/money-send.svg +5 -0
- package/src/lib/components/Icons/icons/Money/money-tick.svg +6 -0
- package/src/lib/components/Icons/icons/Money/money-time.svg +6 -0
- package/src/lib/components/Icons/icons/Money/money.svg +6 -0
- package/src/lib/components/Icons/icons/Money/moneys.svg +7 -0
- package/src/lib/components/Icons/icons/Money/percentage-circle.svg +6 -0
- package/src/lib/components/Icons/icons/Money/percentage-square.svg +6 -0
- package/src/lib/components/Icons/icons/Money/receipt-1.svg +5 -0
- package/src/lib/components/Icons/icons/Money/receipt-2-1.svg +7 -0
- package/src/lib/components/Icons/icons/Money/receipt-2.svg +5 -0
- package/src/lib/components/Icons/icons/Money/receipt-add.svg +5 -0
- package/src/lib/components/Icons/icons/Money/receipt-discount.svg +7 -0
- package/src/lib/components/Icons/icons/Money/receipt-disscount.svg +6 -0
- package/src/lib/components/Icons/icons/Money/receipt-edit.svg +4 -0
- package/src/lib/components/Icons/icons/Money/receipt-item.svg +8 -0
- package/src/lib/components/Icons/icons/Money/receipt-minus.svg +5 -0
- package/src/lib/components/Icons/icons/Money/receipt-search.svg +4 -0
- package/src/lib/components/Icons/icons/Money/receipt-text.svg +6 -0
- package/src/lib/components/Icons/icons/Money/receipt.svg +4 -0
- package/src/lib/components/Icons/icons/Money/security-card.svg +5 -0
- package/src/lib/components/Icons/icons/Money/strongbox-2.svg +5 -0
- package/src/lib/components/Icons/icons/Money/strongbox.svg +4 -0
- package/src/lib/components/Icons/icons/Money/tag-2.svg +5 -0
- package/src/lib/components/Icons/icons/Money/tag.svg +4 -0
- package/src/lib/components/Icons/icons/Money/ticket-2.svg +5 -0
- package/src/lib/components/Icons/icons/Money/ticket-discount.svg +6 -0
- package/src/lib/components/Icons/icons/Money/ticket-expired.svg +4 -0
- package/src/lib/components/Icons/icons/Money/ticket-star.svg +5 -0
- package/src/lib/components/Icons/icons/Money/ticket.svg +4 -0
- package/src/lib/components/Icons/icons/Money/transaction-minus.svg +4 -0
- package/src/lib/components/Icons/icons/Money/wallet-1.svg +7 -0
- package/src/lib/components/Icons/icons/Money/wallet-2.svg +5 -0
- package/src/lib/components/Icons/icons/Money/wallet-3.svg +6 -0
- package/src/lib/components/Icons/icons/Money/wallet-add-1.svg +8 -0
- package/src/lib/components/Icons/icons/Money/wallet-add.svg +6 -0
- package/src/lib/components/Icons/icons/Money/wallet-check.svg +6 -0
- package/src/lib/components/Icons/icons/Money/wallet-minus.svg +8 -0
- package/src/lib/components/Icons/icons/Money/wallet-money.svg +4 -0
- package/src/lib/components/Icons/icons/Money/wallet-remove.svg +6 -0
- package/src/lib/components/Icons/icons/Money/wallet-search.svg +6 -0
- package/src/lib/components/Icons/icons/Money/wallet.svg +5 -0
- package/src/lib/components/Icons/icons/Notifications/lamp-charge.svg +5 -0
- package/src/lib/components/Icons/icons/Notifications/lamp-on.svg +4 -0
- package/src/lib/components/Icons/icons/Notifications/lamp-slash.svg +6 -0
- package/src/lib/components/Icons/icons/Notifications/notification-1.svg +4 -0
- package/src/lib/components/Icons/icons/Notifications/notification-bing.svg +5 -0
- package/src/lib/components/Icons/icons/Notifications/notification-circle.svg +4 -0
- package/src/lib/components/Icons/icons/Notifications/notification-favorite.svg +5 -0
- package/src/lib/components/Icons/icons/Notifications/notification-status.svg +6 -0
- package/src/lib/components/Icons/icons/Notifications/notification.svg +5 -0
- package/src/lib/components/Icons/icons/Phone/call-add.svg +5 -0
- package/src/lib/components/Icons/icons/Phone/call-calling.svg +6 -0
- package/src/lib/components/Icons/icons/Phone/call-incoming.svg +5 -0
- package/src/lib/components/Icons/icons/Phone/call-minus.svg +5 -0
- package/src/lib/components/Icons/icons/Phone/call-outgoing.svg +5 -0
- package/src/lib/components/Icons/icons/Phone/call-received.svg +5 -0
- package/src/lib/components/Icons/icons/Phone/call-remove.svg +5 -0
- package/src/lib/components/Icons/icons/Phone/call-slash.svg +5 -0
- package/src/lib/components/Icons/icons/Phone/call.svg +4 -0
- package/src/lib/components/Icons/icons/Programming/code-1.svg +6 -0
- package/src/lib/components/Icons/icons/Programming/code-circle.svg +6 -0
- package/src/lib/components/Icons/icons/Programming/code.svg +5 -0
- package/src/lib/components/Icons/icons/Programming/command-square.svg +8 -0
- package/src/lib/components/Icons/icons/Programming/command.svg +7 -0
- package/src/lib/components/Icons/icons/Programming/data-2.svg +7 -0
- package/src/lib/components/Icons/icons/Programming/data.svg +7 -0
- package/src/lib/components/Icons/icons/Programming/document-code-2.svg +5 -0
- package/src/lib/components/Icons/icons/Programming/document-code.svg +6 -0
- package/src/lib/components/Icons/icons/Programming/hashtag-down.svg +5 -0
- package/src/lib/components/Icons/icons/Programming/hashtag-up.svg +5 -0
- package/src/lib/components/Icons/icons/Programming/hashtag.svg +4 -0
- package/src/lib/components/Icons/icons/Programming/hierarchy-2.svg +6 -0
- package/src/lib/components/Icons/icons/Programming/hierarchy-3.svg +6 -0
- package/src/lib/components/Icons/icons/Programming/hierarchy-square-2.svg +4 -0
- package/src/lib/components/Icons/icons/Programming/hierarchy-square-3.svg +4 -0
- package/src/lib/components/Icons/icons/Programming/hierarchy-square.svg +5 -0
- package/src/lib/components/Icons/icons/Programming/hierarchy.svg +6 -0
- package/src/lib/components/Icons/icons/Programming/message-programming.svg +6 -0
- package/src/lib/components/Icons/icons/Programming/mobile-programming.svg +5 -0
- package/src/lib/components/Icons/icons/Programming/programming-arrow.svg +4 -0
- package/src/lib/components/Icons/icons/Programming/programming-arrows.svg +6 -0
- package/src/lib/components/Icons/icons/Programming/scroll.svg +5 -0
- package/src/lib/components/Icons/icons/Programming/sidebar-bottom.svg +5 -0
- package/src/lib/components/Icons/icons/Programming/sidebar-left.svg +5 -0
- package/src/lib/components/Icons/icons/Programming/sidebar-right.svg +5 -0
- package/src/lib/components/Icons/icons/Programming/sidebar-top.svg +5 -0
- package/src/lib/components/Icons/icons/School/award.svg +5 -0
- package/src/lib/components/Icons/icons/School/book-1.svg +6 -0
- package/src/lib/components/Icons/icons/School/book.svg +6 -0
- package/src/lib/components/Icons/icons/School/bookmark-2.svg +4 -0
- package/src/lib/components/Icons/icons/School/bookmark.svg +4 -0
- package/src/lib/components/Icons/icons/School/briefcase.svg +4 -0
- package/src/lib/components/Icons/icons/School/brifecase-cross.svg +5 -0
- package/src/lib/components/Icons/icons/School/brifecase-tick.svg +5 -0
- package/src/lib/components/Icons/icons/School/brifecase-timer.svg +5 -0
- package/src/lib/components/Icons/icons/School/calculator.svg +10 -0
- package/src/lib/components/Icons/icons/School/clipboard.svg +5 -0
- package/src/lib/components/Icons/icons/School/gift.svg +7 -0
- package/src/lib/components/Icons/icons/School/note-2.svg +6 -0
- package/src/lib/components/Icons/icons/School/note.svg +4 -0
- package/src/lib/components/Icons/icons/School/teacher.svg +4 -0
- package/src/lib/components/Icons/icons/Search/search-favorite-1.svg +5 -0
- package/src/lib/components/Icons/icons/Search/search-favorite.svg +5 -0
- package/src/lib/components/Icons/icons/Search/search-normal-1.svg +4 -0
- package/src/lib/components/Icons/icons/Search/search-normal.svg +4 -0
- package/src/lib/components/Icons/icons/Search/search-status-1.svg +6 -0
- package/src/lib/components/Icons/icons/Search/search-status.svg +6 -0
- package/src/lib/components/Icons/icons/Search/search-zoom-in-1.svg +5 -0
- package/src/lib/components/Icons/icons/Search/search-zoom-in.svg +5 -0
- package/src/lib/components/Icons/icons/Search/search-zoom-out-1.svg +5 -0
- package/src/lib/components/Icons/icons/Search/search-zoom-out.svg +5 -0
- package/src/lib/components/Icons/icons/Security/alarm.svg +7 -0
- package/src/lib/components/Icons/icons/Security/check.svg +6 -0
- package/src/lib/components/Icons/icons/Security/eye-slash.svg +7 -0
- package/src/lib/components/Icons/icons/Security/finger-cricle.svg +5 -0
- package/src/lib/components/Icons/icons/Security/finger-scan.svg +8 -0
- package/src/lib/components/Icons/icons/Security/frame.svg +4 -0
- package/src/lib/components/Icons/icons/Security/key-square.svg +4 -0
- package/src/lib/components/Icons/icons/Security/key.svg +4 -0
- package/src/lib/components/Icons/icons/Security/lock-1.svg +5 -0
- package/src/lib/components/Icons/icons/Security/lock-circle.svg +4 -0
- package/src/lib/components/Icons/icons/Security/lock-slash.svg +7 -0
- package/src/lib/components/Icons/icons/Security/lock.svg +7 -0
- package/src/lib/components/Icons/icons/Security/password-check.svg +7 -0
- package/src/lib/components/Icons/icons/Security/radar.svg +7 -0
- package/src/lib/components/Icons/icons/Security/scan-barcode.svg +10 -0
- package/src/lib/components/Icons/icons/Security/scan.svg +9 -0
- package/src/lib/components/Icons/icons/Security/scanner.svg +7 -0
- package/src/lib/components/Icons/icons/Security/scanning.svg +10 -0
- package/src/lib/components/Icons/icons/Security/security-safe.svg +4 -0
- package/src/lib/components/Icons/icons/Security/security-user.svg +5 -0
- package/src/lib/components/Icons/icons/Security/security.svg +4 -0
- package/src/lib/components/Icons/icons/Security/shield-cross.svg +4 -0
- package/src/lib/components/Icons/icons/Security/shield-search.svg +5 -0
- package/src/lib/components/Icons/icons/Security/shield-security.svg +4 -0
- package/src/lib/components/Icons/icons/Security/shield-slash.svg +5 -0
- package/src/lib/components/Icons/icons/Security/shield-tick.svg +4 -0
- package/src/lib/components/Icons/icons/Security/shield.svg +4 -0
- package/src/lib/components/Icons/icons/Security/unlock.svg +5 -0
- package/src/lib/components/Icons/icons/Settings/candle-2.svg +4 -0
- package/src/lib/components/Icons/icons/Settings/candle.svg +4 -0
- package/src/lib/components/Icons/icons/Settings/category-2.svg +6 -0
- package/src/lib/components/Icons/icons/Settings/category.svg +6 -0
- package/src/lib/components/Icons/icons/Settings/menu.svg +6 -0
- package/src/lib/components/Icons/icons/Settings/more-2.svg +6 -0
- package/src/lib/components/Icons/icons/Settings/more.svg +6 -0
- package/src/lib/components/Icons/icons/Settings/setting-2.svg +4 -0
- package/src/lib/components/Icons/icons/Settings/setting-3.svg +9 -0
- package/src/lib/components/Icons/icons/Settings/setting-4.svg +8 -0
- package/src/lib/components/Icons/icons/Settings/setting-5.svg +8 -0
- package/src/lib/components/Icons/icons/Settings/setting.svg +4 -0
- package/src/lib/components/Icons/icons/Settings/settings.svg +9 -0
- package/src/lib/components/Icons/icons/Settings/toggle-off-circle.svg +4 -0
- package/src/lib/components/Icons/icons/Settings/toggle-off.svg +4 -0
- package/src/lib/components/Icons/icons/Settings/toggle-on-circle.svg +4 -0
- package/src/lib/components/Icons/icons/Settings/toggle-on.svg +4 -0
- package/src/lib/components/Icons/icons/Shop/bag-2.svg +4 -0
- package/src/lib/components/Icons/icons/Shop/bag-cross-1.svg +6 -0
- package/src/lib/components/Icons/icons/Shop/bag-cross.svg +4 -0
- package/src/lib/components/Icons/icons/Shop/bag-happy.svg +4 -0
- package/src/lib/components/Icons/icons/Shop/bag-tick-2.svg +6 -0
- package/src/lib/components/Icons/icons/Shop/bag-tick.svg +4 -0
- package/src/lib/components/Icons/icons/Shop/bag-timer.svg +6 -0
- package/src/lib/components/Icons/icons/Shop/bag.svg +4 -0
- package/src/lib/components/Icons/icons/Shop/barcode.svg +10 -0
- package/src/lib/components/Icons/icons/Shop/shop-add.svg +7 -0
- package/src/lib/components/Icons/icons/Shop/shop-remove.svg +7 -0
- package/src/lib/components/Icons/icons/Shop/shop.svg +7 -0
- package/src/lib/components/Icons/icons/Shop/shopping-bag.svg +5 -0
- package/src/lib/components/Icons/icons/Shop/shopping-cart.svg +6 -0
- package/src/lib/components/Icons/icons/Support-like/24-support.svg +5 -0
- package/src/lib/components/Icons/icons/Support-like/dislike.svg +4 -0
- package/src/lib/components/Icons/icons/Support-like/heart-add.svg +4 -0
- package/src/lib/components/Icons/icons/Support-like/heart-circle.svg +4 -0
- package/src/lib/components/Icons/icons/Support-like/heart-edit.svg +4 -0
- package/src/lib/components/Icons/icons/Support-like/heart-remove.svg +4 -0
- package/src/lib/components/Icons/icons/Support-like/heart-search.svg +4 -0
- package/src/lib/components/Icons/icons/Support-like/heart-slash.svg +4 -0
- package/src/lib/components/Icons/icons/Support-like/heart-tick.svg +4 -0
- package/src/lib/components/Icons/icons/Support-like/heart.svg +4 -0
- package/src/lib/components/Icons/icons/Support-like/like-1.svg +4 -0
- package/src/lib/components/Icons/icons/Support-like/like-dislike.svg +6 -0
- package/src/lib/components/Icons/icons/Support-like/like-shapes.svg +4 -0
- package/src/lib/components/Icons/icons/Support-like/like-tag.svg +4 -0
- package/src/lib/components/Icons/icons/Support-like/like.svg +4 -0
- package/src/lib/components/Icons/icons/Support-like/lovely.svg +4 -0
- package/src/lib/components/Icons/icons/Support-like/magic-star.svg +4 -0
- package/src/lib/components/Icons/icons/Support-like/medal-star.svg +5 -0
- package/src/lib/components/Icons/icons/Support-like/medal.svg +4 -0
- package/src/lib/components/Icons/icons/Support-like/message-question.svg +5 -0
- package/src/lib/components/Icons/icons/Support-like/ranking.svg +6 -0
- package/src/lib/components/Icons/icons/Support-like/smileys.svg +8 -0
- package/src/lib/components/Icons/icons/Support-like/star-1.svg +4 -0
- package/src/lib/components/Icons/icons/Support-like/star-slash.svg +5 -0
- package/src/lib/components/Icons/icons/Support-like/star.svg +6 -0
- package/src/lib/components/Icons/icons/Support-like/unlimited.svg +5 -0
- package/src/lib/components/Icons/icons/Time/calendar-1.svg +7 -0
- package/src/lib/components/Icons/icons/Time/calendar-2.svg +7 -0
- package/src/lib/components/Icons/icons/Time/calendar-add.svg +8 -0
- package/src/lib/components/Icons/icons/Time/calendar-circle.svg +5 -0
- package/src/lib/components/Icons/icons/Time/calendar-edit.svg +5 -0
- package/src/lib/components/Icons/icons/Time/calendar-remove.svg +8 -0
- package/src/lib/components/Icons/icons/Time/calendar-search.svg +5 -0
- package/src/lib/components/Icons/icons/Time/calendar-tick.svg +8 -0
- package/src/lib/components/Icons/icons/Time/calendar.svg +10 -0
- package/src/lib/components/Icons/icons/Time/clock.svg +4 -0
- package/src/lib/components/Icons/icons/Time/security-time.svg +5 -0
- package/src/lib/components/Icons/icons/Time/timer-1.svg +5 -0
- package/src/lib/components/Icons/icons/Time/timer-pause.svg +6 -0
- package/src/lib/components/Icons/icons/Time/timer-start.svg +6 -0
- package/src/lib/components/Icons/icons/Time/timer.svg +5 -0
- package/src/lib/components/Icons/icons/Typo/attach-circle.svg +4 -0
- package/src/lib/components/Icons/icons/Typo/attach-square.svg +4 -0
- package/src/lib/components/Icons/icons/Typo/eraser.svg +5 -0
- package/src/lib/components/Icons/icons/Typo/firstline.svg +7 -0
- package/src/lib/components/Icons/icons/Typo/language-circle.svg +4 -0
- package/src/lib/components/Icons/icons/Typo/language-square.svg +4 -0
- package/src/lib/components/Icons/icons/Typo/link-1.svg +5 -0
- package/src/lib/components/Icons/icons/Typo/link-2.svg +6 -0
- package/src/lib/components/Icons/icons/Typo/link-21.svg +6 -0
- package/src/lib/components/Icons/icons/Typo/link-circle.svg +5 -0
- package/src/lib/components/Icons/icons/Typo/link-square.svg +5 -0
- package/src/lib/components/Icons/icons/Typo/link.svg +4 -0
- package/src/lib/components/Icons/icons/Typo/maximize.svg +4 -0
- package/src/lib/components/Icons/icons/Typo/paperclip-2.svg +4 -0
- package/src/lib/components/Icons/icons/Typo/paperclip.svg +4 -0
- package/src/lib/components/Icons/icons/Typo/pharagraphspacing.svg +5 -0
- package/src/lib/components/Icons/icons/Typo/quote-down-circle.svg +5 -0
- package/src/lib/components/Icons/icons/Typo/quote-down-square.svg +5 -0
- package/src/lib/components/Icons/icons/Typo/quote-down.svg +4 -0
- package/src/lib/components/Icons/icons/Typo/quote-up-circle.svg +5 -0
- package/src/lib/components/Icons/icons/Typo/quote-up-square.svg +5 -0
- package/src/lib/components/Icons/icons/Typo/quote-up.svg +4 -0
- package/src/lib/components/Icons/icons/Typo/smallcaps.svg +5 -0
- package/src/lib/components/Icons/icons/Typo/text-block.svg +4 -0
- package/src/lib/components/Icons/icons/Typo/text-bold.svg +4 -0
- package/src/lib/components/Icons/icons/Typo/text-italic.svg +4 -0
- package/src/lib/components/Icons/icons/Typo/text-underline.svg +5 -0
- package/src/lib/components/Icons/icons/Typo/text.svg +4 -0
- package/src/lib/components/Icons/icons/Typo/textalign-center.svg +6 -0
- package/src/lib/components/Icons/icons/Typo/textalign-justifycenter.svg +6 -0
- package/src/lib/components/Icons/icons/Typo/textalign-justifyleft.svg +6 -0
- package/src/lib/components/Icons/icons/Typo/textalign-justifyright.svg +6 -0
- package/src/lib/components/Icons/icons/Typo/textalign-left.svg +6 -0
- package/src/lib/components/Icons/icons/Typo/textalign-right.svg +6 -0
- package/src/lib/components/Icons/icons/Typo/translate.svg +8 -0
- package/src/lib/components/Icons/icons/Users/people.svg +8 -0
- package/src/lib/components/Icons/icons/Users/profile-2user.svg +6 -0
- package/src/lib/components/Icons/icons/Users/profile-add.svg +5 -0
- package/src/lib/components/Icons/icons/Users/profile-circle.svg +5 -0
- package/src/lib/components/Icons/icons/Users/profile-delete.svg +5 -0
- package/src/lib/components/Icons/icons/Users/profile-remove.svg +5 -0
- package/src/lib/components/Icons/icons/Users/profile-tick.svg +5 -0
- package/src/lib/components/Icons/icons/Users/profile.svg +4 -0
- package/src/lib/components/Icons/icons/Users/tag-user.svg +5 -0
- package/src/lib/components/Icons/icons/Users/user-add.svg +5 -0
- package/src/lib/components/Icons/icons/Users/user-cirlce-add.svg +6 -0
- package/src/lib/components/Icons/icons/Users/user-edit.svg +5 -0
- package/src/lib/components/Icons/icons/Users/user-minus.svg +5 -0
- package/src/lib/components/Icons/icons/Users/user-octagon.svg +5 -0
- package/src/lib/components/Icons/icons/Users/user-remove.svg +5 -0
- package/src/lib/components/Icons/icons/Users/user-search.svg +5 -0
- package/src/lib/components/Icons/icons/Users/user-square.svg +5 -0
- package/src/lib/components/Icons/icons/Users/user-tag.svg +5 -0
- package/src/lib/components/Icons/icons/Users/user-tick.svg +5 -0
- package/src/lib/components/Icons/icons/Users/user.svg +4 -0
- package/src/lib/components/Icons/icons/Weather/cloud-cross.svg +4 -0
- package/src/lib/components/Icons/icons/Weather/cloud-drizzle.svg +4 -0
- package/src/lib/components/Icons/icons/Weather/cloud-fog.svg +6 -0
- package/src/lib/components/Icons/icons/Weather/cloud-lightning.svg +4 -0
- package/src/lib/components/Icons/icons/Weather/cloud-minus.svg +4 -0
- package/src/lib/components/Icons/icons/Weather/cloud-notif.svg +4 -0
- package/src/lib/components/Icons/icons/Weather/cloud-plus.svg +4 -0
- package/src/lib/components/Icons/icons/Weather/cloud-snow.svg +4 -0
- package/src/lib/components/Icons/icons/Weather/cloud-sunny.svg +4 -0
- package/src/lib/components/Icons/icons/Weather/cloud.svg +4 -0
- package/src/lib/components/Icons/icons/Weather/drop.svg +4 -0
- package/src/lib/components/Icons/icons/Weather/flash.svg +6 -0
- package/src/lib/components/Icons/icons/Weather/moon.svg +4 -0
- package/src/lib/components/Icons/icons/Weather/sun-1.svg +4 -0
- package/src/lib/components/Icons/icons/Weather/sun-fog.svg +7 -0
- package/src/lib/components/Icons/icons/Weather/sun.svg +9 -0
- package/src/lib/components/Icons/icons/Weather/wind-2.svg +7 -0
- package/src/lib/components/Icons/icons/Weather/wind.svg +5 -0
- package/src/lib/components/Icons/icons/icons.json +1051 -0
- package/src/lib/components/Icons/icons/script.py +30 -0
- package/src/lib/components/Logo.svelte +23 -0
- package/src/lib/components/User/UserDropdown.svelte +190 -0
- package/src/lib/components/User/user.js +42 -0
- package/src/lib/registry/entityRegistry/components/EntityRow.svelte +67 -0
- package/src/lib/registry/entityRegistry/registerEntitiesFromProject.js +17 -0
- package/src/lib/registry/fieldTypeRegistry/registerDefaultFieldTypes.js +6 -0
- package/src/lib/registry/navigationRegistry/components/Navbar.svelte +390 -0
- package/src/lib/registry/navigationRegistry/components/NavbarBtn.svelte +204 -0
- package/src/lib/registry/navigationRegistry/components/NavbarGroup.svelte +190 -0
- package/src/lib/registry/navigationRegistry/components/NavbarIcon.svelte +26 -0
- package/src/lib/registry/navigationRegistry/components/NavigationGroupRow.svelte +250 -0
- package/src/lib/registry/navigationRegistry/components/NavigationRow.svelte +213 -0
- package/src/lib/registry/navigationRegistry/components/NewNavbarGroupDialog.svelte +93 -0
- package/src/lib/registry/navigationRegistry/createNavigation.js +21 -0
- package/src/lib/registry/navigationRegistry/registerNavigation.js +63 -0
- package/src/lib/registry/navigationRegistry/registry.svelte.js +100 -0
- package/src/lib/registry/projectRegistry/components/ProjectButton.svelte +1 -0
- package/src/lib/registry/projectRegistry/components/TargetProjectSubscriptionCard.svelte +283 -0
- package/src/lib/registry/projectRegistry/createProject.js +154 -11
- package/src/lib/registry/projectRegistry/registerProjects.js +15 -0
- package/src/lib/registry/projectRegistry/registry.svelte.js +29 -7
- package/src/lib/registry/viewEntriesTypeRegistry/registerDefaultViewEntriesTypes.js +6 -0
- package/src/routes/+layout.svelte +6 -619
- package/src/routes/exemple/+layout.svelte +73 -24
- package/src/routes/exemple/[project_normalized_name]/+layout.svelte +106 -33
- package/src/routes/exemple/[project_normalized_name]/[entity_slug]/+page.svelte +7 -7
- package/src/routes/exemple/[project_normalized_name]/entities/+page.svelte +120 -51
- package/src/routes/exemple/[project_normalized_name]/navigation/+page.svelte +161 -0
- /package/src/lib/registry/{viewEntriesProfilRegistery → viewEntriesProfilRegistry}/components/CreateViewEntriesProfilDialog.svelte +0 -0
- /package/src/lib/registry/{viewEntriesProfilRegistery → viewEntriesProfilRegistry}/components/ViewEntriesProfilButton.svelte +0 -0
- /package/src/lib/registry/{viewEntriesProfilRegistery → viewEntriesProfilRegistry}/components/ViewEntriesProfilComponent.svelte +0 -0
- /package/src/lib/registry/{viewEntriesProfilRegistery → viewEntriesProfilRegistry}/components/ViewEntriesProfilDropdown.svelte +0 -0
- /package/src/lib/registry/{viewEntriesProfilRegistery → viewEntriesProfilRegistry}/createViewEntriesProfil.js +0 -0
- /package/src/lib/registry/{viewEntriesProfilRegistery → viewEntriesProfilRegistry}/registerDefaultViewEntriesProfils.js +0 -0
- /package/src/lib/registry/{viewEntriesProfilRegistery → viewEntriesProfilRegistry}/registry.svelte.js +0 -0
|
@@ -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 opacity="0.4" d="M17.6209 5.72L7.01086 16.33C6.28086 15.34 5.88086 14.13 5.88086 12.82V8.11C5.88086 6.27 6.70086 4.62 8.00086 3.5V7.64C8.00086 8.03 8.32086 8.35 8.70086 8.35C9.09086 8.35 9.41086 8.03 9.41086 7.64V2.57C9.87086 2.34 10.3609 2.18 10.8709 2.09V5.75C10.8709 6.15 11.1909 6.46 11.5809 6.46C11.9709 6.46 12.2909 6.15 12.2909 5.75V2C14.6809 2.11 16.7409 3.61 17.6209 5.72Z" fill="#292D32"/>
|
|
3
|
+
<path d="M18.1202 8.87988V12.8199C18.1202 16.1899 15.3702 18.9399 12.0002 18.9399C11.8202 18.9399 11.6402 18.9299 11.4602 18.9099C11.3802 18.9099 11.3002 18.8999 11.2302 18.8899C11.1002 18.8699 10.9702 18.8499 10.8502 18.8299C10.8002 18.8299 10.7602 18.8099 10.7002 18.7999C10.5602 18.7699 10.4202 18.7299 10.2902 18.6899C10.0702 18.6299 9.86016 18.5499 9.66016 18.4699C9.53016 18.4199 9.41016 18.3699 9.29016 18.2999C9.26016 18.2899 9.24016 18.2699 9.21016 18.2599C9.11016 18.2099 9.01016 18.1599 8.91016 18.0899L18.1202 8.87988Z" fill="#292D32"/>
|
|
4
|
+
<path d="M21.7497 11V13C21.7497 18.38 17.3797 22.75 11.9997 22.75C9.87969 22.75 7.84969 22.07 6.17969 20.82L7.25969 19.74C8.63969 20.72 10.2797 21.25 11.9997 21.25C16.5497 21.25 20.2497 17.55 20.2497 13V11C20.2497 10.59 20.5897 10.25 20.9997 10.25C21.4097 10.25 21.7497 10.59 21.7497 11Z" fill="#292D32"/>
|
|
5
|
+
<path d="M21.7709 2.22988C21.4709 1.92988 20.9809 1.92988 20.6809 2.22988L2.23086 20.6899C1.93086 20.9899 1.93086 21.4799 2.23086 21.7799C2.38086 21.9199 2.57086 21.9999 2.77086 21.9999C2.97086 21.9999 3.16086 21.9199 3.31086 21.7699L21.7709 3.30988C22.0809 3.00988 22.0809 2.52988 21.7709 2.22988Z" fill="#292D32"/>
|
|
6
|
+
</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="M16.4201 6.42014V7.58014L9.14008 14.8601C8.18008 13.9901 7.58008 12.7101 7.58008 11.3401V6.42014C7.58008 4.36014 8.98008 2.65014 10.8801 2.16014C11.0701 2.11014 11.2501 2.27014 11.2501 2.46014V4.00014C11.2501 4.41014 11.5901 4.75014 12.0001 4.75014C12.4101 4.75014 12.7501 4.41014 12.7501 4.00014V2.46014C12.7501 2.27014 12.9301 2.11014 13.1201 2.16014C15.0201 2.65014 16.4201 4.36014 16.4201 6.42014Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M7.77945 16.2201L6.78945 17.2101C5.19945 15.7801 4.18945 13.7101 4.18945 11.4001V9.81012C4.18945 9.43012 4.49945 9.12012 4.87945 9.12012C5.26945 9.12012 5.57945 9.43012 5.57945 9.81012V11.4001C5.57945 13.3201 6.42945 15.0501 7.77945 16.2201Z" fill="#292D32"/>
|
|
4
|
+
<path opacity="0.4" d="M19.8098 9.81012V11.4001C19.8098 15.4701 16.6798 18.8201 12.6998 19.1701V21.3001C12.6998 21.6901 12.3898 22.0001 11.9998 22.0001C11.6098 22.0001 11.2998 21.6901 11.2998 21.3001V19.1701C10.2098 19.0701 9.17977 18.7501 8.25977 18.2401L9.28977 17.2101C10.1098 17.5901 11.0298 17.8101 11.9998 17.8101C15.5398 17.8101 18.4198 14.9301 18.4198 11.4001V9.81012C18.4198 9.43012 18.7298 9.12012 19.1198 9.12012C19.4998 9.12012 19.8098 9.43012 19.8098 9.81012Z" fill="#292D32"/>
|
|
5
|
+
<path opacity="0.4" d="M16.4202 10.0801V11.5301C16.4202 14.1101 14.2002 16.1801 11.5602 15.9301C11.2802 15.9001 11.0002 15.8501 10.7402 15.7601L16.4202 10.0801Z" fill="#292D32"/>
|
|
6
|
+
<path d="M21.7709 2.22988C21.4709 1.92988 20.9809 1.92988 20.6809 2.22988L2.23086 20.6899C1.93086 20.9899 1.93086 21.4799 2.23086 21.7799C2.38086 21.9199 2.57086 21.9999 2.77086 21.9999C2.97086 21.9999 3.16086 21.9199 3.31086 21.7699L21.7709 3.30988C22.0809 3.00988 22.0809 2.52988 21.7709 2.22988Z" fill="#292D32"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M11.9996 21.9302C6.95961 21.9302 2.84961 17.8302 2.84961 12.7802V10.9002C2.84961 10.5102 3.16961 10.2002 3.54961 10.2002C3.92961 10.2002 4.24961 10.5202 4.24961 10.9002V12.7802C4.24961 17.0502 7.71961 20.5202 11.9896 20.5202C16.2596 20.5202 19.7296 17.0502 19.7296 12.7802V10.9002C19.7296 10.5102 20.0496 10.2002 20.4296 10.2002C20.8096 10.2002 21.1296 10.5202 21.1296 10.9002V12.7802C21.1496 17.8302 17.0396 21.9302 11.9996 21.9302Z" fill="#292D32"/>
|
|
3
|
+
<path d="M12.0004 2C8.64039 2 5.90039 4.74 5.90039 8.1V12.79C5.90039 16.15 8.64039 18.89 12.0004 18.89C15.3604 18.89 18.1004 16.15 18.1004 12.79V8.1C18.1004 4.74 15.3604 2 12.0004 2ZM14.1804 10.59C14.1104 10.86 13.8604 11.04 13.5904 11.04C13.5404 11.04 13.4804 11.03 13.4304 11.02C12.4104 10.74 11.3304 10.74 10.3104 11.02C9.98039 11.11 9.65039 10.92 9.56039 10.59C9.47039 10.27 9.66039 9.93 9.99039 9.84C11.2204 9.5 12.5204 9.5 13.7504 9.84C14.0804 9.93 14.2704 10.26 14.1804 10.59ZM15.0304 7.82C14.9404 8.07 14.7104 8.22 14.4604 8.22C14.3904 8.22 14.3204 8.21 14.2504 8.18C12.7204 7.62 11.0404 7.62 9.51039 8.18C9.19039 8.3 8.84039 8.14 8.72039 7.82C8.61039 7.51 8.77039 7.16 9.09039 7.04C10.8904 6.39 12.8704 6.39 14.6604 7.04C14.9804 7.16 15.1404 7.51 15.0304 7.82Z" fill="#292D32"/>
|
|
4
|
+
</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 opacity="0.4" d="M20.7098 17.52C20.3398 18.74 19.6098 19.68 18.5698 20.26C18.5298 20.1 18.5098 19.93 18.5098 19.76C18.5098 18.54 19.4998 17.54 20.7098 17.52Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M21 7.52002V15.48C21 15.7 20.99 15.91 20.98 16.12L17.53 17.07V20.71C17.06 20.86 16.55 20.95 15.99 20.98C16.02 20.91 16.03 20.84 16.03 20.76C16.03 20.35 15.69 20.02 15.29 20.02C14.88 20.02 14.54 20.35 14.54 20.76C14.54 20.84 14.55 20.93 14.59 21H7.52C4.07 21 2 18.94 2 15.48V7.52002C2 4.06002 4.07 2 7.52 2H15.48C18.93 2 21 4.06002 21 7.52002Z" fill="#292D32"/>
|
|
4
|
+
<path d="M22.3091 12.25C22.0491 12.06 21.6291 11.86 20.9991 11.92C20.8391 11.93 20.6691 11.96 20.4791 12.01L17.4991 12.8301C16.6091 13.0601 16.0291 13.81 16.0291 14.74V18.6501C15.7991 18.5701 15.5491 18.5201 15.2891 18.5201C14.0491 18.5201 13.0391 19.52 13.0391 20.76C13.0391 20.84 13.0391 20.92 13.0491 21C13.1691 22.12 14.1291 23 15.2891 23C16.5091 23 17.4991 22.01 17.5191 20.8C17.5191 20.78 17.5291 20.77 17.5291 20.76V17.07L20.9791 16.12L21.4991 15.98V17.66C21.2691 17.58 21.0191 17.5201 20.7491 17.5201H20.7091C19.4991 17.5401 18.5091 18.54 18.5091 19.76C18.5091 19.93 18.5291 20.1 18.5691 20.26C18.7991 21.26 19.6891 22.01 20.7491 22.01C21.9791 22.01 22.9691 21.02 22.9891 19.8C22.9891 19.79 22.9991 19.78 22.9991 19.76V13.93C22.9991 13.17 22.7691 12.61 22.3091 12.25ZM15.2891 21.5C14.9591 21.5 14.6791 21.29 14.5891 21C14.5491 20.93 14.5391 20.84 14.5391 20.76C14.5391 20.35 14.8791 20.0201 15.2891 20.0201C15.6891 20.0201 16.0291 20.35 16.0291 20.76C16.0291 20.84 16.0191 20.91 15.9891 20.98C15.8991 21.28 15.6191 21.5 15.2891 21.5ZM20.7491 20.51C20.3491 20.51 20.0091 20.17 20.0091 19.76C20.0091 19.36 20.3491 19.0201 20.7491 19.0201C21.1591 19.0201 21.4991 19.36 21.4991 19.76C21.4991 20.17 21.1591 20.51 20.7491 20.51Z" fill="#292D32"/>
|
|
5
|
+
</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 opacity="0.4" d="M2.57962 9.42023C2.49962 9.42023 2.40962 9.41025 2.32962 9.38025C1.93962 9.24025 1.73963 8.81023 1.86963 8.42023C2.53963 6.54023 3.69964 4.89026 5.24964 3.64026C5.56964 3.38026 6.03962 3.43025 6.29962 3.75025C6.55962 4.07025 6.50964 4.54025 6.18964 4.81025C4.85964 5.88025 3.85964 7.30023 3.28964 8.92023C3.17964 9.23023 2.88962 9.42023 2.57962 9.42023Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M2.57999 16.08C2.26999 16.08 1.98 15.89 1.87 15.58C1.46 14.41 1.25 13.21 1.25 12C1.25 11.59 1.59 11.25 2 11.25C2.41 11.25 2.75 11.59 2.75 12C2.75 13.04 2.93001 14.08 3.29001 15.08C3.43001 15.47 3.21999 15.9 2.82999 16.04C2.74999 16.07 2.65999 16.08 2.57999 16.08Z" fill="#292D32"/>
|
|
4
|
+
<path opacity="0.4" d="M12.0006 22.7501C10.9406 22.7501 9.89059 22.5901 8.87059 22.2801C8.47059 22.1601 8.25059 21.7401 8.37059 21.3401C8.49059 20.9401 8.9106 20.7201 9.3106 20.8401C10.1806 21.1101 11.0906 21.24 12.0006 21.24C17.1006 21.24 21.2506 17.09 21.2506 11.99C21.2506 11.47 21.2006 10.93 21.1006 10.36C21.0306 9.95004 21.3006 9.56004 21.7106 9.49004C22.1106 9.42004 22.5106 9.69003 22.5806 10.1C22.7006 10.76 22.7606 11.3801 22.7606 12.0001C22.7506 17.9301 17.9306 22.7501 12.0006 22.7501Z" fill="#292D32"/>
|
|
5
|
+
<path opacity="0.4" d="M5.72022 20.5001C5.55022 20.5001 5.39022 20.4501 5.25022 20.3301C4.68022 19.8701 4.22021 19.43 3.83021 18.98C3.56021 18.67 3.60022 18.19 3.91022 17.92C4.23022 17.65 4.70022 17.6901 4.97022 18.0001C5.30022 18.3801 5.70022 18.76 6.19022 19.16C6.51022 19.42 6.56021 19.8901 6.30021 20.2101C6.16021 20.4001 5.94022 20.5001 5.72022 20.5001Z" fill="#292D32"/>
|
|
6
|
+
<path opacity="0.4" d="M20.2404 7.09003C20.0004 7.09003 19.7704 6.98001 19.6204 6.76001C17.8904 4.24001 15.0404 2.73999 12.0004 2.73999C11.0904 2.73999 10.1804 2.87001 9.3104 3.14001C8.9204 3.26001 8.5004 3.04001 8.3704 2.64001C8.2404 2.24001 8.4704 1.82001 8.8704 1.70001C9.8904 1.39001 10.9404 1.22998 12.0004 1.22998C15.5404 1.22998 18.8504 2.98002 20.8604 5.90002C21.0904 6.24002 21.0104 6.71 20.6704 6.94C20.5404 7.05 20.3904 7.09003 20.2404 7.09003Z" fill="#292D32"/>
|
|
7
|
+
<path d="M16.03 6.49996C15.7 6.24996 15.1 5.99997 14.14 6.25997L10.95 7.11996C10.03 7.37996 9.42999 8.15996 9.42999 9.11996V10.76V13.34C9.16999 13.24 8.89 13.18 8.59 13.18C7.3 13.18 6.25 14.23 6.25 15.52C6.25 16.81 7.3 17.86 8.59 17.86C9.87 17.86 10.9 16.83 10.92 15.56C10.92 15.55 10.93 15.54 10.93 15.52V11.33L15.25 10.15V12.28C14.99 12.18 14.71 12.12 14.41 12.12C13.12 12.12 12.07 13.17 12.07 14.46C12.07 15.75 13.12 16.8 14.41 16.8C15.7 16.8 16.75 15.75 16.75 14.46V9.16995V8.24996C16.75 7.44996 16.51 6.85996 16.03 6.49996ZM8.59 16.36C8.13 16.36 7.75 15.98 7.75 15.52C7.75 15.06 8.13 14.68 8.59 14.68C9.05 14.68 9.42999 15.06 9.42999 15.52C9.42999 15.98 9.05 16.36 8.59 16.36ZM14.41 15.3C13.95 15.3 13.57 14.92 13.57 14.46C13.57 14 13.95 13.62 14.41 13.62C14.87 13.62 15.25 14 15.25 14.46C15.25 14.92 14.87 15.3 14.41 15.3Z" fill="#292D32"/>
|
|
8
|
+
</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="M7 2.0498V21.9498C3.85 21.6598 2 19.5498 2 16.1898V7.80981C2 4.44981 3.85 2.3398 7 2.0498Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M22 7.81V16.19C22 19.83 19.83 22 16.19 22H7.81C7.53 22 7.26 21.99 7 21.95V2.04999C7.26 2.00999 7.53 2 7.81 2H16.19C19.83 2 22 4.17 22 7.81Z" fill="#292D32"/>
|
|
4
|
+
<path d="M18.4902 6.79976C18.1702 6.54976 17.5902 6.30977 16.6702 6.55977L13.6902 7.37977C12.8002 7.60977 12.2202 8.35976 12.2202 9.29976V11.0498V13.2098C11.9902 13.1298 11.7402 13.0698 11.4802 13.0698C10.2402 13.0698 9.24023 14.0798 9.24023 15.3098C9.24023 16.5398 10.2502 17.5498 11.4802 17.5498C12.7002 17.5498 13.7002 16.5597 13.7202 15.3497C13.7202 15.3397 13.7302 15.3298 13.7302 15.3198V11.6198L17.7002 10.5397V12.2197C17.4702 12.1397 17.2202 12.0798 16.9502 12.0798C15.7102 12.0798 14.7102 13.0898 14.7102 14.3198C14.7102 15.5598 15.7202 16.5598 16.9502 16.5598C18.1702 16.5598 19.1702 15.5697 19.1902 14.3497C19.1902 14.3397 19.2002 14.3298 19.2002 14.3098V9.54976V8.47975C19.1802 7.71975 18.9502 7.15976 18.4902 6.79976ZM11.4702 16.0498C11.0602 16.0498 10.7302 15.7198 10.7302 15.3098C10.7302 14.8998 11.0602 14.5698 11.4702 14.5698C11.8802 14.5698 12.2102 14.8998 12.2102 15.3098C12.2102 15.7198 11.8702 16.0498 11.4702 16.0498ZM16.9302 15.0498C16.5202 15.0498 16.1902 14.7198 16.1902 14.3098C16.1902 13.8998 16.5202 13.5698 16.9302 13.5698C17.3402 13.5698 17.6702 13.8998 17.6702 14.3098C17.6702 14.7198 17.3402 15.0498 16.9302 15.0498Z" fill="#292D32"/>
|
|
5
|
+
</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 opacity="0.4" d="M22 3.75H2C1.59 3.75 1.25 3.41 1.25 3C1.25 2.59 1.59 2.25 2 2.25H22C22.41 2.25 22.75 2.59 22.75 3C22.75 3.41 22.41 3.75 22 3.75Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M11 9.75H2C1.59 9.75 1.25 9.41 1.25 9C1.25 8.59 1.59 8.25 2 8.25H11C11.41 8.25 11.75 8.59 11.75 9C11.75 9.41 11.41 9.75 11 9.75Z" fill="#292D32"/>
|
|
4
|
+
<path opacity="0.4" d="M8 15.75H2C1.59 15.75 1.25 15.41 1.25 15C1.25 14.59 1.59 14.25 2 14.25H8C8.41 14.25 8.75 14.59 8.75 15C8.75 15.41 8.41 15.75 8 15.75Z" fill="#292D32"/>
|
|
5
|
+
<path opacity="0.4" d="M6 21.75H2C1.59 21.75 1.25 21.41 1.25 21C1.25 20.59 1.59 20.25 2 20.25H6C6.41 20.25 6.75 20.59 6.75 21C6.75 21.41 6.41 21.75 6 21.75Z" fill="#292D32"/>
|
|
6
|
+
<path d="M21.8602 7.68019C21.2702 7.23019 20.4602 7.14022 19.5102 7.40022L15.1602 8.58021C13.9902 8.90021 13.2702 9.85018 13.2702 11.0502V13.6002V17.2802C12.8502 17.0402 12.3602 16.8902 11.8402 16.8902C10.2302 16.8902 8.91016 18.2002 8.91016 19.8202C8.91016 21.4302 10.2202 22.7502 11.8402 22.7502C13.4602 22.7502 14.7702 21.4402 14.7702 19.8202V14.1702L21.2502 12.4002V15.8302C20.8302 15.5902 20.3402 15.4402 19.8202 15.4402C18.2102 15.4402 16.8902 16.7502 16.8902 18.3702C16.8902 19.9802 18.2002 21.3002 19.8202 21.3002C21.4402 21.3002 22.7502 19.9902 22.7502 18.3702V11.4202V9.87019C22.7502 8.86019 22.4502 8.12019 21.8602 7.68019ZM11.8402 21.2502C11.0502 21.2502 10.4102 20.6102 10.4102 19.8202C10.4102 19.0302 11.0502 18.3902 11.8402 18.3902C12.6302 18.3902 13.2702 19.0302 13.2702 19.8202C13.2702 20.6102 12.6302 21.2502 11.8402 21.2502ZM19.8202 19.8002C19.0302 19.8002 18.3902 19.1602 18.3902 18.3702C18.3902 17.5802 19.0302 16.9402 19.8202 16.9402C20.6102 16.9402 21.2502 17.5802 21.2502 18.3702C21.2502 19.1602 20.6102 19.8002 19.8202 19.8002Z" fill="#292D32"/>
|
|
7
|
+
</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 d="M19 7V8.13C18.68 8.04 18.35 8 18 8H6C5.65 8 5.32 8.04 5 8.13V7C5 5.9 5.9 5 7 5H17C18.1 5 19 5.9 19 7Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M16 3.51001V5H8V3.51001C8 2.68001 8.68001 2 9.51001 2H14.49C15.32 2 16 2.68001 16 3.51001Z" fill="#292D32"/>
|
|
4
|
+
<path opacity="0.4" d="M22 12V18C22 20.2 20.2 22 18 22H6C3.8 22 2 20.2 2 18V12C2 10.15 3.28 8.58 5 8.13C5.32 8.04 5.65 8 6 8H18C18.35 8 18.68 8.04 19 8.13C20.72 8.58 22 10.15 22 12Z" fill="#292D32"/>
|
|
5
|
+
<path d="M15.35 10.5098C15.05 10.2798 14.51 10.0598 13.66 10.2898L11.01 11.0198C10.18 11.2398 9.65002 11.9398 9.65002 12.7998V14.3498V16.1498C9.47002 16.0998 9.27001 16.0598 9.07001 16.0598C7.93001 16.0598 7 16.9898 7 18.1298C7 19.2698 7.93001 20.1998 9.07001 20.1998C10.21 20.1998 11.13 19.2798 11.14 18.1498C11.14 18.1398 11.15 18.1298 11.15 18.1198V14.9098L14.5 13.9998V15.2598C14.32 15.2098 14.13 15.1698 13.93 15.1698C12.79 15.1698 11.86 16.0998 11.86 17.2398C11.86 18.3798 12.79 19.3098 13.93 19.3098C15.07 19.3098 16 18.3798 16 17.2398V13.0198V12.0698C16 11.1998 15.64 10.7398 15.35 10.5098ZM9.07001 18.7098C8.75001 18.7098 8.5 18.4498 8.5 18.1398C8.5 17.8298 8.76001 17.5698 9.07001 17.5698C9.38001 17.5698 9.64001 17.8298 9.64001 18.1398C9.64001 18.4498 9.39001 18.7098 9.07001 18.7098ZM13.93 17.8198C13.61 17.8198 13.36 17.5598 13.36 17.2498C13.36 16.9398 13.62 16.6798 13.93 16.6798C14.24 16.6798 14.5 16.9398 14.5 17.2498C14.5 17.5598 14.24 17.8198 13.93 17.8198Z" fill="#292D32"/>
|
|
6
|
+
</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 d="M18 5.25H6C5.59 5.25 5.25 4.91 5.25 4.5C5.25 4.09 5.59 3.75 6 3.75H18C18.41 3.75 18.75 4.09 18.75 4.5C18.75 4.91 18.41 5.25 18 5.25Z" fill="#292D32"/>
|
|
3
|
+
<path d="M15 2.75H9C8.59 2.75 8.25 2.41 8.25 2C8.25 1.59 8.59 1.25 9 1.25H15C15.41 1.25 15.75 1.59 15.75 2C15.75 2.41 15.41 2.75 15 2.75Z" fill="#292D32"/>
|
|
4
|
+
<path opacity="0.4" d="M18 7H6C3.8 7 2 8.8 2 11V18C2 20.2 3.8 22 6 22H18C20.2 22 22 20.2 22 18V11C22 8.8 20.2 7 18 7Z" fill="#292D32"/>
|
|
5
|
+
<path d="M15.3695 9.89019C15.0695 9.65019 14.5195 9.4202 13.6395 9.6502L10.9095 10.4002C10.0595 10.6202 9.50952 11.3402 9.50952 12.2302V13.8302V15.7302C9.30952 15.6702 9.10953 15.6302 8.88953 15.6302C7.71953 15.6302 6.76953 16.5802 6.76953 17.7502C6.76953 18.9202 7.71953 19.8702 8.88953 19.8702C10.0595 19.8702 11.0095 18.9202 11.0095 17.7502V17.7402V14.4101L14.5295 13.4502V14.8202C14.3295 14.7602 14.1295 14.7201 13.9095 14.7201C12.7395 14.7201 11.7895 15.6702 11.7895 16.8402C11.7895 18.0102 12.7395 18.9602 13.9095 18.9602C15.0595 18.9602 15.9995 18.0402 16.0195 16.8902C16.0195 16.8702 16.0295 16.8602 16.0295 16.8402V12.4701V11.4902C16.0295 10.5902 15.6695 10.1202 15.3695 9.89019ZM8.88953 18.3602C8.54953 18.3602 8.26953 18.0802 8.26953 17.7402C8.26953 17.4002 8.54953 17.1202 8.88953 17.1202C9.22953 17.1202 9.49952 17.3902 9.50952 17.7302C9.50952 18.0802 9.22953 18.3602 8.88953 18.3602ZM13.9095 17.4502C13.5695 17.4502 13.2895 17.1702 13.2895 16.8302C13.2895 16.4902 13.5695 16.2102 13.9095 16.2102C14.2495 16.2102 14.5295 16.4902 14.5295 16.8302C14.5295 17.1702 14.2495 17.4502 13.9095 17.4502Z" fill="#292D32"/>
|
|
6
|
+
</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="M19.21 15.0098C18.12 14.9398 17 15.3398 16.17 16.1698C14.61 17.7298 14.61 20.2598 16.17 21.8298C16.7 22.3598 17.35 22.7098 18.04 22.8798C18.42 22.9798 18.82 23.0098 19.22 22.9898C20.17 22.9498 21.1 22.5698 21.83 21.8398C22.86 20.8098 23.21 19.3598 22.88 18.0498C22.72 17.3598 22.36 16.7098 21.83 16.1798C21.11 15.4498 20.17 15.0598 19.21 15.0098ZM21.24 18.9798C21.24 19.1898 21.16 19.3698 21.02 19.5098C20.88 19.6498 20.7 19.7298 20.49 19.7298H19.75V20.5098C19.75 20.7198 19.67 20.8998 19.53 21.0398C19.39 21.1798 19.21 21.2598 19 21.2598C18.59 21.2598 18.25 20.9198 18.25 20.5098V19.7298H17.5C17.09 19.7298 16.75 19.3898 16.75 18.9798C16.75 18.5698 17.09 18.2298 17.5 18.2298H18.25V17.5198C18.25 17.1098 18.59 16.7698 19 16.7698C19.41 16.7698 19.75 17.1098 19.75 17.5198V18.2298H20.49C20.91 18.2298 21.24 18.5698 21.24 18.9798Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M16.34 21.97C16.04 21.71 15.78 21.4 15.58 21.06C15.21 20.46 15 19.75 15 19C15 16.79 16.79 15 19 15C20.18 15 21.25 15.51 21.97 16.33C21.98 16.34 21.98 16.35 21.99 16.35C21.99 16.29 22 16.24 22 16.19V7.81C22 4.17 19.83 2 16.19 2H7.81C7.53 2 7.26 2.00999 7 2.04999C3.85 2.33999 2 4.45 2 7.81V16.19C2 19.55 3.85 21.66 7 21.95C7.26 21.99 7.53 22 7.81 22H16.19C16.25 22 16.3 21.99 16.36 21.99C16.36 21.98 16.35 21.98 16.34 21.97Z" fill="#292D32"/>
|
|
4
|
+
<path d="M13.7793 5.29976C13.4593 5.04976 12.8793 4.80977 11.9593 5.05977L8.97929 5.87977C8.08929 6.10977 7.50929 6.85976 7.50929 7.79976V9.54976V11.7098C7.27929 11.6298 7.0293 11.5698 6.7693 11.5698C5.5293 11.5698 4.5293 12.5798 4.5293 13.8098C4.5293 15.0398 5.5393 16.0498 6.7693 16.0498C7.9893 16.0498 8.98929 15.0597 9.00929 13.8497C9.00929 13.8397 9.0193 13.8298 9.0193 13.8198V10.1198L12.9893 9.03975V10.7197C12.7593 10.6397 12.5093 10.5798 12.2393 10.5798C10.9993 10.5798 9.9993 11.5898 9.9993 12.8198C9.9993 14.0598 11.0093 15.0598 12.2393 15.0598C13.4593 15.0598 14.4593 14.0697 14.4793 12.8497C14.4793 12.8397 14.4893 12.8298 14.4893 12.8098V8.04976V6.97975C14.4793 6.21975 14.2393 5.64976 13.7793 5.29976ZM6.75929 14.5498C6.34929 14.5498 6.0193 14.2198 6.0193 13.8098C6.0193 13.3998 6.34929 13.0698 6.75929 13.0698C7.16929 13.0698 7.4993 13.3998 7.4993 13.8098C7.4993 14.2198 7.16929 14.5498 6.75929 14.5498ZM12.2293 13.5498C11.8193 13.5498 11.4893 13.2198 11.4893 12.8098C11.4893 12.3998 11.8193 12.0698 12.2293 12.0698C12.6393 12.0698 12.9693 12.3998 12.9693 12.8098C12.9693 13.2198 12.6393 13.5498 12.2293 13.5498Z" fill="#292D32"/>
|
|
5
|
+
</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="M21.97 16.33C21.25 15.51 20.18 15 19 15C16.79 15 15 16.79 15 19C15 19.75 15.21 20.46 15.58 21.06C15.78 21.4 16.04 21.71 16.34 21.97C17.04 22.61 17.97 23 19 23C20.46 23 21.73 22.22 22.42 21.06C22.79 20.46 23 19.75 23 19C23 17.98 22.61 17.04 21.97 16.33ZM20.6 20.58C20.45 20.73 20.26 20.8 20.07 20.8C19.88 20.8 19.69 20.73 19.54 20.58L19.01 20.05L18.46 20.6C18.31 20.75 18.12 20.82 17.93 20.82C17.74 20.82 17.55 20.75 17.4 20.6C17.11 20.31 17.11 19.83 17.4 19.54L17.95 18.99L17.42 18.46C17.13 18.17 17.13 17.69 17.42 17.4C17.71 17.11 18.19 17.11 18.48 17.4L19.01 17.93L19.51 17.43C19.8 17.14 20.28 17.14 20.57 17.43C20.86 17.72 20.86 18.2 20.57 18.49L20.07 18.99L20.6 19.52C20.89 19.81 20.89 20.28 20.6 20.58Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M16.34 21.97C16.04 21.71 15.78 21.4 15.58 21.06C15.21 20.46 15 19.75 15 19C15 16.79 16.79 15 19 15C20.18 15 21.25 15.51 21.97 16.33C21.98 16.34 21.98 16.35 21.99 16.35C21.99 16.29 22 16.24 22 16.19V7.81C22 4.17 19.83 2 16.19 2H7.81C7.53 2 7.26 2.00999 7 2.04999C3.85 2.33999 2 4.45 2 7.81V16.19C2 19.55 3.85 21.66 7 21.95C7.26 21.99 7.53 22 7.81 22H16.19C16.25 22 16.3 21.99 16.36 21.99C16.36 21.98 16.35 21.98 16.34 21.97Z" fill="#292D32"/>
|
|
4
|
+
<path d="M13.7793 5.29976C13.4593 5.04976 12.8793 4.80977 11.9593 5.05977L8.9793 5.87977C8.0893 6.10977 7.5093 6.85976 7.5093 7.79976V9.54976V11.7098C7.2793 11.6298 7.02929 11.5698 6.76929 11.5698C5.52929 11.5698 4.5293 12.5798 4.5293 13.8098C4.5293 15.0398 5.53929 16.0498 6.76929 16.0498C7.98929 16.0498 8.9893 15.0597 9.0093 13.8497C9.0093 13.8397 9.01929 13.8298 9.01929 13.8198V10.1198L12.9893 9.03975V10.7197C12.7593 10.6397 12.5093 10.5798 12.2393 10.5798C10.9993 10.5798 9.9993 11.5898 9.9993 12.8198C9.9993 14.0598 11.0093 15.0598 12.2393 15.0598C13.4593 15.0598 14.4593 14.0697 14.4793 12.8497C14.4793 12.8397 14.4893 12.8298 14.4893 12.8098V8.04976V6.97975C14.4793 6.21975 14.2393 5.64976 13.7793 5.29976ZM6.7593 14.5498C6.3493 14.5498 6.01929 14.2198 6.01929 13.8098C6.01929 13.3998 6.3493 13.0698 6.7593 13.0698C7.1693 13.0698 7.4993 13.3998 7.4993 13.8098C7.4993 14.2198 7.1693 14.5498 6.7593 14.5498ZM12.2293 13.5498C11.8193 13.5498 11.4893 13.2198 11.4893 12.8098C11.4893 12.3998 11.8193 12.0698 12.2293 12.0698C12.6393 12.0698 12.9693 12.3998 12.9693 12.8098C12.9693 13.2198 12.6393 13.5498 12.2293 13.5498Z" fill="#292D32"/>
|
|
5
|
+
</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="M22.79 21.76L22.07 21.04C22.44 20.48 22.66 19.8 22.66 19.08C22.66 17.1 21.06 15.5 19.08 15.5C17.1 15.5 15.5 17.1 15.5 19.08C15.5 21.06 17.1 22.66 19.08 22.66C19.81 22.66 20.48 22.44 21.04 22.07L21.76 22.79C21.9 22.93 22.09 23 22.27 23C22.46 23 22.64 22.93 22.78 22.79C23.07 22.5 23.07 22.04 22.79 21.76Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M16.1898 2H7.81978C4.17978 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17978 21.99 7.81978 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z" fill="#292D32"/>
|
|
4
|
+
<path d="M13.7793 5.29976C13.4593 5.04976 12.8793 4.80977 11.9593 5.05977L8.97929 5.87977C8.08929 6.10977 7.50929 6.85976 7.50929 7.79976V9.54976V11.7098C7.27929 11.6298 7.0293 11.5698 6.7693 11.5698C5.5293 11.5698 4.5293 12.5798 4.5293 13.8098C4.5293 15.0398 5.5393 16.0498 6.7693 16.0498C7.9893 16.0498 8.98929 15.0597 9.00929 13.8497C9.00929 13.8397 9.0193 13.8298 9.0193 13.8198V10.1198L12.9893 9.03975V10.7197C12.7593 10.6397 12.5093 10.5798 12.2393 10.5798C10.9993 10.5798 9.9993 11.5898 9.9993 12.8198C9.9993 14.0598 11.0093 15.0598 12.2393 15.0598C13.4593 15.0598 14.4593 14.0697 14.4793 12.8497C14.4793 12.8397 14.4893 12.8298 14.4893 12.8098V8.04976V6.97975C14.4793 6.21975 14.2393 5.64976 13.7793 5.29976ZM6.75929 14.5498C6.34929 14.5498 6.0193 14.2198 6.0193 13.8098C6.0193 13.3998 6.34929 13.0698 6.75929 13.0698C7.16929 13.0698 7.4993 13.3998 7.4993 13.8098C7.4993 14.2198 7.16929 14.5498 6.75929 14.5498ZM12.2293 13.5498C11.8193 13.5498 11.4893 13.2198 11.4893 12.8098C11.4893 12.3998 11.8193 12.0698 12.2293 12.0698C12.6393 12.0698 12.9693 12.3998 12.9693 12.8098C12.9693 13.2198 12.6393 13.5498 12.2293 13.5498Z" fill="#292D32"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z" fill="#292D32"/>
|
|
3
|
+
<path d="M16.1407 6.7099C15.8007 6.4499 15.2007 6.1999 14.2407 6.4599L11.2507 7.27991C10.3207 7.52991 9.71075 8.31986 9.71075 9.28986V11.0399V13.0699C9.50075 13.0099 9.29073 12.9698 9.06073 12.9698C7.77073 12.9698 6.7207 14.0199 6.7207 15.3099C6.7207 16.5999 7.77073 17.6499 9.06073 17.6499C10.3407 17.6499 11.3808 16.6099 11.4008 15.3399C11.4008 15.3299 11.4107 15.3199 11.4107 15.3099V11.6899L15.1907 10.6599V12.0799C14.9807 12.0199 14.7707 11.9799 14.5407 11.9799C13.2507 11.9799 12.2007 13.0299 12.2007 14.3199C12.2007 15.6099 13.2507 16.6599 14.5407 16.6599C15.8307 16.6599 16.8807 15.6099 16.8807 14.3199V9.55988V8.48987C16.8807 7.48987 16.4707 6.9699 16.1407 6.7099ZM9.06073 15.9599C8.70073 15.9599 8.41071 15.6699 8.41071 15.3099C8.41071 14.9499 8.70073 14.6599 9.06073 14.6599C9.42073 14.6599 9.71075 14.9499 9.71075 15.3099C9.71075 15.6699 9.42073 15.9599 9.06073 15.9599ZM14.5407 14.9599C14.1807 14.9599 13.8907 14.6699 13.8907 14.3099C13.8907 13.9499 14.1807 13.6599 14.5407 13.6599C14.9007 13.6599 15.1907 13.9499 15.1907 14.3099C15.1807 14.6699 14.8907 14.9599 14.5407 14.9599Z" fill="#292D32"/>
|
|
4
|
+
</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="M10.2894 10.3398V18.4098C10.2894 20.3898 8.66937 21.9998 6.69937 21.9998C4.71937 21.9998 3.10938 20.3898 3.10938 18.4098C3.10938 16.4398 4.71937 14.8298 6.69937 14.8298C7.52938 14.8298 8.27938 15.1198 8.88938 15.5898V10.7398L10.2894 10.3398Z" fill="#292D32"/>
|
|
3
|
+
<path d="M20.8909 7.31982V16.4798C20.8909 18.4598 19.2809 20.0698 17.3009 20.0698C15.3309 20.0698 13.7109 18.4598 13.7109 16.4798C13.7109 14.5098 15.3309 12.8998 17.3009 12.8998C18.1409 12.8998 18.8909 13.1898 19.5009 13.6698V7.71982L20.8909 7.31982Z" fill="#292D32"/>
|
|
4
|
+
<path opacity="0.4" d="M20.8906 5.18007V7.32007L8.89062 10.7401V6.75007C8.89062 5.28007 9.78062 4.14007 11.1906 3.76007L16.9706 2.18007C18.1406 1.86007 19.1306 1.97007 19.8306 2.51007C20.5406 3.04007 20.8906 3.94007 20.8906 5.18007Z" fill="#292D32"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M19.2605 2.8702L14.8405 1.4002C13.9205 1.0902 12.9905 1.2002 12.3105 1.7002C11.6205 2.2002 11.2305 3.0402 11.2305 4.0102V7.7802L18.1105 10.0702C18.4505 10.1902 18.8005 10.2402 19.1305 10.2402C19.6905 10.2402 20.2105 10.0802 20.6405 9.7702C21.3305 9.2702 21.7205 8.4302 21.7205 7.4602V6.2802C21.7205 4.8502 20.6205 3.3202 19.2605 2.8702Z" fill="#292D32"/>
|
|
3
|
+
<path d="M12.7207 8.27002V18C12.7207 20.62 10.5907 22.75 7.9707 22.75C5.3507 22.75 3.2207 20.62 3.2207 18C3.2207 15.38 5.3507 13.25 7.9707 13.25C9.2307 13.25 10.3707 13.75 11.2207 14.55V7.77002L12.7207 8.27002Z" fill="#292D32"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M3.75977 7.22005V16.7901C3.75977 18.7501 5.88975 19.98 7.58975 19L11.7397 16.61L15.8898 14.21C17.5898 13.23 17.5898 10.78 15.8898 9.80004L11.7397 7.40004L7.58975 5.01006C5.88975 4.03006 3.75977 5.25005 3.75977 7.22005Z" fill="#292D32"/>
|
|
3
|
+
<path d="M20.2402 18.9298C19.8302 18.9298 19.4902 18.5898 19.4902 18.1798V5.81982C19.4902 5.40982 19.8302 5.06982 20.2402 5.06982C20.6502 5.06982 20.9902 5.40982 20.9902 5.81982V18.1798C20.9902 18.5898 20.6602 18.9298 20.2402 18.9298Z" fill="#292D32"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M21 7.52002V15.48C21 15.84 20.98 16.19 20.93 16.51C20.89 16.51 20.84 16.49 20.8 16.48L18.52 15.72C18.5 15.71 18.49 15.7 18.47 15.7V20.31C17.99 20.58 17.45 20.77 16.85 20.87C16.95 20.69 17.01 20.48 17.01 20.25C17.01 19.52 16.41 18.92 15.67 18.92C14.94 18.92 14.34 19.52 14.34 20.25C14.34 20.53 14.42 20.79 14.57 21H7.52002C4.07002 21 2 18.94 2 15.48V7.52002C2 4.06002 4.07002 2 7.52002 2H15.48C18.93 2 21 4.06002 21 7.52002Z" fill="#292D32"/>
|
|
3
|
+
<path d="M21.6208 12.0999L21.0009 11.89L19.3309 11.34C18.7509 11.15 18.1609 11.2199 17.7109 11.5399C17.2709 11.8699 17.0109 12.4 17.0109 13.02V17.81C16.6109 17.59 16.1608 17.45 15.6708 17.45C14.1308 17.45 12.8809 18.71 12.8809 20.25C12.8809 20.51 12.9208 20.76 12.9808 21C13.3108 22.19 14.3908 23.05 15.6708 23.05C17.2008 23.05 18.4408 21.83 18.4708 20.31V15.7C18.4908 15.7 18.5009 15.7099 18.5209 15.7199L20.8008 16.4799C20.8408 16.4899 20.8908 16.51 20.9308 16.51C21.1108 16.56 21.2709 16.58 21.4409 16.58C21.8009 16.58 22.1408 16.48 22.4208 16.27C22.8708 15.95 23.1208 15.42 23.1208 14.8V14.2C23.1208 13.29 22.4808 12.3899 21.6208 12.0999ZM15.6708 21.59C15.2108 21.59 14.8109 21.36 14.5709 21C14.4209 20.79 14.3409 20.53 14.3409 20.25C14.3409 19.52 14.9408 18.92 15.6708 18.92C16.4108 18.92 17.0109 19.52 17.0109 20.25C17.0109 20.48 16.9508 20.69 16.8508 20.87C16.6308 21.3 16.1808 21.59 15.6708 21.59Z" fill="#292D32"/>
|
|
4
|
+
</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 opacity="0.4" d="M11.9707 22C17.4936 22 21.9707 17.5228 21.9707 12C21.9707 6.47715 17.4936 2 11.9707 2C6.44786 2 1.9707 6.47715 1.9707 12C1.9707 17.5228 6.44786 22 11.9707 22Z" fill="#292D32"/>
|
|
3
|
+
<path d="M10.72 15.0298V8.9698C10.72 8.4898 10.52 8.2998 10.01 8.2998H8.71C8.2 8.2998 8 8.4898 8 8.9698V15.0298C8 15.5098 8.2 15.6998 8.71 15.6998H10C10.52 15.6998 10.72 15.5098 10.72 15.0298Z" fill="#292D32"/>
|
|
4
|
+
<path d="M15.9991 15.0298V8.9698C15.9991 8.4898 15.7991 8.2998 15.2891 8.2998H13.9991C13.4891 8.2998 13.2891 8.4898 13.2891 8.9698V15.0298C13.2891 15.5098 13.4891 15.6998 13.9991 15.6998H15.2891C15.7991 15.6998 15.9991 15.5098 15.9991 15.0298Z" fill="#292D32"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10.65 19.11V4.89C10.65 3.54 10.08 3 8.64 3H5.01C3.57 3 3 3.54 3 4.89V19.11C3 20.46 3.57 21 5.01 21H8.64C10.08 21 10.65 20.46 10.65 19.11Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M20.9996 19.11V4.89C20.9996 3.54 20.4296 3 18.9896 3H15.3596C13.9296 3 13.3496 3.54 13.3496 4.89V19.11C13.3496 20.46 13.9196 21 15.3596 21H18.9896C20.4296 21 20.9996 20.46 20.9996 19.11Z" fill="#292D32"/>
|
|
4
|
+
</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 opacity="0.4" d="M22 12C22 13.31 21.75 14.57 21.28 15.72C20.63 15.27 19.84 15 19 15C18.06 15 17.19 15.33 16.5 15.88C15.58 16.61 15 17.74 15 19C15 19.75 15.21 20.46 15.58 21.06C15.62 21.13 15.67 21.2 15.73 21.27C14.58 21.74 13.32 22 12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12Z" fill="#292D32"/>
|
|
3
|
+
<path d="M9.38086 12.0001V10.6101C9.38086 8.89008 10.6009 8.18007 12.0909 9.04007L13.2909 9.73007L14.4908 10.4201C15.9808 11.2801 15.9808 12.6901 14.4908 13.5501L13.2909 14.2401L12.0909 14.9301C10.6009 15.7901 9.38086 15.0901 9.38086 13.3601V12.0001Z" fill="#292D32"/>
|
|
4
|
+
<path d="M19 15C18.06 15 17.19 15.33 16.5 15.88C15.58 16.61 15 17.74 15 19C15 19.75 15.21 20.46 15.58 21.06C16.27 22.22 17.54 23 19 23C20.01 23 20.93 22.63 21.63 22C21.94 21.74 22.21 21.42 22.42 21.06C22.79 20.46 23 19.75 23 19C23 16.79 21.21 15 19 15ZM20.5 19.73H19.75V20.51C19.75 20.92 19.41 21.26 19 21.26C18.59 21.26 18.25 20.92 18.25 20.51V19.73H17.5C17.09 19.73 16.75 19.39 16.75 18.98C16.75 18.57 17.09 18.23 17.5 18.23H18.25V17.52C18.25 17.11 18.59 16.77 19 16.77C19.41 16.77 19.75 17.11 19.75 17.52V18.23H20.5C20.91 18.23 21.25 18.57 21.25 18.98C21.25 19.39 20.91 19.73 20.5 19.73Z" fill="#292D32"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M11.9707 22C17.4936 22 21.9707 17.5228 21.9707 12C21.9707 6.47715 17.4936 2 11.9707 2C6.44786 2 1.9707 6.47715 1.9707 12C1.9707 17.5228 6.44786 22 11.9707 22Z" fill="#292D32"/>
|
|
3
|
+
<path d="M14.9694 10.2301L12.0694 8.56012C11.3494 8.14012 10.4794 8.14012 9.75938 8.56012C9.03938 8.98012 8.60938 9.72012 8.60938 10.5601V13.9101C8.60938 14.7401 9.03938 15.4901 9.75938 15.9101C10.1194 16.1201 10.5194 16.2201 10.9094 16.2201C11.3094 16.2201 11.6994 16.1201 12.0594 15.9101L14.9594 14.2401C15.6794 13.8201 16.1094 13.0801 16.1094 12.2401C16.1294 11.4001 15.6994 10.6501 14.9694 10.2301Z" fill="#292D32"/>
|
|
4
|
+
</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 opacity="0.4" d="M19.0698 19.8201C18.8798 19.8201 18.6898 19.7501 18.5398 19.6001C18.2498 19.3101 18.2498 18.8301 18.5398 18.5401C22.1498 14.9301 22.1498 9.06011 18.5398 5.46011C18.2498 5.17011 18.2498 4.69012 18.5398 4.40012C18.8298 4.11012 19.3098 4.11012 19.5998 4.40012C23.7898 8.59012 23.7898 15.4101 19.5998 19.6001C19.4498 19.7501 19.2598 19.8201 19.0698 19.8201Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M4.93031 19.8201C4.74031 19.8201 4.55031 19.7501 4.40031 19.6001C0.210312 15.4101 0.210312 8.59012 4.40031 4.40012C4.69031 4.11012 5.17031 4.11012 5.46031 4.40012C5.75031 4.69012 5.75031 5.17011 5.46031 5.46011C1.85031 9.07011 1.85031 14.9401 5.46031 18.5401C5.75031 18.8301 5.75031 19.3101 5.46031 19.6001C5.31031 19.7501 5.12031 19.8201 4.93031 19.8201Z" fill="#292D32"/>
|
|
4
|
+
<path opacity="0.4" d="M12.0007 22.71C10.7507 22.7 9.56076 22.4999 8.45076 22.1099C8.06076 21.9699 7.85073 21.54 7.99073 21.15C8.13073 20.76 8.55076 20.55 8.95076 20.69C9.91075 21.02 10.9308 21.2 12.0108 21.2C13.0808 21.2 14.1107 21.02 15.0607 20.69C15.4507 20.56 15.8807 20.76 16.0207 21.15C16.1607 21.54 15.9507 21.9699 15.5607 22.1099C14.4407 22.4999 13.2507 22.71 12.0007 22.71Z" fill="#292D32"/>
|
|
5
|
+
<path opacity="0.4" d="M15.3009 3.34009C15.2209 3.34009 15.1309 3.33005 15.0509 3.30005C14.0909 2.97005 13.061 2.79004 11.991 2.79004C10.9209 2.79004 9.90096 2.97005 8.94096 3.30005C8.55096 3.43005 8.12097 3.23009 7.98097 2.84009C7.84097 2.45009 8.05096 2.02007 8.44096 1.88007C9.55096 1.49007 10.751 1.29004 11.991 1.29004C13.231 1.29004 14.431 1.49007 15.541 1.88007C15.931 2.02007 16.141 2.45009 16.001 2.84009C15.901 3.15009 15.6109 3.34009 15.3009 3.34009Z" fill="#292D32"/>
|
|
6
|
+
<path d="M8.74023 12.0001V10.3302C8.74023 8.25016 10.2103 7.40014 12.0103 8.44014L13.4602 9.28017L14.9102 10.1201C16.7102 11.1601 16.7102 12.8602 14.9102 13.9002L13.4602 14.7401L12.0103 15.5802C10.2103 16.6202 8.74023 15.7701 8.74023 13.6901V12.0001Z" fill="#292D32"/>
|
|
7
|
+
</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="M21.28 15.72C20.63 15.27 19.84 15 19 15C18.06 15 17.19 15.33 16.5 15.88C15.58 16.61 15 17.74 15 19C15 19.75 15.21 20.46 15.58 21.06C15.62 21.13 15.67 21.2 15.73 21.27C16.43 22.31 17.63 23 19 23C20.01 23 20.93 22.63 21.63 22C21.94 21.74 22.21 21.42 22.42 21.06C22.79 20.46 23 19.75 23 19C23 17.64 22.32 16.44 21.28 15.72ZM20.6 20.58C20.45 20.73 20.26 20.8 20.07 20.8C19.88 20.8 19.69 20.73 19.54 20.58L19.01 20.05L18.46 20.6C18.31 20.75 18.12 20.82 17.93 20.82C17.74 20.82 17.55 20.75 17.4 20.6C17.11 20.31 17.11 19.83 17.4 19.54L17.95 18.99L17.42 18.46C17.13 18.17 17.13 17.69 17.42 17.4C17.71 17.11 18.19 17.11 18.48 17.4L19.01 17.93L19.51 17.43C19.8 17.14 20.28 17.14 20.57 17.43C20.86 17.72 20.86 18.2 20.57 18.49L20.07 18.99L20.6 19.52C20.89 19.81 20.89 20.28 20.6 20.58Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M22 12C22 13.31 21.75 14.57 21.28 15.72C20.63 15.27 19.84 15 19 15C18.06 15 17.19 15.33 16.5 15.88C15.58 16.61 15 17.74 15 19C15 19.75 15.21 20.46 15.58 21.06C15.62 21.13 15.67 21.2 15.73 21.27C14.58 21.74 13.32 22 12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12Z" fill="#292D32"/>
|
|
4
|
+
<path d="M9.38086 12.0001V10.6101C9.38086 8.89008 10.6009 8.18007 12.0909 9.04007L13.2909 9.73007L14.4908 10.4201C15.9808 11.2801 15.9808 12.6901 14.4908 13.5501L13.2909 14.2401L12.0909 14.9301C10.6009 15.7901 9.38086 15.0901 9.38086 13.3601V12.0001Z" fill="#292D32"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M18.7 8.97989L4.14 17.7099C4.05 17.3799 4 17.0299 4 16.6699V7.32989C4 4.24989 7.33 2.32989 10 3.86989L14.04 6.19989L18.09 8.53989C18.31 8.66989 18.52 8.80989 18.7 8.97989Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M18.0907 15.4598L14.0407 17.7998L10.0007 20.1298C8.0907 21.2298 5.8407 20.5698 4.7207 18.9598L5.1407 18.7098L19.5807 10.0498C20.5807 11.8498 20.0907 14.3098 18.0907 15.4598Z" fill="#292D32"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M20.2409 7.22005V16.7901C20.2409 18.7501 18.111 19.98 16.411 19L12.261 16.61L8.11094 14.21C6.41094 13.23 6.41094 10.78 8.11094 9.80004L12.261 7.40004L16.411 5.01006C18.111 4.03006 20.2409 5.25005 20.2409 7.22005Z" fill="#292D32"/>
|
|
3
|
+
<path d="M3.75977 18.9298C3.34977 18.9298 3.00977 18.5898 3.00977 18.1798V5.81982C3.00977 5.40982 3.34977 5.06982 3.75977 5.06982C4.16977 5.06982 4.50977 5.40982 4.50977 5.81982V18.1798C4.50977 18.5898 4.16977 18.9298 3.75977 18.9298Z" fill="#292D32"/>
|
|
4
|
+
</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 opacity="0.4" d="M22 10V17C22 20 20 22 17 22H7C4 22 2 20 2 17V10C2 7.26 3.67 5.34999 6.25 5.04999C6.49 5.00999 6.74 5 7 5H17C20 5 22 7 22 10Z" fill="#292D32"/>
|
|
3
|
+
<path d="M7.75 2V5H7C6.74 5 6.49 5.00999 6.25 5.04999V2C6.25 1.59 6.59 1.25 7 1.25C7.41 1.25 7.75 1.59 7.75 2Z" fill="#292D32"/>
|
|
4
|
+
<path d="M7.88086 16C9.26157 16 10.3809 14.8807 10.3809 13.5C10.3809 12.1193 9.26157 11 7.88086 11C6.50015 11 5.38086 12.1193 5.38086 13.5C5.38086 14.8807 6.50015 16 7.88086 16Z" fill="#292D32"/>
|
|
5
|
+
<path d="M17.8809 12.25H13.8809C13.4709 12.25 13.1309 11.91 13.1309 11.5C13.1309 11.09 13.4709 10.75 13.8809 10.75H17.8809C18.2909 10.75 18.6309 11.09 18.6309 11.5C18.6309 11.91 18.2909 12.25 17.8809 12.25Z" fill="#292D32"/>
|
|
6
|
+
<path d="M14.3809 16.25H13.8809C13.4709 16.25 13.1309 15.91 13.1309 15.5C13.1309 15.09 13.4709 14.75 13.8809 14.75H14.3809C14.7909 14.75 15.1309 15.09 15.1309 15.5C15.1309 15.91 14.7909 16.25 14.3809 16.25Z" fill="#292D32"/>
|
|
7
|
+
<path d="M17.8809 16.25H17.3809C16.9709 16.25 16.6309 15.91 16.6309 15.5C16.6309 15.09 16.9709 14.75 17.3809 14.75H17.8809C18.2909 14.75 18.6309 15.09 18.6309 15.5C18.6309 15.91 18.2909 16.25 17.8809 16.25Z" fill="#292D32"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M11.9707 22C17.4936 22 21.9707 17.5228 21.9707 12C21.9707 6.47715 17.4936 2 11.9707 2C6.44786 2 1.9707 6.47715 1.9707 12C1.9707 17.5228 6.44786 22 11.9707 22Z" fill="#292D32"/>
|
|
3
|
+
<path d="M11.9995 16.23C14.3357 16.23 16.2295 14.3362 16.2295 12C16.2295 9.66386 14.3357 7.77002 11.9995 7.77002C9.66337 7.77002 7.76953 9.66386 7.76953 12C7.76953 14.3362 9.66337 16.23 11.9995 16.23Z" fill="#292D32"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M20.12 8.13L18.7 8.98L4.76 17.34C3.66 15.85 3 14 3 12C3 7.03 7.03 3 12 3C15.58 3 18.68 5.1 20.12 8.13Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M20.9999 12.0002C20.9999 16.9702 16.9699 21.0002 11.9999 21.0002C9.52992 21.0002 7.29992 20.0102 5.66992 18.3902L5.75992 18.3402L19.6999 9.98018L20.6299 9.43018C20.8699 10.2502 20.9999 11.1102 20.9999 12.0002Z" fill="#292D32"/>
|
|
4
|
+
</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 opacity="0.4" d="M3.66 16.9314C3.47 16.9314 3.28 16.8614 3.13 16.7114C1.76 15.3314 1 13.5114 1 11.5814C1 7.57141 4.25 4.31139 8.25 4.31139L14.32 4.33141L13.23 3.29137C12.93 3.00137 12.92 2.53137 13.21 2.23137C13.5 1.93137 13.97 1.92141 14.27 2.21141L16.71 4.55138C16.93 4.76138 17 5.09139 16.89 5.37139C16.78 5.65139 16.5 5.84142 16.19 5.84142L8.24001 5.8214C5.07001 5.8214 2.49001 8.41142 2.49001 11.5914C2.49001 13.1214 3.08999 14.5714 4.17999 15.6614C4.46999 15.9514 4.46999 16.4314 4.17999 16.7214C4.03999 16.8614 3.85 16.9314 3.66 16.9314Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M9.7499 21.5014C9.5599 21.5014 9.3799 21.4314 9.2299 21.2914L6.7899 18.9514C6.5699 18.7414 6.4999 18.4114 6.6099 18.1314C6.7199 17.8514 6.9999 17.6614 7.3099 17.6614L15.2599 17.6814C18.4299 17.6814 21.0099 15.0914 21.0099 11.9114C21.0099 10.3814 20.4099 8.93146 19.3199 7.84146C19.0299 7.55146 19.0299 7.07146 19.3199 6.78146C19.6099 6.49146 20.0899 6.49146 20.3799 6.78146C21.7499 8.16146 22.5099 9.98141 22.5099 11.9114C22.5099 15.9214 19.2599 19.1814 15.2599 19.1814L9.1899 19.1614L10.2799 20.2014C10.5799 20.4914 10.5899 20.9614 10.2999 21.2614C10.1399 21.4214 9.9499 21.5014 9.7499 21.5014Z" fill="#292D32"/>
|
|
4
|
+
<path d="M9 15.5H15C16.93 15.5 18.5 13.92 18.5 12C18.5 10.08 16.93 8.5 15 8.5H9C7.07 8.5 5.5 10.08 5.5 12C5.5 13.92 7.07 15.5 9 15.5Z" fill="#292D32"/>
|
|
5
|
+
</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 opacity="0.4" d="M3.91 17.1799C3.72 17.1799 3.53 17.1099 3.38 16.9599C2.01 15.5799 1.25 13.7599 1.25 11.8299C1.25 7.81994 4.5 4.55992 8.5 4.55992L14.57 4.57994L13.48 3.5399C13.18 3.2499 13.17 2.77991 13.46 2.47991C13.75 2.17991 14.22 2.16995 14.52 2.45995L16.96 4.79991C17.18 5.00991 17.25 5.33992 17.14 5.61992C17.03 5.89992 16.75 6.08995 16.44 6.08995L8.48999 6.06993C5.31999 6.06993 2.73999 8.65995 2.73999 11.84C2.73999 13.37 3.33999 14.8199 4.42999 15.9099C4.71999 16.1999 4.71999 16.6799 4.42999 16.9699C4.28999 17.1099 4.1 17.1799 3.91 17.1799Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M9.99991 21.75C9.80991 21.75 9.62992 21.6799 9.47992 21.5399L7.03992 19.2C6.81992 18.99 6.7499 18.66 6.8599 18.38C6.9799 18.1 7.25991 17.9499 7.55991 17.9099L15.5099 17.93C18.6799 17.93 21.2599 15.3399 21.2599 12.1599C21.2599 10.6299 20.6599 9.18 19.5699 8.09C19.2799 7.8 19.2799 7.32 19.5699 7.03C19.8599 6.74 20.3399 6.74 20.6299 7.03C21.9999 8.41 22.7599 10.2299 22.7599 12.1599C22.7599 16.1699 19.5099 19.43 15.5099 19.43L9.43991 19.4099L10.5299 20.45C10.8299 20.74 10.8399 21.21 10.5499 21.51C10.3899 21.67 10.1999 21.75 9.99991 21.75Z" fill="#292D32"/>
|
|
4
|
+
<path d="M12.2505 15.4201C11.8405 15.4201 11.5005 15.0801 11.5005 14.6701V11.2801L11.3105 11.4901C11.0305 11.8001 10.5605 11.8201 10.2505 11.5501C9.94049 11.2801 9.92049 10.8001 10.1905 10.4901L11.6905 8.82008C11.9005 8.59008 12.2305 8.51007 12.5205 8.62007C12.8105 8.73007 13.0005 9.01008 13.0005 9.32008V14.6701C13.0005 15.0901 12.6605 15.4201 12.2505 15.4201Z" fill="#292D32"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z" fill="#292D32"/>
|
|
3
|
+
<path d="M14.1692 11.9899L17.7692 9.29992C18.0992 9.04992 18.1692 8.57992 17.9192 8.24992C17.6692 7.91992 17.1992 7.84992 16.8692 8.09992L12.9192 11.0499L10.5192 9.24992C10.5292 9.15992 10.5492 9.06992 10.5492 8.96992C10.5492 7.69992 9.51921 6.66992 8.24921 6.66992C6.97921 6.66992 5.94922 7.69992 5.94922 8.96992C5.94922 10.2399 6.97921 11.2699 8.24921 11.2699C8.86921 11.2699 9.42918 11.0199 9.84918 10.6199L11.6792 11.9899L9.83923 13.3699C9.42923 12.9799 8.86922 12.7299 8.25922 12.7299C6.98922 12.7299 5.95923 13.7599 5.95923 15.0299C5.95923 16.2999 6.98922 17.3299 8.25922 17.3299C9.52922 17.3299 10.5592 16.2999 10.5592 15.0299C10.5592 14.9299 10.5392 14.8299 10.5292 14.7299L12.9392 12.9299L16.8892 15.8799C17.0192 15.9799 17.1792 16.0299 17.3392 16.0299C17.5692 16.0299 17.7892 15.9299 17.9392 15.7299C18.1892 15.3999 18.1192 14.9299 17.7892 14.6799L14.1692 11.9899Z" fill="#292D32"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z" fill="#292D32"/>
|
|
3
|
+
<path d="M12.6 18.5H16.4C17.9 18.5 18.5 17.9 18.5 16.4V14.6C18.5 13.1 17.9 12.5 16.4 12.5H12.6C11.1 12.5 10.5 13.1 10.5 14.6V16.4C10.5 17.9 11.1 18.5 12.6 18.5Z" fill="#292D32"/>
|
|
4
|
+
</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 opacity="0.4" d="M21.7507 17.9799C21.7507 17.9599 21.7407 17.9399 21.7407 17.9199C21.7307 17.8399 21.7207 17.7599 21.6907 17.6899C21.6507 17.5999 21.6007 17.5299 21.5407 17.4599C21.5407 17.4599 21.5407 17.4499 21.5307 17.4499C21.4607 17.3799 21.3807 17.3299 21.2907 17.2899C21.2007 17.2499 21.1007 17.2299 21.0007 17.2299L16.3307 17.2499C16.3307 17.2499 16.3307 17.2499 16.3207 17.2499C15.7207 17.2499 15.1407 16.9699 14.7807 16.4899L13.5607 14.9199C13.3107 14.5899 12.8407 14.5299 12.5107 14.7899C12.1807 15.0499 12.1207 15.5099 12.3807 15.8399L13.6007 17.4099C14.2507 18.2499 15.2707 18.7499 16.3307 18.7499H16.3407L19.1907 18.7399L18.4807 19.4499C18.1907 19.7399 18.1907 20.2199 18.4807 20.5099C18.6307 20.6599 18.8207 20.7299 19.0107 20.7299C19.2007 20.7299 19.3907 20.6599 19.5407 20.5099L21.5407 18.5099C21.6107 18.4399 21.6607 18.3599 21.7007 18.2699C21.7307 18.1699 21.7507 18.0699 21.7507 17.9799Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M8.42026 6.68976C7.77026 5.78976 6.73024 5.25977 5.62024 5.25977C5.61024 5.25977 5.61025 5.25977 5.60025 5.25977L2.99023 5.26978C2.58023 5.26978 2.24023 5.60978 2.24023 6.01978C2.24023 6.42978 2.58023 6.76978 2.99023 6.76978L5.60025 6.75977H5.61023C6.24023 6.75977 6.83025 7.05976 7.19025 7.56976L8.27023 9.06976C8.42023 9.26976 8.65025 9.37976 8.88025 9.37976C9.03025 9.37976 9.19025 9.32975 9.32025 9.23975C9.66025 8.99975 9.73023 8.52976 9.49023 8.18976L8.42026 6.68976Z" fill="#292D32"/>
|
|
4
|
+
<path d="M21.7402 6.07974C21.7402 6.05974 21.7502 6.03976 21.7502 6.02976C21.7502 5.92976 21.7302 5.82972 21.6902 5.73972C21.6502 5.64972 21.6002 5.56973 21.5302 5.49973L19.5302 3.49973C19.2402 3.20973 18.7602 3.20973 18.4702 3.49973C18.1802 3.78973 18.1802 4.26972 18.4702 4.55972L19.1802 5.26975L16.4503 5.25974C16.4403 5.25974 16.4402 5.25974 16.4302 5.25974C15.2802 5.25974 14.2002 5.82971 13.5602 6.79971L7.17026 16.3797C6.81026 16.9197 6.20023 17.2497 5.55023 17.2497H5.54025L2.99023 17.2397C2.58023 17.2397 2.24023 17.5697 2.24023 17.9897C2.24023 18.3997 2.57023 18.7397 2.99023 18.7397L5.54025 18.7497C5.55025 18.7497 5.55024 18.7497 5.56024 18.7497C6.72024 18.7497 7.79024 18.1797 8.43024 17.2097L14.8203 7.62973C15.1803 7.08973 15.7902 6.75974 16.4402 6.75974H16.4503L21.0002 6.77976C21.1002 6.77976 21.1903 6.7597 21.2903 6.7197C21.3803 6.6797 21.4602 6.62972 21.5302 6.55972C21.5302 6.55972 21.5303 6.54971 21.5403 6.54971C21.6003 6.47971 21.6602 6.40973 21.6902 6.31973C21.7202 6.23973 21.7302 6.15974 21.7402 6.07974Z" fill="#292D32"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M11.9707 22C17.4936 22 21.9707 17.5228 21.9707 12C21.9707 6.47715 17.4936 2 11.9707 2C6.44786 2 1.9707 6.47715 1.9707 12C1.9707 17.5228 6.44786 22 11.9707 22Z" fill="#292D32"/>
|
|
3
|
+
<path d="M10.7695 16.23H13.2295C14.8895 16.23 16.2295 14.89 16.2295 13.23V10.77C16.2295 9.11002 14.8895 7.77002 13.2295 7.77002H10.7695C9.10953 7.77002 7.76953 9.11002 7.76953 10.77V13.23C7.76953 14.89 9.10953 16.23 10.7695 16.23Z" fill="#292D32"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M20.9 7.66L20.12 8.13L19.63 8.43L18.7 8.98L4.76 17.34L4.67 17.39L4.14 17.71L3.53 18.08C3.17 17.19 3 16.07 3 14.7V9.3C3 4.8 4.8 3 9.3 3H14.7C18.61 3 20.48 4.36 20.9 7.66Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M21.0005 9.2002V14.7002C21.0005 19.2002 19.2005 21.0002 14.7005 21.0002H9.30047C6.86047 21.0002 5.21047 20.4702 4.23047 19.2602L4.53047 19.0802L5.14047 18.7102L5.67047 18.3902L5.76047 18.3402L19.7005 9.9802L20.6305 9.4302L21.0005 9.2002Z" fill="#292D32"/>
|
|
4
|
+
</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="M17.5004 17.8301H15.6504C15.2404 17.8301 14.9004 17.4901 14.9004 17.0801C14.9004 16.6701 15.2404 16.3301 15.6504 16.3301H17.5004C17.9104 16.3301 18.2504 16.6701 18.2504 17.0801C18.2504 17.4901 17.9104 17.8301 17.5004 17.8301Z" fill="#292D32"/>
|
|
3
|
+
<path d="M12.97 17.8301H6.5C6.09 17.8301 5.75 17.4901 5.75 17.0801C5.75 16.6701 6.09 16.3301 6.5 16.3301H12.97C13.38 16.3301 13.72 16.6701 13.72 17.0801C13.72 17.4901 13.39 17.8301 12.97 17.8301Z" fill="#292D32"/>
|
|
4
|
+
<path d="M17.5007 14.0698H11.9707C11.5607 14.0698 11.2207 13.7298 11.2207 13.3198C11.2207 12.9098 11.5607 12.5698 11.9707 12.5698H17.5007C17.9107 12.5698 18.2507 12.9098 18.2507 13.3198C18.2507 13.7298 17.9107 14.0698 17.5007 14.0698Z" fill="#292D32"/>
|
|
5
|
+
<path d="M9.27 14.0698H6.5C6.09 14.0698 5.75 13.7298 5.75 13.3198C5.75 12.9098 6.09 12.5698 6.5 12.5698H9.27C9.68 12.5698 10.02 12.9098 10.02 13.3198C10.02 13.7298 9.68 14.0698 9.27 14.0698Z" fill="#292D32"/>
|
|
6
|
+
<path opacity="0.4" d="M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z" fill="#292D32"/>
|
|
7
|
+
</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 opacity="0.4" d="M22 7.81V15.7C22 15.69 21.99 15.68 21.98 15.67C21.94 15.61 21.89 15.55 21.84 15.5C21.83 15.49 21.82 15.47 21.81 15.46C21 14.56 19.81 14 18.5 14C17.24 14 16.09 14.52 15.27 15.36C14.48 16.17 14 17.28 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.87 21.19 15.15 21.53 15.47 21.81C15.49 21.82 15.5 21.83 15.51 21.84C15.56 21.89 15.61 21.93 15.67 21.98C15.67 21.98 15.67 21.98 15.68 21.98C15.69 21.99 15.7 22 15.71 22H7.81C4.17 22 2 19.83 2 16.19V7.81C2 7.3 2.04 6.80999 2.13 6.35999C2.64 3.60999 4.67 2.01 7.77 2H16.23C19.33 2.01 21.36 3.60999 21.87 6.35999C21.96 6.80999 22 7.3 22 7.81Z" fill="#292D32"/>
|
|
3
|
+
<path d="M22 7.81V7.85999H2V7.81C2 7.3 2.04 6.80999 2.13 6.35999H7.77V2H9.27V6.35999H14.73V2H16.23V6.35999H21.87C21.96 6.80999 22 7.3 22 7.81Z" fill="#292D32"/>
|
|
4
|
+
<path d="M22 15.7C22 15.69 21.99 15.68 21.98 15.67C21.94 15.61 21.89 15.55 21.84 15.5C21.83 15.49 21.82 15.47 21.81 15.46C21 14.56 19.81 14 18.5 14C17.24 14 16.09 14.52 15.27 15.36C14.48 16.17 14 17.28 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.87 21.19 15.15 21.53 15.47 21.81C15.49 21.82 15.5 21.83 15.51 21.84C15.56 21.89 15.61 21.93 15.67 21.98C15.67 21.98 15.67 21.98 15.68 21.98C15.69 21.99 15.7 22 15.71 22C16.46 22.63 17.43 23 18.5 23C20.14 23 21.57 22.12 22.35 20.82C22.58 20.43 22.76 20 22.87 19.55C22.96 19.21 23 18.86 23 18.5C23 17.44 22.63 16.46 22 15.7ZM20.18 19.23H19.25V20.2C19.25 20.61 18.91 20.95 18.5 20.95C18.09 20.95 17.75 20.61 17.75 20.2V19.23H16.82C16.41 19.23 16.07 18.89 16.07 18.48C16.07 18.07 16.41 17.73 16.82 17.73H17.75V16.84C17.75 16.43 18.09 16.09 18.5 16.09C18.91 16.09 19.25 16.43 19.25 16.84V17.73H20.18C20.59 17.73 20.93 18.07 20.93 18.48C20.93 18.89 20.6 19.23 20.18 19.23Z" fill="#292D32"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" fill="#292D32"/>
|
|
3
|
+
<path d="M9.09961 12V10.52C9.09961 8.60999 10.4496 7.83999 12.0996 8.78999L13.3796 9.52999L14.6596 10.27C16.3096 11.22 16.3096 12.78 14.6596 13.73L13.3796 14.47L12.0996 15.21C10.4496 16.16 9.09961 15.38 9.09961 13.48V12Z" fill="#292D32"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M22 7.81V16.19C22 16.25 22 16.31 21.99 16.36C21.99 16.9 21.93 17.4 21.82 17.86C21.35 20.02 19.91 21.42 17.72 21.85C17.25 21.95 16.75 22 16.22 22H7.72C7.19 21.99 6.69 21.94 6.22 21.84C4.07 21.4 2.65 20 2.18 17.86C2.07 17.4 2.01 16.9 2.01 16.36C2 16.31 2 16.25 2 16.19V7.81C2 7.3 2.04 6.81 2.13 6.36C2.55 4.1 4 2.62 6.22 2.16C6.69 2.05 7.19 2 7.72 2H16.23C16.76 2 17.26 2.05 17.72 2.15C19.98 2.59 21.45 4.08 21.87 6.36C21.96 6.81 22 7.3 22 7.81Z" fill="#292D32"/>
|
|
3
|
+
<path d="M12.75 7.86V16.36H21.99C21.99 16.9 21.93 17.4 21.82 17.86H17.72V21.85C17.25 21.95 16.75 22 16.22 22V17.86H12.75V22H11.25V17.86H7.72V22C7.19 21.99 6.69 21.94 6.22 21.84V17.86H2.18C2.07 17.4 2.01 16.9 2.01 16.36H11.25V7.86H2V7.81C2 7.3 2.04 6.81 2.13 6.36H6.24C6.23 6.32 6.22 6.28 6.22 6.24V2.16C6.69 2.05 7.19 2 7.72 2V6.24C7.72 6.28 7.7 6.32 7.69 6.36H11.25V2H12.75V6.36H16.22V2H16.23C16.76 2 17.26 2.05 17.72 2.15V6.33C17.72 6.34 17.71 6.35 17.71 6.36H21.87C21.96 6.81 22 7.3 22 7.81V7.86H12.75Z" fill="#292D32"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M21.0801 8.58003V15.42C21.0801 16.54 20.4802 17.58 19.5102 18.15L13.5702 21.58C12.6002 22.14 11.4002 22.14 10.4202 21.58L4.48016 18.15C3.51016 17.59 2.91016 16.55 2.91016 15.42V8.58003C2.91016 7.46003 3.51016 6.41999 4.48016 5.84999L10.4202 2.42C11.3902 1.86 12.5902 1.86 13.5702 2.42L19.5102 5.84999C20.4802 6.41999 21.0801 7.45003 21.0801 8.58003Z" fill="#292D32"/>
|
|
3
|
+
<path d="M9.75 11.9999V10.7999C9.75 9.25989 10.84 8.62993 12.17 9.39993L13.21 9.9999L14.25 10.5999C15.58 11.3699 15.58 12.6299 14.25 13.3999L13.21 13.9999L12.17 14.5999C10.84 15.3699 9.75 14.7399 9.75 13.1999V11.9999Z" fill="#292D32"/>
|
|
4
|
+
</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 opacity="0.4" d="M22 7.81V16.19C22 19.83 19.83 22 16.19 22H7.81C4.17 22 2 19.83 2 16.19V7.81C2 7.3 2.04 6.81 2.13 6.36C2.64 3.61 4.67 2.01 7.77 2H16.23C19.33 2.01 21.36 3.61 21.87 6.36C21.96 6.81 22 7.3 22 7.81Z" fill="#292D32"/>
|
|
3
|
+
<path d="M22 7.81V7.86H2V7.81C2 7.3 2.04 6.81 2.13 6.36H7.77V2H9.27V6.36H14.73V2H16.23V6.36H21.87C21.96 6.81 22 7.3 22 7.81Z" fill="#292D32"/>
|
|
4
|
+
<path d="M14.4391 12.7198L12.3591 11.5198C11.5891 11.0798 10.8491 11.0198 10.2691 11.3498C9.68914 11.6798 9.36914 12.3598 9.36914 13.2398V15.6398C9.36914 16.5198 9.68914 17.1998 10.2691 17.5298C10.5191 17.6698 10.7991 17.7398 11.0891 17.7398C11.4891 17.7398 11.9191 17.6098 12.3591 17.3598L14.4391 16.1598C15.2091 15.7198 15.6291 15.0998 15.6291 14.4298C15.6291 13.7598 15.1991 13.1698 14.4391 12.7198Z" fill="#292D32"/>
|
|
5
|
+
</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="M21.98 15.67C21.94 15.61 21.89 15.55 21.84 15.5C21.03 14.57 19.83 14 18.5 14C17.24 14 16.09 14.52 15.27 15.36C14.48 16.17 14 17.28 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.88 21.2 15.17 21.55 15.51 21.84C15.56 21.89 15.61 21.93 15.67 21.98C15.67 21.98 15.67 21.98 15.68 21.98C16.44 22.62 17.42 23 18.5 23C20.14 23 21.57 22.12 22.35 20.82C22.58 20.43 22.76 20 22.87 19.55C22.96 19.21 23 18.86 23 18.5C23 17.43 22.62 16.44 21.98 15.67ZM20.23 20.21C20.08 20.36 19.89 20.43 19.7 20.43C19.51 20.43 19.32 20.36 19.17 20.21L18.51 19.55L17.82 20.24C17.67 20.39 17.48 20.46 17.29 20.46C17.1 20.46 16.91 20.39 16.76 20.24C16.47 19.95 16.47 19.47 16.76 19.18L17.45 18.49L16.79 17.83C16.5 17.54 16.5 17.06 16.79 16.77C17.08 16.48 17.56 16.48 17.85 16.77L18.51 17.43L19.14 16.8C19.43 16.51 19.91 16.51 20.2 16.8C20.49 17.09 20.49 17.57 20.2 17.86L19.57 18.49L20.23 19.15C20.53 19.44 20.53 19.91 20.23 20.21Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M22 7.81V15.7C22 15.69 21.99 15.68 21.98 15.67C21.94 15.61 21.89 15.55 21.84 15.5C21.83 15.49 21.82 15.47 21.81 15.46C21 14.56 19.81 14 18.5 14C17.24 14 16.09 14.52 15.27 15.36C14.48 16.17 14 17.28 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.87 21.19 15.15 21.53 15.47 21.81C15.49 21.82 15.5 21.83 15.51 21.84C15.56 21.89 15.61 21.93 15.67 21.98C15.67 21.98 15.67 21.98 15.68 21.98C15.69 21.99 15.7 22 15.71 22H7.81C4.17 22 2 19.83 2 16.19V7.81C2 7.3 2.04 6.80999 2.13 6.35999C2.64 3.60999 4.67 2.01 7.77 2H16.23C19.33 2.01 21.36 3.60999 21.87 6.35999C21.96 6.80999 22 7.3 22 7.81Z" fill="#292D32"/>
|
|
4
|
+
<path d="M22 7.81V7.85999H2V7.81C2 7.3 2.04 6.80999 2.13 6.35999H7.77V2H9.27V6.35999H14.73V2H16.23V6.35999H21.87C21.96 6.80999 22 7.3 22 7.81Z" fill="#292D32"/>
|
|
5
|
+
</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 opacity="0.4" d="M17.65 6.56L4.2 20.01C2.8 19.12 2.25 17.53 2.25 16V8C2.25 4.58 3.58 3.25 7 3.25H13C15.89 3.25 17.29 4.2 17.65 6.56Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M17.7491 9.25V16C17.7491 16.08 17.7391 16.14 17.7391 16.21C17.7391 16.28 17.7291 16.35 17.7291 16.42H17.7391C17.6291 19.53 16.2791 20.75 12.9991 20.75H6.99906C6.74906 20.75 6.51906 20.74 6.28906 20.71L17.7491 9.25Z" fill="#292D32"/>
|
|
4
|
+
<path opacity="0.4" d="M17.7305 16.42C17.7305 16.35 17.7405 16.28 17.7405 16.21C17.7505 16.28 17.7505 16.35 17.7405 16.42H17.7305Z" fill="#292D32"/>
|
|
5
|
+
<path opacity="0.4" d="M17.7405 7.56982C17.7505 7.63982 17.7505 7.71982 17.7405 7.78982C17.7405 7.71982 17.7305 7.64982 17.7305 7.57982L17.7405 7.56982Z" fill="#292D32"/>
|
|
6
|
+
<path d="M22.7505 8.37998V15.62C22.7505 17.05 22.0605 17.62 21.6505 17.83C21.4605 17.93 21.1705 18.04 20.8005 18.04C20.3705 18.04 19.8305 17.9 19.2105 17.46L17.7405 16.42H17.7305C17.7305 16.35 17.7405 16.28 17.7405 16.21C17.7405 16.14 17.7505 16.08 17.7505 16V9.24998L21.0205 5.97998C21.2905 5.99998 21.5005 6.07998 21.6505 6.16998C22.0605 6.37998 22.7505 6.94998 22.7505 8.37998Z" fill="#292D32"/>
|
|
7
|
+
<path d="M21.7709 2.22988C21.4709 1.92988 20.9809 1.92988 20.6809 2.22988L2.23086 20.6899C1.93086 20.9899 1.93086 21.4799 2.23086 21.7799C2.38086 21.9199 2.57086 21.9999 2.77086 21.9999C2.97086 21.9999 3.16086 21.9199 3.31086 21.7699L21.7709 3.30988C22.0809 3.00988 22.0809 2.52988 21.7709 2.22988Z" fill="#292D32"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z" fill="#292D32"/>
|
|
3
|
+
<path d="M9.09961 12V10.52C9.09961 8.60999 10.4496 7.83999 12.0996 8.78999L13.3796 9.52999L14.6596 10.27C16.3096 11.22 16.3096 12.78 14.6596 13.73L13.3796 14.47L12.0996 15.21C10.4496 16.16 9.09961 15.38 9.09961 13.48V12Z" fill="#292D32"/>
|
|
4
|
+
</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="M21.98 15.65C21.16 14.64 19.91 14 18.5 14C17.44 14 16.46 14.37 15.69 14.99C14.65 15.81 14 17.08 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.92 21.27 15.26 21.66 15.66 21.98H15.67C16.44 22.62 17.43 23 18.5 23C19.64 23 20.67 22.58 21.46 21.88C21.81 21.58 22.11 21.22 22.35 20.82C22.76 20.14 23 19.34 23 18.5C23 17.42 22.62 16.42 21.98 15.65ZM20.76 17.94L18.36 20.16C18.22 20.29 18.03 20.36 17.85 20.36C17.66 20.36 17.47 20.29 17.32 20.14L16.21 19.03C15.92 18.74 15.92 18.26 16.21 17.97C16.5 17.68 16.98 17.68 17.27 17.97L17.87 18.57L19.74 16.84C20.04 16.56 20.52 16.58 20.8 16.88C21.09 17.19 21.07 17.66 20.76 17.94Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M22 7.81V15.7C22 15.69 21.99 15.68 21.98 15.67C21.94 15.61 21.89 15.55 21.84 15.5C21.83 15.49 21.82 15.47 21.81 15.46C21 14.56 19.81 14 18.5 14C17.24 14 16.09 14.52 15.27 15.36C14.48 16.17 14 17.28 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.87 21.19 15.15 21.53 15.47 21.81C15.49 21.82 15.5 21.83 15.51 21.84C15.56 21.89 15.61 21.93 15.67 21.98C15.67 21.98 15.67 21.98 15.68 21.98C15.69 21.99 15.7 22 15.71 22H7.81C4.17 22 2 19.83 2 16.19V7.81C2 7.3 2.04 6.80999 2.13 6.35999C2.64 3.60999 4.67 2.01 7.77 2H16.23C19.33 2.01 21.36 3.60999 21.87 6.35999C21.96 6.80999 22 7.3 22 7.81Z" fill="#292D32"/>
|
|
4
|
+
<path d="M22 7.81V7.85999H2V7.81C2 7.3 2.04 6.80999 2.13 6.35999H7.77V2H9.27V6.35999H14.73V2H16.23V6.35999H21.87C21.96 6.80999 22 7.3 22 7.81Z" fill="#292D32"/>
|
|
5
|
+
</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="M21.98 15.65C21.16 14.64 19.91 14 18.5 14C17.44 14 16.46 14.37 15.69 14.99C14.65 15.81 14 17.08 14 18.5C14 19.91 14.64 21.16 15.65 21.98C16.42 22.62 17.42 23 18.5 23C19.64 23 20.67 22.57 21.47 21.88C22.4 21.05 23 19.85 23 18.5C23 17.42 22.62 16.42 21.98 15.65ZM19.53 18.78C19.53 19.04 19.39 19.29 19.17 19.42L17.76 20.26C17.64 20.33 17.51 20.37 17.37 20.37C17.12 20.37 16.87 20.24 16.73 20.01C16.52 19.65 16.63 19.19 16.99 18.98L18.03 18.36V17.1C18.03 16.69 18.37 16.35 18.78 16.35C19.19 16.35 19.53 16.69 19.53 17.1V18.78Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M22 7.81V15.7C22 15.69 21.99 15.68 21.98 15.67C21.94 15.61 21.89 15.55 21.84 15.5C21.83 15.49 21.82 15.47 21.81 15.46C21 14.56 19.81 14 18.5 14C17.24 14 16.09 14.52 15.27 15.36C14.48 16.17 14 17.28 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.87 21.19 15.15 21.53 15.47 21.81C15.49 21.82 15.5 21.83 15.51 21.84C15.56 21.89 15.61 21.93 15.67 21.98C15.67 21.98 15.67 21.98 15.68 21.98C15.69 21.99 15.7 22 15.71 22H7.81C4.17 22 2 19.83 2 16.19V7.81C2 7.3 2.04 6.80999 2.13 6.35999C2.64 3.60999 4.66999 2.01 7.76999 2H16.23C19.33 2.01 21.36 3.60999 21.87 6.35999C21.96 6.80999 22 7.3 22 7.81Z" fill="#292D32"/>
|
|
4
|
+
<path d="M22 7.81V7.85999H2V7.81C2 7.3 2.04 6.80999 2.13 6.35999H7.76999V2H9.26999V6.35999H14.73V2H16.23V6.35999H21.87C21.96 6.80999 22 7.3 22 7.81Z" fill="#292D32"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M7.81 2H16.19C16.25 2 16.31 2 16.36 2.01C16.9 2.01 17.4 2.07 17.86 2.18C20.02 2.65 21.42 4.09 21.85 6.28C21.95 6.75 22 7.25 22 7.78V16.28C21.99 16.81 21.94 17.31 21.84 17.78C21.4 19.93 20 21.35 17.86 21.82C17.4 21.93 16.9 21.99 16.36 21.99C16.31 22 16.25 22 16.19 22H7.81C7.3 22 6.81 21.96 6.36 21.87C4.1 21.45 2.62 20 2.16 17.78C2.05 17.31 2 16.81 2 16.28V7.77C2 7.24 2.05 6.74 2.15 6.28C2.59 4.02 4.08 2.55 6.36 2.13C6.81 2.04 7.3 2 7.81 2Z" fill="#292D32"/>
|
|
3
|
+
<path d="M7.86 11.25H16.36V2.01C16.9 2.01 17.4 2.07 17.86 2.18V6.28H21.85C21.95 6.75 22 7.25 22 7.78H17.86V11.25H22V12.75H17.86V16.28H22C21.99 16.81 21.94 17.31 21.84 17.78H17.86V21.82C17.4 21.93 16.9 21.99 16.36 21.99V12.75H7.86V22H7.81C7.3 22 6.81 21.96 6.36 21.87V17.76C6.32 17.77 6.28 17.78 6.24 17.78H2.16C2.05 17.31 2 16.81 2 16.28H6.24C6.28 16.28 6.32 16.3 6.36 16.31V12.75H2V11.25H6.36V7.78H2V7.77C2 7.24 2.05 6.74 2.15 6.28H6.33C6.34 6.28 6.35 6.29 6.36 6.29V2.13C6.81 2.04 7.3 2 7.81 2H7.86V11.25Z" fill="#292D32"/>
|
|
4
|
+
</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 opacity="0.4" d="M13 3.25H7C3.58 3.25 2.25 4.58 2.25 8V16C2.25 18.3 3.5 20.75 7 20.75H13C16.42 20.75 17.75 19.42 17.75 16V8C17.75 4.58 16.42 3.25 13 3.25Z" fill="#292D32"/>
|
|
3
|
+
<path d="M11.4991 11.3801C12.5374 11.3801 13.3791 10.5384 13.3791 9.50012C13.3791 8.46182 12.5374 7.62012 11.4991 7.62012C10.4608 7.62012 9.61914 8.46182 9.61914 9.50012C9.61914 10.5384 10.4608 11.3801 11.4991 11.3801Z" fill="#292D32"/>
|
|
4
|
+
<path d="M21.6505 6.17011C21.2405 5.96011 20.3805 5.72011 19.2105 6.54011L17.7305 7.58011C17.7405 7.72011 17.7505 7.85011 17.7505 8.00011V16.0001C17.7505 16.1501 17.7305 16.2801 17.7305 16.4201L19.2105 17.4601C19.8305 17.9001 20.3705 18.0401 20.8005 18.0401C21.1705 18.0401 21.4605 17.9401 21.6505 17.8401C22.0605 17.6301 22.7505 17.0601 22.7505 15.6301V8.38011C22.7505 6.95011 22.0605 6.38011 21.6505 6.17011Z" fill="#292D32"/>
|
|
5
|
+
</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 opacity="0.4" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" fill="#292D32"/>
|
|
3
|
+
<path d="M6 14.8901C5.59 14.8901 5.25 14.5501 5.25 14.1401V9.8501C5.25 9.4401 5.59 9.1001 6 9.1001C6.41 9.1001 6.75 9.4401 6.75 9.8501V14.1401C6.75 14.5601 6.41 14.8901 6 14.8901Z" fill="#292D32"/>
|
|
4
|
+
<path d="M9 16.3202C8.59 16.3202 8.25 15.9802 8.25 15.5702V8.43018C8.25 8.02018 8.59 7.68018 9 7.68018C9.41 7.68018 9.75 8.02018 9.75 8.43018V15.5702C9.75 15.9902 9.41 16.3202 9 16.3202Z" fill="#292D32"/>
|
|
5
|
+
<path d="M12 17.75C11.59 17.75 11.25 17.41 11.25 17V7C11.25 6.59 11.59 6.25 12 6.25C12.41 6.25 12.75 6.59 12.75 7V17C12.75 17.41 12.41 17.75 12 17.75Z" fill="#292D32"/>
|
|
6
|
+
<path d="M15 16.3202C14.59 16.3202 14.25 15.9802 14.25 15.5702V8.43018C14.25 8.02018 14.59 7.68018 15 7.68018C15.41 7.68018 15.75 8.02018 15.75 8.43018V15.5702C15.75 15.9902 15.41 16.3202 15 16.3202Z" fill="#292D32"/>
|
|
7
|
+
<path d="M18 14.8901C17.59 14.8901 17.25 14.5501 17.25 14.1401V9.8501C17.25 9.4401 17.59 9.1001 18 9.1001C18.41 9.1001 18.75 9.4401 18.75 9.8501V14.1401C18.75 14.5601 18.41 14.8901 18 14.8901Z" fill="#292D32"/>
|
|
8
|
+
</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 opacity="0.4" d="M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z" fill="#292D32"/>
|
|
3
|
+
<path d="M6 14.8901C5.59 14.8901 5.25 14.5501 5.25 14.1401V9.8501C5.25 9.4401 5.59 9.1001 6 9.1001C6.41 9.1001 6.75 9.4401 6.75 9.8501V14.1401C6.75 14.5601 6.41 14.8901 6 14.8901Z" fill="#292D32"/>
|
|
4
|
+
<path d="M9 16.3202C8.59 16.3202 8.25 15.9802 8.25 15.5702V8.43018C8.25 8.02018 8.59 7.68018 9 7.68018C9.41 7.68018 9.75 8.02018 9.75 8.43018V15.5702C9.75 15.9902 9.41 16.3202 9 16.3202Z" fill="#292D32"/>
|
|
5
|
+
<path d="M12 17.75C11.59 17.75 11.25 17.41 11.25 17V7C11.25 6.59 11.59 6.25 12 6.25C12.41 6.25 12.75 6.59 12.75 7V17C12.75 17.41 12.41 17.75 12 17.75Z" fill="#292D32"/>
|
|
6
|
+
<path d="M15 16.3202C14.59 16.3202 14.25 15.9802 14.25 15.5702V8.43018C14.25 8.02018 14.59 7.68018 15 7.68018C15.41 7.68018 15.75 8.02018 15.75 8.43018V15.5702C15.75 15.9902 15.41 16.3202 15 16.3202Z" fill="#292D32"/>
|
|
7
|
+
<path d="M18 14.8901C17.59 14.8901 17.25 14.5501 17.25 14.1401V9.8501C17.25 9.4401 17.59 9.1001 18 9.1001C18.41 9.1001 18.75 9.4401 18.75 9.8501V14.1401C18.75 14.5601 18.41 14.8901 18 14.8901Z" fill="#292D32"/>
|
|
8
|
+
</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="M22.5295 13.4202L21.0795 11.9702L22.4795 10.5702C22.7695 10.2802 22.7695 9.80018 22.4795 9.51018C22.1895 9.22018 21.7095 9.22018 21.4195 9.51018L20.0195 10.9102L18.5695 9.46018C18.2795 9.17018 17.7995 9.17018 17.5095 9.46018C17.2195 9.75018 17.2195 10.2302 17.5095 10.5202L18.9595 11.9702L17.4695 13.4602C17.1795 13.7502 17.1795 14.2302 17.4695 14.5202C17.6195 14.6702 17.8095 14.7402 17.9995 14.7402C18.1895 14.7402 18.3795 14.6702 18.5295 14.5202L20.0195 13.0302L21.4695 14.4802C21.6195 14.6302 21.8095 14.7002 21.9995 14.7002C22.1895 14.7002 22.3795 14.6302 22.5295 14.4802C22.8195 14.1902 22.8195 13.7202 22.5295 13.4202Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M15.75 7.41021V16.5902C15.75 18.3102 15.13 19.6002 14.02 20.2202C13.57 20.4702 13.07 20.5902 12.55 20.5902C11.75 20.5902 10.89 20.3202 10.01 19.7702L7.09 17.9402C6.89 17.8202 6.66 17.7502 6.43 17.7502H5.5V6.25021H6.43C6.66 6.25021 6.89 6.18021 7.09 6.06021L10.01 4.23021C11.47 3.32021 12.9 3.16021 14.02 3.78021C15.13 4.40021 15.75 5.69021 15.75 7.41021Z" fill="#292D32"/>
|
|
4
|
+
<path d="M5.5 6.25V17.75H5C2.58 17.75 1.25 16.42 1.25 14V10C1.25 7.58 2.58 6.25 5 6.25H5.5Z" fill="#292D32"/>
|
|
5
|
+
</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 d="M18.0003 16.7498C17.8403 16.7498 17.6903 16.6998 17.5503 16.5998C17.2203 16.3498 17.1503 15.8798 17.4003 15.5498C18.9703 13.4598 18.9703 10.5398 17.4003 8.44978C17.1503 8.11978 17.2203 7.64978 17.5503 7.39978C17.8803 7.14978 18.3503 7.21978 18.6003 7.54978C20.5603 10.1698 20.5603 13.8298 18.6003 16.4498C18.4503 16.6498 18.2303 16.7498 18.0003 16.7498Z" fill="#292D32"/>
|
|
3
|
+
<path d="M19.8304 19.2498C19.6704 19.2498 19.5204 19.1998 19.3804 19.0998C19.0504 18.8498 18.9804 18.3798 19.2304 18.0498C21.9004 14.4898 21.9004 9.50978 19.2304 5.94978C18.9804 5.61978 19.0504 5.14978 19.3804 4.89978C19.7104 4.64978 20.1804 4.71978 20.4304 5.04978C23.5004 9.13978 23.5004 14.8598 20.4304 18.9498C20.2904 19.1498 20.0604 19.2498 19.8304 19.2498Z" fill="#292D32"/>
|
|
4
|
+
<path opacity="0.4" d="M15.75 7.41021V16.5902C15.75 18.3102 15.13 19.6002 14.02 20.2202C13.57 20.4702 13.07 20.5902 12.55 20.5902C11.75 20.5902 10.89 20.3202 10.01 19.7702L7.09 17.9402C6.89 17.8202 6.66 17.7502 6.43 17.7502H5.5V6.25021H6.43C6.66 6.25021 6.89 6.18021 7.09 6.06021L10.01 4.23021C11.47 3.32021 12.9 3.16021 14.02 3.78021C15.13 4.40021 15.75 5.69021 15.75 7.41021Z" fill="#292D32"/>
|
|
5
|
+
<path d="M5.5 6.25V17.75H5C2.58 17.75 1.25 16.42 1.25 14V10C1.25 7.58 2.58 6.25 5 6.25H5.5Z" fill="#292D32"/>
|
|
6
|
+
</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="M19.3304 16.7498C19.1704 16.7498 19.0204 16.6998 18.8804 16.5998C18.5504 16.3498 18.4804 15.8798 18.7304 15.5498C20.3004 13.4598 20.3004 10.5398 18.7304 8.44978C18.4804 8.11978 18.5504 7.64978 18.8804 7.39978C19.2104 7.14978 19.6804 7.21978 19.9304 7.54978C21.9004 10.1698 21.9004 13.8298 19.9304 16.4498C19.7904 16.6498 19.5604 16.7498 19.3304 16.7498Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M17.0801 7.41021V16.5902C17.0801 18.3102 16.4601 19.6002 15.3501 20.2202C14.9001 20.4702 14.4001 20.5902 13.8801 20.5902C13.0801 20.5902 12.2201 20.3202 11.3401 19.7702L8.42008 17.9402C8.22008 17.8202 7.99008 17.7502 7.76008 17.7502H6.83008V6.25021H7.76008C7.99008 6.25021 8.22008 6.18021 8.42008 6.06021L11.3401 4.23021C12.8001 3.32021 14.2301 3.16021 15.3501 3.78021C16.4601 4.40021 17.0801 5.69021 17.0801 7.41021Z" fill="#292D32"/>
|
|
4
|
+
<path d="M6.83008 6.25V17.75H6.33008C3.91008 17.75 2.58008 16.42 2.58008 14V10C2.58008 7.58 3.91008 6.25 6.33008 6.25H6.83008Z" fill="#292D32"/>
|
|
5
|
+
</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="M22 12.75H18C17.59 12.75 17.25 12.41 17.25 12C17.25 11.59 17.59 11.25 18 11.25H22C22.41 11.25 22.75 11.59 22.75 12C22.75 12.41 22.41 12.75 22 12.75Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M15.75 7.41021V16.5902C15.75 18.3102 15.13 19.6002 14.02 20.2202C13.57 20.4702 13.07 20.5902 12.55 20.5902C11.75 20.5902 10.89 20.3202 10.01 19.7702L7.09 17.9402C6.89 17.8202 6.66 17.7502 6.43 17.7502H5.5V6.25021H6.43C6.66 6.25021 6.89 6.18021 7.09 6.06021L10.01 4.23021C11.47 3.32021 12.9 3.16021 14.02 3.78021C15.13 4.40021 15.75 5.69021 15.75 7.41021Z" fill="#292D32"/>
|
|
4
|
+
<path d="M5.5 6.25V17.75H5C2.58 17.75 1.25 16.42 1.25 14V10C1.25 7.58 2.58 6.25 5 6.25H5.5Z" fill="#292D32"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M19.25 7.41021V16.5902C19.25 18.3102 18.63 19.6002 17.52 20.2202C17.07 20.4702 16.57 20.5902 16.05 20.5902C15.25 20.5902 14.39 20.3202 13.51 19.7702L10.59 17.9402C10.39 17.8202 10.16 17.7502 9.93 17.7502H9V6.25021H9.93C10.16 6.25021 10.39 6.18021 10.59 6.06021L13.51 4.23021C14.97 3.32021 16.4 3.16021 17.52 3.78021C18.63 4.40021 19.25 5.69021 19.25 7.41021Z" fill="#292D32"/>
|
|
3
|
+
<path d="M9 6.25V17.75H8.5C6.08 17.75 4.75 16.42 4.75 14V10C4.75 7.58 6.08 6.25 8.5 6.25H9Z" fill="#292D32"/>
|
|
4
|
+
</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="M18.0003 16.7498C17.8403 16.7498 17.6903 16.6998 17.5503 16.5998C17.2203 16.3498 17.1503 15.8798 17.4003 15.5498C18.6603 13.8698 18.9303 11.6398 18.1203 9.70983C17.9603 9.32983 18.1403 8.88983 18.5203 8.72983C18.9003 8.56983 19.3403 8.74983 19.5003 9.12983C20.5203 11.5498 20.1703 14.3598 18.6003 16.4598C18.4503 16.6498 18.2303 16.7498 18.0003 16.7498Z" fill="#292D32"/>
|
|
3
|
+
<path d="M19.8304 19.2502C19.6704 19.2502 19.5204 19.2002 19.3804 19.1002C19.0504 18.8502 18.9804 18.3802 19.2304 18.0502C21.3704 15.2002 21.8404 11.3802 20.4604 8.0902C20.3004 7.7102 20.4804 7.2702 20.8604 7.1102C21.2404 6.9502 21.6804 7.1302 21.8404 7.5102C23.4304 11.2902 22.8904 15.6702 20.4304 18.9502C20.2904 19.1502 20.0604 19.2502 19.8304 19.2502Z" fill="#292D32"/>
|
|
4
|
+
<path opacity="0.4" d="M14.0405 12.96C14.6705 12.33 15.7505 12.78 15.7505 13.67V16.6C15.7505 18.32 15.1305 19.61 14.0205 20.23C13.5705 20.48 13.0705 20.6 12.5505 20.6C11.7505 20.6 10.8905 20.33 10.0105 19.78L9.37047 19.38C8.83047 19.04 8.74047 18.28 9.19047 17.83L14.0405 12.96Z" fill="#292D32"/>
|
|
5
|
+
<path opacity="0.4" d="M14.02 3.78021C12.9 3.16021 11.47 3.32021 10.01 4.23021L7.09 6.06021C6.89 6.18021 6.66 6.25021 6.43 6.25021H5.5H5C2.58 6.25021 1.25 7.58021 1.25 10.0002V14.0002C1.25 16.4202 2.58 17.7502 5 17.7502H5.5H6.25L15.75 8.25021V7.41021C15.75 5.69021 15.13 4.40021 14.02 3.78021Z" fill="#292D32"/>
|
|
6
|
+
<path d="M21.7709 2.22988C21.4709 1.92988 20.9809 1.92988 20.6809 2.22988L2.23086 20.6899C1.93086 20.9899 1.93086 21.4799 2.23086 21.7799C2.38086 21.9199 2.57086 21.9999 2.77086 21.9999C2.97086 21.9999 3.16086 21.9199 3.31086 21.7699L21.7709 3.30988C22.0809 3.00988 22.0809 2.52988 21.7709 2.22988Z" fill="#292D32"/>
|
|
7
|
+
</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="M22 11.25H20.75V10C20.75 9.59 20.41 9.25 20 9.25C19.59 9.25 19.25 9.59 19.25 10V11.25H18C17.59 11.25 17.25 11.59 17.25 12C17.25 12.41 17.59 12.75 18 12.75H19.25V14C19.25 14.41 19.59 14.75 20 14.75C20.41 14.75 20.75 14.41 20.75 14V12.75H22C22.41 12.75 22.75 12.41 22.75 12C22.75 11.59 22.41 11.25 22 11.25Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M15.75 7.41021V16.5902C15.75 18.3102 15.13 19.6002 14.02 20.2202C13.57 20.4702 13.07 20.5902 12.55 20.5902C11.75 20.5902 10.89 20.3202 10.01 19.7702L7.09 17.9402C6.89 17.8202 6.66 17.7502 6.43 17.7502H5.5V6.25021H6.43C6.66 6.25021 6.89 6.18021 7.09 6.06021L10.01 4.23021C11.47 3.32021 12.9 3.16021 14.02 3.78021C15.13 4.40021 15.75 5.69021 15.75 7.41021Z" fill="#292D32"/>
|
|
4
|
+
<path d="M5.5 6.25V17.75H5C2.58 17.75 1.25 16.42 1.25 14V10C1.25 7.58 2.58 6.25 5 6.25H5.5Z" fill="#292D32"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M22 19V22H2V19C2 18.45 2.45 18 3 18H21C21.55 18 22 18.45 22 19Z" fill="#292D32" stroke="#292D32" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path opacity="0.6" d="M8 11H4V18H8V11Z" fill="#292D32"/>
|
|
4
|
+
<path opacity="0.4" d="M12 11H8V18H12V11Z" fill="#292D32"/>
|
|
5
|
+
<path opacity="0.6" d="M16 11H12V18H16V11Z" fill="#292D32"/>
|
|
6
|
+
<path opacity="0.4" d="M20 11H16V18H20V11Z" fill="#292D32"/>
|
|
7
|
+
<path d="M23 22.75H1C0.59 22.75 0.25 22.41 0.25 22C0.25 21.59 0.59 21.25 1 21.25H23C23.41 21.25 23.75 21.59 23.75 22C23.75 22.41 23.41 22.75 23 22.75Z" fill="#292D32"/>
|
|
8
|
+
<path d="M21.37 5.74982L12.37 2.14984C12.17 2.06984 11.83 2.06984 11.63 2.14984L2.63 5.74982C2.28 5.88982 2 6.29981 2 6.67981V9.99982C2 10.5498 2.45 10.9998 3 10.9998H21C21.55 10.9998 22 10.5498 22 9.99982V6.67981C22 6.29981 21.72 5.88982 21.37 5.74982ZM12 8.49982C11.17 8.49982 10.5 7.82982 10.5 6.99982C10.5 6.16982 11.17 5.49982 12 5.49982C12.83 5.49982 13.5 6.16982 13.5 6.99982C13.5 7.82982 12.83 8.49982 12 8.49982Z" fill="#292D32"/>
|
|
9
|
+
</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 opacity="0.4" d="M15.01 14.7499V21.9898L3.01001 22.0099V14.7499L3 13.2499V7.06986C3 6.39986 3.34001 5.77983 3.89001 5.40983L7.89001 2.73984C8.56001 2.28984 9.43999 2.28984 10.11 2.73984L14.11 5.40983C14.67 5.77983 15 6.39986 15 7.06986V13.2499L15.01 14.7499Z" fill="#292D32"/>
|
|
3
|
+
<path d="M22 21.2501H20.73V18.2501C21.68 17.9401 22.37 17.0501 22.37 16.0001V14.0001C22.37 12.6901 21.3 11.6201 19.99 11.6201C18.68 11.6201 17.61 12.6901 17.61 14.0001V16.0001C17.61 17.0401 18.29 17.9201 19.22 18.2401V21.2501H2C1.59 21.2501 1.25 21.5901 1.25 22.0001C1.25 22.4101 1.59 22.7501 2 22.7501H19.93C19.95 22.7501 19.96 22.7601 19.98 22.7601C20 22.7601 20.01 22.7501 20.03 22.7501H22C22.41 22.7501 22.75 22.4101 22.75 22.0001C22.75 21.5901 22.41 21.2501 22 21.2501Z" fill="#292D32"/>
|
|
4
|
+
<path d="M15.01 14.75H3.01001L3 13.25H15L15.01 14.75Z" fill="#292D32"/>
|
|
5
|
+
<path d="M9 22.75C8.59 22.75 8.25 22.41 8.25 22V18.25C8.25 17.84 8.59 17.5 9 17.5C9.41 17.5 9.75 17.84 9.75 18.25V22C9.75 22.41 9.41 22.75 9 22.75Z" fill="#292D32"/>
|
|
6
|
+
<path d="M9 10.75C9.9665 10.75 10.75 9.9665 10.75 9C10.75 8.0335 9.9665 7.25 9 7.25C8.0335 7.25 7.25 8.0335 7.25 9C7.25 9.9665 8.0335 10.75 9 10.75Z" fill="#292D32"/>
|
|
7
|
+
</svg>
|