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,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.0293 12.03C22.0293 15.06 20.6793 17.78 18.5393 19.62C18.1593 19.94 17.7593 20.24 17.3293 20.51C15.7993 21.47 13.9793 22.03 12.0293 22.03C6.5093 22.03 2.0293 17.55 2.0293 12.03C2.0293 9.00003 3.3793 6.28003 5.5193 4.44003C5.8993 4.12003 6.2993 3.82003 6.7293 3.55003C8.2593 2.59003 10.0793 2.03003 12.0293 2.03003C17.5493 2.03003 22.0293 6.51003 22.0293 12.03Z" fill="#292D32"/>
|
|
3
|
+
<path d="M15.0995 7.68005L15.0895 12.23C15.0895 12.54 14.8995 12.81 14.6195 12.92C14.5295 12.96 14.4295 12.98 14.3395 12.98C14.1395 12.98 13.9495 12.9 13.8095 12.76L5.61953 4.56005C5.57953 4.52005 5.54953 4.48005 5.51953 4.44005C5.89953 4.12005 6.29953 3.82005 6.72953 3.55005L13.5895 10.42L13.5995 7.68005C13.5995 7.27005 13.9395 6.93005 14.3495 6.93005C14.7695 6.93005 15.0995 7.27005 15.0995 7.68005Z" fill="#292D32"/>
|
|
4
|
+
<path d="M18.5409 19.6201C18.1609 19.9401 17.7609 20.2401 17.3309 20.5101L10.4709 13.6401L10.4609 16.3801C10.4609 16.7901 10.1209 17.1301 9.71094 17.1301C9.29094 17.1301 8.96094 16.7901 8.96094 16.3801L8.97094 11.8301C8.97094 11.5201 9.16094 11.2501 9.44094 11.1401C9.71094 11.0201 10.0409 11.0801 10.2509 11.3001L18.4409 19.5001C18.4809 19.5401 18.5109 19.5801 18.5409 19.6201Z" 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="M22 10.7599C22 10.2899 21.62 9.8999 21.14 9.8999H2.86C2.38 9.8999 2 10.2799 2 10.7599C2 16.6499 6.11 20.7599 12 20.7599C17.89 20.7599 22 16.6399 22 10.7599Z" fill="#292D32"/>
|
|
3
|
+
<path d="M12.5304 3.45992L15.3804 6.29992C15.6704 6.58992 15.6704 7.06992 15.3804 7.35992C15.0904 7.64992 14.6104 7.64992 14.3204 7.35992L12.7504 5.79992V15.3699C12.7504 15.7799 12.4104 16.1199 12.0004 16.1199C11.5904 16.1199 11.2504 15.7799 11.2504 15.3699V5.79992L9.69039 7.36992C9.40039 7.65992 8.92039 7.65992 8.63039 7.36992C8.48039 7.21992 8.40039 7.02992 8.40039 6.83992C8.40039 6.64992 8.47039 6.45992 8.62039 6.30992L11.4704 3.46992C11.7604 3.16992 12.2404 3.16992 12.5304 3.45992Z" 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="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" fill="#292D32"/>
|
|
3
|
+
<path d="M16.7475 7H11.9175C11.5075 7 11.1675 7.34 11.1675 7.75C11.1675 8.16 11.5075 8.5 11.9175 8.5H14.9375L7.2175 16.22C6.9275 16.51 6.9275 16.99 7.2175 17.28C7.3675 17.43 7.5575 17.5 7.7475 17.5C7.9375 17.5 8.1275 17.43 8.2775 17.28L15.9975 9.56V12.58C15.9975 12.99 16.3375 13.33 16.7475 13.33C17.1575 13.33 17.4975 12.99 17.4975 12.58V7.75C17.4975 7.34 17.1575 7 16.7475 7Z" 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.8 9H7.2C4 9 2 11 2 14.2V16.79C2 20 4 22 7.2 22H16.79C19.99 22 21.99 20 21.99 16.8V14.2C22 11 20 9 16.8 9Z" fill="#292D32"/>
|
|
3
|
+
<path d="M15.8798 5.56994L12.5298 2.21994C12.2398 1.92994 11.7598 1.92994 11.4698 2.21994L8.11984 5.56994C7.82984 5.85994 7.82984 6.33994 8.11984 6.62994C8.40984 6.91994 8.88984 6.91994 9.17984 6.62994L11.2498 4.55994V15.2499C11.2498 15.6599 11.5898 15.9999 11.9998 15.9999C12.4098 15.9999 12.7498 15.6599 12.7498 15.2499V4.55994L14.8198 6.62994C14.9698 6.77994 15.1598 6.84994 15.3498 6.84994C15.5398 6.84994 15.7298 6.77994 15.8798 6.62994C16.1798 6.33994 16.1798 5.86994 15.8798 5.56994Z" 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.7475 7H11.9175C11.5075 7 11.1675 7.34 11.1675 7.75C11.1675 8.16 11.5075 8.5 11.9175 8.5H14.9375L7.2175 16.22C6.9275 16.51 6.9275 16.99 7.2175 17.28C7.3675 17.43 7.5575 17.5 7.7475 17.5C7.9375 17.5 8.1275 17.43 8.2775 17.28L15.9975 9.56V12.58C15.9975 12.99 16.3375 13.33 16.7475 13.33C17.1575 13.33 17.4975 12.99 17.4975 12.58V7.75C17.4975 7.34 17.1575 7 16.7475 7Z" 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.82001C4.17001 2 2 4.17 2 7.81V16.18C2 19.82 4.17 21.99 7.81 21.99H16.18C19.82 21.99 21.99 19.82 21.99 16.18V7.81C22 4.17 19.83 2 16.19 2Z" fill="#292D32"/>
|
|
3
|
+
<path d="M17.53 8.66006L15.96 7.09006C15.67 6.80006 15.19 6.80006 14.9 7.09006C14.61 7.38006 14.61 7.86006 14.9 8.15006L15.23 8.48006H10.08C7.97 8.48006 6.25 10.2001 6.25 12.3101C6.25 14.4201 7.97 16.1401 10.08 16.1401H15C15.41 16.1401 15.75 15.8001 15.75 15.3901C15.75 14.9801 15.41 14.6401 15 14.6401H10.08C8.8 14.6401 7.75 13.6001 7.75 12.3101C7.75 11.0201 8.79 9.98006 10.08 9.98006H15.16L14.9 10.2401C14.61 10.5301 14.61 11.0101 14.9 11.3001C15.05 11.4501 15.24 11.5201 15.43 11.5201C15.62 11.5201 15.81 11.4501 15.96 11.3001L17.53 9.73006C17.82 9.43006 17.82 8.96006 17.53 8.66006Z" 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.8 9H7.2C4 9 2 11 2 14.2V16.79C2 20 4 22 7.2 22H16.79C19.99 22 21.99 20 21.99 16.8V14.2C22 11 20 9 16.8 9Z" fill="#292D32"/>
|
|
3
|
+
<path d="M15.8798 12.43L12.5298 15.78C12.2398 16.07 11.7598 16.07 11.4698 15.78L8.11984 12.43C7.82984 12.14 7.82984 11.66 8.11984 11.37C8.40984 11.08 8.88984 11.08 9.17984 11.37L11.2498 13.44V2.75C11.2498 2.34 11.5898 2 11.9998 2C12.4098 2 12.7498 2.34 12.7498 2.75V13.44L14.8198 11.37C14.9698 11.22 15.1598 11.15 15.3498 11.15C15.5398 11.15 15.7298 11.22 15.8798 11.37C16.1798 11.66 16.1798 12.13 15.8798 12.43Z" 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="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" fill="#292D32"/>
|
|
3
|
+
<path d="M7.75 17.5H12.58C12.99 17.5 13.33 17.16 13.33 16.75C13.33 16.34 12.99 16 12.58 16H9.56L17.28 8.28C17.57 7.99 17.57 7.51 17.28 7.22C17.13 7.07 16.94 7 16.75 7C16.56 7 16.37 7.07 16.22 7.22L8.5 14.94V11.92C8.5 11.51 8.16 11.17 7.75 11.17C7.34 11.17 7 11.51 7 11.92V16.75C7 17.16 7.34 17.5 7.75 17.5Z" 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="M7.75 17.5H12.58C12.99 17.5 13.33 17.16 13.33 16.75C13.33 16.34 12.99 16 12.58 16H9.56L17.28 8.28C17.57 7.99 17.57 7.51 17.28 7.22C17.13 7.07 16.94 7 16.75 7C16.56 7 16.37 7.07 16.22 7.22L8.5 14.94V11.92C8.5 11.51 8.16 11.17 7.75 11.17C7.34 11.17 7 11.51 7 11.92V16.75C7 17.16 7.34 17.5 7.75 17.5Z" fill="#292D32"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M22 10.7599C22 10.2899 21.62 9.8999 21.14 9.8999H2.86C2.38 9.8999 2 10.2799 2 10.7599C2 16.6499 6.11 20.7599 12 20.7599C17.89 20.7599 22 16.6399 22 10.7599Z" fill="#292D32"/>
|
|
3
|
+
<path d="M12.4598 15.9L15.3098 13.06C15.5998 12.77 15.5998 12.29 15.3098 12C15.0198 11.71 14.5398 11.71 14.2498 12L12.6898 13.56V3.98999C12.6898 3.57999 12.3498 3.23999 11.9398 3.23999C11.5298 3.23999 11.1898 3.57999 11.1898 3.98999V13.56L9.61984 12C9.32984 11.71 8.84984 11.71 8.55984 12C8.40984 12.15 8.33984 12.34 8.33984 12.53C8.33984 12.72 8.40984 12.91 8.55984 13.06L11.4098 15.9C11.6998 16.2 12.1698 16.2 12.4598 15.9Z" 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="M9 7.2V16.79C9 20 11 22 14.2 22H16.79C19.99 22 21.99 20 21.99 16.8V7.2C22 4 20 2 16.8 2H14.2C11 2 9 4 9 7.2Z" fill="#292D32"/>
|
|
3
|
+
<path d="M12.43 8.12002L15.78 11.47C16.07 11.76 16.07 12.24 15.78 12.53L12.43 15.88C12.14 16.17 11.66 16.17 11.37 15.88C11.08 15.59 11.08 15.11 11.37 14.82L13.44 12.75H2.75C2.34 12.75 2 12.41 2 12C2 11.59 2.34 11.25 2.75 11.25H13.44L11.37 9.18002C11.22 9.03002 11.15 8.84002 11.15 8.65002C11.15 8.46002 11.22 8.27002 11.37 8.12002C11.66 7.82002 12.13 7.82002 12.43 8.12002Z" 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="M10.7604 2C10.2804 2 9.90039 2.38 9.90039 2.86V21.15C9.90039 21.62 10.2804 22.01 10.7604 22.01C16.6504 22.01 20.7604 17.9 20.7604 12.01C20.7604 6.12 16.6404 2 10.7604 2Z" fill="#292D32"/>
|
|
3
|
+
<path d="M15.9002 11.5399L13.0602 8.68991C12.7702 8.39991 12.2902 8.39991 12.0002 8.68991C11.7102 8.97991 11.7102 9.45991 12.0002 9.74991L13.5602 11.3099H3.99023C3.58023 11.3099 3.24023 11.6499 3.24023 12.0599C3.24023 12.4699 3.58023 12.8099 3.99023 12.8099H13.5602L12.0002 14.3799C11.7102 14.6699 11.7102 15.1499 12.0002 15.4399C12.1502 15.5899 12.3402 15.6599 12.5302 15.6599C12.7202 15.6599 12.9102 15.5899 13.0602 15.4399L15.9002 12.5899C16.2002 12.2999 16.2002 11.8299 15.9002 11.5399Z" 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="M13.2402 2C13.7102 2 14.1002 2.38 14.1002 2.86V21.15C14.1002 21.62 13.7202 22.01 13.2402 22.01C7.35023 22.01 3.24023 17.9 3.24023 12.01C3.24023 6.12 7.36023 2 13.2402 2Z" fill="#292D32"/>
|
|
3
|
+
<path d="M20.5409 11.5399L17.7009 8.68991C17.4109 8.39991 16.9309 8.39991 16.6409 8.68991C16.3509 8.97991 16.3509 9.45991 16.6409 9.74991L18.2009 11.3099H8.63086C8.22086 11.3099 7.88086 11.6499 7.88086 12.0599C7.88086 12.4699 8.22086 12.8099 8.63086 12.8099H18.2009L16.6409 14.3699C16.3509 14.6599 16.3509 15.1399 16.6409 15.4299C16.7909 15.5799 16.9809 15.6499 17.1709 15.6499C17.3609 15.6499 17.5509 15.5799 17.7009 15.4299L20.5409 12.5799C20.8309 12.2999 20.8309 11.8299 20.5409 11.5399Z" 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="M9 7.2V16.79C9 20 11 22 14.2 22H16.79C19.99 22 21.99 20 21.99 16.8V7.2C22 4 20 2 16.8 2H14.2C11 2 9 4 9 7.2Z" fill="#292D32"/>
|
|
3
|
+
<path d="M5.56945 8.12002L2.21945 11.47C1.92945 11.76 1.92945 12.24 2.21945 12.53L5.56945 15.88C5.85945 16.17 6.33945 16.17 6.62945 15.88C6.91945 15.59 6.91945 15.11 6.62945 14.82L4.55945 12.75H15.2495C15.6595 12.75 15.9995 12.41 15.9995 12C15.9995 11.59 15.6595 11.25 15.2495 11.25H4.55945L6.62945 9.18002C6.77945 9.03002 6.84945 8.84002 6.84945 8.65002C6.84945 8.46002 6.77945 8.26002 6.62945 8.12002C6.33945 7.82002 5.86945 7.82002 5.56945 8.12002Z" 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="M16.1898 2H7.81978C4.17978 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17978 21.99 7.81978 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z" fill="#292D32"/>
|
|
3
|
+
<path d="M13.0211 12.5901H10.5911C10.1811 12.5901 9.8411 12.9301 9.8411 13.3401C9.8411 13.7501 10.1811 14.0901 10.5911 14.0901H14.8311C14.9311 14.0901 15.0211 14.0701 15.1211 14.0301C15.3011 13.9501 15.4511 13.8101 15.5311 13.6201C15.5711 13.5301 15.5911 13.4301 15.5911 13.3301V9.10011C15.5911 8.69011 15.2511 8.35011 14.8411 8.35011C14.4311 8.35011 14.0911 8.69011 14.0911 9.10011V11.5301L9.71111 7.15012C9.42111 6.86012 8.94109 6.86012 8.65109 7.15012C8.36109 7.44012 8.36109 7.92011 8.65109 8.21011L13.0211 12.5901Z" fill="#292D32"/>
|
|
4
|
+
<path d="M18.7107 16.2802C18.5807 15.8902 18.1607 15.6802 17.7607 15.8102C14.0407 17.0502 9.95066 17.0502 6.23066 15.8102C5.84066 15.6802 5.41067 15.8902 5.28067 16.2802C5.15067 16.6702 5.36067 17.1002 5.75067 17.2302C7.76067 17.9002 9.87067 18.2402 11.9907 18.2402C14.1107 18.2402 16.2207 17.9002 18.2307 17.2302C18.6307 17.0902 18.8407 16.6702 18.7107 16.2802Z" fill="#292D32"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M16.19 2H7.82C4.17 2 2 4.17 2 7.81V16.18C2 19.82 4.17 21.99 7.81 21.99H16.18C19.82 21.99 21.99 19.82 21.99 16.18V7.81C22 4.17 19.83 2 16.19 2Z" fill="#292D32"/>
|
|
3
|
+
<path d="M11.4714 15.04C11.5414 15.11 11.6214 15.16 11.7114 15.2C11.8014 15.24 11.9014 15.26 12.0014 15.26C12.1014 15.26 12.1914 15.24 12.2914 15.2C12.3814 15.16 12.4614 15.11 12.5314 15.04L15.5314 12.04C15.8214 11.75 15.8214 11.27 15.5314 10.98C15.2414 10.69 14.7614 10.69 14.4714 10.98L12.7514 12.7V6.51001C12.7514 6.10001 12.4114 5.76001 12.0014 5.76001C11.5914 5.76001 11.2514 6.10001 11.2514 6.51001V12.7L9.5314 10.98C9.2414 10.69 8.76141 10.69 8.47141 10.98C8.18141 11.27 8.18141 11.75 8.47141 12.04L11.4714 15.04Z" fill="#292D32"/>
|
|
4
|
+
<path d="M18.7107 16.28C18.5807 15.89 18.1607 15.68 17.7607 15.81C14.0407 17.05 9.95067 17.05 6.23067 15.81C5.84067 15.68 5.41067 15.89 5.28067 16.28C5.15067 16.67 5.36067 17.1 5.75067 17.23C7.76067 17.9 9.87067 18.24 11.9907 18.24C14.1107 18.24 16.2207 17.9 18.2307 17.23C18.6307 17.09 18.8407 16.67 18.7107 16.28Z" fill="#292D32"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4.99844 18.1998C4.79844 18.1998 4.59844 18.0998 4.49844 17.9998C4.19844 17.6998 4.19844 17.1998 4.49844 16.8998L18.4984 2.8998C18.7984 2.5998 19.2984 2.5998 19.5984 2.8998C19.8984 3.1998 19.8984 3.6998 19.5984 3.9998L5.59844 17.9998C5.39844 18.1998 5.19844 18.1998 4.99844 18.1998Z" fill="#292D32"/>
|
|
3
|
+
<path d="M15.2992 18.1999H4.99922C4.59922 18.1999 4.19922 17.8999 4.19922 17.3999V7.1999C4.19922 6.7999 4.49922 6.3999 4.99922 6.3999C5.49922 6.3999 5.79922 6.6999 5.79922 7.1999V16.6999H15.2992C15.6992 16.6999 16.0992 16.9999 16.0992 17.4999C16.0992 17.9999 15.6992 18.1999 15.2992 18.1999Z" fill="#292D32"/>
|
|
4
|
+
<path opacity="0.4" d="M20.4992 22.8002H3.49922C3.09922 22.8002 2.69922 22.5002 2.69922 22.0002C2.69922 21.5002 2.99922 21.2002 3.49922 21.2002H20.4992C20.8992 21.2002 21.2992 21.5002 21.2992 22.0002C21.2992 22.5002 20.8992 22.8002 20.4992 22.8002Z" fill="#292D32"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M7.81 2H16.18C19.83 2 22 4.17 22 7.81V16.18C22 19.82 19.83 21.99 16.19 21.99H7.81C4.17 22 2 19.83 2 16.19V7.81C2 4.17 4.17 2 7.81 2Z" fill="#292D32"/>
|
|
3
|
+
<path d="M17.53 9.16006L15.96 7.59006C15.67 7.30006 15.19 7.30006 14.9 7.59006C14.61 7.88006 14.61 8.36006 14.9 8.65006L15.23 8.98006H10.08C7.97 8.98006 6.25 10.7001 6.25 12.8101C6.25 14.9201 7.97 16.6401 10.08 16.6401H15C15.41 16.6401 15.75 16.3001 15.75 15.8901C15.75 15.4801 15.41 15.1401 15 15.1401H10.08C8.8 15.1401 7.75 14.1001 7.75 12.8101C7.75 11.5201 8.79 10.4801 10.08 10.4801H15.16L14.9 10.7401C14.61 11.0301 14.61 11.5101 14.9 11.8001C15.05 11.9501 15.24 12.0201 15.43 12.0201C15.62 12.0201 15.81 11.9501 15.96 11.8001L17.53 10.2301C17.82 9.93006 17.82 9.46006 17.53 9.16006Z" fill="#292D32"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M22 7.81V16.18C22 19.82 19.83 21.99 16.19 21.99H7.81C4.17 22 2 19.83 2 16.19V7.81C2 4.17 4.17 2 7.81 2H16.18C19.83 2 22 4.17 22 7.81Z" fill="#292D32"/>
|
|
3
|
+
<path d="M12 18.25C10.21 18.25 8.81 17.36 7.86 16.48V17.19C7.86 17.6 7.52 17.94 7.11 17.94C6.7 17.94 6.36 17.6 6.36 17.19V14.44C6.36 14.03 6.7 13.69 7.11 13.69H9.59C10 13.69 10.34 14.03 10.34 14.44C10.34 14.85 10 15.19 9.59 15.19H8.69C9.43 15.93 10.58 16.75 12 16.75C14.62 16.75 16.75 14.62 16.75 12C16.75 11.59 17.09 11.25 17.5 11.25C17.91 11.25 18.25 11.59 18.25 12C18.25 15.45 15.45 18.25 12 18.25ZM6.5 12.75C6.09 12.75 5.75 12.41 5.75 12C5.75 8.55 8.55 5.75 12 5.75C14.15 5.75 15.73 6.68 16.75 7.57V6.81C16.75 6.4 17.09 6.06 17.5 6.06C17.91 6.06 18.25 6.4 18.25 6.81V9.55C18.25 9.58 18.25 9.61 18.25 9.63C18.24 9.74 18.21 9.84 18.16 9.93C18.11 10.02 18.04 10.1 17.95 10.17C17.88 10.22 17.8 10.26 17.71 10.29C17.64 10.31 17.57 10.32 17.5 10.32H15.07C14.66 10.32 14.32 9.98 14.32 9.57C14.32 9.16 14.66 8.82 15.07 8.82H15.9C15.1 8.08 13.81 7.26 12.02 7.26C9.4 7.26 7.27 9.39 7.27 12.01C7.25 12.41 6.91 12.75 6.5 12.75Z" 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="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" fill="#292D32"/>
|
|
3
|
+
<path d="M16.7586 11.9301C16.3386 11.8601 15.9686 12.1601 15.9086 12.5701C15.7886 13.4401 15.3986 14.2201 14.7986 14.8201C13.4186 16.2001 11.2786 16.3401 9.72861 15.2701H10.4786C10.8886 15.2701 11.2286 14.9301 11.2286 14.5201C11.2286 14.1101 10.8886 13.7701 10.4786 13.7701H7.80859C7.39859 13.7701 7.05859 14.1101 7.05859 14.5201V17.1901C7.05859 17.6001 7.39859 17.9401 7.80859 17.9401C8.21859 17.9401 8.55859 17.6001 8.55859 17.1901V16.2501C9.55859 17.0601 10.7686 17.4901 11.9886 17.4901C13.3886 17.4901 14.7886 16.9601 15.8586 15.8901C16.6886 15.0601 17.2186 13.9901 17.3886 12.7901C17.4586 12.3601 17.1686 11.9801 16.7586 11.9301Z" fill="#292D32"/>
|
|
4
|
+
<path d="M7.33944 12.0801C7.70944 12.0801 8.02943 11.8101 8.07943 11.4401C8.19943 10.5701 8.58944 9.79006 9.18944 9.19006C10.5694 7.81006 12.7095 7.67005 14.2595 8.74005H13.5095C13.0995 8.74005 12.7595 9.08005 12.7595 9.49005C12.7595 9.90005 13.0995 10.2401 13.5095 10.2401H16.1794C16.5894 10.2401 16.9294 9.90005 16.9294 9.49005V6.82007C16.9294 6.41007 16.5894 6.07007 16.1794 6.07007C15.7694 6.07007 15.4294 6.41007 15.4294 6.82007V7.76007C13.2794 6.02007 10.1295 6.13006 8.13946 8.12006C7.30946 8.95006 6.77943 10.02 6.60943 11.22C6.54943 11.63 6.83944 12.0101 7.24944 12.0701C7.26944 12.0801 7.30944 12.0801 7.33944 12.0801Z" fill="#292D32"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M16.19 2H7.82001C4.17001 2 2 4.17 2 7.81V16.18C2 19.82 4.17 21.99 7.81 21.99H16.18C19.82 21.99 21.99 19.82 21.99 16.18V7.81C22 4.17 19.83 2 16.19 2Z" fill="#292D32"/>
|
|
3
|
+
<path d="M12.0002 6.50995C11.8602 6.50995 11.7102 6.52994 11.5702 6.53994L11.8502 6.21994C12.1202 5.90994 12.0902 5.42994 11.7802 5.15994C11.4702 4.88994 10.9902 4.91994 10.7202 5.22994L9.05023 7.13994C9.04023 7.14994 9.04023 7.15995 9.03023 7.16995C9.02023 7.17994 9.01022 7.17994 9.01022 7.18994C8.99022 7.21994 8.98024 7.25995 8.96024 7.29995C8.94024 7.34995 8.91022 7.38995 8.90022 7.43994C8.89022 7.48994 8.89023 7.52994 8.88023 7.57994C8.88023 7.62994 8.87022 7.66994 8.87022 7.71994C8.87022 7.76994 8.89023 7.80995 8.91023 7.85995C8.92023 7.90995 8.94024 7.94994 8.96024 7.98994C8.98024 8.02994 9.02023 8.06994 9.05023 8.10994C9.08023 8.13994 9.09022 8.17994 9.12022 8.19994C9.13022 8.20994 9.14022 8.20995 9.15022 8.21995C9.16022 8.22995 9.16023 8.23994 9.17023 8.23994L11.1102 9.65995C11.2402 9.75994 11.4002 9.79995 11.5502 9.79995C11.7802 9.79995 12.0102 9.68994 12.1602 9.48994C12.4002 9.15995 12.3302 8.68994 12.0002 8.43994L11.4402 8.02994C11.6202 8.00994 11.8102 7.98994 12.0002 7.98994C14.3402 7.98994 16.2502 9.89995 16.2502 12.2399C16.2502 14.5799 14.3402 16.4899 12.0002 16.4899C9.66023 16.4899 7.75023 14.5799 7.75023 12.2399C7.75023 11.3899 8.00024 10.5799 8.46024 9.87995C8.69024 9.53995 8.60023 9.06994 8.25023 8.83995C7.91023 8.60995 7.44024 8.69995 7.21024 9.04995C6.58024 9.99995 6.24023 11.0999 6.24023 12.2399C6.24023 15.4099 8.82023 17.9899 11.9902 17.9899C15.1602 17.9899 17.7402 15.4099 17.7402 12.2399C17.7402 9.06994 15.1702 6.50995 12.0002 6.50995Z" 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.82001C4.17001 2 2 4.17 2 7.81V16.18C2 19.82 4.17 21.99 7.81 21.99H16.18C19.82 21.99 21.99 19.82 21.99 16.18V7.81C22 4.17 19.83 2 16.19 2Z" fill="#292D32"/>
|
|
3
|
+
<path d="M16.78 9.07011C16.55 8.72011 16.08 8.63011 15.74 8.86011C15.4 9.09011 15.3 9.56011 15.53 9.90011C16 10.6001 16.24 11.4201 16.24 12.2601C16.24 14.6001 14.33 16.5101 11.99 16.5101C9.65001 16.5101 7.74001 14.6001 7.74001 12.2601C7.74001 9.92011 9.65001 8.01011 11.99 8.01011C12.18 8.01011 12.36 8.03011 12.55 8.05011L12 8.46011C11.67 8.70011 11.59 9.17011 11.84 9.51011C11.99 9.71011 12.22 9.82011 12.45 9.82011C12.6 9.82011 12.76 9.77011 12.89 9.68011L14.83 8.26011C14.84 8.25011 14.84 8.24011 14.85 8.24011C14.86 8.23011 14.87 8.23011 14.88 8.22011C14.91 8.19011 14.93 8.16011 14.95 8.13011C14.98 8.09011 15.02 8.06011 15.04 8.01011C15.06 7.97011 15.07 7.92011 15.09 7.88011C15.1 7.83011 15.12 7.79011 15.13 7.74011C15.14 7.69011 15.13 7.65011 15.12 7.60011C15.12 7.55011 15.12 7.51011 15.1 7.46011C15.09 7.41011 15.06 7.37011 15.04 7.32011C15.02 7.29011 15.02 7.25011 14.99 7.21011C14.98 7.20011 14.97 7.20011 14.97 7.19011C14.96 7.18011 14.96 7.17011 14.95 7.16011L13.28 5.25011C13.01 4.94011 12.53 4.90011 12.22 5.18011C11.91 5.45011 11.88 5.93011 12.15 6.24011L12.43 6.56011C12.29 6.55011 12.15 6.53011 12 6.53011C8.83 6.53011 6.25 9.11011 6.25 12.2801C6.25 15.4501 8.83 18.0301 12 18.0301C15.17 18.0301 17.75 15.4501 17.75 12.2801C17.75 11.1201 17.42 10.0201 16.78 9.07011Z" 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="M16.19 2H7.82001C4.17001 2 2 4.17 2 7.81V16.18C2 19.82 4.17 21.99 7.81 21.99H16.18C19.82 21.99 21.99 19.82 21.99 16.18V7.81C22 4.17 19.83 2 16.19 2Z" fill="#292D32"/>
|
|
3
|
+
<path d="M18.0004 11.27C17.5804 11.27 17.2504 11.6 17.2504 12.02C17.2404 13.42 16.7004 14.73 15.7204 15.71C14.7304 16.7 13.4104 17.25 12.0104 17.25C10.6104 17.25 9.29038 16.7 8.30038 15.71C8.27038 15.68 8.2504 15.65 8.2204 15.62H9.05038C9.46038 15.62 9.80038 15.28 9.80038 14.87C9.80038 14.46 9.46038 14.12 9.05038 14.12H6.40039C5.99039 14.12 5.65039 14.46 5.65039 14.87V17.52C5.65039 17.93 5.99039 18.27 6.40039 18.27C6.81039 18.27 7.15039 17.93 7.15039 17.52V16.67C7.18039 16.7 7.21039 16.74 7.24039 16.78C8.51039 18.05 10.2104 18.76 12.0104 18.76C13.8104 18.76 15.5104 18.06 16.7804 16.78C18.0404 15.52 18.7404 13.83 18.7504 12.03C18.7504 11.61 18.4104 11.28 18.0004 11.27Z" fill="#292D32"/>
|
|
4
|
+
<path d="M6.00022 12.65C6.41022 12.65 6.74022 12.32 6.75022 11.91C6.77022 10.54 7.32022 9.25 8.28022 8.28C9.27022 7.29 10.5902 6.74 11.9902 6.74C13.3902 6.74 14.7102 7.29 15.7002 8.28C15.7302 8.31 15.7502 8.34 15.7802 8.37H14.9502C14.5402 8.37 14.2002 8.71 14.2002 9.12C14.2002 9.53 14.5402 9.87 14.9502 9.87H17.6002C18.0102 9.87 18.3502 9.53 18.3502 9.12V6.48C18.3502 6.07 18.0102 5.73 17.6002 5.73C17.1902 5.73 16.8502 6.07 16.8502 6.48V7.34C16.8202 7.31 16.7902 7.27 16.7602 7.23C15.4902 5.96 13.7902 5.25 11.9902 5.25C10.1902 5.25 8.49022 5.95 7.22022 7.23C5.97022 8.47 5.27022 10.13 5.25022 11.89C5.24022 12.3 5.57021 12.64 5.99021 12.65C6.00021 12.65 6.00022 12.65 6.00022 12.65Z" fill="#292D32"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M14.55 22.42C14.22 22.42 13.91 22.2 13.82 21.86C13.72 21.46 13.95 21.05 14.35 20.94C18.41 19.87 21.24 16.19 21.24 11.99C21.24 6.89 17.09 2.74 11.99 2.74C7.66 2.74 4.82 5.27 3.49 6.8H6.43C6.84 6.8 7.18 7.14 7.18 7.55C7.18 7.96 6.86 8.31 6.44 8.31H2.01C1.94 8.31 1.87 8.3 1.8 8.28C1.71 8.25 1.63 8.21 1.56 8.16C1.47 8.1 1.4 8.02 1.35 7.93C1.3 7.83 1.26 7.73 1.25 7.62C1.25 7.59 1.25 7.57 1.25 7.54V3C1.25 2.59 1.59 2.25 2 2.25C2.41 2.25 2.75 2.59 2.75 3V5.39C4.38 3.64 7.45 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 16.88 19.46 21.16 14.74 22.4C14.68 22.41 14.61 22.42 14.55 22.42Z" fill="#292D32"/>
|
|
3
|
+
<path d="M11.29 22.73C11.27 22.73 11.24 22.73 11.22 22.72C10.15 22.65 9.1 22.41 8.1 22.02C7.81 21.91 7.62 21.62 7.62 21.31C7.62 21.22 7.64 21.13 7.67 21.05C7.82 20.67 8.26 20.47 8.64 20.62C9.5 20.96 10.41 21.16 11.33 21.23H11.34C11.74 21.25 12.04 21.59 12.04 21.99C12.04 22 12.04 22.02 12.04 22.03C12.01 22.42 11.68 22.73 11.29 22.73ZM5.78 20.58C5.61 20.58 5.45 20.53 5.31 20.42C4.47 19.75 3.74 18.96 3.13 18.07C3.04 17.94 2.99 17.8 2.99 17.65C2.99 17.4 3.11 17.17 3.32 17.03C3.65 16.8 4.14 16.89 4.36 17.22C4.89 17.99 5.52 18.67 6.25 19.24C6.42 19.38 6.53 19.59 6.53 19.82C6.53 19.99 6.48 20.16 6.37 20.3C6.23 20.48 6.01 20.58 5.78 20.58ZM2.44 15.7C2.11 15.7 1.82 15.49 1.73 15.18C1.41 14.15 1.25 13.08 1.25 12C1.25 11.59 1.59 11.25 2 11.25C2.41 11.25 2.75 11.59 2.75 12C2.75 12.93 2.89 13.85 3.16 14.73C3.18 14.8 3.19 14.88 3.19 14.96C3.19 15.29 2.98 15.57 2.67 15.67C2.59 15.69 2.52 15.7 2.44 15.7Z" fill="#292D32"/>
|
|
4
|
+
<path opacity="0.4" d="M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z" fill="#292D32"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" fill="#292D32"/>
|
|
3
|
+
<path d="M14.9 7.58988H9.31L9.72 7.17984C10.01 6.88984 10.01 6.40984 9.72 6.11984C9.43 5.82984 8.95001 5.82984 8.66001 6.11984L6.97 7.80985C6.9 7.87985 6.85 7.95984 6.81 8.04984C6.73 8.22984 6.73 8.43984 6.81 8.61984C6.85 8.70984 6.9 8.78983 6.97 8.85983L8.66001 10.5498C8.81001 10.6998 9 10.7699 9.19 10.7699C9.38 10.7699 9.57 10.6998 9.72 10.5498C10.01 10.2598 10.01 9.77984 9.72 9.48984L9.31 9.07987H14.9C15.37 9.07987 15.75 9.45984 15.75 9.92984V11.6999C15.75 12.1099 16.09 12.4499 16.5 12.4499C16.91 12.4499 17.25 12.1099 17.25 11.6999V9.92984C17.25 8.64984 16.19 7.58988 14.9 7.58988Z" fill="#292D32"/>
|
|
4
|
+
<path d="M17.19 15.3698C17.15 15.2798 17.1 15.1998 17.03 15.1298L15.34 13.4398C15.05 13.1498 14.57 13.1498 14.28 13.4398C13.99 13.7298 13.99 14.2098 14.28 14.4998L14.69 14.9098H9.10001C8.63001 14.9098 8.25 14.5298 8.25 14.0598V12.2898C8.25 11.8798 7.91 11.5398 7.5 11.5398C7.09 11.5398 6.75 11.8798 6.75 12.2898V14.0598C6.75 15.3598 7.81001 16.4098 9.10001 16.4098H14.69L14.28 16.8198C13.99 17.1098 13.99 17.5898 14.28 17.8798C14.43 18.0298 14.62 18.0998 14.81 18.0998C15 18.0998 15.19 18.0298 15.34 17.8798L17.03 16.1898C17.1 16.1198 17.15 16.0398 17.19 15.9498C17.27 15.7598 17.27 15.5498 17.19 15.3698Z" fill="#292D32"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M17.4201 4.40994H5.39011L7.27008 2.53C7.56008 2.24 7.56008 1.75994 7.27008 1.46994C6.98008 1.17994 6.50008 1.17994 6.21008 1.46994L3.05008 4.62998C2.98008 4.69998 2.93011 4.77997 2.89011 4.86997C2.85011 4.95997 2.83008 5.05994 2.83008 5.15994C2.83008 5.25994 2.85011 5.35998 2.89011 5.44998C2.93011 5.53998 2.98008 5.61997 3.05008 5.68997L6.21008 8.84995C6.36008 8.99995 6.55008 9.06998 6.74008 9.06998C6.93008 9.06998 7.12008 8.99995 7.27008 8.84995C7.56008 8.55995 7.56008 8.07995 7.27008 7.78995L5.39011 5.90994H17.4201C18.6601 5.90994 19.6701 6.91994 19.6701 8.15994V11.48C19.6701 11.89 20.0101 12.23 20.4201 12.23C20.8301 12.23 21.1701 11.89 21.1701 11.48V8.15994C21.1701 6.08994 19.4901 4.40994 17.4201 4.40994Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M21.1701 18.84C21.1701 18.74 21.1501 18.64 21.1101 18.55C21.0701 18.46 21.0201 18.38 20.9501 18.31L17.7901 15.15C17.5001 14.86 17.0201 14.86 16.7301 15.15C16.4401 15.44 16.4401 15.92 16.7301 16.21L18.6101 18.09H6.58008C5.34008 18.09 4.33008 17.08 4.33008 15.84V12.52C4.33008 12.11 3.99008 11.77 3.58008 11.77C3.17008 11.77 2.83008 12.11 2.83008 12.52V15.84C2.83008 17.91 4.51008 19.59 6.58008 19.59H18.6101L16.7301 21.47C16.4401 21.76 16.4401 22.24 16.7301 22.53C16.8801 22.68 17.0701 22.75 17.2601 22.75C17.4501 22.75 17.6401 22.68 17.7901 22.53L20.9501 19.37C21.0201 19.3 21.0701 19.22 21.1101 19.13C21.1501 19.04 21.1701 18.94 21.1701 18.84Z" 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="M7.81 2H16.18C19.83 2 22 4.17 22 7.81V16.18C22 19.82 19.83 21.99 16.19 21.99H7.81C4.17 22 2 19.83 2 16.19V7.81C2 4.17 4.17 2 7.81 2Z" fill="#292D32"/>
|
|
3
|
+
<path d="M12 18.5799C8.83 18.5799 6.25 15.9999 6.25 12.8299C6.25 11.6899 6.58 10.5799 7.22 9.6399C7.45 9.2999 7.92 9.1999 8.26 9.4299C8.6 9.6599 8.7 10.1299 8.47 10.4699C8 11.1699 7.76 11.9899 7.76 12.8299C7.76 15.1699 9.67 17.0799 12.01 17.0799C14.35 17.0799 16.26 15.1699 16.26 12.8299C16.26 10.5899 14.52 8.7499 12.32 8.5899L12.73 8.8899C13.06 9.1299 13.14 9.5999 12.89 9.9399C12.65 10.2699 12.18 10.3499 11.84 10.0999L9.9 8.6899C9.83 8.6399 9.77 8.5799 9.72 8.5099C9.71 8.4999 9.7 8.4899 9.69 8.4699C9.65 8.3999 9.62 8.3199 9.6 8.2399C9.58 8.1399 9.58 8.0499 9.59 7.9499C9.6 7.9099 9.61 7.8699 9.62 7.8299C9.64 7.7599 9.68 7.6999 9.72 7.6299C9.74 7.6199 9.76 7.5999 9.78 7.5799L11.44 5.6799C11.71 5.3699 12.19 5.3399 12.5 5.6099C12.81 5.8799 12.84 6.3599 12.57 6.6699L12.2 7.0999C15.28 7.1999 17.76 9.7399 17.76 12.8499C17.75 15.9999 15.17 18.5799 12 18.5799Z" 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="M7.81 2H16.18C19.83 2 22 4.17 22 7.81V16.18C22 19.82 19.83 21.99 16.19 21.99H7.81C4.17 22 2 19.83 2 16.19V7.81C2 4.17 4.17 2 7.81 2Z" fill="#292D32"/>
|
|
3
|
+
<path d="M12 18.5801C8.83 18.5801 6.25 16.0001 6.25 12.8301C6.25 9.72012 8.73 7.19012 11.81 7.08012L11.44 6.65012C11.17 6.34012 11.2 5.86012 11.51 5.59012C11.82 5.32012 12.3 5.35012 12.57 5.66012L14.23 7.56012C14.25 7.58012 14.26 7.60012 14.28 7.62012C14.32 7.68012 14.36 7.75012 14.38 7.82012C14.39 7.86012 14.4 7.90012 14.41 7.94012C14.43 8.03012 14.42 8.13012 14.4 8.22012C14.38 8.30012 14.35 8.38012 14.31 8.46012C14.3 8.48012 14.28 8.50012 14.27 8.52012C14.23 8.58012 14.17 8.63012 14.11 8.67012C14.11 8.67012 14.1 8.67012 14.1 8.68012L12.16 10.1001C11.82 10.3401 11.36 10.2701 11.11 9.94012C10.87 9.61012 10.94 9.14012 11.27 8.89012L11.68 8.59012C9.48 8.75012 7.74 10.5901 7.74 12.8301C7.74 15.1701 9.65 17.0801 11.99 17.0801C14.33 17.0801 16.24 15.1701 16.24 12.8301C16.24 11.9901 15.99 11.1701 15.53 10.4701C15.3 10.1301 15.39 9.66012 15.74 9.43012C16.09 9.20012 16.55 9.29012 16.78 9.64012C17.41 10.5901 17.75 11.6901 17.75 12.8301C17.75 16.0001 15.17 18.5801 12 18.5801Z" 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="M16.1898 2H7.81978C4.17978 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17978 21.99 7.81978 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z" fill="#292D32"/>
|
|
3
|
+
<path d="M9.17156 14.0899C9.36156 14.0899 9.55155 14.0199 9.70155 13.8699L14.0816 9.48992V11.9199C14.0816 12.3299 14.4216 12.6699 14.8316 12.6699C15.2416 12.6699 15.5816 12.3299 15.5816 11.9199V7.67992C15.5816 7.57992 15.5616 7.48992 15.5216 7.38992C15.4416 7.20992 15.3016 7.05993 15.1116 6.97993C15.0216 6.93993 14.9216 6.91992 14.8216 6.91992H10.5816C10.1716 6.91992 9.83156 7.25992 9.83156 7.66992C9.83156 8.07992 10.1716 8.41992 10.5816 8.41992H13.0116L8.63156 12.7999C8.34156 13.0899 8.34156 13.5699 8.63156 13.8599C8.79156 14.0199 8.98156 14.0899 9.17156 14.0899Z" fill="#292D32"/>
|
|
4
|
+
<path d="M18.7107 16.28C18.5807 15.89 18.1607 15.68 17.7607 15.81C14.0407 17.05 9.95066 17.05 6.23066 15.81C5.84066 15.68 5.41067 15.89 5.28067 16.28C5.15067 16.67 5.36067 17.1 5.75067 17.23C7.76067 17.9 9.87067 18.24 11.9907 18.24C14.1107 18.24 16.2207 17.9 18.2307 17.23C18.6307 17.09 18.8407 16.67 18.7107 16.28Z" 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 opacity="0.4" d="M16.1898 2H7.81978C4.17978 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17978 21.99 7.81978 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z" fill="#292D32"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.4697 5.97968C11.7626 5.68679 12.2374 5.68679 12.5303 5.97968L15.5303 8.97968C15.8232 9.27257 15.8232 9.74745 15.5303 10.0403C15.2374 10.3332 14.7626 10.3332 14.4697 10.0403L12 7.57067L9.53033 10.0403C9.23744 10.3332 8.76256 10.3332 8.46967 10.0403C8.17678 9.74745 8.17678 9.27257 8.46967 8.97968L11.4697 5.97968Z" fill="#292D32"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 5.76001C12.4142 5.76001 12.75 6.0958 12.75 6.51001V14.51C12.75 14.9242 12.4142 15.26 12 15.26C11.5858 15.26 11.25 14.9242 11.25 14.51V6.51001C11.25 6.0958 11.5858 5.76001 12 5.76001Z" fill="#292D32"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.28887 16.2722C5.42016 15.8794 5.84507 15.6674 6.23792 15.7986C9.97364 17.0471 14.0268 17.0471 17.7625 15.7986C18.1553 15.6674 18.5802 15.8794 18.7115 16.2722C18.8428 16.6651 18.6308 17.09 18.2379 17.2213C14.1936 18.5729 9.80677 18.5729 5.76248 17.2213C5.36963 17.09 5.15759 16.6651 5.28887 16.2722Z" 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="M20.4992 22.8002H3.49922C3.09922 22.8002 2.69922 22.5002 2.69922 22.0002C2.69922 21.5002 2.99922 21.2002 3.49922 21.2002H20.4992C20.8992 21.2002 21.2992 21.5002 21.2992 22.0002C21.2992 22.5002 20.8992 22.8002 20.4992 22.8002Z" fill="#292D32"/>
|
|
3
|
+
<path d="M18.9984 18.2004C18.7984 18.2004 18.5984 18.1004 18.4984 18.0004L4.49844 4.00039C4.19844 3.70039 4.19844 3.30039 4.49844 3.00039C4.79844 2.70039 5.29844 2.70039 5.59844 3.00039L19.5984 17.0004C19.8984 17.3004 19.8984 17.8004 19.5984 18.1004C19.3984 18.2004 19.1984 18.2004 18.9984 18.2004Z" fill="#292D32"/>
|
|
4
|
+
<path d="M4.99922 14.5002C4.59922 14.5002 4.19922 14.2002 4.19922 13.7002V3.5002C4.19922 3.1002 4.49922 2.7002 4.99922 2.7002H15.2992C15.6992 2.7002 16.0992 3.0002 16.0992 3.5002C16.0992 4.0002 15.7992 4.3002 15.2992 4.3002H5.79922V13.8002C5.79922 14.2002 5.39922 14.5002 4.99922 14.5002Z" fill="#292D32"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M7.81 2H16.18C19.83 2 22 4.17 22 7.81V16.18C22 19.82 19.83 21.99 16.19 21.99H7.81C4.17 22 2 19.83 2 16.19V7.81C2 4.17 4.17 2 7.81 2Z" fill="#292D32"/>
|
|
3
|
+
<path d="M13.9195 8.98006H8.76945L9.09945 8.65006C9.38945 8.36006 9.38945 7.88006 9.09945 7.59006C8.80945 7.30006 8.32945 7.30006 8.03945 7.59006L6.46945 9.16006C6.17945 9.45006 6.17945 9.93006 6.46945 10.2201L8.03945 11.7901C8.18945 11.9401 8.37945 12.0101 8.56945 12.0101C8.75945 12.0101 8.94945 11.9401 9.09945 11.7901C9.38945 11.5001 9.38945 11.0201 9.09945 10.7301L8.83945 10.4701H13.9195C15.1995 10.4701 16.2495 11.5101 16.2495 12.8001C16.2495 14.0901 15.2095 15.1301 13.9195 15.1301H8.99945C8.58945 15.1301 8.24945 15.4701 8.24945 15.8801C8.24945 16.2901 8.58945 16.6301 8.99945 16.6301H13.9195C16.0295 16.6301 17.7495 14.9101 17.7495 12.8001C17.7495 10.6901 16.0295 8.98006 13.9195 8.98006Z" 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="M19.75 9C19.75 4.73 16.27 1.25 12 1.25C7.73 1.25 4.25 4.73 4.25 9C4.25 9.41 4.59 9.75 5 9.75C5.41 9.75 5.75 9.41 5.75 9C5.75 5.55 8.55 2.75 12 2.75C15.45 2.75 18.25 5.55 18.25 9C18.25 12.45 15.45 15.25 12 15.25C11.59 15.25 11.25 15.59 11.25 16V22C11.25 22.41 11.59 22.75 12 22.75C12.41 22.75 12.75 22.41 12.75 22V16.71C16.67 16.33 19.75 13.02 19.75 9Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M15 19.75H9C8.59 19.75 8.25 19.41 8.25 19C8.25 18.59 8.59 18.25 9 18.25H15C15.41 18.25 15.75 18.59 15.75 19C15.75 19.41 15.41 19.75 15 19.75Z" fill="#292D32"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M23.5295 6.46997L21.5295 4.46997C21.3895 4.32997 21.1995 4.25 20.9995 4.25C20.7995 4.25 20.6095 4.32997 20.4695 4.46997L18.4695 6.46997C18.1795 6.75997 18.1795 7.24003 18.4695 7.53003C18.7595 7.82003 19.2395 7.82003 19.5295 7.53003L20.2495 6.81V11C20.2495 14.58 18.5795 16.25 14.9995 16.25H12.7495V3.81L14.7694 5.83002C14.9194 5.98002 15.1095 6.04999 15.2995 6.04999C15.4895 6.04999 15.6795 5.98002 15.8295 5.83002C16.1195 5.54002 16.1195 5.06002 15.8295 4.77002L12.5295 1.46997C12.3895 1.32997 12.1995 1.25 11.9995 1.25C11.7995 1.25 11.6095 1.32997 11.4695 1.46997L8.16945 4.77002C7.87945 5.06002 7.87945 5.54002 8.16945 5.83002C8.45945 6.12002 8.93946 6.12002 9.22945 5.83002L11.2495 3.81V16.25H8.99945C5.41945 16.25 3.74945 14.58 3.74945 11V6.81L4.46945 7.53003C4.61945 7.68003 4.80945 7.75 4.99945 7.75C5.18945 7.75 5.37945 7.68003 5.52945 7.53003C5.81945 7.24003 5.81945 6.75997 5.52945 6.46997L3.52945 4.46997C3.38945 4.32997 3.19945 4.25 2.99945 4.25C2.79945 4.25 2.60945 4.32997 2.46945 4.46997L0.469453 6.46997C0.179453 6.75997 0.179453 7.24003 0.469453 7.53003C0.759453 7.82003 1.23945 7.82003 1.52945 7.53003L2.24945 6.81V11C2.24945 15.42 4.57945 17.75 8.99945 17.75H11.2495V22C11.2495 22.41 11.5895 22.75 11.9995 22.75C12.4095 22.75 12.7495 22.41 12.7495 22V17.75H14.9995C19.4195 17.75 21.7495 15.42 21.7495 11V6.81L22.4695 7.53003C22.6195 7.68003 22.8095 7.75 22.9995 7.75C23.1895 7.75 23.3795 7.68003 23.5295 7.53003C23.8195 7.24003 23.8195 6.75997 23.5295 6.46997Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M15 20.75H9C8.59 20.75 8.25 20.41 8.25 20C8.25 19.59 8.59 19.25 9 19.25H15C15.41 19.25 15.75 19.59 15.75 20C15.75 20.41 15.41 20.75 15 20.75Z" fill="#292D32"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19.2296 4.18004L19.3596 3.94005C19.5096 3.67005 19.4696 3.33008 19.2696 3.09008C19.0696 2.85008 18.7396 2.77006 18.4396 2.88006C14.2896 4.40006 9.70958 4.40006 5.55958 2.88006C5.26958 2.77006 4.93958 2.86008 4.72958 3.09008C4.52958 3.33008 4.48958 3.66005 4.63958 3.94005L4.76958 4.17003C7.38958 9.16003 7.35958 15.09 4.66958 20.05C4.51958 20.32 4.55958 20.6601 4.75958 20.9001C4.95958 21.1401 5.28958 21.22 5.57958 21.11C9.70958 19.6 14.2696 19.6 18.4096 21.11C18.4896 21.14 18.5796 21.16 18.6696 21.16C18.8796 21.16 19.0896 21.0701 19.2396 20.9001C19.4396 20.6601 19.4796 20.33 19.3296 20.05C16.6496 15.09 16.6096 9.16004 19.2296 4.18004Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M18.6998 4.33008C18.3898 4.33008 18.1098 4.14009 17.9998 3.84009C17.8598 3.45009 18.0598 3.02007 18.4398 2.88007C19.5198 2.48007 20.5798 1.97005 21.6198 1.36005C21.9798 1.15005 22.4398 1.27006 22.6498 1.62006C22.8598 1.98006 22.7398 2.44009 22.3898 2.65009C21.2798 3.31009 20.1298 3.86004 18.9698 4.29004C18.8698 4.32004 18.7898 4.33008 18.6998 4.33008Z" fill="#292D32"/>
|
|
4
|
+
<path opacity="0.4" d="M5.29988 4.33016C5.20988 4.33016 5.12988 4.32017 5.03988 4.28017C3.87988 3.85017 2.72988 3.30015 1.61988 2.64015C1.25988 2.43015 1.14988 1.97012 1.35988 1.61012C1.56988 1.25012 2.02988 1.14011 2.38988 1.35011C3.41988 1.96011 4.48988 2.47013 5.56988 2.87013C5.95988 3.01013 6.15988 3.45016 6.00988 3.83016C5.88988 4.14016 5.59988 4.33016 5.29988 4.33016Z" fill="#292D32"/>
|
|
5
|
+
<path opacity="0.4" d="M22.0004 22.7499C21.8704 22.7499 21.7404 22.7199 21.6204 22.6399C20.5904 22.0299 19.5204 21.5099 18.4204 21.1099C18.0304 20.9699 17.8304 20.5399 17.9704 20.1499C18.1104 19.7599 18.5404 19.5599 18.9304 19.6999C20.1204 20.1299 21.2804 20.6899 22.3904 21.3499C22.7504 21.5599 22.8604 22.0199 22.6504 22.3799C22.5004 22.6199 22.2504 22.7499 22.0004 22.7499Z" fill="#292D32"/>
|
|
6
|
+
<path opacity="0.4" d="M1.99988 22.7499C1.74988 22.7499 1.49988 22.6199 1.35988 22.3799C1.14988 22.0199 1.25988 21.5599 1.61988 21.3499C2.72988 20.6899 3.88988 20.1299 5.07988 19.6999C5.46988 19.5599 5.89988 19.7599 6.03988 20.1499C6.17988 20.5399 5.97988 20.9699 5.58988 21.1099C4.48988 21.5099 3.40988 22.0299 2.38988 22.6399C2.25988 22.7199 2.12988 22.7499 1.99988 22.7499Z" 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="M18 13.75C18 18.03 14.53 21.5 10.25 21.5C5.97 21.5 2.5 18.03 2.5 13.75C2.5 9.47 5.97 6 10.25 6C12.12 6 13.83 6.66 15.17 7.77H15.18C15.57 8.09 15.92 8.44 16.23 8.83C17.34 10.17 18 11.88 18 13.75Z" fill="#292D32"/>
|
|
3
|
+
<path d="M22.25 2.5V9C22.25 9.41 21.91 9.75 21.5 9.75C21.09 9.75 20.75 9.41 20.75 9V4.31L16.23 8.83C15.92 8.44 15.57 8.09 15.18 7.77L19.69 3.25H15C14.59 3.25 14.25 2.91 14.25 2.5C14.25 2.09 14.59 1.75 15 1.75H21.5C21.6 1.75 21.69 1.77 21.79 1.81C21.97 1.88 22.12 2.03 22.19 2.21C22.23 2.31 22.25 2.4 22.25 2.5Z" 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="M21.6897 2.71002C21.6097 2.53002 21.4697 2.37999 21.2797 2.29999C21.1897 2.25999 21.0897 2.23999 20.9897 2.23999H11.9897C11.5797 2.23999 11.2397 2.57999 11.2397 2.98999C11.2397 3.39999 11.5797 3.73999 11.9897 3.73999H19.1797L2.45969 20.46C2.16969 20.75 2.16969 21.23 2.45969 21.52C2.60969 21.67 2.79966 21.74 2.98966 21.74C3.17966 21.74 3.36969 21.67 3.51969 21.52L20.2397 4.79999V12C20.2397 12.41 20.5797 12.75 20.9897 12.75C21.3997 12.75 21.7397 12.41 21.7397 12V3C21.7497 2.9 21.7297 2.81002 21.6897 2.71002Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M17.3991 18.1501C17.2091 18.1501 17.019 18.08 16.8691 17.93L6.06906 7.13004C5.77906 6.84004 5.77906 6.36004 6.06906 6.07004C6.35906 5.78004 6.83906 5.78004 7.12906 6.07004L17.929 16.87C18.219 17.16 18.219 17.64 17.929 17.93C17.779 18.08 17.5891 18.1501 17.3991 18.1501Z" 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="M19 9C19 12.62 16.26 15.59 12.75 15.96C12.5 15.99 12.25 16 12 16C11.75 16 11.5 15.99 11.25 15.96C7.74 15.59 5 12.62 5 9C5 5.13 8.13 2 12 2C15.87 2 19 5.13 19 9Z" fill="#292D32"/>
|
|
3
|
+
<path d="M15.75 19C15.75 19.41 15.41 19.75 15 19.75H12.75V22C12.75 22.41 12.41 22.75 12 22.75C11.59 22.75 11.25 22.41 11.25 22V19.75H9C8.59 19.75 8.25 19.41 8.25 19C8.25 18.59 8.59 18.25 9 18.25H11.25V15.96C11.5 15.99 11.75 16 12 16C12.25 16 12.5 15.99 12.75 15.96V18.25H15C15.41 18.25 15.75 18.59 15.75 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 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="M15.6191 7.09996L13.3292 6.34001C12.7492 6.14001 12.1592 6.21996 11.7092 6.53996C11.2592 6.85996 11.0092 7.39999 11.0092 8.00999V8.61998V12.8C10.6092 12.58 10.1591 12.45 9.66913 12.45C8.12913 12.45 6.86914 13.71 6.86914 15.25C6.86914 16.79 8.12913 18.05 9.66913 18.05C11.2091 18.05 12.4691 16.79 12.4691 15.25V10.7C12.4791 10.71 12.4992 10.71 12.5092 10.72L14.7991 11.48C15.0091 11.55 15.2291 11.59 15.4391 11.59C15.7991 11.59 16.1391 11.49 16.4191 11.28C16.8691 10.96 17.1191 10.42 17.1191 9.80998V9.2C17.1191 8.29 16.4791 7.38996 15.6191 7.09996ZM9.66913 16.59C8.92913 16.59 8.33917 15.99 8.33917 15.26C8.33917 14.52 8.93913 13.92 9.66913 13.92C10.4091 13.92 11.0092 14.52 11.0092 15.26C11.0092 15.99 10.4091 16.59 9.66913 16.59Z" fill="#292D32"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.53955 16.6701C9.12955 16.6701 8.78955 16.3301 8.78955 15.9201V12.5301L8.59955 12.7401C8.31955 13.0501 7.84955 13.0701 7.53955 12.8001C7.22955 12.5201 7.20955 12.0501 7.47955 11.7401L8.97955 10.0701C9.18955 9.84008 9.51954 9.76007 9.80954 9.87007C10.0995 9.98007 10.2895 10.2601 10.2895 10.5701V15.9201C10.2895 16.3401 9.95955 16.6701 9.53955 16.6701Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M11.9996 3.47974C11.9196 3.47974 11.8396 3.48975 11.7596 3.48975L12.5796 2.46973C12.8396 2.14973 12.7896 1.66974 12.4596 1.41974C12.1396 1.15974 11.6696 1.20973 11.4096 1.53973L9.4296 4.00977C9.4196 4.01977 9.41961 4.03974 9.40961 4.04974C9.37961 4.08974 9.3596 4.13976 9.3396 4.18976C9.3196 4.22976 9.29961 4.26976 9.28961 4.31976C9.27961 4.36976 9.2796 4.40978 9.2796 4.45978C9.2796 4.50978 9.2796 4.55974 9.2796 4.60974C9.2796 4.62974 9.2796 4.63973 9.2796 4.65973C9.2896 4.68973 9.30961 4.71976 9.31961 4.74976C9.33961 4.79976 9.34961 4.83976 9.37961 4.87976C9.40961 4.91976 9.43961 4.95976 9.47961 4.99976C9.49961 5.01976 9.50961 5.04976 9.53961 5.06976C9.54961 5.07976 9.56959 5.07978 9.57959 5.08978C9.60959 5.10978 9.6396 5.12977 9.6796 5.13977C9.7296 5.16977 9.77959 5.18977 9.82959 5.19977C9.85959 5.20977 9.8996 5.20973 9.9296 5.21973C9.9596 5.21973 9.97961 5.22974 10.0096 5.22974C10.0296 5.22974 10.0596 5.21978 10.0796 5.20978C10.1096 5.20978 10.1396 5.20978 10.1796 5.20978C10.8196 5.05978 11.4196 4.98975 11.9896 4.98975C16.4796 4.98975 20.1296 8.63976 20.1296 13.1298C20.1296 17.6198 16.4796 21.2698 11.9896 21.2698C7.49959 21.2698 3.84961 17.6198 3.84961 13.1298C3.84961 11.3898 4.4196 9.70978 5.4996 8.26978C5.7496 7.93978 5.67961 7.46973 5.34961 7.21973C5.01961 6.96973 4.54959 7.03975 4.29959 7.36975C3.01959 9.06975 2.34961 11.0598 2.34961 13.1298C2.34961 18.4398 6.66959 22.7698 11.9896 22.7698C17.3096 22.7698 21.6296 18.4498 21.6296 13.1298C21.6296 7.80976 17.3096 3.47974 11.9996 3.47974Z" fill="#292D32"/>
|
|
4
|
+
<path d="M14 16.6698C12.48 16.6698 11.25 15.4398 11.25 13.9198V12.5698C11.25 11.0498 12.48 9.81982 14 9.81982C15.52 9.81982 16.75 11.0498 16.75 12.5698V13.9198C16.75 15.4398 15.52 16.6698 14 16.6698ZM14 11.3298C13.31 11.3298 12.75 11.8898 12.75 12.5798V13.9298C12.75 14.6198 13.31 15.1798 14 15.1798C14.69 15.1798 15.25 14.6198 15.25 13.9298V12.5798C15.25 11.8898 14.69 11.3298 14 11.3298Z" fill="#292D32"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14.4294 16.9198H12.1395C11.7295 16.9198 11.3895 16.5798 11.3895 16.1698C11.3895 15.7598 11.7295 15.4198 12.1395 15.4198H14.4294C14.8594 15.4198 15.2095 15.0698 15.2095 14.6398C15.2095 14.2098 14.8594 13.8598 14.4294 13.8598H12.1395C11.8995 13.8598 11.6695 13.7398 11.5295 13.5498C11.3895 13.3598 11.3494 13.0998 11.4294 12.8698L12.1894 10.5798C12.2894 10.2698 12.5795 10.0698 12.8995 10.0698H15.9595C16.3695 10.0698 16.7095 10.4098 16.7095 10.8198C16.7095 11.2298 16.3695 11.5698 15.9595 11.5698H13.4394L13.1794 12.3598H14.4294C15.6894 12.3598 16.7095 13.3798 16.7095 14.6398C16.7095 15.8998 15.6794 16.9198 14.4294 16.9198Z" fill="#292D32"/>
|
|
3
|
+
<path d="M9.53955 16.9198C9.12955 16.9198 8.78955 16.5798 8.78955 16.1698V12.7799L8.59955 12.9998C8.31955 13.3098 7.84955 13.3298 7.53955 13.0598C7.22955 12.7798 7.20955 12.3098 7.47955 11.9998L8.97955 10.3298C9.18955 10.0998 9.51957 10.0198 9.80957 10.1298C10.0996 10.2398 10.2895 10.5198 10.2895 10.8298V16.1798C10.2895 16.5898 9.95955 16.9198 9.53955 16.9198Z" fill="#292D32"/>
|
|
4
|
+
<path opacity="0.4" d="M11.9998 3.47994C11.9198 3.47994 11.8398 3.48995 11.7598 3.48995L12.5798 2.46993C12.8398 2.14993 12.7898 1.66994 12.4598 1.41994C12.1298 1.16994 11.6698 1.20994 11.4098 1.53994L9.42981 4.00997C9.41981 4.01997 9.41979 4.03995 9.40979 4.04995C9.37979 4.08995 9.35984 4.13996 9.33984 4.18996C9.31984 4.22996 9.2998 4.26997 9.28979 4.31997C9.27979 4.36997 9.27985 4.40998 9.27985 4.45998C9.27985 4.50998 9.27985 4.55994 9.27985 4.60994C9.27985 4.62994 9.27985 4.63993 9.27985 4.65993C9.28985 4.68993 9.30982 4.71996 9.31982 4.74996C9.33982 4.79996 9.35982 4.83997 9.37982 4.88997C9.40982 4.92997 9.4398 4.96996 9.4798 4.99996C9.4998 5.01996 9.51979 5.04997 9.53979 5.07997C9.5498 5.08997 9.56983 5.08993 9.57983 5.09993C9.60983 5.11993 9.6398 5.12998 9.6698 5.14998C9.7198 5.17998 9.77983 5.19998 9.82983 5.20998C9.85983 5.21998 9.88981 5.21994 9.92981 5.22994C9.95981 5.22994 9.97983 5.23995 10.0098 5.23995C10.0398 5.23995 10.0598 5.22993 10.0798 5.21993C10.1098 5.21993 10.1398 5.22993 10.1698 5.21993C10.8098 5.06993 11.4098 4.99996 11.9798 4.99996C16.4698 4.99996 20.1198 8.64997 20.1198 13.14C20.1198 17.63 16.4698 21.28 11.9798 21.28C7.4898 21.28 3.83984 17.63 3.83984 13.14C3.83984 11.4 4.40981 9.71999 5.48981 8.27999C5.73981 7.94999 5.66984 7.47994 5.33984 7.22994C5.00984 6.97994 4.53979 7.04996 4.28979 7.37996C3.00979 9.07996 2.33984 11.07 2.33984 13.14C2.33984 18.45 6.6598 22.78 11.9798 22.78C17.2998 22.78 21.6198 18.46 21.6198 13.14C21.6198 7.81997 17.3098 3.47994 11.9998 3.47994Z" fill="#292D32"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.3806 16.9198H10.0906C9.68061 16.9198 9.34061 16.5798 9.34061 16.1698C9.34061 15.7598 9.68061 15.4198 10.0906 15.4198H12.3806C12.8106 15.4198 13.1606 15.0698 13.1606 14.6398C13.1606 14.2098 12.8106 13.8598 12.3806 13.8598H10.0906C9.85061 13.8598 9.62062 13.7398 9.48062 13.5498C9.34062 13.3598 9.30062 13.0998 9.38062 12.8698L10.1406 10.5798C10.2406 10.2698 10.5306 10.0698 10.8506 10.0698H13.9106C14.3206 10.0698 14.6606 10.4098 14.6606 10.8198C14.6606 11.2298 14.3206 11.5698 13.9106 11.5698H11.3906L11.1306 12.3598H12.3806C13.6406 12.3598 14.6606 13.3798 14.6606 14.6398C14.6606 15.8998 13.6406 16.9198 12.3806 16.9198Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M11.9998 3.47994C11.9198 3.47994 11.8399 3.48995 11.7599 3.48995L12.5798 2.46993C12.8398 2.14993 12.7898 1.66994 12.4598 1.41994C12.1298 1.16994 11.6699 1.20994 11.4099 1.53994L9.42984 4.00997C9.41984 4.01997 9.41985 4.03995 9.40985 4.04995C9.37985 4.08995 9.35984 4.13996 9.33984 4.18996C9.31984 4.22996 9.29986 4.26997 9.28986 4.31997C9.27986 4.36997 9.27985 4.40998 9.27985 4.45998C9.27985 4.50998 9.27985 4.55994 9.27985 4.60994C9.27985 4.62994 9.27985 4.63993 9.27985 4.65993C9.28985 4.68993 9.30985 4.71996 9.31985 4.74996C9.33985 4.79996 9.35985 4.83997 9.37985 4.88997C9.40985 4.92997 9.43985 4.96996 9.46985 4.99996C9.48985 5.02996 9.50986 5.05997 9.53986 5.07997C9.54986 5.08997 9.56984 5.09994 9.58984 5.10994C9.61984 5.12994 9.64986 5.13993 9.66986 5.15993C9.71986 5.18993 9.77984 5.20993 9.83984 5.21993C9.86984 5.22993 9.89984 5.22995 9.92984 5.23995C9.95984 5.23995 9.97986 5.24996 10.0099 5.24996C10.0399 5.24996 10.0598 5.23994 10.0798 5.22994C10.1098 5.22994 10.1399 5.23994 10.1699 5.22994C10.8099 5.07994 11.4099 5.00997 11.9799 5.00997C16.4699 5.00997 20.1198 8.65998 20.1198 13.15C20.1198 17.64 16.4699 21.2899 11.9799 21.2899C7.48986 21.2899 3.83984 17.64 3.83984 13.15C3.83984 11.41 4.40984 9.72994 5.48984 8.28994C5.73984 7.95994 5.66984 7.48995 5.33984 7.23995C5.00984 6.98995 4.53986 7.05997 4.28986 7.38997C3.00986 9.08997 2.33984 11.08 2.33984 13.15C2.33984 18.46 6.65986 22.7899 11.9799 22.7899C17.2999 22.7899 21.6198 18.47 21.6198 13.15C21.6198 7.82998 17.3098 3.47994 11.9998 3.47994Z" fill="#292D32"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M22.0002 8.33983V15.6598C22.0002 17.1598 20.3703 18.0998 19.0703 17.3498L15.9002 15.5198L12.7303 13.6898L12.2402 13.4098V10.5898L12.7303 10.3098L15.9002 8.47984L19.0703 6.64983C20.3703 5.89983 22.0002 6.83983 22.0002 8.33983Z" fill="#292D32"/>
|
|
3
|
+
<path d="M12.2394 8.33983V15.6598C12.2394 17.1598 10.6095 18.0998 9.31946 17.3498L6.13947 15.5198L2.96945 13.6898C1.67945 12.9398 1.67945 11.0598 2.96945 10.3098L6.13947 8.47984L9.31946 6.64983C10.6095 5.89983 12.2394 6.83983 12.2394 8.33983Z" 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 d="M21.7709 2.22988C21.4709 1.92988 20.9809 1.92988 20.6809 2.22988L2.23086 20.6899C1.93086 20.9899 1.93086 21.4799 2.23086 21.7799C2.38086 21.9199 2.57086 21.9999 2.77086 21.9999C2.97086 21.9999 3.16086 21.9199 3.31086 21.7699L21.7709 3.30988C22.0809 3.00988 22.0809 2.52988 21.7709 2.22988Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M21.7507 9.99L21.2307 18.25C21.1007 20.31 20.0007 22 17.2407 22H6.7607C6.1707 22 5.6607 21.92 5.2207 21.78L20.2507 6.75C21.2307 7.48 21.8407 8.67 21.7507 9.99Z" fill="#292D32"/>
|
|
4
|
+
<path opacity="0.4" d="M18.0002 6L3.48017 20.52C3.03017 19.89 2.82017 19.1 2.77017 18.25L2.25017 9.99C2.11017 7.83 3.83017 6 6.00017 6C6.61017 6 7.17017 5.65 7.45017 5.11L8.17017 3.66C8.63017 2.75 9.83017 2 10.8602 2H13.1502C14.1702 2 15.3702 2.75 15.8302 3.66L16.5502 5.11C16.8302 5.65 17.3902 6 18.0002 6Z" fill="#292D32"/>
|
|
5
|
+
<path d="M9.5 10.75H6.5C6.09 10.75 5.75 10.41 5.75 10C5.75 9.59 6.09 9.25 6.5 9.25H9.5C9.91 9.25 10.25 9.59 10.25 10C10.25 10.41 9.91 10.75 9.5 10.75Z" fill="#292D32"/>
|
|
6
|
+
<path d="M12.5709 11.4299L8.68086 15.3199C8.65086 15.1399 8.63086 14.9399 8.63086 14.7499C8.63086 12.8899 10.1409 11.3799 12.0009 11.3799C12.1909 11.3799 12.3909 11.3999 12.5709 11.4299Z" fill="#292D32"/>
|
|
7
|
+
<path d="M15.38 14.75C15.38 16.61 13.86 18.12 12 18.12C11.13 18.12 10.34 17.79 9.75 17.25L14.5 12.5C15.05 13.09 15.38 13.88 15.38 14.75Z" fill="#292D32"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.4" d="M6.76017 22H17.2402C20.0002 22 21.1002 20.31 21.2302 18.25L21.7502 9.99C21.8902 7.83 20.1702 6 18.0002 6C17.3902 6 16.8302 5.65 16.5502 5.11L15.8302 3.66C15.3702 2.75 14.1702 2 13.1502 2H10.8602C9.83017 2 8.63017 2.75 8.17017 3.66L7.45017 5.11C7.17017 5.65 6.61017 6 6.00017 6C3.83017 6 2.11017 7.83 2.25017 9.99L2.77017 18.25C2.89017 20.31 4.00017 22 6.76017 22Z" fill="#292D32"/>
|
|
3
|
+
<path d="M13.5 8.75H10.5C10.09 8.75 9.75 8.41 9.75 8C9.75 7.59 10.09 7.25 10.5 7.25H13.5C13.91 7.25 14.25 7.59 14.25 8C14.25 8.41 13.91 8.75 13.5 8.75Z" fill="#292D32"/>
|
|
4
|
+
<path d="M11.9991 18.1301C13.8659 18.1301 15.3791 16.6168 15.3791 14.7501C15.3791 12.8834 13.8659 11.3701 11.9991 11.3701C10.1324 11.3701 8.61914 12.8834 8.61914 14.7501C8.61914 16.6168 10.1324 18.1301 11.9991 18.1301Z" fill="#292D32"/>
|
|
5
|
+
</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="M15.7194 9.69002C13.6694 7.63002 10.3294 7.63002 8.27937 9.69002C6.21938 11.75 6.21938 15.08 8.27937 17.13C10.3394 19.19 13.6694 19.19 15.7194 17.13C17.7794 15.07 17.7794 11.74 15.7194 9.69002ZM12.5294 13.94L10.9394 15.53C10.7894 15.68 10.5994 15.75 10.4094 15.75C10.2194 15.75 10.0194 15.68 9.87938 15.53C9.58938 15.24 9.58938 14.76 9.87938 14.46L11.4694 12.87C11.7594 12.58 12.2394 12.58 12.5394 12.87C12.8294 13.17 12.8294 13.65 12.5294 13.94Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M19.6001 5.80975C19.3801 5.58975 19.1001 5.46973 18.7901 5.46973C18.4801 5.46973 18.2001 5.58974 17.9801 5.79974C17.5301 6.24974 17.5301 6.96974 17.9801 7.41974C18.2001 7.63974 18.4801 7.75977 18.7901 7.75977C19.1001 7.75977 19.3801 7.63975 19.6001 7.42975C19.8201 7.20975 19.9401 6.92975 19.9401 6.61975C19.9401 6.30975 19.8201 6.01975 19.6001 5.80975Z" fill="#292D32"/>
|
|
4
|
+
<path opacity="0.4" d="M6.02054 19.3898C5.80054 19.1698 5.52054 19.0498 5.21054 19.0498C4.90054 19.0498 4.62054 19.1698 4.40054 19.3798C4.18054 19.5998 4.06055 19.8798 4.06055 20.1898C4.06055 20.4998 4.18054 20.7798 4.40054 20.9998C4.62054 21.2198 4.92054 21.3298 5.21054 21.3298C5.50054 21.3298 5.80054 21.2198 6.02054 20.9898C6.46054 20.5598 6.46054 19.8298 6.02054 19.3898Z" fill="#292D32"/>
|
|
5
|
+
<path opacity="0.4" d="M22.4106 12.5997C22.2006 12.3797 21.9106 12.2698 21.6006 12.2598C21.2906 12.2598 21.0106 12.3797 20.7906 12.5997C20.3406 13.0497 20.3406 13.7697 20.7906 14.2197C21.0106 14.4397 21.3106 14.5497 21.6006 14.5497C21.8906 14.5497 22.1906 14.4397 22.4106 14.2197C22.8606 13.7697 22.8606 13.0397 22.4106 12.5997Z" fill="#292D32"/>
|
|
6
|
+
<path opacity="0.4" d="M3.20945 12.5999C2.76945 12.1599 2.03945 12.1499 1.58945 12.5999C1.13945 13.0499 1.13945 13.7699 1.58945 14.2199C1.80945 14.4399 2.10945 14.5499 2.39945 14.5499C2.68945 14.5499 2.98945 14.4399 3.20945 14.2199C3.64945 13.7699 3.64945 13.0399 3.20945 12.5999Z" fill="#292D32"/>
|
|
7
|
+
<path opacity="0.4" d="M19.6001 19.3902C19.1501 18.9402 18.4301 18.9402 17.9801 19.3902C17.5301 19.8402 17.5301 20.5602 17.9801 21.0102C18.2001 21.2302 18.5001 21.3402 18.7901 21.3402C19.0801 21.3402 19.3801 21.2302 19.6001 21.0102C19.8201 20.7902 19.9401 20.5002 19.9401 20.2002C19.9401 19.8902 19.8201 19.6002 19.6001 19.3902Z" fill="#292D32"/>
|
|
8
|
+
<path opacity="0.4" d="M6.02054 5.80975C5.80054 5.58975 5.52054 5.46973 5.21054 5.46973C4.90054 5.46973 4.62054 5.58974 4.40054 5.79974C4.18054 6.01974 4.06055 6.29974 4.06055 6.60974C4.06055 6.91974 4.18056 7.19974 4.39056 7.41974C4.61056 7.63974 4.89056 7.75977 5.20056 7.75977C5.51056 7.75977 5.79056 7.63974 6.01056 7.41974C6.46056 6.97974 6.46054 6.24975 6.02054 5.80975Z" fill="#292D32"/>
|
|
9
|
+
<path opacity="0.4" d="M12.8096 3.0001C12.8096 2.9901 12.8096 2.9901 12.8096 3.0001C12.3596 2.5501 11.6396 2.5501 11.1896 3.0001C10.9696 3.2201 10.8496 3.5101 10.8496 3.8101C10.8496 4.1201 10.9696 4.40009 11.1796 4.62009C11.3996 4.84009 11.6796 4.96012 11.9896 4.96012C12.2996 4.96012 12.5796 4.84009 12.7996 4.62009C13.2596 4.17009 13.2596 3.4401 12.8096 3.0001Z" fill="#292D32"/>
|
|
10
|
+
</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="M19.6896 7.35014C19.4396 7.02014 18.9696 6.95018 18.6396 7.20018C18.3096 7.45018 18.2396 7.92017 18.4896 8.25017C19.5696 9.69017 20.1396 11.3702 20.1396 13.1102C20.1396 17.6002 16.4896 21.2502 11.9996 21.2502C7.5096 21.2502 3.85959 17.6002 3.85959 13.1102C3.85959 8.62015 7.5096 4.97014 11.9996 4.97014C12.5796 4.97014 13.1696 5.04017 13.8096 5.19017C13.8396 5.20017 13.8696 5.19017 13.9096 5.19017C13.9296 5.19017 13.9596 5.21019 13.9796 5.21019C14.0096 5.21019 14.0296 5.20018 14.0596 5.20018C14.0996 5.20018 14.1296 5.19016 14.1596 5.18016C14.2096 5.17016 14.2596 5.15016 14.3096 5.12016C14.3396 5.10016 14.3796 5.09017 14.4096 5.07017C14.4196 5.06017 14.4396 5.06016 14.4496 5.05016C14.4796 5.03016 14.4896 5.00015 14.5096 4.98015C14.5496 4.94015 14.5796 4.91015 14.6096 4.86015C14.6396 4.82015 14.6496 4.77015 14.6696 4.73015C14.6796 4.70015 14.6996 4.67018 14.7096 4.64018C14.7096 4.62018 14.7096 4.61019 14.7096 4.59019C14.7196 4.54019 14.7196 4.49017 14.7096 4.44017C14.7096 4.39017 14.7096 4.35016 14.6996 4.30016C14.6896 4.26016 14.6696 4.22015 14.6496 4.17015C14.6296 4.12015 14.6096 4.0702 14.5796 4.0302C14.5696 4.0202 14.5696 4.00016 14.5596 3.99016L12.5796 1.52019C12.3196 1.20019 11.8496 1.15019 11.5296 1.40019C11.2096 1.66019 11.1596 2.13018 11.4096 2.45018L12.2296 3.47014C12.1496 3.47014 12.0696 3.46019 11.9896 3.46019C6.67959 3.46019 2.34961 7.78014 2.34961 13.1001C2.34961 18.4201 6.66959 22.7402 11.9896 22.7402C17.3096 22.7402 21.6296 18.4201 21.6296 13.1001C21.6396 11.0401 20.9596 9.05014 19.6896 7.35014Z" fill="#292D32"/>
|
|
3
|
+
<path d="M9.53955 16.6701C9.12955 16.6701 8.78955 16.3301 8.78955 15.9201V12.5301L8.59955 12.7401C8.31955 13.0501 7.84955 13.0701 7.53955 12.8001C7.22955 12.5201 7.20955 12.0501 7.47955 11.7401L8.97955 10.0701C9.18955 9.84008 9.51954 9.76007 9.80954 9.87007C10.0995 9.98007 10.2895 10.2601 10.2895 10.5701V15.9201C10.2895 16.3401 9.95955 16.6701 9.53955 16.6701Z" fill="#292D32"/>
|
|
4
|
+
<path d="M14 16.6698C12.48 16.6698 11.25 15.4398 11.25 13.9198V12.5698C11.25 11.0498 12.48 9.81982 14 9.81982C15.52 9.81982 16.75 11.0498 16.75 12.5698V13.9198C16.75 15.4398 15.52 16.6698 14 16.6698ZM14 11.3298C13.31 11.3298 12.75 11.8898 12.75 12.5798V13.9298C12.75 14.6198 13.31 15.1798 14 15.1798C14.69 15.1798 15.25 14.6198 15.25 13.9298V12.5798C15.25 11.8898 14.69 11.3298 14 11.3298Z" fill="#292D32"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14.4294 16.9198H12.1395C11.7295 16.9198 11.3895 16.5798 11.3895 16.1698C11.3895 15.7598 11.7295 15.4198 12.1395 15.4198H14.4294C14.8594 15.4198 15.2095 15.0698 15.2095 14.6398C15.2095 14.2098 14.8594 13.8598 14.4294 13.8598H12.1395C11.8995 13.8598 11.6695 13.7398 11.5295 13.5498C11.3895 13.3598 11.3494 13.0998 11.4294 12.8698L12.1894 10.5798C12.2894 10.2698 12.5795 10.0698 12.8995 10.0698H15.9595C16.3695 10.0698 16.7095 10.4098 16.7095 10.8198C16.7095 11.2298 16.3695 11.5698 15.9595 11.5698H13.4394L13.1794 12.3598H14.4294C15.6894 12.3598 16.7095 13.3798 16.7095 14.6398C16.7095 15.8998 15.6794 16.9198 14.4294 16.9198Z" fill="#292D32"/>
|
|
3
|
+
<path d="M9.53955 16.9198C9.12955 16.9198 8.78955 16.5798 8.78955 16.1698V12.7799L8.59955 12.9998C8.31955 13.3098 7.84955 13.3298 7.53955 13.0598C7.22955 12.7798 7.20955 12.3098 7.47955 11.9998L8.97955 10.3298C9.18955 10.0998 9.51957 10.0198 9.80957 10.1298C10.0996 10.2398 10.2895 10.5198 10.2895 10.8298V16.1798C10.2895 16.5898 9.95955 16.9198 9.53955 16.9198Z" fill="#292D32"/>
|
|
4
|
+
<path opacity="0.4" d="M19.6898 7.35021C19.4398 7.02021 18.9698 6.95025 18.6398 7.20025C18.3098 7.45025 18.2398 7.92024 18.4898 8.25024C19.5698 9.69024 20.1398 11.3702 20.1398 13.1102C20.1398 17.6002 16.4898 21.2502 11.9998 21.2502C7.50982 21.2502 3.8598 17.6002 3.8598 13.1102C3.8598 8.62022 7.50982 4.97021 11.9998 4.97021C12.5798 4.97021 13.1698 5.04024 13.8098 5.19024C13.8398 5.20024 13.8698 5.19024 13.8998 5.19024C13.9298 5.19024 13.9498 5.21026 13.9698 5.21026C13.9998 5.21026 14.0198 5.20025 14.0498 5.20025C14.0798 5.20025 14.1098 5.19023 14.1498 5.18023C14.2098 5.17023 14.2598 5.14023 14.3098 5.12023C14.3398 5.10023 14.3698 5.09024 14.3998 5.07024C14.4098 5.06024 14.4298 5.06022 14.4398 5.05022C14.4698 5.03022 14.4798 5.00022 14.4998 4.98022C14.5398 4.94022 14.5698 4.91022 14.5998 4.86022C14.6298 4.82022 14.6398 4.77021 14.6598 4.72021C14.6698 4.69021 14.6898 4.66024 14.6998 4.63024C14.6998 4.61024 14.6998 4.60025 14.6998 4.58025C14.7098 4.53025 14.7098 4.48023 14.6998 4.43023C14.6998 4.38023 14.6998 4.34021 14.6898 4.29021C14.6798 4.25021 14.6598 4.21021 14.6398 4.16021C14.6198 4.11021 14.5998 4.06026 14.5698 4.02026C14.5598 4.01026 14.5598 3.99022 14.5498 3.98022L12.5698 1.51025C12.3098 1.19025 11.8398 1.13025 11.5198 1.39025C11.1998 1.65025 11.1498 2.12024 11.3998 2.44024L12.2198 3.46026C12.1398 3.46026 12.0598 3.45025 11.9798 3.45025C6.6698 3.45025 2.33984 7.77026 2.33984 13.0903C2.33984 18.4103 6.6598 22.7302 11.9798 22.7302C17.2998 22.7302 21.6198 18.4103 21.6198 13.0903C21.6398 11.0403 20.9598 9.05021 19.6898 7.35021Z" 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.4807 7.08981C19.2207 6.76981 18.7507 6.71977 18.4307 6.97977C18.1107 7.23977 18.0608 7.70981 18.3208 8.02981C19.4508 9.42981 20.0808 11.0898 20.1408 12.8298C20.3008 17.3098 16.7807 21.0898 12.2907 21.2398C7.81073 21.3998 4.03076 17.8798 3.88076 13.3898C3.73076 8.8998 7.24073 5.12977 11.7307 4.97977C12.3007 4.95977 12.9007 5.0098 13.5507 5.1398C13.5907 5.1498 13.6307 5.1398 13.6707 5.1398C13.7707 5.1898 13.8908 5.21976 14.0008 5.21976C14.1708 5.21976 14.3307 5.16977 14.4707 5.04977C14.7907 4.78977 14.8408 4.31978 14.5908 3.99978L12.6107 1.52981C12.3507 1.20981 11.8807 1.14976 11.5607 1.40976C11.2407 1.66976 11.1908 2.13981 11.4408 2.45981L12.2708 3.48978C12.0808 3.47978 11.8808 3.46977 11.6908 3.47977C6.38075 3.65977 2.21077 8.1398 2.40077 13.4498C2.59077 18.7598 7.06075 22.9298 12.3707 22.7398C17.6807 22.5498 21.8507 18.0798 21.6607 12.7698C21.5607 10.7098 20.8207 8.73981 19.4807 7.08981Z" fill="#292D32"/>
|
|
3
|
+
<path d="M12.3806 16.9198H10.0906C9.68065 16.9198 9.34065 16.5798 9.34065 16.1698C9.34065 15.7598 9.68065 15.4198 10.0906 15.4198H12.3806C12.8106 15.4198 13.1606 15.0698 13.1606 14.6398C13.1606 14.2098 12.8106 13.8598 12.3806 13.8598H10.0906C9.85065 13.8598 9.6206 13.7398 9.4806 13.5498C9.3406 13.3598 9.30062 13.0998 9.38062 12.8698L10.1406 10.5798C10.2406 10.2698 10.5306 10.0698 10.8506 10.0698H13.9106C14.3206 10.0698 14.6606 10.4098 14.6606 10.8198C14.6606 11.2298 14.3206 11.5698 13.9106 11.5698H11.3906L11.1306 12.3598H12.3806C13.6406 12.3598 14.6606 13.3798 14.6606 14.6398C14.6606 15.8998 13.6406 16.9198 12.3806 16.9198Z" 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="M2 8.33983V15.6598C2 17.1598 3.62999 18.0998 4.92999 17.3498L8.10001 15.5198L11.27 13.6898L11.76 13.4098V10.5898L11.27 10.3098L8.10001 8.47984L4.92999 6.64983C3.62999 5.89983 2 6.83983 2 8.33983Z" fill="#292D32"/>
|
|
3
|
+
<path d="M11.7598 8.33983V15.6598C11.7598 17.1598 13.3897 18.0998 14.6797 17.3498L17.8597 15.5198L21.0298 13.6898C22.3198 12.9398 22.3198 11.0598 21.0298 10.3098L17.8597 8.47984L14.6797 6.64983C13.3897 5.89983 11.7598 6.83983 11.7598 8.33983Z" 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.0005 13.9001V16.1901C22.0005 19.8301 19.8305 22.0001 16.1905 22.0001H7.81055C5.26055 22.0001 3.42055 20.9301 2.56055 19.0301L2.67055 18.9501L7.59055 15.6501C8.39055 15.1101 9.52055 15.1701 10.2305 15.7901L10.5705 16.0701C11.3505 16.7401 12.6105 16.7401 13.3905 16.0701L17.5505 12.5001C18.3305 11.8301 19.5905 11.8301 20.3705 12.5001L22.0005 13.9001Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M20.97 8H18.03C16.76 8 16 7.24 16 5.97V3.03C16 2.63 16.08 2.29 16.22 2C16.21 2 16.2 2 16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.28 2.19 18.23 2.56 19.03L2.67 18.95L7.59 15.65C8.39 15.11 9.52 15.17 10.23 15.79L10.57 16.07C11.35 16.74 12.61 16.74 13.39 16.07L17.55 12.5C18.33 11.83 19.59 11.83 20.37 12.5L22 13.9V7.81C22 7.8 22 7.79 22 7.78C21.71 7.92 21.37 8 20.97 8Z" fill="#292D32"/>
|
|
4
|
+
<path d="M8.99914 10.3801C10.3136 10.3801 11.3791 9.31456 11.3791 8.00012C11.3791 6.68568 10.3136 5.62012 8.99914 5.62012C7.6847 5.62012 6.61914 6.68568 6.61914 8.00012C6.61914 9.31456 7.6847 10.3801 8.99914 10.3801Z" fill="#292D32"/>
|
|
5
|
+
<path d="M20.97 1H18.03C16.76 1 16 1.76 16 3.03V5.97C16 7.24 16.76 8 18.03 8H20.97C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1ZM21.19 4.31C21.07 4.43 20.91 4.49 20.75 4.49C20.59 4.49 20.43 4.43 20.31 4.31L20.13 4.13V6.37C20.13 6.72 19.85 7 19.5 7C19.15 7 18.87 6.72 18.87 6.37V4.13L18.69 4.31C18.45 4.55 18.05 4.55 17.81 4.31C17.57 4.07 17.57 3.67 17.81 3.43L19.06 2.18C19.11 2.13 19.18 2.09 19.25 2.06C19.27 2.05 19.29 2.05 19.31 2.04C19.36 2.02 19.41 2.01 19.47 2.01C19.49 2.01 19.51 2.01 19.53 2.01C19.6 2.01 19.66 2.02 19.73 2.05C19.74 2.05 19.74 2.05 19.75 2.05C19.82 2.08 19.88 2.12 19.93 2.17C19.94 2.18 19.94 2.18 19.95 2.18L21.2 3.43C21.44 3.67 21.44 4.07 21.19 4.31Z" 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.0005 13.9001V16.1901C22.0005 19.8301 19.8305 22.0001 16.1905 22.0001H7.81055C5.26055 22.0001 3.42055 20.9301 2.56055 19.0301L2.67055 18.9501L7.59055 15.6501C8.39055 15.1101 9.52055 15.1701 10.2305 15.7901L10.5705 16.0701C11.3505 16.7401 12.6105 16.7401 13.3905 16.0701L17.5505 12.5001C18.3305 11.8301 19.5905 11.8301 20.3705 12.5001L22.0005 13.9001Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M20.97 8H18.03C16.76 8 16 7.24 16 5.97V3.03C16 2.63 16.08 2.29 16.22 2C16.21 2 16.2 2 16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.28 2.19 18.23 2.56 19.03L2.67 18.95L7.59 15.65C8.39 15.11 9.52 15.17 10.23 15.79L10.57 16.07C11.35 16.74 12.61 16.74 13.39 16.07L17.55 12.5C18.33 11.83 19.59 11.83 20.37 12.5L22 13.9V7.81C22 7.8 22 7.79 22 7.78C21.71 7.92 21.37 8 20.97 8Z" fill="#292D32"/>
|
|
4
|
+
<path d="M8.99914 10.3801C10.3136 10.3801 11.3791 9.31456 11.3791 8.00012C11.3791 6.68568 10.3136 5.62012 8.99914 5.62012C7.6847 5.62012 6.61914 6.68568 6.61914 8.00012C6.61914 9.31456 7.6847 10.3801 8.99914 10.3801Z" fill="#292D32"/>
|
|
5
|
+
<path d="M20.97 1H18.03C16.76 1 16 1.76 16 3.03V5.97C16 7.24 16.76 8 18.03 8H20.97C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1ZM21.91 4.93C21.81 5.03 21.66 5.1 21.5 5.11H20.09L20.1 6.5C20.09 6.67 20.03 6.81 19.91 6.93C19.81 7.03 19.66 7.1 19.5 7.1C19.17 7.1 18.9 6.83 18.9 6.5V5.1L17.5 5.11C17.17 5.11 16.9 4.83 16.9 4.5C16.9 4.17 17.17 3.9 17.5 3.9L18.9 3.91V2.51C18.9 2.18 19.17 1.9 19.5 1.9C19.83 1.9 20.1 2.18 20.1 2.51L20.09 3.9H21.5C21.83 3.9 22.1 4.17 22.1 4.5C22.09 4.67 22.02 4.81 21.91 4.93Z" 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.0005 13.9001V16.1901C22.0005 19.8301 19.8305 22.0001 16.1905 22.0001H7.81055C5.26055 22.0001 3.42055 20.9301 2.56055 19.0301L2.67055 18.9501L7.59055 15.6501C8.39055 15.1101 9.52055 15.1701 10.2305 15.7901L10.5705 16.0701C11.3505 16.7401 12.6105 16.7401 13.3905 16.0701L17.5505 12.5001C18.3305 11.8301 19.5905 11.8301 20.3705 12.5001L22.0005 13.9001Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M20.97 8H18.03C16.76 8 16 7.24 16 5.97V3.03C16 2.63 16.08 2.29 16.22 2C16.21 2 16.2 2 16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.28 2.19 18.23 2.56 19.03L2.67 18.95L7.59 15.65C8.39 15.11 9.52 15.17 10.23 15.79L10.57 16.07C11.35 16.74 12.61 16.74 13.39 16.07L17.55 12.5C18.33 11.83 19.59 11.83 20.37 12.5L22 13.9V7.81C22 7.8 22 7.79 22 7.78C21.71 7.92 21.37 8 20.97 8Z" fill="#292D32"/>
|
|
4
|
+
<path d="M8.99914 10.3801C10.3136 10.3801 11.3791 9.31456 11.3791 8.00012C11.3791 6.68568 10.3136 5.62012 8.99914 5.62012C7.6847 5.62012 6.61914 6.68568 6.61914 8.00012C6.61914 9.31456 7.6847 10.3801 8.99914 10.3801Z" fill="#292D32"/>
|
|
5
|
+
<path d="M20.97 1H18.03C16.76 1 16 1.76 16 3.03V5.97C16 7.24 16.76 8 18.03 8H20.97C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1ZM19.01 6.57C18.98 6.6 18.91 6.64 18.86 6.64L17.82 6.79C17.79 6.8 17.75 6.8 17.72 6.8C17.57 6.8 17.44 6.75 17.35 6.65C17.23 6.53 17.18 6.36 17.21 6.18L17.36 5.14C17.37 5.09 17.4 5.02 17.43 4.99L19.13 3.29C19.16 3.36 19.19 3.44 19.22 3.52C19.26 3.6 19.3 3.67 19.34 3.74C19.37 3.8 19.41 3.86 19.45 3.9C19.49 3.96 19.53 4.02 19.56 4.05C19.58 4.08 19.59 4.09 19.6 4.1C19.69 4.21 19.79 4.31 19.88 4.38C19.9 4.4 19.92 4.42 19.93 4.42C19.98 4.46 20.04 4.51 20.08 4.54C20.14 4.58 20.19 4.62 20.25 4.65C20.32 4.69 20.4 4.73 20.48 4.77C20.56 4.81 20.64 4.84 20.71 4.86L19.01 6.57ZM21.4 4.18L21.08 4.5C21.06 4.53 21.03 4.54 21 4.54C20.99 4.54 20.98 4.54 20.97 4.54C20.25 4.33 19.68 3.76 19.47 3.04C19.46 3 19.47 2.96 19.5 2.93L19.83 2.6C20.37 2.06 20.88 2.07 21.41 2.6C21.68 2.87 21.81 3.13 21.81 3.39C21.8 3.65 21.67 3.91 21.4 4.18Z" 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.0005 13.9001V16.1901C22.0005 19.8301 19.8305 22.0001 16.1905 22.0001H7.81055C5.26055 22.0001 3.42055 20.9301 2.56055 19.0301L2.67055 18.9501L7.59055 15.6501C8.39055 15.1101 9.52055 15.1701 10.2305 15.7901L10.5705 16.0701C11.3505 16.7401 12.6105 16.7401 13.3905 16.0701L17.5505 12.5001C18.3305 11.8301 19.5905 11.8301 20.3705 12.5001L22.0005 13.9001Z" fill="#292D32"/>
|
|
3
|
+
<path d="M20.97 1H18.03C16.76 1 16 1.76 16 3.03V5.97C16 7.24 16.76 8 18.03 8H20.97C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1ZM21.61 4.68C21.24 5.86 19.95 6.5 19.5 6.5C19.05 6.5 17.77 5.88 17.39 4.68C17.33 4.5 17.3 4.3 17.3 4.11C17.3 3.46 17.63 2.79 18.32 2.57C18.73 2.44 19.17 2.51 19.48 2.77C19.8 2.52 20.24 2.44 20.66 2.57C21.58 2.86 21.87 3.89 21.61 4.68Z" fill="#292D32"/>
|
|
4
|
+
<path opacity="0.4" d="M20.97 8H18.03C16.76 8 16 7.24 16 5.97V3.03C16 2.63 16.08 2.29 16.22 2C16.21 2 16.2 2 16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.28 2.19 18.23 2.56 19.03L2.67 18.95L7.59 15.65C8.39 15.11 9.52 15.17 10.23 15.79L10.57 16.07C11.35 16.74 12.61 16.74 13.39 16.07L17.55 12.5C18.33 11.83 19.59 11.83 20.37 12.5L22 13.9V7.81C22 7.8 22 7.79 22 7.78C21.71 7.92 21.37 8 20.97 8Z" fill="#292D32"/>
|
|
5
|
+
<path d="M8.99914 10.3801C10.3136 10.3801 11.3791 9.31456 11.3791 8.00012C11.3791 6.68568 10.3136 5.62012 8.99914 5.62012C7.6847 5.62012 6.61914 6.68568 6.61914 8.00012C6.61914 9.31456 7.6847 10.3801 8.99914 10.3801Z" 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.0005 13.9001V16.1901C22.0005 19.8301 19.8305 22.0001 16.1905 22.0001H7.81055C5.26055 22.0001 3.42055 20.9301 2.56055 19.0301L2.67055 18.9501L7.59055 15.6501C8.39055 15.1101 9.52055 15.1701 10.2305 15.7901L10.5705 16.0701C11.3505 16.7401 12.6105 16.7401 13.3905 16.0701L17.5505 12.5001C18.3305 11.8301 19.5905 11.8301 20.3705 12.5001L22.0005 13.9001Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M20.97 8H18.03C16.76 8 16 7.24 16 5.97V3.03C16 2.63 16.08 2.29 16.22 2C16.21 2 16.2 2 16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.28 2.19 18.23 2.56 19.03L2.67 18.95L7.59 15.65C8.39 15.11 9.52 15.17 10.23 15.79L10.57 16.07C11.35 16.74 12.61 16.74 13.39 16.07L17.55 12.5C18.33 11.83 19.59 11.83 20.37 12.5L22 13.9V7.81C22 7.8 22 7.79 22 7.78C21.71 7.92 21.37 8 20.97 8Z" fill="#292D32"/>
|
|
4
|
+
<path d="M8.99914 10.3801C10.3136 10.3801 11.3791 9.31456 11.3791 8.00012C11.3791 6.68568 10.3136 5.62012 8.99914 5.62012C7.6847 5.62012 6.61914 6.68568 6.61914 8.00012C6.61914 9.31456 7.6847 10.3801 8.99914 10.3801Z" fill="#292D32"/>
|
|
5
|
+
<path d="M20.97 8H18.03C16.76 8 16 7.24 16 5.97V3.03C16 1.76 16.76 1 18.03 1H20.97C22.24 1 23 1.76 23 3.03V5.97C23 7.24 22.24 8 20.97 8ZM21.19 4.69C21.07 4.57 20.91 4.51 20.75 4.51C20.59 4.51 20.43 4.57 20.31 4.69L20.13 4.87V2.63C20.13 2.28 19.85 2 19.5 2C19.15 2 18.87 2.28 18.87 2.63V4.87L18.69 4.69C18.45 4.45 18.05 4.45 17.81 4.69C17.57 4.93 17.57 5.33 17.81 5.57L19.06 6.82C19.11 6.87 19.18 6.91 19.25 6.94C19.27 6.95 19.29 6.95 19.31 6.96C19.36 6.98 19.41 6.99 19.47 6.99C19.49 6.99 19.51 6.99 19.53 6.99C19.6 6.99 19.66 6.98 19.73 6.95C19.74 6.95 19.74 6.95 19.75 6.95C19.82 6.92 19.88 6.88 19.93 6.83C19.94 6.82 19.94 6.82 19.95 6.82L21.2 5.57C21.44 5.33 21.44 4.93 21.19 4.69Z" 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.0005 13.9001V16.1901C22.0005 19.8301 19.8305 22.0001 16.1905 22.0001H7.81055C5.26055 22.0001 3.42055 20.9301 2.56055 19.0301L2.67055 18.9501L7.59055 15.6501C8.39055 15.1101 9.52055 15.1701 10.2305 15.7901L10.5705 16.0701C11.3505 16.7401 12.6105 16.7401 13.3905 16.0701L17.5505 12.5001C18.3305 11.8301 19.5905 11.8301 20.3705 12.5001L22.0005 13.9001Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M20.97 8H18.03C16.76 8 16 7.24 16 5.97V3.03C16 2.63 16.08 2.29 16.22 2C16.21 2 16.2 2 16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.28 2.19 18.23 2.56 19.03L2.67 18.95L7.59 15.65C8.39 15.11 9.52 15.17 10.23 15.79L10.57 16.07C11.35 16.74 12.61 16.74 13.39 16.07L17.55 12.5C18.33 11.83 19.59 11.83 20.37 12.5L22 13.9V7.81C22 7.8 22 7.79 22 7.78C21.71 7.92 21.37 8 20.97 8Z" fill="#292D32"/>
|
|
4
|
+
<path d="M8.99914 10.3801C10.3136 10.3801 11.3791 9.31456 11.3791 8.00012C11.3791 6.68568 10.3136 5.62012 8.99914 5.62012C7.6847 5.62012 6.61914 6.68568 6.61914 8.00012C6.61914 9.31456 7.6847 10.3801 8.99914 10.3801Z" fill="#292D32"/>
|
|
5
|
+
<path d="M20.97 1H18.03C16.76 1 16 1.76 16 3.03V5.97C16 7.24 16.76 8 18.03 8H20.97C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1ZM21.47 5.56C21.72 5.81 21.72 6.22 21.47 6.47C21.34 6.59 21.18 6.65 21.01 6.65C20.85 6.65 20.69 6.59 20.56 6.47L19.5 5.41L18.45 6.47C18.32 6.59 18.16 6.65 17.99 6.65C17.83 6.65 17.67 6.59 17.54 6.47C17.29 6.22 17.29 5.81 17.54 5.56L18.6 4.5L17.54 3.45C17.29 3.2 17.29 2.79 17.54 2.54C17.79 2.29 18.2 2.29 18.45 2.54L19.5 3.6L20.56 2.54C20.81 2.29 21.22 2.29 21.47 2.54C21.72 2.79 21.72 3.2 21.47 3.45L20.41 4.5L21.47 5.56Z" 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="M20.46 3.54L3.54 20.46C2.54 19.46 2 18.01 2 16.19V7.81C2 4.17 4.17 2 7.81 2H16.19C18.01 2 19.46 2.54 20.46 3.54Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M21.9993 7.81014V13.9001L20.3693 12.5001C19.5893 11.8301 18.3293 11.8301 17.5493 12.5001L13.3893 16.0701C12.6793 16.6801 11.5593 16.7401 10.7793 16.2201L21.6093 5.39014C21.7493 5.77014 21.8493 6.17014 21.9093 6.60014C21.9693 6.98014 21.9993 7.39014 21.9993 7.81014Z" fill="#292D32"/>
|
|
4
|
+
<path d="M22.0006 13.9001V16.1901C22.0006 19.8301 19.8306 22.0001 16.1906 22.0001H7.81063C7.39062 22.0001 6.98063 21.9701 6.60063 21.9101C6.17063 21.8501 5.77062 21.7501 5.39062 21.6101L10.7806 16.2201C11.5606 16.7401 12.6806 16.6801 13.3906 16.0701L17.5506 12.5001C18.3306 11.8301 19.5906 11.8301 20.3706 12.5001L22.0006 13.9001Z" fill="#292D32"/>
|
|
5
|
+
<path d="M21.7709 2.22988C21.4709 1.92988 20.9809 1.92988 20.6809 2.22988L2.23086 20.6899C1.93086 20.9899 1.93086 21.4799 2.23086 21.7799C2.38086 21.9199 2.57086 21.9999 2.77086 21.9999C2.97086 21.9999 3.16086 21.9199 3.31086 21.7699L21.7709 3.30988C22.0809 3.00988 22.0809 2.52988 21.7709 2.22988Z" fill="#292D32"/>
|
|
6
|
+
<path d="M7.99914 10.3801C9.31358 10.3801 10.3791 9.31456 10.3791 8.00012C10.3791 6.68568 9.31358 5.62012 7.99914 5.62012C6.6847 5.62012 5.61914 6.68568 5.61914 8.00012C5.61914 9.31456 6.6847 10.3801 7.99914 10.3801Z" fill="#292D32"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M22.0005 13.9001V16.1901C22.0005 19.8301 19.8305 22.0001 16.1905 22.0001H7.81055C5.26055 22.0001 3.42055 20.9301 2.56055 19.0301L2.67055 18.9501L7.59055 15.6501C8.39055 15.1101 9.52055 15.1701 10.2305 15.7901L10.5705 16.0701C11.3505 16.7401 12.6105 16.7401 13.3905 16.0701L17.5505 12.5001C18.3305 11.8301 19.5905 11.8301 20.3705 12.5001L22.0005 13.9001Z" fill="#292D32"/>
|
|
3
|
+
<path opacity="0.4" d="M20.97 8H18.03C16.76 8 16 7.24 16 5.97V3.03C16 2.63 16.08 2.29 16.22 2C16.21 2 16.2 2 16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.28 2.19 18.23 2.56 19.03L2.67 18.95L7.59 15.65C8.39 15.11 9.52 15.17 10.23 15.79L10.57 16.07C11.35 16.74 12.61 16.74 13.39 16.07L17.55 12.5C18.33 11.83 19.59 11.83 20.37 12.5L22 13.9V7.81C22 7.8 22 7.79 22 7.78C21.71 7.92 21.37 8 20.97 8Z" fill="#292D32"/>
|
|
4
|
+
<path d="M8.99914 10.3801C10.3136 10.3801 11.3791 9.31456 11.3791 8.00012C11.3791 6.68568 10.3136 5.62012 8.99914 5.62012C7.6847 5.62012 6.61914 6.68568 6.61914 8.00012C6.61914 9.31456 7.6847 10.3801 8.99914 10.3801Z" fill="#292D32"/>
|
|
5
|
+
<path d="M20.97 1H18.03C16.76 1 16 1.76 16 3.03V5.97C16 7.24 16.76 8 18.03 8H20.97C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1ZM21.63 3.45L19.26 6.22C19.17 6.33 19.03 6.4 18.89 6.4C18.88 6.4 18.88 6.4 18.87 6.4C18.73 6.4 18.6 6.35 18.5 6.25L17.4 5.17C17.2 4.97 17.2 4.64 17.4 4.44C17.6 4.24 17.93 4.23 18.13 4.44L18.83 5.13L20.83 2.79C21.02 2.57 21.34 2.55 21.56 2.73C21.79 2.91 21.81 3.24 21.63 3.45Z" 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="M22 7.81V13.9L20.37 12.5C19.59 11.83 18.33 11.83 17.55 12.5L13.39 16.07C12.61 16.74 11.35 16.74 10.57 16.07L10.23 15.79C9.52 15.17 8.39 15.11 7.59 15.65L2.67 18.95L2.56 19.03C2.19 18.23 2 17.28 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="M8.99914 10.3801C10.3136 10.3801 11.3791 9.31456 11.3791 8.00012C11.3791 6.68568 10.3136 5.62012 8.99914 5.62012C7.6847 5.62012 6.61914 6.68568 6.61914 8.00012C6.61914 9.31456 7.6847 10.3801 8.99914 10.3801Z" fill="#292D32"/>
|
|
4
|
+
<path d="M22.0005 13.9001V16.1901C22.0005 19.8301 19.8305 22.0001 16.1905 22.0001H7.81055C5.26055 22.0001 3.42055 20.9301 2.56055 19.0301L2.67055 18.9501L7.59055 15.6501C8.39055 15.1101 9.52055 15.1701 10.2305 15.7901L10.5705 16.0701C11.3505 16.7401 12.6105 16.7401 13.3905 16.0701L17.5505 12.5001C18.3305 11.8301 19.5905 11.8301 20.3705 12.5001L22.0005 13.9001Z" 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="M22.0206 16.8198L18.8906 9.49978C18.3206 8.15978 17.4706 7.39978 16.5006 7.34978C15.5406 7.29978 14.6106 7.96978 13.9006 9.24978L12.0006 12.6598C11.6006 13.3798 11.0306 13.8098 10.4106 13.8598C9.78063 13.9198 9.15063 13.5898 8.64063 12.9398L8.42063 12.6598C7.71063 11.7698 6.83063 11.3398 5.93063 11.4298C5.03063 11.5198 4.26063 12.1398 3.75063 13.1498L2.02063 16.5998C1.40063 17.8498 1.46063 19.2998 2.19063 20.4798C2.92063 21.6598 4.19063 22.3698 5.58063 22.3698H18.3406C19.6806 22.3698 20.9306 21.6998 21.6706 20.5798C22.4306 19.4598 22.5506 18.0498 22.0206 16.8198Z" fill="#292D32"/>
|
|
3
|
+
<path d="M6.96984 8.38012C8.83657 8.38012 10.3498 6.86684 10.3498 5.00012C10.3498 3.13339 8.83657 1.62012 6.96984 1.62012C5.10312 1.62012 3.58984 3.13339 3.58984 5.00012C3.58984 6.86684 5.10312 8.38012 6.96984 8.38012Z" 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="M19.1197 9.11986C18.7297 9.11986 18.4197 9.42986 18.4197 9.81986V11.3999C18.4197 14.9399 15.5397 17.8199 11.9997 17.8199C8.45969 17.8199 5.57969 14.9399 5.57969 11.3999V9.80986C5.57969 9.41986 5.26969 9.10986 4.87969 9.10986C4.48969 9.10986 4.17969 9.41986 4.17969 9.80986V11.3899C4.17969 15.4599 7.30969 18.8099 11.2997 19.1699V21.2999C11.2997 21.6899 11.6097 21.9999 11.9997 21.9999C12.3897 21.9999 12.6997 21.6899 12.6997 21.2999V19.1699C16.6797 18.8199 19.8197 15.4599 19.8197 11.3899V9.80986C19.8097 9.42986 19.4997 9.11986 19.1197 9.11986Z" fill="#292D32"/>
|
|
3
|
+
<path d="M12.0001 2C9.56008 2 7.58008 3.98 7.58008 6.42V11.54C7.58008 13.98 9.56008 15.96 12.0001 15.96C14.4401 15.96 16.4201 13.98 16.4201 11.54V6.42C16.4201 3.98 14.4401 2 12.0001 2ZM13.3101 8.95C13.2401 9.21 13.0101 9.38 12.7501 9.38C12.7001 9.38 12.6501 9.37 12.6001 9.36C12.2101 9.25 11.8001 9.25 11.4101 9.36C11.0901 9.45 10.7801 9.26 10.7001 8.95C10.6101 8.64 10.8001 8.32 11.1101 8.24C11.7001 8.08 12.3201 8.08 12.9101 8.24C13.2101 8.32 13.3901 8.64 13.3101 8.95ZM13.8401 7.01C13.7501 7.25 13.5301 7.39 13.2901 7.39C13.2201 7.39 13.1601 7.38 13.0901 7.36C12.3901 7.1 11.6101 7.1 10.9101 7.36C10.6101 7.47 10.2701 7.31 10.1601 7.01C10.0501 6.71 10.2101 6.37 10.5101 6.27C11.4701 5.92 12.5301 5.92 13.4901 6.27C13.7901 6.38 13.9501 6.71 13.8401 7.01Z" fill="#292D32"/>
|
|
4
|
+
</svg>
|