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,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="M2.09961 21.9998V6.02979C2.09961 4.01979 3.09966 3.00977 5.08966 3.00977H11.3196C13.3096 3.00977 14.2996 4.01979 14.2996 6.02979V21.9998" fill="#292D32"/>
|
|
3
|
+
<path d="M10.7508 9H5.80078C5.39078 9 5.05078 8.66 5.05078 8.25C5.05078 7.84 5.39078 7.5 5.80078 7.5H10.7508C11.1608 7.5 11.5008 7.84 11.5008 8.25C11.5008 8.66 11.1608 9 10.7508 9Z" fill="#292D32"/>
|
|
4
|
+
<path d="M10.7508 12.75H5.80078C5.39078 12.75 5.05078 12.41 5.05078 12C5.05078 11.59 5.39078 11.25 5.80078 11.25H10.7508C11.1608 11.25 11.5008 11.59 11.5008 12C11.5008 12.41 11.1608 12.75 10.7508 12.75Z" fill="#292D32"/>
|
|
5
|
+
<path d="M8.25 22.75C7.84 22.75 7.5 22.41 7.5 22V18.25C7.5 17.84 7.84 17.5 8.25 17.5C8.66 17.5 9 17.84 9 18.25V22C9 22.41 8.66 22.75 8.25 22.75Z" fill="#292D32"/>
|
|
6
|
+
<path d="M23 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.2501H1C0.59 21.2501 0.25 21.5901 0.25 22.0001C0.25 22.4101 0.59 22.7501 1 22.7501H19.93C19.95 22.7501 19.96 22.7601 19.98 22.7601C20 22.7601 20.01 22.7501 20.03 22.7501H23C23.41 22.7501 23.75 22.4101 23.75 22.0001C23.75 21.5901 23.41 21.2501 23 21.2501Z" fill="#292D32"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M12.5007 7.40986V21.9999H4.0807C2.9207 21.9999 1.9707 21.0699 1.9707 19.9299V5.08986C1.9707 2.46986 3.9307 1.27986 6.3207 2.44986L10.7507 4.63986C11.7107 5.10986 12.5007 6.35986 12.5007 7.40986Z" fill="#292D32"/>
|
|
3
|
+
<path d="M8.97 9.75H5.5C5.09 9.75 4.75 9.41 4.75 9C4.75 8.59 5.09 8.25 5.5 8.25H8.97C9.38 8.25 9.72 8.59 9.72 9C9.72 9.41 9.39 9.75 8.97 9.75Z" fill="#292D32"/>
|
|
4
|
+
<path d="M8.97 13.75H5.5C5.09 13.75 4.75 13.41 4.75 13C4.75 12.59 5.09 12.25 5.5 12.25H8.97C9.38 12.25 9.72 12.59 9.72 13C9.72 13.41 9.39 13.75 8.97 13.75Z" fill="#292D32"/>
|
|
5
|
+
<path opacity="0.6" d="M22 15.0499V19.4999C22 20.8799 20.88 21.9999 19.5 21.9999H12.5V10.4199L12.97 10.5199L17.01 11.4199L17.49 11.5299L19.53 11.9899C20.02 12.0899 20.47 12.2599 20.86 12.5099C20.86 12.5199 20.87 12.5199 20.87 12.5199C20.97 12.5899 21.07 12.6699 21.16 12.7599C21.62 13.2199 21.92 13.8899 21.99 14.8699C21.99 14.9299 22 14.9899 22 15.0499Z" fill="#292D32"/>
|
|
6
|
+
<path d="M12.5 10.4199V16.4199C12.96 17.0299 13.68 17.4199 14.5 17.4199C15.89 17.4199 17.01 16.2999 17.01 14.9199V11.4299L12.97 10.5299L12.5 10.4199Z" fill="#292D32"/>
|
|
7
|
+
<path d="M21.9898 14.8699C21.9198 13.8899 21.6198 13.2199 21.1598 12.7599C21.0698 12.6699 20.9698 12.5899 20.8698 12.5199C20.8698 12.5199 20.8598 12.5199 20.8598 12.5099C20.4698 12.2599 20.0198 12.0899 19.5298 11.9899L17.4898 11.5299L17.0098 11.4199V14.9199C17.0098 16.2899 18.1198 17.4199 19.5098 17.4199C20.8498 17.4199 21.9198 16.3699 21.9998 15.0599V15.0499C21.9998 14.9899 21.9898 14.9299 21.9898 14.8699Z" 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 d="M10.6 4.15002V6H9.12C7.50999 6 6.70001 6.80998 6.70001 8.41998V18H4.15002C2.72002 18 2 17.28 2 15.85V4.15002C2 2.72002 2.72002 2 4.15002 2H8.45001C9.88001 2 10.6 2.72002 10.6 4.15002Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M17.3692 8.41998V19.58C17.3692 21.19 16.5692 22 14.9592 22H9.1192C7.5092 22 6.69922 21.19 6.69922 19.58V8.41998C6.69922 6.80998 7.5092 6 9.1192 6H14.9592C16.5692 6 17.3692 6.80998 17.3692 8.41998Z" fill="#292D32"/>
|
|
4
|
+
<path d="M22.0004 4.15002V15.85C22.0004 17.28 21.2803 18 19.8503 18H17.3704V8.41998C17.3704 6.80998 16.5704 6 14.9604 6H13.4004V4.15002C13.4004 2.72002 14.1204 2 15.5504 2H19.8503C21.2803 2 22.0004 2.72002 22.0004 4.15002Z" fill="#292D32"/>
|
|
5
|
+
<path d="M14 11.75H10C9.59 11.75 9.25 11.41 9.25 11C9.25 10.59 9.59 10.25 10 10.25H14C14.41 10.25 14.75 10.59 14.75 11C14.75 11.41 14.41 11.75 14 11.75Z" fill="#292D32"/>
|
|
6
|
+
<path d="M14 14.75H10C9.59 14.75 9.25 14.41 9.25 14C9.25 13.59 9.59 13.25 10 13.25H14C14.41 13.25 14.75 13.59 14.75 14C14.75 14.41 14.41 14.75 14 14.75Z" fill="#292D32"/>
|
|
7
|
+
<path d="M12.75 19V22H11.25V19C11.25 18.59 11.59 18.25 12 18.25C12.41 18.25 12.75 18.59 12.75 19Z" 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.6" d="M10.11 4C10.03 4.3 10 4.63 10 5V8H5V6C5 4.9 5.9 4 7 4H10.11Z" fill="#292D32"/>
|
|
3
|
+
<path d="M10 19V8H5C3 8 2 9 2 11V19C2 21 3 22 5 22H13C11 22 10 21 10 19ZM6.75 17C6.75 17.41 6.41 17.75 6 17.75C5.59 17.75 5.25 17.41 5.25 17V13C5.25 12.59 5.59 12.25 6 12.25C6.41 12.25 6.75 12.59 6.75 13V17Z" fill="#292D32"/>
|
|
4
|
+
<path opacity="0.4" d="M14 22H13C11 22 10 21 10 19V5C10 3 11 2 13 2H19C21 2 22 3 22 5V19C22 21 21 22 19 22H18" fill="#292D32"/>
|
|
5
|
+
<path d="M18 18V22H14V18C14 17.45 14.45 17 15 17H17C17.55 17 18 17.45 18 18Z" fill="#292D32"/>
|
|
6
|
+
<path d="M14 13.75C13.59 13.75 13.25 13.41 13.25 13V8C13.25 7.59 13.59 7.25 14 7.25C14.41 7.25 14.75 7.59 14.75 8V13C14.75 13.41 14.41 13.75 14 13.75Z" fill="#292D32"/>
|
|
7
|
+
<path d="M18 13.75C17.59 13.75 17.25 13.41 17.25 13V8C17.25 7.59 17.59 7.25 18 7.25C18.41 7.25 18.75 7.59 18.75 8V13C18.75 13.41 18.41 13.75 18 13.75Z" fill="#292D32"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M22 21.25H2C1.59 21.25 1.25 21.59 1.25 22C1.25 22.41 1.59 22.75 2 22.75H22C22.41 22.75 22.75 22.41 22.75 22C22.75 21.59 22.41 21.25 22 21.25Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M17 2H7C4 2 3 3.79 3 6V22H21V6C21 3.79 20 2 17 2Z" fill="#292D32"/>
|
|
4
|
+
<path d="M10 17.25H7C6.59 17.25 6.25 16.91 6.25 16.5C6.25 16.09 6.59 15.75 7 15.75H10C10.41 15.75 10.75 16.09 10.75 16.5C10.75 16.91 10.41 17.25 10 17.25Z" fill="#292D32"/>
|
|
5
|
+
<path d="M17 17.25H14C13.59 17.25 13.25 16.91 13.25 16.5C13.25 16.09 13.59 15.75 14 15.75H17C17.41 15.75 17.75 16.09 17.75 16.5C17.75 16.91 17.41 17.25 17 17.25Z" fill="#292D32"/>
|
|
6
|
+
<path d="M10 12.75H7C6.59 12.75 6.25 12.41 6.25 12C6.25 11.59 6.59 11.25 7 11.25H10C10.41 11.25 10.75 11.59 10.75 12C10.75 12.41 10.41 12.75 10 12.75Z" fill="#292D32"/>
|
|
7
|
+
<path d="M17 12.75H14C13.59 12.75 13.25 12.41 13.25 12C13.25 11.59 13.59 11.25 14 11.25H17C17.41 11.25 17.75 11.59 17.75 12C17.75 12.41 17.41 12.75 17 12.75Z" fill="#292D32"/>
|
|
8
|
+
<path d="M10 8.25H7C6.59 8.25 6.25 7.91 6.25 7.5C6.25 7.09 6.59 6.75 7 6.75H10C10.41 6.75 10.75 7.09 10.75 7.5C10.75 7.91 10.41 8.25 10 8.25Z" fill="#292D32"/>
|
|
9
|
+
<path d="M17 8.25H14C13.59 8.25 13.25 7.91 13.25 7.5C13.25 7.09 13.59 6.75 14 6.75H17C17.41 6.75 17.75 7.09 17.75 7.5C17.75 7.91 17.41 8.25 17 8.25Z" fill="#292D32"/>
|
|
10
|
+
</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="M17.42 1.3802C17.21 1.2402 16.95 1.21018 16.72 1.30018C15.29 1.87018 13.71 1.87018 12.28 1.30018C12.05 1.21018 11.79 1.2402 11.58 1.3802C11.37 1.5202 11.25 1.7502 11.25 2.0002V5.0002V8.0002C11.25 8.41019 11.59 8.7502 12 8.7502C12.41 8.7502 12.75 8.41019 12.75 8.0002V6.02021C13.33 6.16021 13.91 6.24019 14.5 6.24019C15.44 6.24019 16.38 6.06021 17.28 5.70021C17.56 5.59021 17.75 5.3102 17.75 5.0002V2.0002C17.75 1.7502 17.63 1.5202 17.42 1.3802Z" fill="#292D32"/>
|
|
3
|
+
<path d="M22 21.25H20.75V11C20.75 8.58 19.42 7.25 17 7.25H7C4.58 7.25 3.25 8.58 3.25 11V21.25H2C1.59 21.25 1.25 21.59 1.25 22C1.25 22.41 1.59 22.75 2 22.75H4H20H22C22.41 22.75 22.75 22.41 22.75 22C22.75 21.59 22.41 21.25 22 21.25ZM19.25 12.75V21.25H16.74V12.75H19.25ZM11.24 21.25H8.74V12.75H11.24V21.25ZM12.74 12.75H15.24V21.25H12.74V12.75ZM4.75 12.75H7.24V21.25H4.75V12.75Z" fill="#292D32"/>
|
|
4
|
+
</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="M22 21.25H2C1.59 21.25 1.25 21.59 1.25 22C1.25 22.41 1.59 22.75 2 22.75H22C22.41 22.75 22.75 22.41 22.75 22C22.75 21.59 22.41 21.25 22 21.25Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M17 2H7C4 2 3 3.79 3 6V22H21V6C21 3.79 20 2 17 2Z" fill="#292D32"/>
|
|
4
|
+
<path d="M14.0602 15H9.93022C9.42022 15 8.99023 15.42 8.99023 15.94V22H14.9902V15.94C15.0002 15.42 14.5802 15 14.0602 15Z" fill="#292D32"/>
|
|
5
|
+
<path d="M14.5 7.75H12.75V6C12.75 5.59 12.41 5.25 12 5.25C11.59 5.25 11.25 5.59 11.25 6V7.75H9.5C9.09 7.75 8.75 8.09 8.75 8.5C8.75 8.91 9.09 9.25 9.5 9.25H11.25V11C11.25 11.41 11.59 11.75 12 11.75C12.41 11.75 12.75 11.41 12.75 11V9.25H14.5C14.91 9.25 15.25 8.91 15.25 8.5C15.25 8.09 14.91 7.75 14.5 7.75Z" 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="M22.75 22C22.75 22.41 22.41 22.75 22 22.75H2C1.59 22.75 1.25 22.41 1.25 22C1.25 21.58 1.59 21.25 2 21.25H22C22.41 21.25 22.75 21.58 22.75 22Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M20.9992 9.98017V21.2502H2.94922L2.99922 9.97016C2.99922 9.36016 3.27922 8.78022 3.76922 8.40022L10.7692 2.96021C11.4892 2.39021 12.5092 2.39021 13.2292 2.96021L20.2292 8.40022C20.7192 8.78022 20.9992 9.36017 20.9992 9.98017Z" fill="#292D32"/>
|
|
4
|
+
<path d="M13.5 8.25H10.5C10.09 8.25 9.75 7.91 9.75 7.5C9.75 7.09 10.09 6.75 10.5 6.75H13.5C13.91 6.75 14.25 7.09 14.25 7.5C14.25 7.91 13.91 8.25 13.5 8.25Z" fill="#292D32"/>
|
|
5
|
+
<path d="M15.5 11H8.5C7.67 11 7 11.67 7 12.5V22H17V12.5C17 11.67 16.33 11 15.5 11ZM10.75 17.75C10.75 18.16 10.41 18.5 10 18.5C9.59 18.5 9.25 18.16 9.25 17.75V16.25C9.25 15.84 9.59 15.5 10 15.5C10.41 15.5 10.75 15.84 10.75 16.25V17.75Z" fill="#292D32"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M22 22.75H2C1.59 22.75 1.25 22.41 1.25 22C1.25 21.59 1.59 21.25 2 21.25H22C22.41 21.25 22.75 21.59 22.75 22C22.75 22.41 22.41 22.75 22 22.75Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M20.9992 9.98017V22.0002H2.94922L2.99922 9.97016C2.99922 9.36016 3.27922 8.78022 3.76922 8.40022L10.7692 2.96021C11.4892 2.39021 12.5092 2.39021 13.2292 2.96021L14.5692 4.00019L18.9992 7.4402L20.2292 8.40022C20.7192 8.78022 20.9992 9.36017 20.9992 9.98017Z" fill="#292D32"/>
|
|
4
|
+
<path d="M13 17H11C10.17 17 9.5 17.67 9.5 18.5V22H14.5V18.5C14.5 17.67 13.83 17 13 17Z" fill="#292D32"/>
|
|
5
|
+
<path d="M9.5 13.75H7.5C6.95 13.75 6.5 13.3 6.5 12.75V11.25C6.5 10.7 6.95 10.25 7.5 10.25H9.5C10.05 10.25 10.5 10.7 10.5 11.25V12.75C10.5 13.3 10.05 13.75 9.5 13.75Z" fill="#292D32"/>
|
|
6
|
+
<path d="M16.5 13.75H14.5C13.95 13.75 13.5 13.3 13.5 12.75V11.25C13.5 10.7 13.95 10.25 14.5 10.25H16.5C17.05 10.25 17.5 10.7 17.5 11.25V12.75C17.5 13.3 17.05 13.75 16.5 13.75Z" fill="#292D32"/>
|
|
7
|
+
<path d="M19.0003 7.44L14.5703 4H17.9803C18.5303 4 18.9803 4.43999 18.9803 4.98999L19.0003 7.44Z" 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="M7.33011 15.24C7.17011 15.24 7.01011 15.19 6.87011 15.08C6.54011 14.83 6.48011 14.36 6.73011 14.03L9.11011 10.94C9.40011 10.57 9.81011 10.33 10.2801 10.27C10.7401 10.21 11.2101 10.34 11.5801 10.63L13.4101 12.07C13.4801 12.13 13.5501 12.13 13.6001 12.12C13.6401 12.12 13.7101 12.1 13.7701 12.02L16.0801 9.04001C16.3301 8.71001 16.8101 8.65001 17.1301 8.91001C17.4601 9.16001 17.5201 9.63001 17.2601 9.96001L14.9501 12.94C14.6601 13.31 14.2501 13.55 13.7801 13.6C13.3101 13.66 12.8501 13.53 12.4801 13.24L10.6501 11.8C10.5801 11.74 10.5001 11.74 10.4601 11.75C10.4201 11.75 10.3501 11.77 10.2901 11.85L7.91011 14.94C7.78011 15.14 7.56011 15.24 7.33011 15.24Z" fill="#292D32"/>
|
|
4
|
+
</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 opacity="0.4" d="M21 22.75H3C2.59 22.75 2.25 22.41 2.25 22C2.25 21.59 2.59 21.25 3 21.25H21C21.41 21.25 21.75 21.59 21.75 22C21.75 22.41 21.41 22.75 21 22.75Z" fill="#292D32"/>
|
|
3
|
+
<path d="M5.59998 8.37988H4C3.45 8.37988 3 8.82988 3 9.37988V17.9999C3 18.5499 3.45 18.9999 4 18.9999H5.59998C6.14998 18.9999 6.59998 18.5499 6.59998 17.9999V9.37988C6.59998 8.81988 6.14998 8.37988 5.59998 8.37988Z" fill="#292D32"/>
|
|
4
|
+
<path d="M12.7992 5.18994H11.1992C10.6492 5.18994 10.1992 5.63994 10.1992 6.18994V17.9999C10.1992 18.5499 10.6492 18.9999 11.1992 18.9999H12.7992C13.3492 18.9999 13.7992 18.5499 13.7992 17.9999V6.18994C13.7992 5.63994 13.3492 5.18994 12.7992 5.18994Z" fill="#292D32"/>
|
|
5
|
+
<path d="M20.0004 2H18.4004C17.8504 2 17.4004 2.45 17.4004 3V18C17.4004 18.55 17.8504 19 18.4004 19H20.0004C20.5504 19 21.0004 18.55 21.0004 18V3C21.0004 2.45 20.5504 2 20.0004 2Z" 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 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="M16.4198 7.8099V16.1899C16.4198 16.8299 15.8998 17.3499 15.2598 17.3499C14.6098 17.3499 14.0898 16.8299 14.0898 16.1899V7.8099C14.0898 7.1699 14.6098 6.6499 15.2598 6.6499C15.8998 6.6499 16.4198 7.1699 16.4198 7.8099Z" fill="#292D32"/>
|
|
4
|
+
<path d="M9.91008 12.93V16.19C9.91008 16.83 9.39008 17.35 8.74008 17.35C8.10008 17.35 7.58008 16.83 7.58008 16.19V12.93C7.58008 12.29 8.10008 11.77 8.74008 11.77C9.39008 11.77 9.91008 12.29 9.91008 12.93Z" 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="M22 22H2C1.59 22 1.25 21.66 1.25 21.25C1.25 20.84 1.59 20.5 2 20.5H22C22.41 20.5 22.75 20.84 22.75 21.25C22.75 21.66 22.41 22 22 22Z" fill="#292D32"/>
|
|
3
|
+
<path d="M9.75 4V22H14.25V4C14.25 2.9 13.8 2 12.45 2H11.55C10.2 2 9.75 2.9 9.75 4Z" fill="#292D32"/>
|
|
4
|
+
<path opacity="0.4" d="M3 10V22H7V10C7 8.9 6.6 8 5.4 8H4.6C3.4 8 3 8.9 3 10Z" fill="#292D32"/>
|
|
5
|
+
<path opacity="0.4" d="M17 15V22H21V15C21 13.9 20.6 13 19.4 13H18.6C17.4 13 17 13.9 17 15Z" 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="M20.97 16H18.03C16.76 16 16 16.76 16 18.03V20.97C16 22.24 16.76 23 18.03 23H20.97C22.24 23 23 22.24 23 20.97V18.03C23 16.76 22.24 16 20.97 16ZM21.63 18.45L19.26 21.22C19.17 21.33 19.03 21.4 18.89 21.4C18.88 21.4 18.88 21.4 18.87 21.4C18.73 21.4 18.6 21.35 18.5 21.25L17.41 20.17C17.21 19.97 17.21 19.64 17.41 19.44C17.61 19.24 17.94 19.23 18.14 19.44L18.84 20.13L20.84 17.79C21.03 17.57 21.35 17.55 21.57 17.73C21.79 17.91 21.81 18.24 21.63 18.45Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M16 20.97V18.03C16 16.76 16.76 16 18.03 16H20.97C21.37 16 21.71 16.08 22 16.22C22 16.21 22 16.2 22 16.18V7.81C22 4.17 19.83 2 16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C16.19 22 16.2 22 16.22 22C16.08 21.71 16 21.37 16 20.97Z" fill="#292D32"/>
|
|
4
|
+
<path d="M7 14.25C6.59 14.25 6.25 13.91 6.25 13.5V10.5C6.25 10.09 6.59 9.75 7 9.75C7.41 9.75 7.75 10.09 7.75 10.5V13.5C7.75 13.91 7.41 14.25 7 14.25Z" fill="#292D32"/>
|
|
5
|
+
<path d="M12 14.25C11.59 14.25 11.25 13.91 11.25 13.5V10.5C11.25 10.09 11.59 9.75 12 9.75C12.41 9.75 12.75 10.09 12.75 10.5V13.5C12.75 13.91 12.41 14.25 12 14.25Z" fill="#292D32"/>
|
|
6
|
+
<path d="M17 14.25C16.59 14.25 16.25 13.91 16.25 13.5V10.5C16.25 10.09 16.59 9.75 17 9.75C17.41 9.75 17.75 10.09 17.75 10.5V13.5C17.75 13.91 17.41 14.25 17 14.25Z" 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 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="M7 14.3499C6.59 14.3499 6.25 14.0099 6.25 13.5999V10.3999C6.25 9.9899 6.59 9.6499 7 9.6499C7.41 9.6499 7.75 9.9899 7.75 10.3999V13.6099C7.75 14.0199 7.41 14.3499 7 14.3499Z" fill="#292D32"/>
|
|
4
|
+
<path d="M12 16.0902C11.59 16.0902 11.25 15.7502 11.25 15.3402V8.66016C11.25 8.25016 11.59 7.91016 12 7.91016C12.41 7.91016 12.75 8.25016 12.75 8.66016V15.3402C12.75 15.7502 12.41 16.0902 12 16.0902Z" fill="#292D32"/>
|
|
5
|
+
<path d="M17 14.3499C16.59 14.3499 16.25 14.0099 16.25 13.5999V10.3999C16.25 9.9899 16.59 9.6499 17 9.6499C17.41 9.6499 17.75 9.9899 17.75 10.3999V13.6099C17.75 14.0199 17.41 14.3499 17 14.3499Z" fill="#292D32"/>
|
|
6
|
+
</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="M22 22.75H5C2.93 22.75 1.25 21.07 1.25 19V2C1.25 1.59 1.59 1.25 2 1.25C2.41 1.25 2.75 1.59 2.75 2V19C2.75 20.24 3.76 21.25 5 21.25H22C22.41 21.25 22.75 21.59 22.75 22C22.75 22.41 22.41 22.75 22 22.75Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M4.99982 17.7498C4.82982 17.7498 4.64982 17.6898 4.50982 17.5698C4.19982 17.2998 4.15982 16.8298 4.42982 16.5098L9.01982 11.1498C9.51982 10.5698 10.2398 10.2198 10.9998 10.1898C11.7598 10.1698 12.5098 10.4498 13.0498 10.9898L13.9998 11.9398C14.2498 12.1898 14.5698 12.3098 14.9298 12.3098C15.2798 12.2998 15.5998 12.1398 15.8298 11.8698L20.4198 6.50983C20.6898 6.19983 21.1598 6.15981 21.4798 6.42981C21.7898 6.69981 21.8298 7.16981 21.5598 7.48981L16.9698 12.8498C16.4698 13.4298 15.7498 13.7798 14.9898 13.8098C14.2198 13.8298 13.4798 13.5498 12.9398 13.0098L11.9998 12.0598C11.7498 11.8098 11.4198 11.6798 11.0698 11.6898C10.7198 11.6998 10.3998 11.8598 10.1698 12.1298L5.57982 17.4898C5.41982 17.6598 5.20982 17.7498 4.99982 17.7498Z" 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.81V15.16C21.71 15.02 21.39 14.92 21.03 14.86L20.72 14.81L20.46 14.27C19.91 13.15 19.01 12.5 18 12.5C16.99 12.5 16.09 13.15 15.54 14.27L15.27 14.81L14.97 14.86C13.78 15.06 12.92 15.72 12.61 16.66C12.31 17.61 12.62 18.65 13.47 19.51L13.78 19.82L13.75 19.94C13.55 20.83 13.63 21.51 13.82 22H7.81C4.17 22 2 19.83 2 16.19V7.81C2 4.17 4.17 2 7.81 2H16.19C19.83 2 22 4.17 22 7.81Z" fill="#292D32"/>
|
|
3
|
+
<path d="M19.1199 14.9399L19.4399 15.5899C19.5999 15.9099 20.0099 16.2099 20.3499 16.2699L20.7799 16.3399C22.0899 16.5599 22.3899 17.5199 21.4599 18.4599L21.0599 18.8599C20.7899 19.1299 20.6499 19.6499 20.7299 20.0299L20.7799 20.2699C21.1399 21.8499 20.2999 22.4599 18.9299 21.6299L18.6399 21.4499C18.2899 21.2399 17.7099 21.2399 17.3599 21.4499L17.0699 21.6299C15.6899 22.4599 14.8599 21.8499 15.2199 20.2699L15.2699 20.0299C15.3499 19.6599 15.2099 19.1299 14.9399 18.8599L14.5399 18.4599C13.6099 17.5099 13.9099 16.5599 15.2199 16.3399L15.6499 16.2699C15.9999 16.2099 16.3999 15.9099 16.5599 15.5899L16.8799 14.9399C17.4999 13.6899 18.4999 13.6899 19.1199 14.9399Z" fill="#292D32"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.1296 7.91704C16.457 8.17081 16.5167 8.64192 16.2629 8.9693L13.9485 11.955C13.3536 12.7073 12.2567 12.8445 11.4916 12.2533L11.4863 12.2492L9.65976 10.8119C9.54691 10.7262 9.38952 10.7475 9.30382 10.8581C9.30374 10.8582 9.3039 10.858 9.30382 10.8581L6.9243 13.9475C6.67154 14.2756 6.20062 14.3367 5.87246 14.084C5.5443 13.8312 5.48318 13.3603 5.73593 13.0321L8.11666 9.94122C8.71057 9.17263 9.81178 9.03371 10.5787 9.62634L10.5839 9.63038L12.4105 11.0677C12.5245 11.1543 12.6852 11.132 12.7703 11.0265L15.0774 8.05031C15.3312 7.72293 15.8023 7.66327 16.1296 7.91704Z" 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="M16 20.97V18.03C16 16.76 16.76 16 18.03 16H20.97C21.37 16 21.71 16.08 22 16.22C22 16.21 22 16.2 22 16.18V7.81C22 4.17 19.83 2 16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C16.19 22 16.2 22 16.22 22C16.08 21.71 16 21.37 16 20.97Z" fill="#292D32"/>
|
|
3
|
+
<path d="M7 14.25C6.59 14.25 6.25 13.91 6.25 13.5V10.5C6.25 10.09 6.59 9.75 7 9.75C7.41 9.75 7.75 10.09 7.75 10.5V13.5C7.75 13.91 7.41 14.25 7 14.25Z" fill="#292D32"/>
|
|
4
|
+
<path d="M12 14.25C11.59 14.25 11.25 13.91 11.25 13.5V10.5C11.25 10.09 11.59 9.75 12 9.75C12.41 9.75 12.75 10.09 12.75 10.5V13.5C12.75 13.91 12.41 14.25 12 14.25Z" fill="#292D32"/>
|
|
5
|
+
<path d="M17 14.25C16.59 14.25 16.25 13.91 16.25 13.5V10.5C16.25 10.09 16.59 9.75 17 9.75C17.41 9.75 17.75 10.09 17.75 10.5V13.5C17.75 13.91 17.41 14.25 17 14.25Z" fill="#292D32"/>
|
|
6
|
+
<path d="M20.97 16H18.03C16.76 16 16 16.76 16 18.03V20.97C16 22.24 16.76 23 18.03 23H20.97C22.24 23 23 22.24 23 20.97V18.03C23 16.76 22.24 16 20.97 16ZM21.47 20.56C21.72 20.81 21.72 21.22 21.47 21.47C21.34 21.59 21.18 21.65 21.01 21.65C20.85 21.65 20.69 21.59 20.56 21.47L19.5 20.41L18.45 21.47C18.32 21.59 18.16 21.65 17.99 21.65C17.83 21.65 17.67 21.59 17.54 21.47C17.29 21.22 17.29 20.81 17.54 20.56L18.6 19.5L17.54 18.45C17.29 18.2 17.29 17.79 17.54 17.54C17.79 17.29 18.2 17.29 18.45 17.54L19.5 18.6L20.56 17.54C20.81 17.29 21.22 17.29 21.47 17.54C21.72 17.79 21.72 18.2 21.47 18.45L20.41 19.5L21.47 20.56Z" 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 d="M21.6702 6.9499C21.0302 4.7799 19.2202 2.9699 17.0502 2.3299C15.4002 1.8499 14.2602 1.8899 13.4702 2.4799C12.5202 3.1899 12.4102 4.4699 12.4102 5.3799V7.8699C12.4102 10.3299 13.5302 11.5799 15.7302 11.5799H18.6002C19.5002 11.5799 20.7902 11.4699 21.5002 10.5199C22.1102 9.7399 22.1602 8.5999 21.6702 6.9499Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M18.9094 13.3597C18.6494 13.0597 18.2694 12.8897 17.8794 12.8897H14.2994C12.5394 12.8897 11.1094 11.4597 11.1094 9.69966V6.11966C11.1094 5.72966 10.9394 5.34966 10.6394 5.08966C10.3494 4.82966 9.94941 4.70966 9.56941 4.75966C7.21941 5.05966 5.05941 6.34966 3.64941 8.28966C2.22941 10.2397 1.70941 12.6197 2.15941 14.9997C2.80941 18.4397 5.55941 21.1897 9.00941 21.8397C9.55941 21.9497 10.1094 21.9997 10.6594 21.9997C12.4694 21.9997 14.2194 21.4397 15.7094 20.3497C17.6494 18.9397 18.9394 16.7797 19.2394 14.4297C19.2894 14.0397 19.1694 13.6497 18.9094 13.3597Z" 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="M13.8604 6.6499H10.1404C8.22039 6.6499 6.65039 8.2099 6.65039 10.1399V13.8599C6.65039 15.7799 8.22039 17.3499 10.1404 17.3499H13.8604C15.7804 17.3499 17.3504 15.7899 17.3504 13.8599V10.1399C17.3504 8.2199 15.7804 6.6499 13.8604 6.6499ZM15.9504 10.1399V11.2999H12.7004V8.0499H13.8604C15.0104 8.0499 15.9504 8.9899 15.9504 10.1399ZM10.1404 8.0499H11.3004V11.3099H8.05039V10.1499C8.05039 8.9899 8.99039 8.0499 10.1404 8.0499ZM8.05039 13.8599V12.6999H11.3104V15.9599H10.1504C8.99039 15.9499 8.05039 15.0099 8.05039 13.8599ZM13.8604 15.9499H12.7004V12.6999H15.9604V13.8599C15.9504 15.0099 15.0104 15.9499 13.8604 15.9499Z" 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.81V14H17.92C17.25 14 16.46 13.52 16.15 12.93L15.11 10.96C14.83 10.43 14.43 10.46 14.21 11.01L11.91 16.82C11.66 17.47 11.24 17.47 10.98 16.82L9.84 13.94C9.57 13.24 8.73 12.67 7.98 12.67L2 12.7V7.81C2 4.17 4.17 2 7.81 2H16.19C19.83 2 22 4.17 22 7.81Z" fill="#292D32"/>
|
|
3
|
+
<path d="M22 16.1901V14.0001H17.92C17.25 14.0001 16.46 13.5201 16.15 12.9301L15.11 10.9601C14.83 10.4301 14.43 10.4601 14.21 11.0101L11.91 16.8201C11.66 17.4701 11.24 17.4701 10.98 16.8201L9.84 13.9401C9.57 13.2401 8.73 12.6701 7.98 12.6701L2 12.7001V16.1901C2 19.7701 4.1 21.9301 7.63 21.9901C7.74 22.0001 7.86 22.0001 7.97 22.0001H15.97C16.12 22.0001 16.27 22.0001 16.41 21.9901C19.92 21.9101 22 19.7601 22 16.1901Z" fill="#292D32"/>
|
|
4
|
+
<path d="M2.0007 12.7002V16.0102C1.9807 15.6902 1.9707 15.3502 1.9707 15.0002V12.7002H2.0007Z" 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="M20.03 6.82018L14.28 2.79018C12.71 1.69018 10.31 1.75018 8.8 2.92018L3.79 6.83018C2.78 7.61018 2 9.21018 2 10.4702V17.3702C2 19.9202 4.07 22.0002 6.61 22.0002H17.38C19.92 22.0002 21.99 19.9302 21.99 17.3802V10.6002C22 9.25018 21.13 7.59018 20.03 6.82018Z" fill="#292D32"/>
|
|
3
|
+
<path d="M13.3994 8.51025H10.5994C8.67938 8.51025 7.10938 10.0703 7.10938 12.0003V14.7903C7.10938 16.7103 8.67938 18.2803 10.5994 18.2803H13.3894C15.3094 18.2803 16.8794 16.7203 16.8794 14.7903V12.0003C16.8794 10.0803 15.3194 8.51025 13.3994 8.51025ZM15.4894 12.0003V12.7003H12.6994V9.91025H13.3994C14.5494 9.91025 15.4894 10.8503 15.4894 12.0003ZM10.5994 9.91025H11.2994V12.7003H8.50938V12.0003C8.50938 10.8503 9.44938 9.91025 10.5994 9.91025ZM8.50938 14.7903V14.0903H11.2994V16.8803H10.5994C9.44938 16.8803 8.50938 15.9403 8.50938 14.7903ZM13.3994 16.8803H12.6994V14.0903H15.4894V14.7903C15.4894 15.9403 14.5494 16.8803 13.3994 16.8803Z" 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.0402 6.82018L14.2802 2.79018C12.7102 1.69018 10.3002 1.75018 8.79023 2.92018L3.78023 6.83018C2.78023 7.61018 1.99023 9.21018 1.99023 10.4702V17.3702C1.99023 19.9202 4.06023 22.0002 6.61023 22.0002H17.3902C19.9402 22.0002 22.0102 19.9302 22.0102 17.3802V10.6002C22.0102 9.25018 21.1402 7.59018 20.0402 6.82018Z" fill="#292D32"/>
|
|
3
|
+
<path d="M16.8802 14.3304C16.8802 13.9404 16.5702 13.6304 16.1802 13.6304C15.7902 13.6304 15.4802 13.9404 15.4802 14.3304V14.5104L12.7602 11.7904C12.6102 11.6404 12.4102 11.5704 12.2002 11.5904C11.9902 11.6104 11.8002 11.7204 11.6902 11.9004L10.6702 13.4204L8.29016 11.0404C8.02016 10.7704 7.58016 10.7704 7.30016 11.0404C7.03016 11.3104 7.03016 11.7504 7.30016 12.0304L10.2802 15.0104C10.4302 15.1604 10.6302 15.2304 10.8402 15.2104C11.0502 15.1904 11.2402 15.0804 11.3502 14.9004L12.3702 13.3804L14.4802 15.4904H14.3002C13.9102 15.4904 13.6002 15.8004 13.6002 16.1904C13.6002 16.5804 13.9102 16.8904 14.3002 16.8904H16.1602C16.2502 16.8904 16.3402 16.8704 16.4302 16.8404C16.6002 16.7704 16.7402 16.6304 16.8102 16.4604C16.8502 16.3704 16.8602 16.2804 16.8602 16.1904V14.3304H16.8802Z" 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.0402 6.82018L14.2802 2.79018C12.7102 1.69018 10.3002 1.75018 8.79023 2.92018L3.78023 6.83018C2.78023 7.61018 1.99023 9.21018 1.99023 10.4702V17.3702C1.99023 19.9202 4.06023 22.0002 6.61023 22.0002H17.3902C19.9402 22.0002 22.0102 19.9302 22.0102 17.3802V10.6002C22.0102 9.25018 21.1402 7.59018 20.0402 6.82018Z" fill="#292D32"/>
|
|
3
|
+
<path d="M16.8297 11.2703C16.7597 11.1003 16.6197 10.9603 16.4497 10.8903C16.3597 10.8503 16.2697 10.8403 16.1797 10.8403H14.3197C13.9297 10.8403 13.6197 11.1503 13.6197 11.5403C13.6197 11.9303 13.9297 12.2403 14.3197 12.2403H14.4997L12.3897 14.3503L11.3697 12.8303C11.2497 12.6603 11.0697 12.5403 10.8597 12.5203C10.6397 12.5003 10.4497 12.5703 10.2997 12.7203L7.31969 15.7003C7.04969 15.9703 7.04969 16.4103 7.31969 16.6903C7.45969 16.8303 7.62969 16.8903 7.80969 16.8903C7.98969 16.8903 8.16969 16.8203 8.29969 16.6903L10.6797 14.3103L11.6997 15.8303C11.8197 16.0003 11.9997 16.1203 12.2097 16.1403C12.4297 16.1603 12.6197 16.0903 12.7697 15.9403L15.4897 13.2203V13.4003C15.4897 13.7903 15.7997 14.1003 16.1897 14.1003C16.5797 14.1003 16.8897 13.7903 16.8897 13.4003V11.5403C16.8797 11.4403 16.8697 11.3503 16.8297 11.2703Z" 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="M18 3H6C3.79 3 2 4.78 2 6.97V17.03C2 19.22 3.79 21 6 21H18C20.21 21 22 19.22 22 17.03V6.97C22 4.78 20.21 3 18 3Z" fill="#292D32"/>
|
|
3
|
+
<path d="M19 8.75H14C13.59 8.75 13.25 8.41 13.25 8C13.25 7.59 13.59 7.25 14 7.25H19C19.41 7.25 19.75 7.59 19.75 8C19.75 8.41 19.41 8.75 19 8.75Z" fill="#292D32"/>
|
|
4
|
+
<path d="M19 12.75H15C14.59 12.75 14.25 12.41 14.25 12C14.25 11.59 14.59 11.25 15 11.25H19C19.41 11.25 19.75 11.59 19.75 12C19.75 12.41 19.41 12.75 19 12.75Z" fill="#292D32"/>
|
|
5
|
+
<path d="M19 16.75H17C16.59 16.75 16.25 16.41 16.25 16C16.25 15.59 16.59 15.25 17 15.25H19C19.41 15.25 19.75 15.59 19.75 16C19.75 16.41 19.41 16.75 19 16.75Z" fill="#292D32"/>
|
|
6
|
+
<path d="M8.49945 11.7899C9.77523 11.7899 10.8095 10.7557 10.8095 9.47992C10.8095 8.20414 9.77523 7.16992 8.49945 7.16992C7.22368 7.16992 6.18945 8.20414 6.18945 9.47992C6.18945 10.7557 7.22368 11.7899 8.49945 11.7899Z" fill="#292D32"/>
|
|
7
|
+
<path d="M9.29954 13.1098C8.76954 13.0598 8.21954 13.0598 7.68954 13.1098C6.00954 13.2698 4.65954 14.5998 4.49954 16.2798C4.48954 16.4198 4.52954 16.5598 4.62954 16.6598C4.72954 16.7598 4.85954 16.8298 4.99954 16.8298H11.9995C12.1395 16.8298 12.2795 16.7698 12.3695 16.6698C12.4595 16.5698 12.5095 16.4298 12.4995 16.2898C12.3295 14.5998 10.9895 13.2698 9.29954 13.1098Z" fill="#292D32"/>
|
|
8
|
+
</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 opacity="0.4" d="M21 2V14.1C21 16 20 17 18.1 17H5.89999C3.99999 17 3 16 3 14.1V2H21Z" fill="#292D32"/>
|
|
3
|
+
<path d="M22 2.75H2C1.59 2.75 1.25 2.41 1.25 2C1.25 1.59 1.59 1.25 2 1.25H22C22.41 1.25 22.75 1.59 22.75 2C22.75 2.41 22.41 2.75 22 2.75Z" fill="#292D32"/>
|
|
4
|
+
<path d="M16.6703 22.34C16.5403 22.6 16.2703 22.75 16.0003 22.75C15.8903 22.75 15.7703 22.72 15.6703 22.67L12.0003 20.84L8.33025 22.67C8.23025 22.72 8.11027 22.75 8.00027 22.75C7.73027 22.75 7.46025 22.6 7.33025 22.34C7.14025 21.96 7.29028 21.51 7.67028 21.33L11.2503 19.54V17H12.7503V19.54L16.3303 21.33C16.7103 21.51 16.8603 21.96 16.6703 22.34Z" fill="#292D32"/>
|
|
5
|
+
<path d="M7.5009 11.7499C7.2909 11.7499 7.07092 11.6599 6.92092 11.4799C6.65092 11.1599 6.70089 10.6899 7.02089 10.4199L10.1709 7.78993C10.4609 7.54993 10.8309 7.44994 11.1809 7.50994C11.5409 7.56994 11.8509 7.78991 12.0409 8.10991L13.0909 9.85991L16.0209 7.41994C16.3409 7.14994 16.8109 7.19992 17.0809 7.51992C17.3509 7.83992 17.3009 8.30991 16.9809 8.57991L13.8309 11.2099C13.5409 11.4499 13.1709 11.5499 12.8209 11.4899C12.4609 11.4299 12.1509 11.2099 11.9609 10.8899L10.9109 9.13994L7.98091 11.5799C7.84091 11.6899 7.6709 11.7499 7.5009 11.7499Z" 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 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="M6.88086 18.9001C6.47086 18.9001 6.13086 18.5601 6.13086 18.1501V16.0801C6.13086 15.6701 6.47086 15.3301 6.88086 15.3301C7.29086 15.3301 7.63086 15.6701 7.63086 16.0801V18.1501C7.63086 18.5701 7.29086 18.9001 6.88086 18.9001Z" fill="#292D32"/>
|
|
4
|
+
<path d="M12 18.9C11.59 18.9 11.25 18.56 11.25 18.15V14C11.25 13.59 11.59 13.25 12 13.25C12.41 13.25 12.75 13.59 12.75 14V18.15C12.75 18.57 12.41 18.9 12 18.9Z" fill="#292D32"/>
|
|
5
|
+
<path d="M17.1191 18.9002C16.7091 18.9002 16.3691 18.5602 16.3691 18.1502V11.9302C16.3691 11.5202 16.7091 11.1802 17.1191 11.1802C17.5291 11.1802 17.8691 11.5202 17.8691 11.9302V18.1502C17.8691 18.5702 17.5391 18.9002 17.1191 18.9002Z" fill="#292D32"/>
|
|
6
|
+
<path d="M17.871 5.8201C17.871 5.7701 17.851 5.7101 17.841 5.6601C17.831 5.6201 17.821 5.5701 17.811 5.5301C17.791 5.4901 17.761 5.4601 17.741 5.4201C17.711 5.3801 17.681 5.3301 17.641 5.3001C17.631 5.2901 17.631 5.2801 17.621 5.2801C17.591 5.2601 17.561 5.2501 17.531 5.2301C17.491 5.2001 17.441 5.1701 17.391 5.1501C17.341 5.1301 17.291 5.1301 17.241 5.1201C17.201 5.1101 17.171 5.1001 17.131 5.1001H14.201C13.791 5.1001 13.451 5.4401 13.451 5.8501C13.451 6.2601 13.791 6.6001 14.201 6.6001H15.451C13.071 9.1001 10.071 10.8601 6.70096 11.7101C6.30096 11.8101 6.05096 12.2201 6.15096 12.6201C6.23096 12.9601 6.54096 13.1901 6.88096 13.1901C6.94096 13.1901 7.00096 13.1801 7.06096 13.1701C10.631 12.2801 13.821 10.4301 16.371 7.8101V8.7801C16.371 9.1901 16.711 9.5301 17.121 9.5301C17.531 9.5301 17.871 9.1901 17.871 8.7801V5.8501C17.871 5.8401 17.871 5.8301 17.871 5.8201Z" 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="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="M16.8797 12.47C16.8797 12.08 16.5697 11.77 16.1797 11.77C15.7897 11.77 15.4797 12.08 15.4797 12.47V12.65L12.7597 9.93004C12.6097 9.78004 12.4097 9.71004 12.1997 9.73004C11.9897 9.75004 11.7997 9.86004 11.6897 10.04L10.6697 11.56L8.30969 9.18004C8.03969 8.91004 7.59969 8.91004 7.31969 9.18004C7.04969 9.45004 7.04969 9.89004 7.31969 10.17L10.2997 13.15C10.4497 13.3 10.6497 13.37 10.8597 13.35C11.0697 13.33 11.2597 13.22 11.3697 13.04L12.3897 11.52L14.4997 13.63H14.3197C13.9297 13.63 13.6197 13.94 13.6197 14.33C13.6197 14.72 13.9297 15.03 14.3197 15.03H16.1797C16.2697 15.03 16.3597 15.01 16.4497 14.98C16.6197 14.91 16.7597 14.77 16.8297 14.6C16.8697 14.51 16.8797 14.42 16.8797 14.33V12.47Z" 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="M16.8295 9.40998C16.7595 9.23998 16.6195 9.09998 16.4495 9.02998C16.3695 8.99998 16.2795 8.97998 16.1895 8.97998H14.3295C13.9395 8.97998 13.6295 9.28998 13.6295 9.67998C13.6295 10.07 13.9395 10.38 14.3295 10.38H14.5095L12.3995 12.49L11.3795 10.97C11.2595 10.8 11.0795 10.68 10.8695 10.66C10.6495 10.64 10.4595 10.71 10.3095 10.86L7.32945 13.84C7.05945 14.11 7.05945 14.55 7.32945 14.83C7.46945 14.97 7.63945 15.03 7.81945 15.03C7.99945 15.03 8.17945 14.96 8.30945 14.83L10.6895 12.45L11.7095 13.97C11.8295 14.14 12.0095 14.26 12.2195 14.28C12.4395 14.3 12.6295 14.23 12.7795 14.08L15.4995 11.36V11.54C15.4995 11.93 15.8095 12.24 16.1995 12.24C16.5895 12.24 16.8995 11.93 16.8995 11.54V9.66998C16.8795 9.57998 16.8695 9.48998 16.8295 9.40998Z" 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="M9.85953 19L11.5395 17.58C11.7895 17.37 12.2095 17.37 12.4695 17.58L14.1395 19C14.5295 19.2 15.0095 19 15.1495 18.58L15.4695 17.62C15.5495 17.39 15.4695 17.05 15.2995 16.88L13.6595 15.23C13.5395 15.11 13.4495 14.88 13.4495 14.72V12.87C13.4495 12.45 13.7595 12.25 14.1495 12.41L17.4995 13.85C18.0495 14.09 18.5095 13.79 18.5095 13.19V12.26C18.5095 11.78 18.1495 11.22 17.6995 11.03L13.7595 9.32999C13.5895 9.25999 13.4595 9.04999 13.4595 8.86999V6.79999C13.4595 6.11999 12.9595 5.31999 12.3595 5.00999C12.1395 4.89999 11.8895 4.89999 11.6695 5.00999C11.0595 5.30999 10.5695 6.11999 10.5695 6.79999V8.86999C10.5695 9.04999 10.4295 9.25999 10.2695 9.32999L6.32953 11.03C5.88953 11.22 5.51953 11.78 5.51953 12.26V13.19C5.51953 13.79 5.96953 14.09 6.52953 13.85L9.87953 12.41C10.2595 12.24 10.5795 12.45 10.5795 12.87V14.72C10.5795 14.89 10.4795 15.12 10.3695 15.23L8.69953 16.87C8.52953 17.04 8.44953 17.38 8.52953 17.61L8.84953 18.57C8.98953 19 9.45953 19.2 9.85953 19Z" 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="M9.96055 14.0401V12.9301C9.96055 12.5001 9.64055 12.2901 9.25055 12.4601L4.24055 14.6201C3.45055 14.9601 2.81055 14.5401 2.81055 13.6901V12.3701C2.81055 11.6901 3.32055 10.9001 3.95055 10.6401L9.65055 8.19006C9.81055 8.11006 9.95055 7.90006 9.95055 7.72006V4.66006C9.95055 3.70006 10.6605 2.55006 11.5105 2.11006C11.8105 1.96006 12.1705 1.96006 12.4705 2.11006C13.3305 2.55006 14.0405 3.69006 14.0405 4.65006V7.71006C14.0405 7.89006 14.1805 8.10006 14.3405 8.18006L15.3805 8.62006L9.96055 14.0401Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M21.1892 12.3701V13.6901C21.1892 14.5401 20.5492 14.9601 19.7592 14.6201L14.7492 12.4601C14.3492 12.3001 14.0392 12.5001 14.0392 12.9301V15.8401C14.0392 16.0701 14.1692 16.4001 14.3392 16.5601L16.6592 18.8901C16.8992 19.1301 17.0092 19.6101 16.8992 19.9401L16.4492 21.3001C16.2492 21.8901 15.5792 22.1601 15.0292 21.8901L12.6492 19.8901C12.2892 19.5801 11.6992 19.5801 11.3392 19.8901L8.95918 21.8901C8.40918 22.1701 7.73918 21.8901 7.55918 21.3001L7.10918 19.9401C6.99918 19.6001 7.10918 19.1301 7.34918 18.8901L9.66918 16.5601C9.82918 16.4001 9.95918 16.0701 9.95918 15.8401V14.0401L15.3792 8.62012L20.0492 10.6301C20.6792 10.9001 21.1892 11.6901 21.1892 12.3701Z" 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="M16.9 22H7.10001C5.40001 22 4 20.61 4 18.9V5.10001C4 3.40001 5.39001 2 7.10001 2H16.9C18.6 2 20 3.39001 20 5.10001V18.9C20 20.61 18.61 22 16.9 22Z" fill="#292D32"/>
|
|
3
|
+
<path d="M20 8H4V13H20V8Z" fill="#292D32"/>
|
|
4
|
+
<path d="M8 18.7501C7.92 18.7501 7.83999 18.7401 7.75999 18.7301C7.67999 18.7101 7.6 18.6901 7.52 18.6501C7.45 18.6201 7.37 18.5801 7.31 18.5401C7.24 18.4901 7.17 18.4401 7.12 18.3801C6.88 18.1501 6.75 17.8301 6.75 17.5001C6.75 17.1701 6.88 16.8501 7.12 16.6201C7.17 16.5601 7.24 16.5101 7.31 16.4601C7.37 16.4201 7.45 16.3801 7.52 16.3501C7.6 16.3101 7.67999 16.2901 7.75999 16.2701C8.15999 16.1901 8.59 16.3301 8.88 16.6201C9.12 16.8501 9.25 17.1701 9.25 17.5001C9.25 17.8301 9.12 18.1501 8.88 18.3801C8.65 18.6201 8.33 18.7501 8 18.7501Z" fill="#292D32"/>
|
|
5
|
+
<path d="M16 18.7501C15.92 18.7501 15.84 18.7401 15.76 18.7301C15.68 18.7101 15.6 18.6901 15.52 18.6501C15.45 18.6201 15.37 18.5801 15.31 18.5401C15.24 18.4901 15.17 18.4401 15.12 18.3801C14.88 18.1501 14.75 17.8301 14.75 17.5001C14.75 17.1701 14.88 16.8501 15.12 16.6201C15.17 16.5601 15.24 16.5101 15.31 16.4601C15.37 16.4201 15.45 16.3801 15.52 16.3501C15.6 16.3101 15.68 16.2901 15.76 16.2701C15.92 16.2401 16.08 16.2401 16.25 16.2701C16.32 16.2901 16.4 16.3101 16.48 16.3501C16.55 16.3801 16.63 16.4201 16.69 16.4601C16.76 16.5101 16.83 16.5601 16.88 16.6201C17.12 16.8501 17.25 17.1701 17.25 17.5001C17.25 17.8301 17.12 18.1501 16.88 18.3801C16.83 18.4401 16.76 18.4901 16.69 18.5401C16.63 18.5801 16.55 18.6201 16.48 18.6501C16.4 18.6901 16.32 18.7101 16.25 18.7301C16.16 18.7401 16.08 18.7501 16 18.7501Z" fill="#292D32"/>
|
|
6
|
+
<path d="M14.5 5.75H9.5C9.09 5.75 8.75 5.41 8.75 5C8.75 4.59 9.09 4.25 9.5 4.25H14.5C14.91 4.25 15.25 4.59 15.25 5C15.25 5.41 14.91 5.75 14.5 5.75Z" 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 opacity="0.4" d="M22.1796 13.66C22.0296 12.01 21.5896 10.25 18.3796 10.25H5.6196C2.4096 10.25 1.9796 12.01 1.8196 13.66L1.2596 19.75C1.1896 20.51 1.4396 21.27 1.9596 21.84C2.4896 22.42 3.2396 22.75 4.0396 22.75H5.9196C7.5396 22.75 7.8496 21.82 8.0496 21.21L8.2496 20.61C8.4796 19.92 8.5396 19.75 9.4396 19.75H14.5596C15.4596 19.75 15.4896 19.85 15.7496 20.61L15.9496 21.21C16.1496 21.82 16.4596 22.75 18.0796 22.75H19.9596C20.7496 22.75 21.5096 22.42 22.0396 21.84C22.5596 21.27 22.8096 20.51 22.7396 19.75L22.1796 13.66Z" fill="#292D32"/>
|
|
3
|
+
<path d="M21 7.25008H20C19.99 7.25008 19.99 7.25008 19.98 7.25008L19.6 5.44008C19.24 3.69008 18.49 2.08008 15.51 2.08008H12.75H11.25H8.49C5.51 2.08008 4.76 3.69008 4.4 5.44008L4.02 7.25008C4.01 7.25008 4.01 7.25008 4 7.25008H3C2.59 7.25008 2.25 7.59008 2.25 8.00008C2.25 8.41008 2.59 8.75008 3 8.75008H3.71L3.29 10.7501C3.83 10.4401 4.58 10.2501 5.62 10.2501H18.38C19.42 10.2501 20.17 10.4401 20.71 10.7501L20.29 8.75008H21C21.41 8.75008 21.75 8.41008 21.75 8.00008C21.75 7.59008 21.41 7.25008 21 7.25008Z" fill="#292D32"/>
|
|
4
|
+
<path d="M9 15.75H6C5.59 15.75 5.25 15.41 5.25 15C5.25 14.59 5.59 14.25 6 14.25H9C9.41 14.25 9.75 14.59 9.75 15C9.75 15.41 9.41 15.75 9 15.75Z" fill="#292D32"/>
|
|
5
|
+
<path d="M18 15.75H15C14.59 15.75 14.25 15.41 14.25 15C14.25 14.59 14.59 14.25 15 14.25H18C18.41 14.25 18.75 14.59 18.75 15C18.75 15.41 18.41 15.75 18 15.75Z" fill="#292D32"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 18.75C11.59 18.75 11.25 18.41 11.25 18V17C11.25 16.59 11.59 16.25 12 16.25C12.41 16.25 12.75 16.59 12.75 17V18C12.75 18.41 12.41 18.75 12 18.75Z" fill="#292D32"/>
|
|
3
|
+
<path d="M12 22.75C11.59 22.75 11.25 22.41 11.25 22V21C11.25 20.59 11.59 20.25 12 20.25C12.41 20.25 12.75 20.59 12.75 21V22C12.75 22.41 12.41 22.75 12 22.75Z" fill="#292D32"/>
|
|
4
|
+
<path d="M2.00009 22.7501C1.94009 22.7501 1.8801 22.7401 1.8201 22.7301C1.4201 22.6301 1.1701 22.2201 1.2701 21.8201L2.2701 17.8201C2.3701 17.4201 2.77009 17.1701 3.18009 17.2701C3.58009 17.3701 3.83009 17.7801 3.73009 18.1801L2.73009 22.1801C2.64009 22.5201 2.34009 22.7501 2.00009 22.7501Z" fill="#292D32"/>
|
|
5
|
+
<path d="M22.0007 22.7499C21.6607 22.7499 21.3607 22.5199 21.2707 22.1799L20.2707 18.1799C20.1707 17.7799 20.4107 17.3699 20.8207 17.2699C21.2207 17.1699 21.6307 17.4099 21.7307 17.8199L22.7307 21.8199C22.8307 22.2199 22.5907 22.6299 22.1807 22.7299C22.1207 22.7399 22.0607 22.7499 22.0007 22.7499Z" fill="#292D32"/>
|
|
6
|
+
<path opacity="0.4" d="M19.2602 9.52008C19.1502 8.34008 18.8402 7.09009 16.5502 7.09009H7.45024C5.16024 7.09009 4.85024 8.35008 4.74024 9.52008L4.34024 13.86C4.29024 14.4 4.47024 14.94 4.84024 15.35C5.22024 15.76 5.76025 16.0001 6.32025 16.0001H7.66024C8.81024 16.0001 9.03023 15.3401 9.18023 14.9001L9.32025 14.47C9.48025 13.98 9.52024 13.86 10.1702 13.86H13.8202C14.4602 13.86 14.4802 13.93 14.6702 14.47L14.8102 14.9001C14.9602 15.3401 15.1802 16.0001 16.3302 16.0001H17.6702C18.2302 16.0001 18.7702 15.76 19.1502 15.35C19.5202 14.95 19.7002 14.4 19.6502 13.86L19.2602 9.52008Z" fill="#292D32"/>
|
|
7
|
+
<path d="M18.4208 4.94H17.7108C17.7008 4.94 17.7008 4.94 17.7008 4.94L17.4308 3.65002C17.1708 2.40002 16.6408 1.25 14.5108 1.25H12.5408H11.4708H9.50078C7.37078 1.25 6.84078 2.40002 6.58078 3.65002L6.31078 4.94C6.30078 4.94 6.30078 4.94 6.30078 4.94H5.59077C5.29077 4.94 5.05078 5.17998 5.05078 5.47998C5.05078 5.77998 5.29077 6.02002 5.59077 6.02002H6.10078L5.80078 7.45001C6.19078 7.23001 6.72078 7.09003 7.46078 7.09003H16.5608C17.3008 7.09003 17.8408 7.23001 18.2208 7.45001L17.9208 6.02002H18.4308C18.7308 6.02002 18.9708 5.77998 18.9708 5.47998C18.9608 5.17998 18.7208 4.94 18.4208 4.94Z" fill="#292D32"/>
|
|
8
|
+
<path d="M9.8597 11.0099H7.7197C7.4197 11.0099 7.17969 10.7699 7.17969 10.4699C7.17969 10.1699 7.4197 9.92993 7.7197 9.92993H9.8597C10.1597 9.92993 10.3997 10.1699 10.3997 10.4699C10.3897 10.7699 10.1497 11.0099 9.8597 11.0099Z" fill="#292D32"/>
|
|
9
|
+
<path d="M16.2796 11.0099H14.1396C13.8396 11.0099 13.5996 10.7699 13.5996 10.4699C13.5996 10.1699 13.8396 9.92993 14.1396 9.92993H16.2796C16.5796 9.92993 16.8196 10.1699 16.8196 10.4699C16.8196 10.7699 16.5796 11.0099 16.2796 11.0099Z" fill="#292D32"/>
|
|
10
|
+
</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="M3.5 22V5C3.5 3 4.84 2 6.5 2H14.5C16.16 2 17.5 3 17.5 5V22H3.5Z" fill="#292D32"/>
|
|
3
|
+
<path d="M19 22.75H2C1.59 22.75 1.25 22.41 1.25 22C1.25 21.59 1.59 21.25 2 21.25H19C19.41 21.25 19.75 21.59 19.75 22C19.75 22.41 19.41 22.75 19 22.75Z" fill="#292D32"/>
|
|
4
|
+
<path d="M7.89 10H13.12C14.16 10 15.01 9.5 15.01 8.11V6.88C15 5.5 14.15 5 13.11 5H7.88C6.85 5 6 5.5 6 6.89V8.12C6 9.5 6.85 10 7.89 10Z" fill="#292D32"/>
|
|
5
|
+
<path d="M9.5 13.75H6.5C6.09 13.75 5.75 13.41 5.75 13C5.75 12.59 6.09 12.25 6.5 12.25H9.5C9.91 12.25 10.25 12.59 10.25 13C10.25 13.41 9.91 13.75 9.5 13.75Z" fill="#292D32"/>
|
|
6
|
+
<path d="M22.75 10V16C22.75 16.41 22.42 16.75 22 16.75L17.5 16.76V15.26L21.25 15.25V10.46L19.66 9.67002C19.29 9.49002 19.14 9.04002 19.33 8.66002C19.51 8.29002 19.97 8.15002 20.34 8.33002L22.34 9.33002C22.59 9.46002 22.75 9.72002 22.75 10Z" 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.6297 14.6601L21.2197 16.5201C20.5097 19.72 17.9997 22.0001 14.3797 22.0001H9.61974C5.99974 22.0001 3.48974 19.72 2.77974 16.5201L2.36974 14.6601C2.16974 13.7501 2.70973 12.7201 3.57973 12.3701L4.99974 11.8L10.5098 9.59006C10.9898 9.40006 11.4997 9.30005 11.9997 9.30005C12.4997 9.30005 13.0097 9.40006 13.4897 9.59006L18.9997 11.8L20.4198 12.3701C21.2898 12.7201 21.8298 13.7501 21.6297 14.6601Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M19 8V11.8L13.49 9.59C12.53 9.21 11.47 9.21 10.51 9.59L5 11.8V8C5 6.35 6.35 5 8 5H16C17.65 5 19 6.35 19 8Z" fill="#292D32"/>
|
|
4
|
+
<path d="M14.5 5H9.5V3C9.5 2.45 9.95 2 10.5 2H13.5C14.05 2 14.5 2.45 14.5 3V5Z" 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 d="M18.7092 9.49C18.6092 9.49 18.5091 9.47 18.4091 9.43C18.0291 9.26 17.8591 8.82001 18.0191 8.44001C18.2091 8.01001 18.0991 7.37999 17.7491 6.85999C17.3991 6.32999 16.8692 5.98 16.3792 6C15.9392 6 15.6291 5.67001 15.6191 5.26001C15.6191 4.84001 15.9491 4.51 16.3591 4.5C17.3891 4.48 18.3592 5.07002 18.9892 6.02002C19.6292 6.98002 19.7791 8.13003 19.3891 9.03003C19.2791 9.32003 18.9992 9.49 18.7092 9.49Z" fill="#292D32"/>
|
|
3
|
+
<path d="M21.8201 10.4801C21.7501 10.4801 21.6901 10.4701 21.6201 10.4501C21.2201 10.3401 20.9901 9.93011 21.1001 9.53011C21.4801 8.17011 21.1601 6.55009 20.2501 5.19009C19.3401 3.83009 17.9601 2.92008 16.5501 2.75008C16.1401 2.70008 15.8501 2.33007 15.9001 1.92007C15.9501 1.51007 16.3301 1.2101 16.7301 1.2701C18.5601 1.4901 20.3401 2.65008 21.4901 4.37008C22.6401 6.09008 23.0301 8.1701 22.5401 9.9501C22.4501 10.2601 22.1501 10.4801 21.8201 10.4801Z" fill="#292D32"/>
|
|
4
|
+
<path opacity="0.4" d="M17.5203 15.8401C17.4103 14.6201 17.0803 13.3101 14.7003 13.3101H5.23028C2.85028 13.3101 2.53029 14.6201 2.41029 15.8401L1.99029 20.36C1.94029 20.92 2.13028 21.49 2.51028 21.91C2.90028 22.34 3.46029 22.5901 4.05029 22.5901H5.44029C6.64029 22.5901 6.87029 21.9001 7.02029 21.4501L7.17028 21.0101C7.34028 20.5001 7.38029 20.3701 8.05029 20.3701H11.8503C12.5103 20.3701 12.5403 20.4401 12.7303 21.0101L12.8803 21.4601C13.0303 21.9101 13.2603 22.6 14.4603 22.6H15.8503C16.4403 22.6 17.0003 22.35 17.3903 21.92C17.7703 21.5 17.9603 20.9301 17.9103 20.3701L17.5203 15.8401Z" fill="#292D32"/>
|
|
5
|
+
<path d="M16.6502 11.09H15.9102C15.9002 11.09 15.9002 11.09 15.8902 11.09L15.6102 9.73999C15.3402 8.43999 14.7902 7.25 12.5802 7.25H10.5302H9.42023H7.37022C5.16022 7.25 4.60023 8.43999 4.34023 9.73999L4.06023 11.09C4.05023 11.09 4.05022 11.09 4.04022 11.09H3.30023C2.99023 11.09 2.74023 11.34 2.74023 11.65C2.74023 11.96 2.99023 12.21 3.30023 12.21H3.83023L3.52023 13.69C3.92023 13.46 4.48023 13.32 5.25023 13.32H14.7202C15.4902 13.32 16.0502 13.46 16.4502 13.69L16.1402 12.21H16.6702C16.9802 12.21 17.2302 11.96 17.2302 11.65C17.2102 11.34 16.9602 11.09 16.6502 11.09Z" fill="#292D32"/>
|
|
6
|
+
<path d="M7.75093 17.39H5.52094C5.21094 17.39 4.96094 17.14 4.96094 16.83C4.96094 16.52 5.21094 16.27 5.52094 16.27H7.75093C8.06093 16.27 8.31093 16.52 8.31093 16.83C8.30093 17.14 8.06093 17.39 7.75093 17.39Z" fill="#292D32"/>
|
|
7
|
+
<path d="M14.4306 17.39H12.2006C11.8906 17.39 11.6406 17.14 11.6406 16.83C11.6406 16.52 11.8906 16.27 12.2006 16.27H14.4306C14.7406 16.27 14.9906 16.52 14.9906 16.83C14.9806 17.14 14.7306 17.39 14.4306 17.39Z" fill="#292D32"/>
|
|
8
|
+
</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="M14.1297 11.3401C14.5197 9.70008 13.0897 8.27003 11.4497 8.66003C10.6797 8.85003 10.0497 9.48005 9.85974 10.2501C9.46974 11.8901 10.8997 13.32 12.5397 12.93C13.3197 12.74 13.9497 12.1101 14.1297 11.3401Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M6.02094 17.97C5.84093 17.97 5.65093 17.9 5.51093 17.77C3.57093 15.97 2.46094 13.43 2.46094 10.79C2.46094 5.52998 6.74093 1.25 12.0009 1.25C17.2609 1.25 21.5409 5.52998 21.5409 10.79C21.5409 13.45 20.4709 15.91 18.5309 17.74C18.2309 18.02 17.7509 18.01 17.4709 17.71C17.1909 17.41 17.2009 16.93 17.5009 16.65C19.1409 15.11 20.0409 13.04 20.0409 10.8C20.0409 6.36999 16.4309 2.76001 12.0009 2.76001C7.57093 2.76001 3.96094 6.36999 3.96094 10.8C3.96094 13.06 4.87093 15.14 6.53093 16.68C6.83093 16.96 6.85094 17.44 6.57094 17.74C6.42094 17.89 6.22094 17.97 6.02094 17.97Z" fill="#292D32"/>
|
|
4
|
+
<path opacity="0.4" d="M15.9995 15.3C15.8195 15.3 15.6295 15.23 15.4895 15.1C15.1895 14.82 15.1695 14.34 15.4595 14.04C16.2895 13.16 16.7495 12 16.7495 10.8C16.7495 8.18005 14.6195 6.06006 12.0095 6.06006C9.39952 6.06006 7.26953 8.19005 7.26953 10.8C7.26953 12.01 7.72952 13.16 8.55952 14.04C8.83952 14.34 8.82953 14.82 8.52953 15.1C8.22953 15.39 7.74953 15.3701 7.46953 15.0701C6.37953 13.9101 5.76953 12.39 5.76953 10.8C5.76953 7.36005 8.56952 4.56006 12.0095 4.56006C15.4495 4.56006 18.2495 7.36005 18.2495 10.8C18.2495 12.39 17.6495 13.9101 16.5495 15.0701C16.3995 15.2201 16.1995 15.3 15.9995 15.3Z" fill="#292D32"/>
|
|
5
|
+
<path d="M10.3007 16.66L8.86071 18.4501C7.72071 19.8801 8.73071 21.99 10.5607 21.99H13.4307C15.2607 21.99 16.2807 19.8701 15.1307 18.4501L13.6907 16.66C12.8307 15.57 11.1707 15.57 10.3007 16.66Z" fill="#292D32"/>
|
|
6
|
+
</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.5 6.5V17.5C21.5 19.99 19.49 22 17 22H7C4.51 22 2.5 19.99 2.5 17.5V6.5C2.5 4.01 4.51 2 7 2H17C19.49 2 21.5 4.01 21.5 6.5Z" fill="#292D32"/>
|
|
3
|
+
<path d="M21.5 8.17V9.67H17.37C17.06 10.64 16.15 11.34 15.08 11.34H8.92C8.28 11.34 7.65 11.08 7.2 10.62C6.93 10.36 6.74 10.03 6.62 9.67H2.5V8.17H6.63C6.94 7.2 7.85 6.5 8.92 6.5H15.07C15.72 6.5 16.34 6.76 16.79 7.22C17.06 7.49 17.26 7.81 17.37 8.17H21.5Z" 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="M10.5 4.83002V17.11C10.5 17.93 9.98 18.62 9.25 18.88C9.05 18.96 8.82999 19 8.60999 19C8.29999 19 8 18.92 7.75 18.78C7.14 18.47 6.72 17.84 6.72 17.11V9.56H5.78C3.7 9.56 2 7.86003 2 5.78003C2 4.74003 2.41999 3.79999 3.10999 3.10999C3.79999 2.41999 4.74 2 5.78 2H7.67001C9.22001 2 10.5 3.28002 10.5 4.83002Z" fill="#292D32"/>
|
|
3
|
+
<path d="M5.77985 7.47003C4.84985 7.47003 4.08984 6.71008 4.08984 5.77008C4.08984 4.83008 4.84985 4.08008 5.77985 4.08008C6.18985 4.08008 6.52985 4.42008 6.52985 4.83008C6.52985 5.24008 6.18985 5.58008 5.77985 5.58008C5.66985 5.58008 5.58984 5.67008 5.58984 5.77008C5.58984 5.87008 5.67985 5.97003 5.77985 5.97003C6.18985 5.97003 6.52985 6.31003 6.52985 6.72003C6.52985 7.13003 6.18985 7.47003 5.77985 7.47003Z" fill="#292D32"/>
|
|
4
|
+
<path opacity="0.4" d="M22 5.78003C22 7.86003 20.3 9.56 18.22 9.56H17.28V17.11C17.28 17.84 16.86 18.47 16.25 18.78C16 18.92 15.7 19 15.39 19C15.17 19 14.95 18.96 14.75 18.88C14.02 18.62 13.5 17.93 13.5 17.11V4.83002C13.5 3.28002 14.77 2 16.33 2H18.22C19.26 2 20.2 2.41999 20.89 3.10999C21.58 3.79999 22 4.74003 22 5.78003Z" fill="#292D32"/>
|
|
5
|
+
<path d="M18.2207 7.47003C17.8107 7.47003 17.4707 7.13003 17.4707 6.72003C17.4707 6.31003 17.8107 5.97003 18.2207 5.97003C18.3307 5.97003 18.4107 5.88008 18.4107 5.77008C18.4107 5.66008 18.3207 5.58008 18.2207 5.58008C17.8107 5.58008 17.4707 5.24008 17.4707 4.83008C17.4707 4.42008 17.8107 4.08008 18.2207 4.08008C19.1507 4.08008 19.9107 4.84008 19.9107 5.77008C19.9107 6.70008 19.1607 7.47003 18.2207 7.47003Z" fill="#292D32"/>
|
|
6
|
+
<path d="M9.25 18.88V22C9.25 22.41 8.91 22.75 8.5 22.75C8.09 22.75 7.75 22.41 7.75 22V18.78C8 18.92 8.29999 19 8.60999 19C8.82999 19 9.05 18.96 9.25 18.88Z" fill="#292D32"/>
|
|
7
|
+
<path d="M16.25 18.78V22C16.25 22.41 15.91 22.75 15.5 22.75C15.09 22.75 14.75 22.41 14.75 22V18.88C14.95 18.96 15.17 19 15.39 19C15.7 19 16 18.92 16.25 18.78Z" fill="#292D32"/>
|
|
8
|
+
</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 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="M12.0796 18.9999C11.8496 18.9999 11.6696 18.9399 11.5696 18.8899C11.3396 18.7799 10.7996 18.4299 10.7996 17.4499V14.0599L7.8996 16.7099C7.5996 16.9899 7.1196 16.9699 6.8396 16.6599C6.5596 16.3499 6.57962 15.8799 6.88962 15.5999L10.7996 12.0199V11.9399L6.88962 8.39992C6.57962 8.11992 6.5596 7.64992 6.8396 7.33992C7.1196 7.02992 7.5896 7.00992 7.8996 7.28992L10.7996 9.93992V6.54993C10.7996 5.56993 11.3396 5.20992 11.5696 5.10992C11.7996 4.99992 12.4196 4.81992 13.1696 5.44992L15.5796 7.45993C15.9096 7.72993 16.0996 8.11992 16.1096 8.52992C16.1196 8.93992 15.9496 9.33993 15.6396 9.62993L13.0496 11.9999L15.6396 14.3699C15.9496 14.6599 16.1296 15.0599 16.1196 15.4699C16.1096 15.8799 15.9196 16.2699 15.5896 16.5399L13.1796 18.5499C12.7496 18.8999 12.3696 18.9999 12.0796 18.9999ZM12.2996 13.2999V17.3199L14.6096 15.3899L12.2996 13.2999ZM12.2996 6.67991V10.6399L14.6096 8.51993L12.2996 6.67991Z" fill="#292D32"/>
|
|
4
|
+
<path d="M6.62024 13.3801C5.86024 13.3801 5.24023 12.7601 5.24023 12.0001C5.24023 11.2401 5.86024 10.6201 6.62024 10.6201C7.38024 10.6201 8.00024 11.2401 8.00024 12.0001C8.00024 12.7601 7.38024 13.3801 6.62024 13.3801ZM6.62024 11.8801C6.55024 11.8801 6.50024 11.9401 6.50024 12.0001C6.50024 12.1401 6.75024 12.1401 6.75024 12.0001C6.75024 11.9301 6.69024 11.8801 6.62024 11.8801Z" fill="#292D32"/>
|
|
5
|
+
<path d="M17.38 13.3801C16.62 13.3801 16 12.7601 16 12.0001C16 11.2401 16.62 10.6201 17.38 10.6201C18.14 10.6201 18.76 11.2401 18.76 12.0001C18.76 12.7601 18.13 13.3801 17.38 13.3801ZM17.38 11.8801C17.31 11.8801 17.26 11.9401 17.26 12.0001C17.26 12.1401 17.51 12.1401 17.51 12.0001C17.5 11.9301 17.44 11.8801 17.38 11.8801Z" fill="#292D32"/>
|
|
6
|
+
</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 fill-rule="evenodd" clip-rule="evenodd" d="M12.1186 6.00216C12.6993 5.72427 13.2667 6.01769 13.61 6.30377L15.668 8.02214C15.6685 8.02256 15.669 8.02298 15.6696 8.02341C16.3049 8.5507 16.3362 9.48518 15.7137 10.0455L13.5767 12.0049L15.7137 13.9644C16.3362 14.5247 16.3049 15.4591 15.6696 15.9864C15.6691 15.9869 15.6685 15.9873 15.668 15.9877L13.6105 17.7056L13.6089 17.707C13.2656 17.992 12.7036 18.276 12.1282 18.0067C11.5513 17.7367 11.4099 17.121 11.4099 16.6699V13.9918L9.09672 16.1127C8.79142 16.3927 8.31699 16.3721 8.03705 16.0668C7.75712 15.7615 7.77768 15.2871 8.08298 15.0071L11.3572 12.0049L8.08298 9.00274C7.77768 8.7228 7.75712 8.24837 8.03705 7.94307C8.31699 7.63777 8.79142 7.61721 9.09672 7.89714L11.4099 10.0181V7.33993C11.4099 6.89698 11.5439 6.27721 12.1186 6.00216ZM12.9099 13.4286L14.5698 14.9506L12.9099 16.3366V13.4286ZM12.9099 10.5813V7.6733L14.5698 9.05926L12.9099 10.5813Z" 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="M15 22H9C6 22 4 20 4 17V7C4 4 6 2 9 2H15C18 2 20 4 20 7V17C20 20 18 22 15 22Z" fill="#292D32"/>
|
|
3
|
+
<path d="M12.5991 18.1101C12.3791 18.1101 12.2091 18.0501 12.1091 18.0101C11.8891 17.9101 11.3891 17.5801 11.3891 16.6701V14.0001L9.08906 16.1101C8.78906 16.3901 8.30907 16.3701 8.02907 16.0601C7.74907 15.7501 7.76905 15.2801 8.07905 15.0001L11.3591 11.9901L8.07905 8.98012C7.76905 8.70012 7.74907 8.23012 8.02907 7.92012C8.30907 7.62012 8.78906 7.5901 9.08906 7.8701L11.3891 9.98012V7.32011C11.3891 6.42011 11.8891 6.09012 12.1091 5.98012C12.3191 5.88012 12.8991 5.7001 13.5991 6.2801L15.6591 8.00011C15.9591 8.25011 16.1391 8.62011 16.1491 9.00011C16.1591 9.38011 15.9991 9.76009 15.7091 10.0201L13.5791 11.9701L15.7091 13.9201C15.9991 14.1901 16.1591 14.5601 16.1491 14.9401C16.1391 15.3201 15.9591 15.6901 15.6591 15.9401L13.5991 17.6601C13.2191 18.0201 12.8691 18.1101 12.5991 18.1101ZM12.8991 13.4101V16.3301L14.5691 14.9401L12.8991 13.4101ZM12.8991 7.67012V10.5901L14.5691 9.0601L12.8991 7.67012Z" 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.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="M12.7109 19.0299C12.4809 19.0299 12.3009 18.9699 12.2009 18.9199C11.9709 18.8099 11.4309 18.4499 11.4309 17.4699V14.0499L8.51094 16.7299C8.21094 17.0099 7.73094 16.9899 7.45094 16.6799C7.17094 16.3699 7.19093 15.8999 7.50093 15.6199L11.4309 12.0199V11.9399L7.50093 8.3799C7.19093 8.0999 7.17094 7.6299 7.45094 7.3199C7.73094 7.0199 8.21094 6.9899 8.51094 7.2699L11.4309 9.94989V6.52989C11.4309 5.54989 11.9709 5.18989 12.2009 5.07989C12.4309 4.96989 13.0509 4.78989 13.8009 5.41989L16.2209 7.43989C16.5509 7.70989 16.7409 8.1099 16.7509 8.5199C16.7609 8.9299 16.5909 9.32989 16.2709 9.61989L13.6609 12.0099L16.2709 14.3999C16.5809 14.6899 16.7609 15.0899 16.7509 15.4999C16.7409 15.9099 16.5509 16.2999 16.2209 16.5799L13.8009 18.5999C13.3809 18.9399 13.0009 19.0299 12.7109 19.0299ZM12.9309 13.2999V17.3599L15.2609 15.4099L12.9309 13.2999ZM12.9309 6.63989V10.6399L15.2609 8.49989L12.9309 6.63989Z" fill="#292D32"/>
|
|
4
|
+
</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 opacity="0.4" d="M5.5 12C5.5 8.41 8.41 5.5 12 5.5C15.59 5.5 18.5 8.41 18.5 12C18.5 14.08 17.52 15.94 16 17.13H15.99C14.89 17.99 13.51 18.5 12 18.5C10.51 18.5 9.14 18 8.04 17.15H8.03C6.49 15.96 5.5 14.1 5.5 12Z" fill="#292D32"/>
|
|
3
|
+
<path d="M8.0293 17.1499H8.0393C9.1393 17.9999 10.5093 18.4999 11.9993 18.4999C13.5093 18.4999 14.8893 17.9899 15.9893 17.1299H15.9993L15.4893 19.5999C14.9993 21.4999 13.8993 21.9999 12.5493 21.9999H11.4593C10.1093 21.9999 8.9993 21.4999 8.5193 19.5899L8.0293 17.1499Z" fill="#292D32"/>
|
|
4
|
+
<path d="M8.0293 6.85H8.0393C9.1393 6 10.5093 5.5 11.9993 5.5C13.5093 5.5 14.8893 6.01 15.9893 6.87H15.9993L15.4893 4.4C14.9993 2.5 13.8993 2 12.5493 2H11.4593C10.1093 2 8.9993 2.5 8.5193 4.41L8.0293 6.85Z" fill="#292D32"/>
|
|
5
|
+
<path d="M13.4 14.5999C13.21 14.5999 13.02 14.5299 12.87 14.3799L11.47 12.9799C11.33 12.8399 11.25 12.6499 11.25 12.4499V9.65991C11.25 9.24991 11.59 8.90991 12 8.90991C12.41 8.90991 12.75 9.24991 12.75 9.65991V12.1399L13.93 13.3199C14.22 13.6099 14.22 14.0899 13.93 14.3799C13.78 14.5299 13.59 14.5999 13.4 14.5999Z" fill="#292D32"/>
|
|
6
|
+
</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.2693 17.1899C19.2693 18.0999 17.9793 18.5999 16.6293 18.5899H16.5393C16.8393 17.9699 16.9993 17.2699 16.9993 16.5299C16.9993 13.7699 14.7593 11.5299 11.9993 11.5299C9.23932 11.5299 6.99932 13.7699 6.99932 16.5299C6.99932 17.2699 7.15934 17.9699 7.45934 18.5899H5.5393C0.859297 18.2599 0.859297 11.4499 5.5393 11.1199H5.58935C2.37935 2.1899 15.9193 -1.3801 17.4693 7.9999C21.7993 8.5499 23.5493 14.3199 20.2693 17.1899Z" fill="#292D32"/>
|
|
3
|
+
<path d="M12 11.53C9.24 11.53 7 13.77 7 16.53C7 17.27 7.16002 17.97 7.46002 18.59C7.54002 18.77 7.62998 18.94 7.72998 19.1C8.58998 20.55 10.18 21.53 12 21.53C13.82 21.53 15.41 20.55 16.27 19.1C16.37 18.94 16.46 18.77 16.54 18.59C16.84 17.97 17 17.27 17 16.53C17 13.77 14.76 11.53 12 11.53ZM14.07 16.1L11.94 18.07C11.8 18.2 11.61 18.27 11.43 18.27C11.24 18.27 11.05 18.2 10.9 18.05L9.90997 17.06C9.61997 16.77 9.61997 16.29 9.90997 16C10.2 15.71 10.68 15.71 10.97 16L11.45 16.48L13.05 15C13.36 14.72 13.83 14.74 14.11 15.04C14.39 15.34 14.37 15.81 14.07 16.1Z" 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="M8.1093 11.85C5.2893 12.05 5.2993 16.15 8.1093 16.35H14.7793C15.5893 16.36 16.3693 16.05 16.9693 15.51C18.9493 13.78 17.8893 10.31 15.2893 9.98001C14.3593 4.34001 6.20933 6.48 8.13933 11.85" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M9 22.75C4.73 22.75 1.25 19.27 1.25 15C1.25 14.59 1.59 14.25 2 14.25C2.41 14.25 2.75 14.59 2.75 15C2.75 17.96 4.80999 20.44 7.57999 21.09L7.31 20.64C7.1 20.28 7.21001 19.82 7.57001 19.61C7.92001 19.4 8.39001 19.51 8.60001 19.87L9.64999 21.62C9.78999 21.85 9.79 22.14 9.66 22.37C9.52 22.6 9.27 22.75 9 22.75Z" fill="#292D32"/>
|
|
4
|
+
<path opacity="0.4" d="M22.0004 9.75C21.5904 9.75 21.2504 9.41 21.2504 9C21.2504 6.04 19.1904 3.55997 16.4204 2.90997L16.6904 3.35999C16.9004 3.71999 16.7904 4.18001 16.4304 4.39001C16.0804 4.60001 15.6104 4.49001 15.4004 4.13L14.3504 2.38C14.2104 2.15 14.2104 1.86 14.3404 1.63C14.4704 1.39 14.7204 1.25 14.9904 1.25C19.2604 1.25 22.7404 4.73 22.7404 9C22.7504 9.41 22.4104 9.75 22.0004 9.75Z" 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.2007 14.7799C18.3407 15.5699 17.2007 16.0099 16.0307 15.9999H6.3707C2.3007 15.7099 2.2907 9.79993 6.3707 9.50993H6.41071C3.62071 1.74993 15.4107 -1.34009 16.7607 6.79991C20.5307 7.27991 22.0607 12.2899 19.2007 14.7799Z" fill="#292D32"/>
|
|
3
|
+
<path d="M18.75 21C18.75 21.41 18.41 21.75 18 21.75H14C13.95 21.75 13.91 21.75 13.86 21.73C13.57 22.47 12.84 23 12 23C11.16 23 10.43 22.47 10.14 21.73C10.09 21.75 10.05 21.75 10 21.75H6C5.59 21.75 5.25 21.41 5.25 21C5.25 20.59 5.59 20.25 6 20.25H10C10.05 20.25 10.09 20.25 10.14 20.27C10.34 19.75 10.75 19.34 11.27 19.14C11.25 19.09 11.25 19.05 11.25 19V16H12.75V19C12.75 19.05 12.75 19.09 12.73 19.14C13.25 19.34 13.66 19.75 13.86 20.27C13.91 20.25 13.95 20.25 14 20.25H18C18.41 20.25 18.75 20.59 18.75 21Z" 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.2693 17.1899C19.2693 18.0999 17.9793 18.5999 16.6293 18.5899H16.5393C16.8393 17.9699 16.9993 17.2699 16.9993 16.5299C16.9993 13.7699 14.7593 11.5299 11.9993 11.5299C9.2393 11.5299 6.9993 13.7699 6.9993 16.5299C6.9993 17.2699 7.1593 17.9699 7.4593 18.5899H5.5393C0.859297 18.2599 0.859297 11.4499 5.5393 11.1199H5.5893C2.3793 2.1899 15.9193 -1.3801 17.4693 7.9999C21.7993 8.5499 23.5493 14.3199 20.2693 17.1899Z" fill="#292D32"/>
|
|
3
|
+
<path d="M12 11.53C9.24 11.53 7 13.77 7 16.53C7 17.27 7.16 17.97 7.46 18.59C7.54 18.77 7.63 18.94 7.73 19.1C8.59 20.55 10.18 21.53 12 21.53C13.82 21.53 15.41 20.55 16.27 19.1C16.37 18.94 16.46 18.77 16.54 18.59C16.84 17.97 17 17.27 17 16.53C17 13.77 14.76 11.53 12 11.53ZM13.5 18.14C13.35 18.29 13.16 18.36 12.97 18.36C12.78 18.36 12.59 18.29 12.44 18.14L11.91 17.61L11.36 18.16C11.21 18.31 11.02 18.38 10.83 18.38C10.64 18.38 10.45 18.31 10.3 18.16C10.01 17.87 10.01 17.39 10.3 17.1L10.85 16.55L10.32 16.02C10.03 15.73 10.03 15.25 10.32 14.96C10.61 14.67 11.09 14.67 11.38 14.96L11.91 15.49L12.41 14.99C12.7 14.7 13.18 14.7 13.47 14.99C13.76 15.28 13.76 15.76 13.47 16.05L12.97 16.55L13.5 17.08C13.79 17.38 13.79 17.85 13.5 18.14Z" fill="#292D32"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
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 4H9C6.24 4 4 6.24 4 9V15C4 17.76 6.24 20 9 20H15C17.76 20 20 17.76 20 15V9C20 6.24 17.76 4 15 4ZM17.26 14.26C17.26 15.92 15.92 17.26 14.26 17.26H9.74C8.08 17.26 6.74 15.92 6.74 14.26V9.74C6.74 8.08 8.08 6.74 9.74 6.74H14.25C15.91 6.74 17.25 8.08 17.25 9.74V14.26H17.26Z" fill="#292D32"/>
|
|
3
|
+
<path d="M9.06055 2.75V4H9.00055C8.50055 4 8.02055 4.07 7.56055 4.21V2.75C7.56055 2.34 7.89055 2 8.31055 2C8.72055 2 9.06055 2.34 9.06055 2.75Z" fill="#292D32"/>
|
|
4
|
+
<path d="M12.75 2.75V4H11.25V2.75C11.25 2.34 11.59 2 12 2C12.41 2 12.75 2.34 12.75 2.75Z" fill="#292D32"/>
|
|
5
|
+
<path d="M16.4492 2.75V4.21C15.9892 4.07 15.4992 4 14.9992 4H14.9492V2.75C14.9492 2.34 15.2892 2 15.6992 2C16.1092 2 16.4492 2.34 16.4492 2.75Z" fill="#292D32"/>
|
|
6
|
+
<path d="M21.9991 8.30005C21.9991 8.72005 21.6691 9.05005 21.2491 9.05005H19.9991V9.00005C19.9991 8.50005 19.9291 8.01005 19.7891 7.55005H21.2491C21.6691 7.55005 21.9991 7.89005 21.9991 8.30005Z" fill="#292D32"/>
|
|
7
|
+
<path d="M22 12C22 12.41 21.67 12.75 21.25 12.75H20V11.25H21.25C21.67 11.25 22 11.58 22 12Z" fill="#292D32"/>
|
|
8
|
+
<path d="M21.9991 15.7C21.9991 16.11 21.6691 16.45 21.2491 16.45H19.7891C19.9291 15.99 19.9991 15.5 19.9991 15V14.95H21.2491C21.6691 14.95 21.9991 15.28 21.9991 15.7Z" fill="#292D32"/>
|
|
9
|
+
<path d="M16.4492 19.79V21.25C16.4492 21.66 16.1092 22 15.6992 22C15.2892 22 14.9492 21.66 14.9492 21.25V20H14.9992C15.4992 20 15.9892 19.93 16.4492 19.79Z" fill="#292D32"/>
|
|
10
|
+
<path d="M12.7598 20V21.25C12.7598 21.66 12.4198 22 12.0098 22C11.5898 22 11.2598 21.66 11.2598 21.25V20H12.7598Z" fill="#292D32"/>
|
|
11
|
+
<path d="M9.06055 20V21.25C9.06055 21.66 8.72055 22 8.31055 22C7.89055 22 7.56055 21.66 7.56055 21.25V19.79C8.02055 19.93 8.50055 20 9.00055 20H9.06055Z" fill="#292D32"/>
|
|
12
|
+
<path d="M4.21 7.55005C4.07 8.01005 4 8.50005 4 9.00005V9.05005H2.75C2.34 9.05005 2 8.72005 2 8.30005C2 7.89005 2.34 7.55005 2.75 7.55005H4.21Z" fill="#292D32"/>
|
|
13
|
+
<path d="M4 11.25V12.75H2.75C2.34 12.75 2 12.41 2 12C2 11.58 2.34 11.25 2.75 11.25H4Z" fill="#292D32"/>
|
|
14
|
+
<path d="M4.21 16.45H2.75C2.34 16.45 2 16.11 2 15.7C2 15.28 2.34 14.95 2.75 14.95H4V15C4 15.5 4.07 15.99 4.21 16.45Z" fill="#292D32"/>
|
|
15
|
+
<path d="M14.2602 6.73999H9.74023C8.08023 6.73999 6.74023 8.07999 6.74023 9.73999V14.25C6.74023 15.91 8.08023 17.25 9.74023 17.25H14.2502C15.9102 17.25 17.2502 15.91 17.2502 14.25V9.73999C17.2602 8.08999 15.9102 6.73999 14.2602 6.73999ZM13.5902 13.04L12.6502 14.68C12.5102 14.92 12.2602 15.06 12.0002 15.06C11.8702 15.06 11.7402 15.03 11.6302 14.96C11.2702 14.75 11.1502 14.29 11.3502 13.94L12.0302 12.76H11.4402C10.9602 12.76 10.5702 12.55 10.3602 12.19C10.1502 11.83 10.1702 11.38 10.4002 10.97L11.3402 9.32999C11.5502 8.96999 12.0102 8.84999 12.3602 9.04999C12.7202 9.25999 12.8402 9.71999 12.6402 10.07L11.9602 11.25H12.5502C13.0302 11.25 13.4202 11.46 13.6302 11.82C13.8502 12.18 13.8302 12.62 13.5902 13.04Z" fill="#292D32"/>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
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 9V11.92L19.22 11.47C18.58 11.1 17.78 11.21 17.26 11.71C17.15 11.81 17.06 11.93 16.98 12.06L16.92 12.17C16.81 12.36 16.72 12.41 16.71 12.42C16.69 12.41 16.59 12.36 16.48 12.16L16.42 12.06C16.2 11.68 15.85 11.42 15.43 11.31C15 11.19 14.56 11.25 14.19 11.47L13.28 12C12.87 12.23 12.58 12.61 12.46 13.06C12.34 13.52 12.4 13.99 12.63 14.4C12.74 14.58 12.74 14.69 12.74 14.71C12.73 14.72 12.63 14.78 12.41 14.78C11.44 14.78 10.65 15.57 10.65 16.53V17.47C10.65 18.43 11.44 19.22 12.41 19.22C12.63 19.22 12.73 19.28 12.73 19.29C12.74 19.3 12.74 19.42 12.63 19.6C12.56 19.73 12.5 19.86 12.47 20H9C6.24 20 4 17.76 4 15V9C4 6.24 6.24 4 9 4H15C17.76 4 20 6.24 20 9Z" fill="#292D32"/>
|
|
3
|
+
<path d="M17.2602 9.73999V11.71C17.1502 11.81 17.0602 11.93 16.9802 12.06L16.9202 12.17C16.8102 12.36 16.7202 12.41 16.7102 12.42C16.6902 12.41 16.5902 12.36 16.4802 12.16L16.4202 12.06C16.2002 11.68 15.8502 11.42 15.4302 11.31C15.0002 11.19 14.5602 11.25 14.1902 11.47L13.2802 12C12.8702 12.23 12.5802 12.61 12.4602 13.06C12.3402 13.52 12.4002 13.99 12.6302 14.4C12.7402 14.58 12.7402 14.69 12.7402 14.71C12.7302 14.72 12.6302 14.78 12.4102 14.78C11.4402 14.78 10.6502 15.57 10.6502 16.53V17.26H9.74023C8.09023 17.26 6.74023 15.91 6.74023 14.26V9.73999C6.74023 8.08999 8.09023 6.73999 9.74023 6.73999H14.2602C15.9102 6.73999 17.2602 8.08999 17.2602 9.73999Z" fill="#292D32"/>
|
|
4
|
+
<path d="M9.06055 2.75V4H9.00055C8.50055 4 8.02055 4.07 7.56055 4.21V2.75C7.56055 2.34 7.89055 2 8.31055 2C8.72055 2 9.06055 2.34 9.06055 2.75Z" fill="#292D32"/>
|
|
5
|
+
<path d="M12.75 2.75V4H11.25V2.75C11.25 2.34 11.59 2 12 2C12.41 2 12.75 2.34 12.75 2.75Z" fill="#292D32"/>
|
|
6
|
+
<path d="M16.4492 2.75V4.21C15.9892 4.07 15.4992 4 14.9992 4H14.9492V2.75C14.9492 2.34 15.2892 2 15.6992 2C16.1092 2 16.4492 2.34 16.4492 2.75Z" fill="#292D32"/>
|
|
7
|
+
<path d="M21.9991 8.30005C21.9991 8.72005 21.6691 9.05005 21.2491 9.05005H19.9991V9.00005C19.9991 8.50005 19.9291 8.01005 19.7891 7.55005H21.2491C21.6691 7.55005 21.9991 7.89005 21.9991 8.30005Z" fill="#292D32"/>
|
|
8
|
+
<path d="M9.06055 20V21.25C9.06055 21.66 8.72055 22 8.31055 22C7.89055 22 7.56055 21.66 7.56055 21.25V19.79C8.02055 19.93 8.50055 20 9.00055 20H9.06055Z" fill="#292D32"/>
|
|
9
|
+
<path d="M4.21 7.55005C4.07 8.01005 4 8.50005 4 9.00005V9.05005H2.75C2.34 9.05005 2 8.72005 2 8.30005C2 7.89005 2.34 7.55005 2.75 7.55005H4.21Z" fill="#292D32"/>
|
|
10
|
+
<path d="M4 11.25V12.75H2.75C2.34 12.75 2 12.41 2 12C2 11.58 2.34 11.25 2.75 11.25H4Z" fill="#292D32"/>
|
|
11
|
+
<path d="M4.21 16.45H2.75C2.34 16.45 2 16.11 2 15.7C2 15.28 2.34 14.95 2.75 14.95H4V15C4 15.5 4.07 15.99 4.21 16.45Z" fill="#292D32"/>
|
|
12
|
+
<path opacity="0.4" d="M20.9904 15.53C20.3104 15.53 19.9204 15.19 19.9204 14.69C19.9204 14.49 19.9804 14.26 20.1204 14.02C20.4004 13.54 20.2304 12.92 19.7504 12.65L18.8404 12.12C18.4204 11.87 17.8804 12.02 17.6304 12.44L17.5704 12.54C17.0904 13.37 16.3104 13.37 15.8304 12.54L15.7704 12.44C15.5304 12.02 14.9804 11.87 14.5704 12.12L13.6504 12.65C13.3304 12.83 13.1404 13.17 13.1404 13.52C13.1404 13.69 13.1904 13.86 13.2804 14.02C13.4204 14.26 13.4904 14.49 13.4904 14.69C13.4904 15.19 13.0904 15.53 12.4104 15.53C11.8604 15.53 11.4004 15.98 11.4004 16.53V17.47C11.4004 18.02 11.8604 18.47 12.4104 18.47C13.0904 18.47 13.4904 18.81 13.4904 19.31C13.4904 19.51 13.4204 19.74 13.2804 19.98C13.0004 20.46 13.1704 21.08 13.6504 21.35L14.5704 21.88C14.9804 22.13 15.5304 21.98 15.7704 21.56L15.8304 21.46C16.3104 20.63 17.0904 20.63 17.5704 21.46L17.6304 21.56C17.8804 21.98 18.4204 22.13 18.8404 21.88L19.7504 21.35C20.0704 21.17 20.2604 20.83 20.2604 20.48C20.2604 20.31 20.2104 20.14 20.1204 19.98C19.9804 19.74 19.9204 19.51 19.9204 19.31C19.9204 18.81 20.3104 18.47 20.9904 18.47C21.5504 18.47 22.0004 18.02 22.0004 17.47V16.53C22.0004 15.98 21.5504 15.53 20.9904 15.53ZM16.7004 18.72C15.7504 18.72 14.9804 17.95 14.9804 17C14.9804 16.05 15.7504 15.28 16.7004 15.28C17.6504 15.28 18.4204 16.05 18.4204 17C18.4204 17.95 17.6504 18.72 16.7004 18.72Z" fill="#292D32"/>
|
|
13
|
+
<path d="M18.4205 17C18.4205 17.95 17.6505 18.72 16.7005 18.72C15.7505 18.72 14.9805 17.95 14.9805 17C14.9805 16.05 15.7505 15.28 16.7005 15.28C17.6505 15.28 18.4205 16.05 18.4205 17Z" fill="#292D32"/>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
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 4H9C6.24 4 4 6.24 4 9V15C4 17.76 6.24 20 9 20H15C17.76 20 20 17.76 20 15V9C20 6.24 17.76 4 15 4ZM17.26 14.26C17.26 15.92 15.92 17.26 14.26 17.26H9.74C8.08 17.26 6.74 15.92 6.74 14.26V9.74C6.74 8.08 8.08 6.74 9.74 6.74H14.25C15.91 6.74 17.25 8.08 17.25 9.74V14.26H17.26Z" fill="#292D32"/>
|
|
3
|
+
<path d="M9.06055 2.75V4H9.00055C8.50055 4 8.02055 4.07 7.56055 4.21V2.75C7.56055 2.34 7.89055 2 8.31055 2C8.72055 2 9.06055 2.34 9.06055 2.75Z" fill="#292D32"/>
|
|
4
|
+
<path d="M12.75 2.75V4H11.25V2.75C11.25 2.34 11.59 2 12 2C12.41 2 12.75 2.34 12.75 2.75Z" fill="#292D32"/>
|
|
5
|
+
<path d="M16.4492 2.75V4.21C15.9892 4.07 15.4992 4 14.9992 4H14.9492V2.75C14.9492 2.34 15.2892 2 15.6992 2C16.1092 2 16.4492 2.34 16.4492 2.75Z" fill="#292D32"/>
|
|
6
|
+
<path d="M21.9991 8.30005C21.9991 8.72005 21.6691 9.05005 21.2491 9.05005H19.9991V9.00005C19.9991 8.50005 19.9291 8.01005 19.7891 7.55005H21.2491C21.6691 7.55005 21.9991 7.89005 21.9991 8.30005Z" fill="#292D32"/>
|
|
7
|
+
<path d="M22 12C22 12.41 21.67 12.75 21.25 12.75H20V11.25H21.25C21.67 11.25 22 11.58 22 12Z" fill="#292D32"/>
|
|
8
|
+
<path d="M21.9991 15.7C21.9991 16.11 21.6691 16.45 21.2491 16.45H19.7891C19.9291 15.99 19.9991 15.5 19.9991 15V14.95H21.2491C21.6691 14.95 21.9991 15.28 21.9991 15.7Z" fill="#292D32"/>
|
|
9
|
+
<path d="M16.4492 19.79V21.25C16.4492 21.66 16.1092 22 15.6992 22C15.2892 22 14.9492 21.66 14.9492 21.25V20H14.9992C15.4992 20 15.9892 19.93 16.4492 19.79Z" fill="#292D32"/>
|
|
10
|
+
<path d="M12.7598 20V21.25C12.7598 21.66 12.4198 22 12.0098 22C11.5898 22 11.2598 21.66 11.2598 21.25V20H12.7598Z" fill="#292D32"/>
|
|
11
|
+
<path d="M9.06055 20V21.25C9.06055 21.66 8.72055 22 8.31055 22C7.89055 22 7.56055 21.66 7.56055 21.25V19.79C8.02055 19.93 8.50055 20 9.00055 20H9.06055Z" fill="#292D32"/>
|
|
12
|
+
<path d="M4.21 7.55005C4.07 8.01005 4 8.50005 4 9.00005V9.05005H2.75C2.34 9.05005 2 8.72005 2 8.30005C2 7.89005 2.34 7.55005 2.75 7.55005H4.21Z" fill="#292D32"/>
|
|
13
|
+
<path d="M4 11.25V12.75H2.75C2.34 12.75 2 12.41 2 12C2 11.58 2.34 11.25 2.75 11.25H4Z" fill="#292D32"/>
|
|
14
|
+
<path d="M4.21 16.45H2.75C2.34 16.45 2 16.11 2 15.7C2 15.28 2.34 14.95 2.75 14.95H4V15C4 15.5 4.07 15.99 4.21 16.45Z" fill="#292D32"/>
|
|
15
|
+
<path d="M17.2602 9.73999V14.25C17.2602 15.91 15.9202 17.25 14.2602 17.25H9.74023C8.08023 17.25 6.74023 15.91 6.74023 14.25V9.73999C6.74023 8.07999 8.08023 6.73999 9.74023 6.73999H14.2502C15.9102 6.73999 17.2602 8.08999 17.2602 9.73999Z" fill="#292D32"/>
|
|
16
|
+
</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 opacity="0.4" d="M16 2H6C2.8 2 2 2.8 2 6V11.9C2.03 14.93 2.87 15.7 6 15.7H8.25V19.25H4.95001C4.54001 19.25 4.20001 19.59 4.20001 20C4.20001 20.41 4.54001 20.75 4.95001 20.75H12.25C12.1 20.36 12.03 19.87 12.02 19.25H9.75V15.7H12.02V11.9V10.59C12.02 8.45003 12.73 7.73999 14.87 7.73999H19.15C19.46 7.73999 19.75 7.75998 20 7.78998V6C20 2.8 19.2 2 16 2Z" fill="#292D32"/>
|
|
3
|
+
<path d="M19.9995 7.78998C19.7495 7.75998 19.4595 7.73999 19.1495 7.73999H14.8695C12.7295 7.73999 12.0195 8.45003 12.0195 10.59V19.25C12.0295 19.87 12.0995 20.36 12.2495 20.75C12.5995 21.66 13.3895 22 14.8695 22H19.1495C21.2895 22 21.9995 21.29 21.9995 19.15V10.59C21.9995 8.76003 21.4795 7.97998 19.9995 7.78998ZM17.0096 10.09C17.8796 10.09 18.5795 10.79 18.5795 11.66C18.5795 12.53 17.8796 13.23 17.0096 13.23C16.1396 13.23 15.4395 12.53 15.4395 11.66C15.4395 10.79 16.1396 10.09 17.0096 10.09ZM17.0096 19.15C15.8296 19.15 14.8695 18.19 14.8695 17.01C14.8695 16.52 15.0395 16.06 15.3195 15.7C15.7095 15.2 16.3196 14.87 17.0096 14.87C17.5496 14.87 18.0395 15.07 18.4095 15.39C18.8595 15.79 19.1495 16.37 19.1495 17.01C19.1495 18.19 18.1896 19.15 17.0096 19.15Z" fill="#292D32"/>
|
|
4
|
+
<path opacity="0.4" d="M19.1491 17.0101C19.1491 18.1901 18.1892 19.1501 17.0092 19.1501C15.8292 19.1501 14.8691 18.1901 14.8691 17.0101C14.8691 16.5201 15.0392 16.0601 15.3192 15.7001C15.7092 15.2001 16.3192 14.8701 17.0092 14.8701C17.5492 14.8701 18.0391 15.0701 18.4091 15.3901C18.8591 15.7901 19.1491 16.3701 19.1491 17.0101Z" fill="#292D32"/>
|
|
5
|
+
<path opacity="0.4" d="M17.0095 13.23C17.8765 13.23 18.5794 12.5271 18.5794 11.66C18.5794 10.7929 17.8765 10.0901 17.0095 10.0901C16.1424 10.0901 15.4395 10.7929 15.4395 11.66C15.4395 12.5271 16.1424 13.23 17.0095 13.23Z" fill="#292D32"/>
|
|
6
|
+
</svg>
|