@ledgerhq/lumen-design-core 0.1.11 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/lib/cssVar/cssVar.d.ts +9 -0
- package/dist/lib/cssVar/cssVar.d.ts.map +1 -0
- package/dist/lib/cssVar/cssVar.js +1 -0
- package/dist/lib/cssVar/cssVar.test.d.ts +2 -0
- package/dist/lib/cssVar/cssVar.test.d.ts.map +1 -0
- package/dist/lib/cssVar/cssVar.test.js +42 -0
- package/dist/lib/themes/css/enterprise/theme.dark-css.d.ts +446 -1
- package/dist/lib/themes/css/enterprise/theme.dark-css.d.ts.map +1 -1
- package/dist/lib/themes/css/enterprise/theme.dark-css.js +21 -7
- package/dist/lib/themes/css/enterprise/theme.light-css.d.ts +446 -1
- package/dist/lib/themes/css/enterprise/theme.light-css.d.ts.map +1 -1
- package/dist/lib/themes/css/enterprise/theme.light-css.js +22 -8
- package/dist/lib/themes/css/index.d.ts +6422 -10
- package/dist/lib/themes/css/index.d.ts.map +1 -1
- package/dist/lib/themes/css/ledger-live/theme.dark-css.d.ts +446 -1
- package/dist/lib/themes/css/ledger-live/theme.dark-css.d.ts.map +1 -1
- package/dist/lib/themes/css/ledger-live/theme.dark-css.js +21 -7
- package/dist/lib/themes/css/ledger-live/theme.light-css.d.ts +446 -1
- package/dist/lib/themes/css/ledger-live/theme.light-css.d.ts.map +1 -1
- package/dist/lib/themes/css/ledger-live/theme.light-css.js +22 -8
- package/dist/lib/themes/css/primitives-css.d.ts +755 -1
- package/dist/lib/themes/css/primitives-css.d.ts.map +1 -1
- package/dist/lib/themes/css/primitives-css.js +10 -0
- package/dist/lib/themes/css/tokenIntegrity.test.d.ts +2 -0
- package/dist/lib/themes/css/tokenIntegrity.test.d.ts.map +1 -0
- package/dist/lib/themes/css/tokenIntegrity.test.js +137 -0
- package/dist/lib/themes/css/typographies/typography.lg-css.d.ts +71 -1
- package/dist/lib/themes/css/typographies/typography.lg-css.d.ts.map +1 -1
- package/dist/lib/themes/css/typographies/typography.md-css.d.ts +71 -1
- package/dist/lib/themes/css/typographies/typography.md-css.d.ts.map +1 -1
- package/dist/lib/themes/css/typographies/typography.sm-css.d.ts +71 -1
- package/dist/lib/themes/css/typographies/typography.sm-css.d.ts.map +1 -1
- package/dist/lib/themes/css/typographies/typography.xl-css.d.ts +71 -1
- package/dist/lib/themes/css/typographies/typography.xl-css.d.ts.map +1 -1
- package/dist/lib/themes/css/typographies/typography.xs-css.d.ts +71 -1
- package/dist/lib/themes/css/typographies/typography.xs-css.d.ts.map +1 -1
- package/dist/lib/themes/css/websites/theme.dark-css.d.ts +446 -1
- package/dist/lib/themes/css/websites/theme.dark-css.d.ts.map +1 -1
- package/dist/lib/themes/css/websites/theme.dark-css.js +21 -7
- package/dist/lib/themes/css/websites/theme.light-css.d.ts +446 -1
- package/dist/lib/themes/css/websites/theme.light-css.d.ts.map +1 -1
- package/dist/lib/themes/css/websites/theme.light-css.js +22 -8
- package/dist/lib/themes/js/enterprise/theme.d.ts +51 -0
- package/dist/lib/themes/js/enterprise/theme.d.ts.map +1 -1
- package/dist/lib/themes/js/enterprise/theme.dark.d.ts +9 -0
- package/dist/lib/themes/js/enterprise/theme.dark.d.ts.map +1 -1
- package/dist/lib/themes/js/enterprise/theme.dark.js +9 -0
- package/dist/lib/themes/js/enterprise/theme.js +2 -0
- package/dist/lib/themes/js/enterprise/theme.light.d.ts +9 -0
- package/dist/lib/themes/js/enterprise/theme.light.d.ts.map +1 -1
- package/dist/lib/themes/js/enterprise/theme.light.js +9 -0
- package/dist/lib/themes/js/ledger-live/theme.d.ts +51 -0
- package/dist/lib/themes/js/ledger-live/theme.d.ts.map +1 -1
- package/dist/lib/themes/js/ledger-live/theme.dark.d.ts +9 -0
- package/dist/lib/themes/js/ledger-live/theme.dark.d.ts.map +1 -1
- package/dist/lib/themes/js/ledger-live/theme.dark.js +9 -0
- package/dist/lib/themes/js/ledger-live/theme.js +2 -0
- package/dist/lib/themes/js/ledger-live/theme.light.d.ts +9 -0
- package/dist/lib/themes/js/ledger-live/theme.light.d.ts.map +1 -1
- package/dist/lib/themes/js/ledger-live/theme.light.js +9 -0
- package/dist/lib/themes/js/primitives/primitive.colors.d.ts +10 -0
- package/dist/lib/themes/js/primitives/primitive.colors.d.ts.map +1 -1
- package/dist/lib/themes/js/primitives/primitive.colors.js +10 -0
- package/dist/lib/themes/js/types.d.ts +1 -0
- package/dist/lib/themes/js/types.d.ts.map +1 -1
- package/dist/lib/themes/js/websites/theme.d.ts +51 -0
- package/dist/lib/themes/js/websites/theme.d.ts.map +1 -1
- package/dist/lib/themes/js/websites/theme.dark.d.ts +9 -0
- package/dist/lib/themes/js/websites/theme.dark.d.ts.map +1 -1
- package/dist/lib/themes/js/websites/theme.dark.js +9 -0
- package/dist/lib/themes/js/websites/theme.js +2 -0
- package/dist/lib/themes/js/websites/theme.light.d.ts +9 -0
- package/dist/lib/themes/js/websites/theme.light.d.ts.map +1 -1
- package/dist/lib/themes/js/websites/theme.light.js +9 -0
- package/dist/lib/utils/createCustomPlugin.js +3 -3
- package/dist/lib/utils/createPrimitivesPlugin.d.ts.map +1 -1
- package/dist/lib/utils/createPrimitivesPlugin.js +1 -0
- package/package.json +1 -1
- package/symbols/icons/airplane.svg +1 -1
- package/symbols/icons/ar.svg +2 -2
- package/symbols/icons/arrow-down-right.svg +1 -1
- package/symbols/icons/arrow-down.svg +1 -1
- package/symbols/icons/arrow-left.svg +1 -1
- package/symbols/icons/arrow-right.svg +1 -1
- package/symbols/icons/arrow-up-right.svg +1 -1
- package/symbols/icons/basket-put-in.svg +1 -1
- package/symbols/icons/bluetooth-circle-fill.svg +3 -3
- package/symbols/icons/cart.svg +1 -1
- package/symbols/icons/chart-5.svg +1 -1
- package/symbols/icons/check.svg +1 -1
- package/symbols/icons/chevron-ascending.svg +2 -2
- package/symbols/icons/chevron-down.svg +1 -1
- package/symbols/icons/chevron-left.svg +1 -1
- package/symbols/icons/chevron-right.svg +1 -1
- package/symbols/icons/chevron-up-down.svg +2 -2
- package/symbols/icons/chevron-up.svg +1 -1
- package/symbols/icons/clear.svg +1 -1
- package/symbols/icons/clip.svg +1 -1
- package/symbols/icons/clock-fill.svg +1 -4
- package/symbols/icons/close.svg +1 -1
- package/symbols/icons/cloud-download.svg +1 -1
- package/symbols/icons/cloud-upload.svg +1 -1
- package/symbols/icons/coin-alert.svg +1 -1
- package/symbols/icons/coin-percent.svg +1 -1
- package/symbols/icons/coins-add-plus.svg +1 -1
- package/symbols/icons/coins-check.svg +1 -1
- package/symbols/icons/coins-cross.svg +1 -1
- package/symbols/icons/coins-crypto.svg +1 -1
- package/symbols/icons/coins-eye.svg +1 -1
- package/symbols/icons/color-palette.svg +1 -1
- package/symbols/icons/computer-mobile.svg +1 -1
- package/symbols/icons/credit-card.svg +1 -1
- package/symbols/icons/crypto-bitcoin-coin.svg +1 -1
- package/symbols/icons/csv.svg +1 -1
- package/symbols/icons/cursor-touch.svg +1 -1
- package/symbols/icons/database-lock.svg +1 -1
- package/symbols/icons/discord.svg +1 -1
- package/symbols/icons/dollar.svg +1 -1
- package/symbols/icons/download.svg +1 -1
- package/symbols/icons/downloadData.json +1 -1
- package/symbols/icons/exchange-fill.svg +1 -1
- package/symbols/icons/exchange.svg +1 -1
- package/symbols/icons/exit-logout.svg +1 -1
- package/symbols/icons/expand.svg +1 -1
- package/symbols/icons/experiment-2.svg +1 -1
- package/symbols/icons/external-link.svg +1 -1
- package/symbols/icons/feather.svg +1 -1
- package/symbols/icons/file-download.svg +1 -1
- package/symbols/icons/filter-sort.svg +2 -2
- package/symbols/icons/gift.svg +1 -1
- package/symbols/icons/github.svg +1 -1
- package/symbols/icons/group-users-add.svg +1 -1
- package/symbols/icons/group-users.svg +1 -1
- package/symbols/icons/hand-card.svg +1 -1
- package/symbols/icons/hat-school.svg +1 -1
- package/symbols/icons/heart.svg +1 -1
- package/symbols/icons/incognito.svg +1 -1
- package/symbols/icons/infinite-fill.svg +1 -1
- package/symbols/icons/infinite.svg +1 -1
- package/symbols/icons/language.svg +1 -1
- package/symbols/icons/list-eye.svg +1 -1
- package/symbols/icons/mail.svg +1 -1
- package/symbols/icons/medal-1.svg +1 -1
- package/symbols/icons/medal-2.svg +1 -1
- package/symbols/icons/menu-burger.svg +1 -1
- package/symbols/icons/message-chat.svg +1 -1
- package/symbols/icons/mobile-arrow.svg +1 -1
- package/symbols/icons/monitor-password.svg +1 -1
- package/symbols/icons/moon.svg +1 -1
- package/symbols/icons/more-horizontal.svg +1 -1
- package/symbols/icons/more-vertical.svg +1 -1
- package/symbols/icons/nano-gen5.svg +1 -1
- package/symbols/icons/nft-hide.svg +1 -1
- package/symbols/icons/nft.svg +1 -1
- package/symbols/icons/parachute.svg +1 -1
- package/symbols/icons/pen-edit.svg +1 -1
- package/symbols/icons/percentage.svg +1 -1
- package/symbols/icons/picture-image.svg +1 -1
- package/symbols/icons/piggy-bank.svg +1 -1
- package/symbols/icons/placeholder-cicle-fill.svg +1 -1
- package/symbols/icons/placeholder.svg +1 -1
- package/symbols/icons/planet.svg +1 -1
- package/symbols/icons/plus.svg +1 -1
- package/symbols/icons/range.svg +1 -1
- package/symbols/icons/recovery-key.svg +1 -1
- package/symbols/icons/reddit.svg +4 -4
- package/symbols/icons/reduce.svg +1 -1
- package/symbols/icons/refresh-back.svg +1 -1
- package/symbols/icons/refresh.svg +1 -1
- package/symbols/icons/repair.svg +1 -1
- package/symbols/icons/screens.svg +1 -1
- package/symbols/icons/server-database-fail.svg +1 -1
- package/symbols/icons/shapes.svg +4 -4
- package/symbols/icons/share.svg +1 -1
- package/symbols/icons/shield-check.svg +1 -1
- package/symbols/icons/shield-lock.svg +1 -1
- package/symbols/icons/shield-more.svg +1 -1
- package/symbols/icons/slideshow.svg +1 -1
- package/symbols/icons/speed-fast.svg +1 -1
- package/symbols/icons/speed-low.svg +1 -1
- package/symbols/icons/speed-medium.svg +1 -1
- package/symbols/icons/star-fill.svg +1 -1
- package/symbols/icons/star-half.svg +2 -2
- package/symbols/icons/star.svg +1 -1
- package/symbols/icons/sun.svg +1 -1
- package/symbols/icons/switch-2.svg +1 -1
- package/symbols/icons/telegram.svg +1 -1
- package/symbols/icons/tools.svg +1 -1
- package/symbols/icons/transfer-horizontal.svg +1 -1
- package/symbols/icons/transfer-vertical.svg +1 -1
- package/symbols/icons/triangle-up.svg +1 -1
- package/symbols/icons/truck.svg +1 -1
- package/symbols/icons/usb.svg +1 -1
- package/symbols/icons/user-arrow-right.svg +1 -1
- package/symbols/icons/user-check.svg +1 -1
- package/symbols/icons/user-delete.svg +1 -1
- package/symbols/icons/user.svg +1 -1
- package/symbols/icons/wallet-input.svg +1 -1
- package/symbols/icons/wallet-search.svg +1 -1
- package/symbols/icons/wallet.svg +1 -1
- package/symbols/icons/warning-fill.svg +1 -1
- package/symbols/icons/warning.svg +1 -1
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M8 8L13
|
|
2
|
+
<path d="M8 8L13 3M9.33333 3H13V6.66667M6 3H4.33333C3.59667 3 3 3.59667 3 4.33333V11.6667C3 12.4 3.59667 13 4.33333 13H11.6667C12.4 13 13 12.4 13 11.6667V10" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M8.66602 7.
|
|
2
|
+
<path d="M8.66602 7.33385L2.66602 13.3338M10.5371 11.2545C12.3816 9.34055 13.3496 6.74726 13.2103 4.09282C13.1815 3.38536 12.6146 2.81843 11.9071 2.78956C9.25264 2.65029 6.65934 3.61833 4.74542 5.4629C2.82425 7.38407 2.5634 10.238 4.16275 11.8373C5.7621 13.4366 8.61588 13.1756 10.5371 11.2545Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="
|
|
2
|
+
<path d="M2.65332 8.65336V3.98669C2.65332 2.88003 3.54665 1.98669 4.65332 1.98669H9.65332C10.1867 1.98669 10.6933 2.19336 11.0733 2.57336L12.7467 4.24669C13.12 4.62669 13.3267 5.13336 13.3333 5.66669V12C13.3333 13.1 12.4333 14 11.3333 14H8.66665M13.3333 5.66669H11C10.26 5.66669 9.66665 5.06669 9.66665 4.33336V2.00003M4.66665 10.6667V14M3.33332 12.6667L4.66665 14L5.99999 12.6667" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.66669
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.33335
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.66669 8.99996L13.138 5.52863C13.2634 5.40329 13.3334 5.23396 13.3334 5.05729V3.33329C13.3334 2.96529 13.0347 2.66663 12.6667 2.66663H3.33335C2.96535 2.66663 2.66669 2.96529 2.66669 3.33329V5.05729C2.66669 5.23396 2.73669 5.40396 2.86202 5.52863L6.33335 8.99996" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.33335 8.99996V13.166C6.33335 13.708 6.84269 14.106 7.36869 13.9746L9.03535 13.558C9.40602 13.4653 9.66669 13.132 9.66669 12.7493V8.99996" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
4
|
</svg>
|
package/symbols/icons/gift.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M8 14V5.
|
|
2
|
+
<path d="M8 14V5.33337M10.464 4.4067C9.744 5.15337 8.61067 5.33203 8.064 5.33203M8.06 5.33337C8.06 5.33337 7.72667 3.25337 8.54 2.41337M10.46 4.4067C10.9867 3.85337 10.9867 2.96003 10.46 2.4067C9.92667 1.85337 9.06667 1.85337 8.54333 2.4067M7.92667 5.33203C7.38 5.33203 6.24667 5.15337 5.53333 4.4067C5 3.85337 5 2.96003 5.53333 2.4067C6.06 1.85337 6.92 1.85337 7.45 2.4067M7.934 5.33337C7.934 5.33337 8.26067 3.25337 7.44733 2.41337M12.6667 8.00003V13.3334C12.6667 13.7 12.3667 14 12 14H4C3.62667 14 3.33333 13.7 3.33333 13.3334V8.00003M13.3333 5.33337H2.66667C2.29867 5.33337 2 5.6267 2 6.00003V7.33337C2 7.70003 2.29333 8.00003 2.66667 8.00003H13.3333C13.7 8.00003 14 7.70003 14 7.33337V6.00003C14 5.6267 13.7 5.33337 13.3333 5.33337Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
package/symbols/icons/github.svg
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g clip-path="url(#clip0_3_426)">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.00595 0.
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.00595 0.800049C4.02124 0.800049 0.799988 4.10004 0.799988 8.18257C0.799988 11.446 2.86395 14.2083 5.72722 15.186C6.0852 15.2595 6.21633 15.0272 6.21633 14.8317C6.21633 14.6606 6.20453 14.0739 6.20453 13.4627C4.20001 13.9028 3.78258 12.5826 3.78258 12.5826C3.46044 11.7271 2.98313 11.5072 2.98313 11.5072C2.32705 11.0549 3.03092 11.0549 3.03092 11.0549C3.75869 11.1038 4.14056 11.8127 4.14056 11.8127C4.7847 12.9371 5.82265 12.6194 6.24022 12.4238C6.29981 11.9471 6.49083 11.6171 6.69364 11.4338C5.09489 11.2627 3.4128 10.6271 3.4128 7.79137C3.4128 6.98467 3.69895 6.32468 4.15236 5.81138C4.08083 5.62808 3.83022 4.87013 4.22405 3.85569C4.22405 3.85569 4.83249 3.66009 6.20438 4.61348C6.79174 4.45188 7.39747 4.36968 8.00595 4.36898C8.61438 4.36898 9.23462 4.45463 9.80736 4.61348C11.1794 3.66009 11.7878 3.85569 11.7878 3.85569C12.1817 4.87013 11.9309 5.62808 11.8594 5.81138C12.3247 6.32468 12.5991 6.98467 12.5991 7.79137C12.5991 10.6271 10.917 11.2504 9.3063 11.4338C9.56885 11.666 9.79541 12.106 9.79541 12.8027C9.79541 13.7927 9.78361 14.5872 9.78361 14.8316C9.78361 15.0272 9.91489 15.2595 10.2727 15.1862C13.136 14.2082 15.2 11.446 15.2 8.18257C15.2118 4.10004 11.9787 0.800049 8.00595 0.800049Z" fill="black"/>
|
|
4
4
|
</g>
|
|
5
5
|
<defs>
|
|
6
6
|
<clipPath id="clip0_3_426">
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M2
|
|
2
|
+
<path d="M2 14.0001C2 12.7134 3.04267 11.6667 4.32667 11.6667H7C8.28667 11.6667 9.32667 12.7094 9.32667 13.9934M10.6667 11.6707H11.6667C12.9533 11.6707 13.9933 12.7134 13.9933 13.9974M11.9194 3.00003H14.7479M13.3336 4.41424V1.58582M5.66667 5.67072C5.40402 5.67072 5.14395 5.72246 4.9013 5.82297C4.65865 5.92348 4.43817 6.07079 4.25245 6.25651C4.06674 6.44223 3.91942 6.66271 3.81891 6.90536C3.7184 7.14801 3.66667 7.40808 3.66667 7.67072C3.66667 7.93337 3.7184 8.19344 3.81891 8.43609C3.91942 8.67874 4.06674 8.89922 4.25245 9.08494C4.43817 9.27066 4.65865 9.41797 4.9013 9.51848C5.14395 9.61899 5.40402 9.67072 5.66667 9.67072C5.92931 9.67072 6.18938 9.61899 6.43203 9.51848C6.67468 9.41797 6.89516 9.27066 7.08088 9.08494C7.2666 8.89922 7.41392 8.67874 7.51443 8.43609C7.61494 8.19344 7.66667 7.93337 7.66667 7.67072C7.66667 7.40808 7.61494 7.14801 7.51443 6.90536C7.41392 6.66271 7.2666 6.44223 7.08088 6.25651C6.89516 6.07079 6.67468 5.92348 6.43203 5.82297C6.18938 5.72246 5.92931 5.67072 5.66667 5.67072ZM10.6667 7.00406C10.313 7.00406 9.97391 7.14453 9.72386 7.39458C9.47381 7.64463 9.33333 7.98377 9.33333 8.33739C9.33333 8.69101 9.47381 9.03015 9.72386 9.2802C9.97391 9.53025 10.313 9.67072 10.6667 9.67072C11.0203 9.67072 11.3594 9.53025 11.6095 9.2802C11.8595 9.03015 12 8.69101 12 8.33739C12 7.98377 11.8595 7.64463 11.6095 7.39458C11.3594 7.14453 11.0203 7.00406 10.6667 7.00406Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M13.86 6.
|
|
2
|
+
<path d="M13.86 6.3467C14.3866 6.87336 14.3866 7.7267 13.86 8.25336C13.3266 8.78003 12.4733 8.78003 11.9466 8.25336C11.4133 7.72003 11.4133 6.8667 11.9466 6.34003C12.4733 5.8067 13.3266 5.8067 13.8533 6.33936M9.46663 3.94003C10.2733 4.7467 10.2733 6.06003 9.46663 6.87336C8.65329 7.68003 7.33996 7.68003 6.52663 6.87336C5.71329 6.06003 5.71329 4.7467 6.52663 3.93336C7.33329 3.12003 8.64663 3.12003 9.45996 3.93336M4.03996 6.3467C4.56663 6.87336 4.56663 7.7267 4.03996 8.25336C3.50663 8.78003 2.65329 8.78003 2.12663 8.25336C1.59329 7.72003 1.59329 6.8667 2.12663 6.34003C2.65329 5.8067 3.50663 5.8067 4.03329 6.33936M15.3333 12.6667V11.9334C15.3333 11.0067 14.5866 10.2667 13.6666 10.2667H13.1266M0.666626 12.6667V11.9334C0.666626 11.0067 1.40663 10.2667 2.33329 10.2667H2.86663M11.5533 12.6667V11.5934C11.5533 10.3 10.5066 9.26003 9.21996 9.26003H6.76663C5.47329 9.26003 4.43329 10.3 4.43329 11.5934V12.66" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M1.33057 9.
|
|
2
|
+
<path d="M1.33057 9.33394L3.03163 6.49884C3.22741 6.17254 3.51218 5.90883 3.85253 5.73865L4.24282 5.54351C4.52065 5.4046 4.827 5.33228 5.13762 5.33228H14.6695M5.33225 8.66697H6.66614L8.12714 7.20658C8.55581 6.77808 9.25066 6.77815 9.67925 7.20674C10.0493 7.57675 10.1066 8.15651 9.8163 8.59185L7.82022 11.5851C7.50381 12.0595 7.04368 12.4201 6.50732 12.6139L2.66447 14.0025M6.66614 8.66697L6.6661 4.93209C6.65086 4.06368 7.3422 3.3472 8.2106 3.33142H13.1249C13.9933 3.3472 14.6847 4.06368 14.6694 4.93209V7.73325C14.6847 8.60166 13.9933 9.31815 13.1249 9.33392H9.32141" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M14.2738
|
|
2
|
+
<path d="M14.2738 6V10.5M3.9933 8.13329V10.7466C3.9933 11.3733 4.30663 11.9666 4.8333 12.3133L5.89997 13.02C7.16663 13.86 8.81663 13.86 10.0833 13.02L11.15 12.3066C11.6766 11.9533 11.99 11.36 11.99 10.7333V8.11329M6.46863 2.72662L2.34663 5.01329C1.4813 5.49329 1.4813 6.73329 2.34663 7.21329L6.45996 9.49996C7.40663 10.0266 8.56663 10.0266 9.51997 9.49996L13.6333 7.21329C14.4933 6.72662 14.4933 5.48662 13.6333 5.00796L9.5133 2.72129C8.55997 2.18796 7.39997 2.18796 6.44663 2.72129L6.46863 2.72662Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
package/symbols/icons/heart.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M10.4667 2.
|
|
2
|
+
<path d="M10.4667 2.66663C12.58 2.66663 14 4.65329 14 6.50663C14 10.26 8.10667 13.3333 8 13.3333C7.89333 13.3333 2 10.26 2 6.50663C2 4.65329 3.42 2.66663 5.53333 2.66663C6.74667 2.66663 7.54 3.27329 8 3.80663C8.46 3.27329 9.25333 2.66663 10.4667 2.66663Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M3.95838 5.
|
|
2
|
+
<path d="M3.95838 5.99923L4.43924 3.11202C4.54662 2.46909 5.10352 1.99756 5.75512 1.99756H10.1643C10.8166 1.99756 11.3728 2.46909 11.4802 3.11202L11.9617 5.99923M6.8169 12.0017C6.8169 13.1068 5.9211 14.0026 4.81607 14.0026C3.71104 14.0026 2.81523 13.1068 2.81523 12.0017C2.81523 10.8967 3.71104 10.0009 4.81607 10.0009C5.9211 10.0009 6.8169 10.8967 6.8169 12.0017ZM6.8169 12.0017C7.4485 11.2394 8.47226 11.2394 9.10385 12.0017M9.10385 12.0017C9.10385 13.1068 9.99966 14.0026 11.1047 14.0026C12.2097 14.0026 13.1055 13.1068 13.1055 12.0017C13.1055 10.8967 12.2097 10.0009 11.1047 10.0009C9.99966 10.0009 9.10385 10.8967 9.10385 12.0017ZM1.99756 8.667C5.31294 6.88826 10.6872 6.88826 14.0026 8.667" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M8.03162 2.03162C11.3452 2.03162 14.0314 4.7181 14.0316 8.03162C14.0316 11.3453 11.3453 14.0316 8.03162 14.0316C4.7181 14.0314 2.03162 11.3452 2.03162 8.03162C2.03185 4.71825 4.71825 2.03185 8.03162 2.03162ZM10.6254 5.33923L10.6244 5.33826C9.
|
|
2
|
+
<path d="M8.03162 2.03162C11.3452 2.03162 14.0314 4.7181 14.0316 8.03162C14.0316 11.3453 11.3453 14.0316 8.03162 14.0316C4.7181 14.0314 2.03162 11.3452 2.03162 8.03162C2.03185 4.71825 4.71825 2.03185 8.03162 2.03162ZM10.6254 5.33923L10.6244 5.33826C9.28267 5.33826 8.56159 6.39695 8.24158 6.85291C8.21223 6.89472 8.18954 6.9393 8.17126 6.98474C7.97128 6.7535 7.72229 6.48664 7.4408 6.23962C6.96549 5.8226 6.26807 5.33836 5.49548 5.33826L5.49353 5.33923L5.49255 5.33826C4.10242 5.337 3.17224 6.64972 3.17224 8.00037C3.17241 9.3506 4.10227 10.6626 5.49158 10.6615L5.49255 10.6605L5.49451 10.6615C6.87814 10.6614 7.68507 9.6537 8.05408 9.16638C8.08361 9.12737 8.10685 9.08509 8.12634 9.04236C8.30586 9.26285 8.52451 9.51156 8.7699 9.74353C9.20666 10.1563 9.87183 10.6615 10.6254 10.6615V10.6605L10.6273 10.6615C11.2984 10.6621 11.8629 10.3073 12.2386 9.8197C12.6138 9.33263 12.8274 8.68686 12.8275 8.00037C12.8275 6.69886 11.9905 5.33723 10.6273 5.33826L10.6254 5.33923ZM5.49548 6.63904L5.60095 6.64783C5.85916 6.6904 6.2008 6.88148 6.58337 7.21716C6.94122 7.53119 7.24664 7.89491 7.43298 8.13318C7.27356 8.15881 7.12315 8.24238 7.01794 8.38123C6.65312 8.86303 6.19697 9.35344 5.51013 9.36072C5.50142 9.36051 5.49248 9.36057 5.48376 9.36072C5.03196 9.35618 4.47318 8.8672 4.47302 8.00037C4.47302 7.18319 4.96942 6.70034 5.40564 6.64392L5.49158 6.63904C5.4928 6.63904 5.49426 6.63904 5.49548 6.63904ZM10.6283 6.63904C10.9772 6.63889 11.5277 7.08028 11.5277 8.00037C11.5276 8.42425 11.3947 8.7848 11.2094 9.02576C11.0274 9.26204 10.82 9.35774 10.6381 9.36072C10.628 9.36052 10.6178 9.3595 10.6078 9.35974C10.3951 9.35064 10.063 9.17677 9.66345 8.79919C9.32419 8.47852 9.03452 8.10539 8.86267 7.86755C9.03505 7.84358 9.19816 7.75367 9.30603 7.59998C9.66548 7.08784 10.0263 6.65062 10.6029 6.64001C10.6113 6.64026 10.6199 6.63909 10.6283 6.63904ZM8.64392 8.03357L8.64197 8.03455C8.64324 8.03063 8.64468 8.02676 8.64587 8.02283C8.64514 8.02642 8.64471 8.03008 8.64392 8.03357Z" fill="black"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M7.24929 9.
|
|
2
|
+
<path d="M7.24929 9.2513C6.65369 10.0379 5.62964 11.2533 3.94792 11.2533V11.2505L3.94209 11.2533C2.4519 11.2548 1.24316 9.79695 1.24316 8.00003C1.24316 6.2031 2.4519 4.7453 3.94325 4.74671L3.94909 4.74952V4.74671C5.63081 4.74671 7.44449 6.94326 8.0401 7.73126C8.03893 7.73126 8.25032 8.00003 8.25032 8.00003L8.4466 8.26879C8.99966 9.05538 10.6838 11.2533 12.2454 11.2533V11.2505L12.2508 11.2533C13.6346 11.2548 14.757 9.79695 14.757 8.00003C14.757 6.2031 13.6346 4.7453 12.2497 4.74671L12.2443 4.74952V4.74671C10.6827 4.74671 9.8044 5.96075 9.25134 6.74875" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M4.99998 2.
|
|
2
|
+
<path d="M4.99998 2.66663V4.66663M13.6666 13.3333L11 7.33329L8.33331 13.3333M8.92665 12H13.0733M2.33331 9.99996C5.06331 9.77996 7.45065 7.39329 7.66731 4.66663H2.33398M7.66665 9.99996C5.95998 9.85996 4.46798 8.36663 4.33331 6.66663" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M5.33329 2.
|
|
2
|
+
<path d="M5.33329 2.66671L6.19996 1.58337C6.32663 1.42337 6.51329 1.33337 6.71996 1.33337H9.27329C9.47329 1.33337 9.66663 1.42004 9.79329 1.58337L10.6533 2.66671V3.33337C10.6533 3.70004 10.3533 4.00004 9.98663 4.00004H5.98663C5.61329 4.00004 5.31996 3.70004 5.31996 3.33337V2.66671H5.33329ZM5.33329 2.66671L3.99996 2.66671C3.25996 2.66671 2.66663 3.26004 2.66663 4.00004V12.6667C2.66663 13.4 3.25996 14 3.99996 14H7.99996M13.3333 8.00004V4.00004C13.3333 3.26004 12.7333 2.66671 12 2.66671H10.6666M12.2526 11.934C12.286 11.9674 12.286 12.0274 12.2526 12.0674C12.2126 12.1007 12.1526 12.1007 12.1126 12.0674C12.0726 12.0274 12.0726 11.9674 12.1126 11.9274C12.146 11.8874 12.206 11.8874 12.246 11.9274M5.33329 9.00004H8.66663M5.33329 6.66671H10.6666M5.33329 11.3334H6.66663M9.83996 12.46C9.65329 12.18 9.65329 11.8134 9.83996 11.54C10.4 10.68 11.2933 9.99337 12.182 9.99337C13.0686 9.99337 13.9553 10.6734 14.522 11.5334C14.702 11.8067 14.702 12.1734 14.522 12.4534C13.9553 13.308 13.062 13.9934 12.1753 13.9934C11.282 13.9934 10.3953 13.3067 9.83329 12.4534L9.83996 12.46Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
package/symbols/icons/mail.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M2 4.
|
|
2
|
+
<path d="M2 4.66671V11.3334C2 12.0667 2.6 12.6667 3.33333 12.6667H12.6667C13.4 12.6667 14 12.0667 14 11.3334V4.66671M2 4.53337C2 4.93337 2.2 5.26671 2.53333 5.53337L6.53333 8.26671C7.46667 8.86671 8.6 8.86671 9.53333 8.26671L13.5333 5.60004C13.8 5.26671 14 4.93337 14 4.53337C14 3.86671 13.4667 3.33337 12.8 3.33337H3.2C2.53333 3.33337 2 3.86671 2 4.53337Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M4.66671 9.
|
|
2
|
+
<path d="M4.66671 9.33337V13.9934C4.66671 14.1734 4.81337 14.32 5.00004 14.32C5.04671 14.3134 5.09337 14.3067 5.13337 14.2867L7.99337 12.98L10.8534 14.28C11.02 14.3534 11.2134 14.28 11.2934 14.1134C11.3067 14.0667 11.32 14.02 11.32 13.9734V9.23337M8.00004 1.33337C6.76236 1.33337 5.57538 1.82504 4.70021 2.70021C3.82504 3.57538 3.33337 4.76236 3.33337 6.00004C3.33337 7.23772 3.82504 8.4247 4.70021 9.29987C5.57538 10.175 6.76236 10.6667 8.00004 10.6667C9.23772 10.6667 10.4247 10.175 11.2999 9.29987C12.175 8.4247 12.6667 7.23772 12.6667 6.00004C12.6667 4.76236 12.175 3.57538 11.2999 2.70021C10.4247 1.82504 9.23772 1.33337 8.00004 1.33337Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M4.07995 9.
|
|
2
|
+
<path d="M4.07995 9.19995L1.99329 11.3333L3.65995 12.3333L4.65995 14L7.25329 11.2666M8.73329 11.27L11.3266 13.9966L12.3266 12.33L13.9933 11.33L11.9066 9.19662M11.2933 3.36662C13.1133 5.18662 13.1133 8.13995 11.2933 9.95995C9.46662 11.78 6.51329 11.78 4.69329 9.95995C2.86662 8.13329 2.86662 5.17995 4.68662 3.35995C6.50662 1.53328 9.45995 1.53328 11.28 3.35928M7.99329 8.38928L9.18662 9.01595C9.41995 9.13595 9.68662 8.93595 9.64662 8.67595L9.41329 7.33595L10.38 6.38928C10.5666 6.20262 10.46 5.88262 10.2 5.84262L8.85995 5.64262L8.25995 4.42262C8.13995 4.18262 7.80662 4.18262 7.68662 4.42262L7.08662 5.63595L5.74662 5.82929C5.48595 5.86262 5.37995 6.18262 5.56662 6.36928L6.53329 7.30928L6.29995 8.64262C6.25329 8.90262 6.52662 9.09595 6.75995 8.97595L7.95329 8.34262H7.94662L7.99329 8.38928Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M3.66663
|
|
2
|
+
<path d="M3.66663 8.00004H12.3333M3.66663 11.6667H12.3333M3.66663 4.33337H12.3333" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g clip-path="url(#clip0_805_1619)">
|
|
3
|
-
<path d="M4.
|
|
3
|
+
<path d="M4.71861 14.5387C6.51861 14.5387 7.98528 13.072 7.98528 11.2693C7.97995 9.464 6.51328 8 4.71328 8C2.90661 8 1.44395 9.46 1.44395 11.2693M4.72195 14.542C4.22861 14.542 3.76195 14.4287 3.34195 14.2353L1.32861 14.662L1.74861 12.642C1.54861 12.222 1.44195 11.7487 1.44195 11.2553M4.37128 8.01333C4.13128 7.46 3.99795 6.86666 3.99795 6.24C3.99795 3.56 6.39128 1.41333 9.33128 1.41333C12.2646 1.41333 14.6646 3.56 14.6646 6.24C14.6646 7.82 13.8179 9.216 12.5313 10.0947C12.5313 10.5947 12.5246 11.2747 12.5246 11.988L10.4313 10.9547C10.0713 11.0213 9.69795 11.0547 9.31795 11.0547C8.84461 11.0547 8.38461 10.9947 7.95128 10.888" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
4
|
</g>
|
|
5
5
|
<defs>
|
|
6
6
|
<clipPath id="clip0_805_1619">
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M6.33331 2V3.33333C6.33331 3.51333 6.48665 3.66667 6.66665 3.66667H9.33331C9.51998 3.66667 9.66665 3.51333 9.66665 3.33333V2M3.99998 11.3333V12.6667C3.99998 13.4 4.59998 14 5.33331 14H10.6666C11.4066 14 12 13.4 12 12.6667V3.33333C12 2.59333 11.4066 2 10.6666 2H5.33331C4.59998 2 3.99998 2.59333 3.99998 3.33333V4.66667M1.33331 8H4.
|
|
2
|
+
<path d="M6.33331 2V3.33333C6.33331 3.51333 6.48665 3.66667 6.66665 3.66667H9.33331C9.51998 3.66667 9.66665 3.51333 9.66665 3.33333V2M3.99998 11.3333V12.6667C3.99998 13.4 4.59998 14 5.33331 14H10.6666C11.4066 14 12 13.4 12 12.6667V3.33333C12 2.59333 11.4066 2 10.6666 2H5.33331C4.59998 2 3.99998 2.59333 3.99998 3.33333V4.66667M1.33331 8H4.66665M3.33331 9.33333L4.66665 8L3.33331 6.66667" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M14
|
|
2
|
+
<path d="M14 8.00004V9.61337C14 10.5534 13.2266 11.3267 12.28 11.3267C12.2733 11.3267 12.2733 11.3267 12.2733 11.3267H3.69998C2.75331 11.3267 1.97998 10.5534 1.97998 9.60671C1.97331 9.60004 1.97331 9.60004 1.97998 9.60004V3.69337C1.97331 2.74671 2.74664 1.97337 3.69331 1.97337M3.69331 1.97337C3.69331 1.96671 3.69331 1.96671 3.69331 1.97337ZM3.69331 1.97337H3.97331M9.33331 11.3334L9.66664 14M6.66664 11.3334L6.33331 14M5.42664 14H10.5733M8.32998 3.66671V3.66004L8.32331 3.65337H8.31664M10.33 3.66671V3.66004L10.3233 3.65337H10.3166M12.3266 3.66671V3.66004L12.32 3.65337H12.3133M14 9.00004H1.99998M7.33331 1.33337H13.3333C14.0697 1.33337 14.6666 1.93033 14.6666 2.66671V4.66671C14.6666 5.40309 14.0697 6.00004 13.3333 6.00004H7.33331C6.59693 6.00004 5.99998 5.40309 5.99998 4.66671V2.66671C5.99998 1.93033 6.59693 1.33337 7.33331 1.33337Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
package/symbols/icons/moon.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.1334
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.1334 10C11.4667 10.5334 9.53337 10.2 8.20003 8.86669C6.53337 7.20002 6.40003 4.53335 7.73337 2.66669C5.00003 2.93335 2.8667 5.20002 2.8667 8.00002C2.8667 10.9334 5.2667 13.3334 8.20003 13.3334C10.4 13.3334 12.3334 11.9334 13.1334 10Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M11.6602
|
|
2
|
+
<path d="M11.6602 7.99996C11.6602 8.18663 11.8068 8.33329 11.9935 8.33329C12.1735 8.33329 12.3268 8.18663 12.3268 7.99996C12.3268 7.81996 12.1735 7.66663 11.9935 7.66663C11.8068 7.66663 11.6602 7.81996 11.6602 8.00663M7.66016 7.99996C7.66016 8.18663 7.80682 8.33329 7.99349 8.33329C8.17349 8.33329 8.32682 8.18663 8.32682 7.99996C8.32682 7.81996 8.17349 7.66663 7.99349 7.66663C7.80682 7.66663 7.66016 7.81996 7.66016 8.00663M3.66016 7.99996C3.66016 8.18663 3.80682 8.33329 3.99349 8.33329C4.17349 8.33329 4.32682 8.18663 4.32682 7.99996C4.32682 7.81996 4.17349 7.66663 3.99349 7.66663C3.80682 7.66663 3.66016 7.81996 3.66016 8.00663" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M7.99331 11.
|
|
2
|
+
<path d="M7.99331 11.6666C7.80664 11.6666 7.65997 11.8133 7.65997 12C7.65997 12.18 7.80664 12.3333 7.99331 12.3333C8.17331 12.3333 8.32664 12.18 8.32664 12C8.32664 11.8133 8.17331 11.6666 7.98664 11.6666M7.99331 7.66663C7.80664 7.66663 7.65997 7.81329 7.65997 7.99996C7.65997 8.17996 7.80664 8.33329 7.99331 8.33329C8.17331 8.33329 8.32664 8.17996 8.32664 7.99996C8.32664 7.81329 8.17331 7.66663 7.98664 7.66663M7.99331 3.66663C7.80664 3.66663 7.65997 3.81329 7.65997 3.99996C7.65997 4.17996 7.80664 4.33329 7.99331 4.33329C8.17331 4.33329 8.32664 4.17996 8.32664 3.99996C8.32664 3.81329 8.17331 3.66663 7.98664 3.66663" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 1.
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 1.33331C11.9205 1.33331 12.6667 2.07951 12.6667 2.99998V3.33331C12.8508 3.33331 13 3.48255 13 3.66665V5.33331C13 5.49445 12.8857 5.62912 12.7338 5.66014L12.6667 5.66665V13C12.6667 13.9205 11.9205 14.6666 11 14.6666H5.00004C4.07957 14.6666 3.33337 13.9205 3.33337 13V2.99998C3.33337 2.07951 4.07957 1.33331 5.00004 1.33331H11ZM9.66671 12.6666C9.29852 12.6666 9.00004 12.9651 9.00004 13.3333C9.00004 13.7015 9.29852 14 9.66671 14H11C11.3682 14 11.6667 13.7015 11.6667 13.3333C11.6667 12.9651 11.3682 12.6666 11 12.6666H9.66671ZM5.00004 2.33331C4.63185 2.33331 4.33337 2.63179 4.33337 2.99998V11C4.33337 11.3682 4.63185 11.6666 5.00004 11.6666H11C11.3682 11.6666 11.6667 11.3682 11.6667 11V2.99998C11.6667 2.63179 11.3682 2.33331 11 2.33331H5.00004Z" fill="black"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M14 8.
|
|
2
|
+
<path d="M14 8.66663V11.3333C14 12.8 12.8 14 11.3333 14H4.66667M4.66667 14C3.19333 14 2 12.8 2 11.3333V4.66663C2 3.19329 3.19333 1.99996 4.66667 1.99996H7.33333M4.66667 14L8.86 9.79996C9.48667 9.16663 10.5 9.16663 11.1267 9.79996L13.7467 12.42M2 8.66663L2.86 7.79996C3.48667 7.16663 4.5 7.16663 5.12667 7.79329L7.98667 10.6533M12.2525 3.93395C12.2859 3.96729 12.2859 4.02729 12.2525 4.06729C12.2125 4.10062 12.1525 4.10062 12.1125 4.06729C12.0725 4.02729 12.0725 3.96729 12.1125 3.92729C12.1459 3.88729 12.2059 3.88729 12.2459 3.92729M9.83987 4.45995C9.6532 4.17995 9.6532 3.81329 9.83987 3.53995C10.3999 2.67995 11.2932 1.99329 12.1819 1.99329C13.0685 1.99329 13.9552 2.67329 14.5219 3.53329C14.7019 3.80662 14.7019 4.17329 14.5219 4.45329C13.9552 5.30795 13.0619 5.99329 12.1752 5.99329C11.2819 5.99329 10.3952 5.30662 9.8332 4.45329L9.83987 4.45995Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
package/symbols/icons/nft.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M4.33333 9.
|
|
2
|
+
<path d="M4.33333 9.66672V6.33339L6 9.66672V6.33339M7.66667 9.66672V6.33339H9M11 9.66672V6.33339M11 6.33339H10.3333M11 6.33339H11.6667M8 8.00006H8.33333M13.5 10.4701V5.53006C13.5 5.09339 13.2673 4.69006 12.8887 4.47139L8.61067 2.00139C8.23267 1.78339 7.76667 1.78339 7.38867 2.00139L3.11133 4.47206C2.73267 4.69006 2.5 5.09339 2.5 5.53006V10.4694C2.5 10.9061 2.73267 11.3094 3.11133 11.5281L7.38933 13.9981C7.76733 14.2161 8.23333 14.2161 8.61133 13.9981L12.8893 11.5281C13.2673 11.3101 13.5 10.9067 13.5 10.4701Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M2 6.
|
|
2
|
+
<path d="M2 6.66665C3.83673 5.52379 6.16327 5.52379 8 6.66665M8 9.99998L14 6.66665C14 3.72113 11.3137 1.33331 8 1.33331C4.68629 1.33331 2 3.72113 2 6.66665L8 9.99998ZM8 6.66665C9.83673 5.52379 12.1633 5.52379 14 6.66665M8 6.66665V9.99998M5.66667 14.6666H10.3333C10.8856 14.6666 11.3333 14.2189 11.3333 13.6666V11C11.3333 10.4477 10.8856 9.99998 10.3333 9.99998H5.66667C5.11438 9.99998 4.66667 10.4477 4.66667 11V13.6666C4.66667 14.2189 5.11438 14.6666 5.66667 14.6666ZM6.9 9.99998H9.1V11.6666C9.1 11.8507 8.95076 12 8.76667 12H7.23333C7.04924 12 6.9 11.8507 6.9 11.6666V9.99998Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M9.16669 4.
|
|
2
|
+
<path d="M9.16669 4.77328L11.2267 6.83328M3.52669 10.4066L10.4067 3.51995C10.6667 3.25995 11.0867 3.25995 11.3467 3.51995L12.46 4.63328C12.72 4.89328 12.72 5.31328 12.46 5.57328L5.57335 12.4593C5.44669 12.5793 5.27335 12.6526 5.10002 12.6526H3.31335V10.866C3.31335 10.686 3.38002 10.5193 3.50669 10.3926L3.52669 10.4066Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M14.0001
|
|
2
|
+
<path d="M14.0001 2L2.00005 14M13.6 11.6C13.6 12.7046 12.7046 13.6 11.6 13.6C10.4955 13.6 9.60003 12.7046 9.60003 11.6C9.60003 10.4955 10.4955 9.60003 11.6 9.60003C12.7046 9.60003 13.6 10.4955 13.6 11.6ZM6.40002 4.40002C6.40002 5.50459 5.50459 6.40002 4.40002 6.40002C3.29545 6.40002 2.40002 5.50459 2.40002 4.40002C2.40002 3.29545 3.29545 2.40002 4.40002 2.40002C5.50459 2.40002 6.40002 3.29545 6.40002 4.40002Z" stroke="black" stroke-width="1.3" stroke-linecap="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M1.99756 8.
|
|
2
|
+
<path d="M1.99756 8.667L2.86136 7.8032C3.16292 7.50164 3.57192 7.33222 3.99839 7.33222C4.42486 7.33222 4.83386 7.50164 5.13542 7.8032L8.00006 10.6678M4.66734 14.0026L8.86587 9.80403C9.49383 9.17607 10.512 9.17607 11.1399 9.80403L13.7671 12.4312M14.0026 11.3348C14.0026 12.8082 12.8082 14.0026 11.3348 14.0026H4.66534C3.19196 14.0026 1.99756 12.8082 1.99756 11.3348V4.66534C1.99756 3.19196 3.19196 1.99756 4.66534 1.99756H11.3348C12.8082 1.99756 14.0026 3.19196 14.0026 4.66534V11.3348Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M9.31329 2.
|
|
2
|
+
<path d="M9.31329 2.68003C10.22 3.5867 10.22 5.0667 9.31329 5.97336C8.39996 6.88003 6.91996 6.88003 6.0133 5.97336C5.09996 5.06003 5.09996 3.58003 6.01263 2.67336C6.9193 1.76003 8.39929 1.76003 9.30596 2.6727M11.3533 7.97336C11.36 7.98003 11.36 8.00003 11.3533 8.01337C11.34 8.02003 11.32 8.02003 11.3066 8.01337C11.2933 8.00003 11.2933 7.98003 11.3066 7.9667C11.3133 7.95336 11.3333 7.95336 11.3466 7.9667M9.98663 4.5727C10.2 4.5127 10.4066 4.4327 10.6 4.3127C10.9066 4.1127 11.2666 3.99936 11.66 3.99936H12.3266V5.69936C12.8053 6.12603 13.18 6.66603 13.4066 7.28603H13.9866C14.3533 7.28603 14.6533 7.57936 14.6533 7.9527V9.9927C14.6533 10.3594 14.3533 10.6594 13.9866 10.6594H13.1066C12.7533 11.2594 12.2466 11.766 11.6473 12.1194V13.3194C11.6473 13.686 11.3473 13.986 10.9806 13.986H9.6473C9.27396 13.986 8.98063 13.686 8.98063 13.3194V12.6527H6.6473V13.226C6.6473 13.5927 6.3473 13.8927 5.98063 13.8927H4.6473C4.27396 13.8927 3.98063 13.5927 3.98063 13.226V11.6194C3.16063 10.886 2.6473 9.82603 2.6473 8.63936C2.6473 6.8727 3.79263 5.3787 5.37396 4.84603M1.51996 6.6667C1.20663 6.8467 0.994629 7.18003 0.994629 7.5667C0.994629 8.1467 1.4613 8.61803 2.0413 8.61803H2.65663M5.66663 6.6667H9.66663" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M8.00037 1.
|
|
2
|
+
<path d="M8.00037 1.59998C11.5348 1.60019 14.3998 4.46587 14.3998 8.00037C14.3996 11.5347 11.5347 14.3996 8.00037 14.3998C4.46587 14.3998 1.60019 11.5348 1.59998 8.00037C1.59998 4.46574 4.46574 1.59998 8.00037 1.59998ZM4.14978 4.14978V11.85H11.85V4.14978H4.14978ZM9.63123 10.5502H6.36951L7.99939 8.91931L9.63123 10.5502ZM7.08044 7.99939L5.45056 9.63025V6.36951L7.08044 7.99939ZM10.5502 9.63025L8.91931 7.99939L10.5502 6.36951V9.63025ZM9.63025 5.45056L7.99939 7.08044L6.37048 5.45056H9.63025Z" fill="black"/>
|
|
3
3
|
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g clip-path="url(#clip0_5625_429)">
|
|
3
|
-
<path d="M1.88883 1.
|
|
3
|
+
<path d="M1.88883 1.88878L14.1111 14.111M1.88883 14.1111L14.1111 1.88883M1.33337 1.33325H14.6667V14.6666H1.33337V1.33325Z" stroke="black" stroke-width="1.3"/>
|
|
4
4
|
</g>
|
|
5
5
|
<defs>
|
|
6
6
|
<clipPath id="clip0_5625_429">
|
package/symbols/icons/planet.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M5.15338
|
|
2
|
+
<path d="M5.15338 7.99996C5.15338 6.42663 6.42671 5.15329 7.99338 5.15329M15.1934 3.83996C15.9534 5.15996 13.3534 8.09996 9.37338 10.3933C5.39338 12.6866 1.54671 13.4733 0.786711 12.1466M0.800045 12.16C0.333378 11.3533 1.11338 9.95329 2.68671 8.45996M11.06 3.63329C13.1334 3.01329 14.7334 3.03996 15.2 3.83996M8.00005 2.66663C6.58556 2.66663 5.229 3.22853 4.22881 4.22872C3.22861 5.22892 2.66671 6.58547 2.66671 7.99996C2.66671 9.41445 3.22861 10.771 4.22881 11.7712C5.229 12.7714 6.58556 13.3333 8.00005 13.3333C9.41453 13.3333 10.7711 12.7714 11.7713 11.7712C12.7715 10.771 13.3334 9.41445 13.3334 7.99996C13.3334 6.58547 12.7715 5.22892 11.7713 4.22872C10.7711 3.22853 9.41453 2.66663 8.00005 2.66663Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
package/symbols/icons/plus.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M3.
|
|
2
|
+
<path d="M3.33337 8.00004H12.6667M8.00004 12.6667V3.33337" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
package/symbols/icons/range.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M2 13.3333H7.33333M2 10.
|
|
2
|
+
<path d="M2 13.3333H7.33333M2 10.6666H6M2 7.99996H7.33333M2 5.33329H6M2 2.66663H7.33333M12 13.3333V2.66663M10.3333 11.6666L12 13.3333L13.6667 11.6666M13.6667 4.33329L12 2.66663L10.3333 4.33329" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g clip-path="url(#clip0_7062_10)">
|
|
3
|
-
<path d="M6.
|
|
3
|
+
<path d="M6.33337 4.66665H4.66671V5.66665M6.33337 11.3333H4.66671V10.3333M9.66671 4.66665H11.3334V5.66665M9.66671 11.3333H11.3334V10.3333M3.33337 14.6666H12.6667C13.7713 14.6666 14.6667 13.7712 14.6667 12.6666V3.33331C14.6667 2.22874 13.7713 1.33331 12.6667 1.33331H3.33337C2.2288 1.33331 1.33337 2.22874 1.33337 3.33331V12.6666C1.33337 13.7712 2.2288 14.6666 3.33337 14.6666Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
4
|
</g>
|
|
5
5
|
<defs>
|
|
6
6
|
<clipPath id="clip0_7062_10">
|
package/symbols/icons/reddit.svg
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M6.39547 8.
|
|
3
|
-
<path d="M8.00834 11.2978C8.2867 11.2978 9.23641 11.2647 9.73582 10.7603C9.80951 10.
|
|
4
|
-
<path d="M8.87617 8.
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M15 8.
|
|
2
|
+
<path d="M6.39547 8.08086C5.9943 8.08086 5.66681 8.41165 5.66681 8.81688C5.66681 9.2221 5.9943 9.55289 6.39547 9.55289C6.79664 9.55289 7.12412 9.2221 7.12412 8.81688C7.12412 8.41165 6.79664 8.08086 6.39547 8.08086Z" fill="black"/>
|
|
3
|
+
<path d="M8.00834 11.2978C8.2867 11.2978 9.23641 11.2647 9.73582 10.7603C9.80951 10.6859 9.80951 10.5701 9.7522 10.4874C9.67851 10.413 9.5557 10.413 9.48202 10.4874C9.16272 10.8016 8.49956 10.9174 8.01652 10.9174C7.53348 10.9174 6.86214 10.8016 6.55102 10.4874C6.47734 10.413 6.35453 10.413 6.28085 10.4874C6.20716 10.5618 6.20716 10.6859 6.28085 10.7603C6.77208 11.2565 7.72997 11.2978 8.00834 11.2978Z" fill="black"/>
|
|
4
|
+
<path d="M8.87617 8.81688C8.87617 9.2221 9.20366 9.55289 9.60483 9.55289C10.006 9.55289 10.3335 9.2221 10.3335 8.81688C10.3335 8.41165 10.006 8.08086 9.60483 8.08086C9.20366 8.08086 8.87617 8.41165 8.87617 8.81688Z" fill="black"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15 8.08084C15 11.9859 11.866 15.1515 8 15.1515C4.13401 15.1515 1 11.9859 1 8.08084C1 4.1758 4.13401 1.01013 8 1.01013C11.866 1.01013 15 4.1758 15 8.08084ZM11.6434 7.04713C12.2083 7.04713 12.6668 7.51024 12.6668 8.08086C12.6668 8.50262 12.413 8.8665 12.0773 9.03189C12.0937 9.13113 12.1019 9.23037 12.1019 9.33788C12.1019 10.9257 10.2762 12.2075 8.01652 12.2075C5.75687 12.2075 3.93114 10.9257 3.93114 9.33788C3.93114 9.23037 3.93933 9.12286 3.9557 9.02362C3.59547 8.85823 3.34985 8.50262 3.34985 8.08086C3.34985 7.51024 3.80833 7.04713 4.37325 7.04713C4.64342 7.04713 4.89722 7.16291 5.07734 7.33658C5.78143 6.81558 6.7557 6.49305 7.84459 6.45997L8.36038 3.99556C8.37676 3.94594 8.40132 3.9046 8.44225 3.87979C8.48319 3.85498 8.53231 3.84671 8.58143 3.85498L10.2762 4.21885C10.3908 3.97075 10.6364 3.80536 10.923 3.80536C11.3241 3.80536 11.6516 4.13615 11.6516 4.54137C11.6516 4.94659 11.3241 5.27739 10.923 5.27739C10.53 5.27739 10.2107 4.96313 10.1943 4.57445L8.67968 4.25193L8.21301 6.45997C9.27734 6.50132 10.2434 6.83212 10.9393 7.33658C11.1194 7.15464 11.3651 7.04713 11.6434 7.04713Z" fill="black"/>
|
|
6
6
|
</svg>
|
package/symbols/icons/reduce.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M14.0024
|
|
2
|
+
<path d="M14.0024 8.00006V11.3348C14.0024 12.8082 12.808 14.0026 11.3347 14.0026H4.66521C3.19184 14.0026 1.99744 12.8082 1.99744 11.3348V4.66534C1.99744 3.19196 3.19184 1.99756 4.66521 1.99756H7.99994M7.33305 8.667L14.0025 1.99756M7.33305 5.99923V8.667L10.0008 8.66701" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M3.0078 3.
|
|
2
|
+
<path d="M3.0078 3.09263V5.44996H5.36446M3.31513 5.44996C4.2198 3.79196 5.97846 2.66663 7.9998 2.66663C10.9451 2.66663 13.3331 5.05463 13.3331 7.99996C13.3331 10.9453 10.9451 13.3333 7.9998 13.3333C5.05446 13.3333 2.66646 10.9453 2.66646 7.99996" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M13.328 8.
|
|
2
|
+
<path d="M13.328 8.02129C13.3226 9.37929 12.8073 10.7353 11.7713 11.7713C9.68864 13.854 6.31131 13.854 4.22864 11.7713C3.85798 11.4006 3.55664 10.988 3.31798 10.5506M2.66931 7.91329C2.69064 6.57729 3.20931 5.24796 4.22864 4.22863C6.31131 2.14596 9.68864 2.14596 11.7713 4.22863C12.142 4.59929 12.4433 5.01196 12.682 5.44929M10.6353 5.44996H12.992V3.09263M5.36464 10.55H3.00798V12.9073" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
package/symbols/icons/repair.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M7.50668 6.
|
|
2
|
+
<path d="M7.50668 6.40128L2.42668 11.4746C1.84668 12.0479 1.84668 12.9813 2.42002 13.5613H2.41935C2.99268 14.1346 3.92602 14.1346 4.50602 13.5613L9.57935 8.48128V8.48062C11.306 9.06728 13.1927 8.14728 13.786 6.41395C13.7927 6.38728 13.7993 6.36062 13.806 6.33395V6.33328C13.946 5.89995 13.9927 5.44662 13.9527 4.99995C13.8994 4.63328 13.566 4.37995 13.1993 4.42662C13.0527 4.43995 12.9127 4.51328 12.8127 4.61328L11.606 5.81328C11.4727 5.93995 11.2593 5.93995 11.1327 5.81328C11.126 5.80662 11.126 5.80662 11.126 5.80662L10.106 4.78662C9.97268 4.65328 9.97268 4.43995 10.226 4.18662L11.2993 3.10662C11.5593 2.84662 11.5593 2.42662 11.306 2.15995C11.1993 2.05328 11.066 1.98662 10.9193 1.96662C10.466 1.91995 10.0127 1.96662 9.58602 2.11328V2.10662C7.83268 2.65328 6.86602 4.51328 7.41268 6.25995C7.41935 6.27995 7.42602 6.30662 7.43268 6.33328L7.50668 6.40128Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M5.33218 1.
|
|
2
|
+
<path d="M5.33218 1.99756H10.6677M3.99829 4.4986H12.0016M12.2351 14.0026H3.76486C3.07982 14.0026 2.50615 13.4837 2.43764 12.8021L2.00413 8.46692C1.96643 8.09183 2.08921 7.7183 2.3421 7.43873C2.59499 7.15915 2.95437 6.99964 3.33135 6.99964H12.6686C13.0456 6.99964 13.4049 7.15915 13.6578 7.43873C13.9107 7.7183 14.0335 8.09183 13.9958 8.46692L13.5623 12.8021C13.4938 13.4837 12.9201 14.0026 12.2351 14.0026Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M3.66663 6.
|
|
2
|
+
<path d="M3.66663 6.33329C3.66663 3.93463 5.59996 1.99996 7.99996 1.99996C10.3933 1.99996 12.3333 3.93329 12.3333 6.33329M3.66663 6.33329C3.66663 8.72663 5.59996 10.6666 7.99996 10.6666C10.3933 10.6666 12.3333 8.72663 12.3333 6.33329M3.66663 6.33329H12.3333M6.99996 12.3333L8.99996 14.3333M6.99996 14.3333L8.99996 12.3333M10.6666 13.3333H13.3333M2.66663 13.3333H5.33329M7.11796 2.50996C5.72463 4.83329 5.72463 7.82996 7.11796 10.1566C7.52463 10.8366 8.47129 10.8366 8.87796 10.1566C10.2646 7.82996 10.2646 4.83329 8.87796 2.50996C8.46463 1.82996 7.51796 1.82996 7.11129 2.50929L7.11796 2.50996Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
package/symbols/icons/shapes.svg
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M4.37655 9.
|
|
3
|
-
<path d="M11.7129 10.
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.73662 4.
|
|
5
|
-
<path d="M1.99756 5.
|
|
2
|
+
<path d="M4.37655 9.62308C4.37655 9.19598 4.72278 8.84975 5.14988 8.84975H6.1376C6.56471 8.84975 6.91094 9.19598 6.91094 9.62308V10.6108C6.91094 11.0379 6.56471 11.3841 6.13761 11.3841H5.14988C4.72278 11.3841 4.37655 11.0379 4.37655 10.6108V9.62308Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M11.7129 10.1176C11.7129 10.9 11.0787 11.5342 10.2963 11.5342C9.51399 11.5342 8.87976 10.9 8.87976 10.1176C8.87976 9.33525 9.51399 8.70102 10.2963 8.70102C11.0787 8.70102 11.7129 9.33525 11.7129 10.1176Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.73662 4.56196L6.6515 6.44208C6.58599 6.55554 6.58597 6.69532 6.65144 6.80881C6.71692 6.92229 6.83795 6.99223 6.96896 6.99231H9.1392C9.27021 6.99223 9.39124 6.92229 9.45672 6.80881C9.52219 6.69532 9.52217 6.55554 9.45667 6.44208L8.37221 4.56196C8.30672 4.44834 8.18555 4.37834 8.05441 4.37834C7.92327 4.37834 7.80211 4.44834 7.73662 4.56196Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M1.99756 5.33089C1.99756 3.48994 3.48994 1.99756 5.33089 1.99756H10.6692C12.5102 1.99756 14.0026 3.48994 14.0026 5.33089V10.6692C14.0026 12.5102 12.5102 14.0026 10.6692 14.0026H5.33089C3.48994 14.0026 1.99756 12.5102 1.99756 10.6692V5.33089Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
6
|
</svg>
|
package/symbols/icons/share.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M5.33341 6.66667H4.00008C3.26341 6.66667 2.66675 7.26333 2.66675 8V12.6667C2.66675 13.4033 3.26341 14 4.00008 14H12.0001C12.7367 14 13.3334 13.4033 13.3334 12.6667V8C13.3334 7.26333 12.7367 6.66667 12.0001 6.66667H10.6667M8.00008 2V9.
|
|
2
|
+
<path d="M5.33341 6.66667H4.00008C3.26341 6.66667 2.66675 7.26333 2.66675 8V12.6667C2.66675 13.4033 3.26341 14 4.00008 14H12.0001C12.7367 14 13.3334 13.4033 13.3334 12.6667V8C13.3334 7.26333 12.7367 6.66667 12.0001 6.66667H10.6667M8.00008 2V9.33333M10.0001 4L8.00008 2L6.00075 4" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M10.
|
|
2
|
+
<path d="M10.1666 6.74999L7.66663 9.24999L6.16663 7.74999M13.3333 7.45465C13.3333 10.482 11.0533 13.3127 7.99996 14C4.94196 13.3067 2.66663 10.48 2.66663 7.45465V5.07665C2.66663 4.52999 2.99329 4.04332 3.49329 3.83665L6.82663 2.46999C7.57329 2.15665 8.41863 2.15665 9.16663 2.46999L12.5 3.82999C13 4.02999 13.3266 4.51665 13.3266 5.06332V7.44132L13.3333 7.45465Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|