@lukso/web-components 1.6.3 → 1.7.4
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/color-palette.cjs +1363 -0
- package/dist/{shared/utils/color-palette.d.ts → color-palette.d.ts} +1 -2
- package/dist/color-palette.d.ts.map +1 -0
- package/dist/color-palette.js +1356 -0
- package/dist/components/index.cjs +74 -0
- package/dist/components/index.d.ts +2 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +17 -7354
- package/dist/components/lukso-button/index.cjs +144 -0
- package/dist/components/lukso-button/index.js +95 -1190
- package/dist/components/lukso-card/index.cjs +143 -0
- package/dist/components/lukso-card/index.js +61 -1487
- package/dist/components/lukso-icon/index.cjs +4366 -0
- package/dist/components/lukso-icon/index.js +1713 -2410
- package/dist/components/lukso-input/index.cjs +219 -0
- package/dist/components/lukso-input/index.d.ts +1 -2
- package/dist/components/lukso-input/index.d.ts.map +1 -1
- package/dist/components/lukso-input/index.js +128 -1229
- package/dist/components/lukso-modal/index.cjs +70 -0
- package/dist/components/lukso-modal/index.d.ts +18 -0
- package/dist/components/lukso-modal/index.d.ts.map +1 -0
- package/dist/components/lukso-modal/index.js +68 -0
- package/dist/components/lukso-navbar/index.cjs +75 -0
- package/dist/components/lukso-navbar/index.d.ts.map +1 -1
- package/dist/components/lukso-navbar/index.js +45 -1155
- package/dist/components/lukso-profile/index.cjs +547 -0
- package/dist/components/lukso-profile/index.js +483 -1370
- package/dist/components/lukso-sanitize/index.cjs +1730 -0
- package/dist/components/lukso-sanitize/index.js +1643 -1544
- package/dist/components/lukso-tag/index.cjs +78 -0
- package/dist/components/lukso-tag/index.js +52 -1189
- package/dist/components/lukso-test/index.cjs +120 -0
- package/dist/components/lukso-test/index.js +65 -1767
- package/dist/components/lukso-username/index.cjs +126 -0
- package/dist/components/lukso-username/index.js +75 -1206
- package/dist/components/lukso-wizard/index.cjs +93 -0
- package/dist/components/lukso-wizard/index.js +47 -1253
- package/dist/directive-9ec64c08.js +28 -0
- package/dist/directive-db00f5fb.cjs +34 -0
- package/dist/index-3a24432e.js +59 -0
- package/dist/index-4a1ee696.cjs +67 -0
- package/dist/index-714323c9.js +18 -0
- package/dist/index-7dc05ee5.cjs +20 -0
- package/dist/index.cjs +74 -0
- package/dist/index.js +17 -7354
- package/dist/shared/tailwind-element/index.cjs +10 -0
- package/dist/shared/tailwind-element/index.js +1 -1064
- package/dist/state-7fde94d1.js +9 -0
- package/dist/state-a62a7d5d.cjs +11 -0
- package/dist/style-map-17d4829d.cjs +12 -0
- package/dist/style-map-52bada0b.js +10 -0
- package/dist/styles/main.css.map +1 -1
- package/package.json +85 -147
- package/tools/assets/fonts/index.cjs +10 -0
- package/tools/assets/fonts/index.d.ts +2 -0
- package/tools/assets/fonts/index.d.ts.map +1 -0
- package/tools/assets/fonts/index.js +6 -0
- package/tools/assets/images/index.cjs +10 -0
- package/tools/assets/images/index.d.ts +2 -0
- package/tools/assets/images/index.d.ts.map +1 -0
- package/tools/assets/images/index.js +6 -0
- package/tools/assets/index.cjs +15 -0
- package/tools/assets/index.d.ts +4 -0
- package/tools/assets/index.d.ts.map +1 -0
- package/tools/assets/index.js +9 -0
- package/tools/color-palette-a34f5d09.js +1356 -0
- package/tools/color-palette-bf5780ed.cjs +1362 -0
- package/tools/color-palette.cjs +11 -146
- package/tools/color-palette.d.ts +39 -52
- package/tools/color-palette.d.ts.map +1 -1
- package/tools/color-palette.js +1 -0
- package/tools/copy-assets.cjs +50 -136
- package/tools/copy-assets.d.ts +7 -9
- package/tools/copy-assets.d.ts.map +1 -1
- package/tools/copy-assets.js +49 -0
- package/tools/index.cjs +35 -0
- package/tools/index.d.ts +6 -0
- package/tools/index.d.ts.map +1 -0
- package/tools/index.js +22 -0
- package/tools/sass/index.cjs +7 -0
- package/tools/sass/index.js +1 -0
- package/tools/styles/index.cjs +5 -0
- package/tools/styles/index.js +3 -0
- package/tools/styles/main.css +287 -0
- package/CHANGELOG.md +0 -287
- package/dist/assets/fonts/index.js +0 -4
- package/dist/assets/fonts/index.ts +0 -1
- package/dist/assets/fonts/index.umd.cjs +0 -1
- package/dist/assets/images/index.js +0 -4
- package/dist/assets/images/index.ts +0 -1
- package/dist/assets/images/index.umd.cjs +0 -1
- package/dist/assets/index.js +0 -4
- package/dist/assets/index.ts +0 -1
- package/dist/assets/index.umd.cjs +0 -1
- package/dist/color-palette/index.js +0 -705
- package/dist/color-palette/index.umd.cjs +0 -1
- package/dist/components/index.umd.cjs +0 -3756
- package/dist/components/lukso-button/index.umd.cjs +0 -88
- package/dist/components/lukso-card/index.umd.cjs +0 -145
- package/dist/components/lukso-icon/index.umd.cjs +0 -3465
- package/dist/components/lukso-input/index.umd.cjs +0 -109
- package/dist/components/lukso-navbar/index.umd.cjs +0 -73
- package/dist/components/lukso-profile/index.umd.cjs +0 -90
- package/dist/components/lukso-sanitize/index.umd.cjs +0 -61
- package/dist/components/lukso-tag/index.umd.cjs +0 -67
- package/dist/components/lukso-test/index.umd.cjs +0 -95
- package/dist/components/lukso-username/index.umd.cjs +0 -75
- package/dist/components/lukso-wizard/index.umd.cjs +0 -89
- package/dist/index.umd.cjs +0 -3756
- package/dist/sass/index.js +0 -4
- package/dist/sass/index.ts +0 -1
- package/dist/sass/index.umd.cjs +0 -1
- package/dist/shared/assets/index.d.ts +0 -3
- package/dist/shared/assets/index.d.ts.map +0 -1
- package/dist/shared/directives/custom-class-map/index.d.ts +0 -26
- package/dist/shared/directives/custom-class-map/index.d.ts.map +0 -1
- package/dist/shared/directives/index.d.ts +0 -2
- package/dist/shared/directives/index.d.ts.map +0 -1
- package/dist/shared/styles/index.d.ts +0 -3
- package/dist/shared/styles/index.d.ts.map +0 -1
- package/dist/shared/tailwind-element/index.umd.cjs +0 -39
- package/dist/shared/tailwind-element.js +0 -1064
- package/dist/shared/tailwind-element.umd.cjs +0 -39
- package/dist/shared/utils/color-palette.d.ts.map +0 -1
- package/dist/styles/index.js +0 -4
- package/dist/styles/index.umd.cjs +0 -1
- package/src/components/index.ts +0 -13
- package/src/components/lukso-button/index.ts +0 -145
- package/src/components/lukso-button/lukso-button.stories.ts +0 -216
- package/src/components/lukso-card/index.ts +0 -131
- package/src/components/lukso-card/lukso-card.stories.ts +0 -191
- package/src/components/lukso-card/style.scss +0 -7
- package/src/components/lukso-icon/icons/add-photo.ts +0 -46
- package/src/components/lukso-icon/icons/arrow-down-lg.ts +0 -26
- package/src/components/lukso-icon/icons/arrow-down-sm.ts +0 -26
- package/src/components/lukso-icon/icons/arrow-left-lg.ts +0 -26
- package/src/components/lukso-icon/icons/arrow-left-sm.ts +0 -26
- package/src/components/lukso-icon/icons/arrow-right-lg.ts +0 -26
- package/src/components/lukso-icon/icons/arrow-right-sm.ts +0 -26
- package/src/components/lukso-icon/icons/arrow-up-lg.ts +0 -26
- package/src/components/lukso-icon/icons/arrow-up-sm.ts +0 -26
- package/src/components/lukso-icon/icons/barbell-outline.ts +0 -54
- package/src/components/lukso-icon/icons/bulb-outline.ts +0 -54
- package/src/components/lukso-icon/icons/camera.ts +0 -40
- package/src/components/lukso-icon/icons/clipboard.ts +0 -59
- package/src/components/lukso-icon/icons/clock.ts +0 -31
- package/src/components/lukso-icon/icons/close-lg.ts +0 -33
- package/src/components/lukso-icon/icons/close-sm.ts +0 -33
- package/src/components/lukso-icon/icons/cloud.ts +0 -25
- package/src/components/lukso-icon/icons/compass-outline.ts +0 -29
- package/src/components/lukso-icon/icons/complete-filled-fade-in.ts +0 -34
- package/src/components/lukso-icon/icons/complete-filled.ts +0 -32
- package/src/components/lukso-icon/icons/complete-outline.ts +0 -31
- package/src/components/lukso-icon/icons/connect.ts +0 -33
- package/src/components/lukso-icon/icons/connections.ts +0 -34
- package/src/components/lukso-icon/icons/contract-lock.ts +0 -43
- package/src/components/lukso-icon/icons/controller.ts +0 -55
- package/src/components/lukso-icon/icons/copy.ts +0 -31
- package/src/components/lukso-icon/icons/cross-outline.ts +0 -38
- package/src/components/lukso-icon/icons/dots.ts +0 -22
- package/src/components/lukso-icon/icons/edit.ts +0 -30
- package/src/components/lukso-icon/icons/error.ts +0 -31
- package/src/components/lukso-icon/icons/eth-logo.ts +0 -50
- package/src/components/lukso-icon/icons/expand.ts +0 -31
- package/src/components/lukso-icon/icons/extension.ts +0 -31
- package/src/components/lukso-icon/icons/eye-hide.ts +0 -47
- package/src/components/lukso-icon/icons/eye-show.ts +0 -37
- package/src/components/lukso-icon/icons/filter.ts +0 -43
- package/src/components/lukso-icon/icons/fish-outline.ts +0 -36
- package/src/components/lukso-icon/icons/flip.ts +0 -45
- package/src/components/lukso-icon/icons/globe.ts +0 -61
- package/src/components/lukso-icon/icons/google-color.ts +0 -35
- package/src/components/lukso-icon/icons/hamburger.ts +0 -40
- package/src/components/lukso-icon/icons/infinite.ts +0 -33
- package/src/components/lukso-icon/icons/information.ts +0 -38
- package/src/components/lukso-icon/icons/key-outline.ts +0 -25
- package/src/components/lukso-icon/icons/link.ts +0 -33
- package/src/components/lukso-icon/icons/link1.ts +0 -39
- package/src/components/lukso-icon/icons/link2.ts +0 -46
- package/src/components/lukso-icon/icons/link3.ts +0 -32
- package/src/components/lukso-icon/icons/link4.ts +0 -52
- package/src/components/lukso-icon/icons/loading.ts +0 -50
- package/src/components/lukso-icon/icons/location.ts +0 -33
- package/src/components/lukso-icon/icons/locked.ts +0 -44
- package/src/components/lukso-icon/icons/login-2.ts +0 -55
- package/src/components/lukso-icon/icons/login-3.ts +0 -53
- package/src/components/lukso-icon/icons/login.ts +0 -39
- package/src/components/lukso-icon/icons/logo-chrome.ts +0 -35
- package/src/components/lukso-icon/icons/lyx-logo.ts +0 -41
- package/src/components/lukso-icon/icons/mail.ts +0 -33
- package/src/components/lukso-icon/icons/menu-1.ts +0 -71
- package/src/components/lukso-icon/icons/menu-2.ts +0 -61
- package/src/components/lukso-icon/icons/migrate.ts +0 -47
- package/src/components/lukso-icon/icons/minimize.ts +0 -53
- package/src/components/lukso-icon/icons/network.ts +0 -49
- package/src/components/lukso-icon/icons/notifications.ts +0 -33
- package/src/components/lukso-icon/icons/phone-portrait-outline.ts +0 -33
- package/src/components/lukso-icon/icons/pin.ts +0 -25
- package/src/components/lukso-icon/icons/play-filled.ts +0 -23
- package/src/components/lukso-icon/icons/play-outline.ts +0 -24
- package/src/components/lukso-icon/icons/plus.ts +0 -33
- package/src/components/lukso-icon/icons/profile-add.ts +0 -43
- package/src/components/lukso-icon/icons/profile-export.ts +0 -42
- package/src/components/lukso-icon/icons/profile-import.ts +0 -42
- package/src/components/lukso-icon/icons/profile-recovery-2.ts +0 -62
- package/src/components/lukso-icon/icons/profile-recovery.ts +0 -55
- package/src/components/lukso-icon/icons/profile-restore.ts +0 -50
- package/src/components/lukso-icon/icons/profile.ts +0 -29
- package/src/components/lukso-icon/icons/progress-complete.ts +0 -289
- package/src/components/lukso-icon/icons/progress-indicator.ts +0 -236
- package/src/components/lukso-icon/icons/pulse-dot.ts +0 -22
- package/src/components/lukso-icon/icons/qr-code.ts +0 -122
- package/src/components/lukso-icon/icons/relayer.ts +0 -40
- package/src/components/lukso-icon/icons/reload.ts +0 -32
- package/src/components/lukso-icon/icons/return-down.ts +0 -33
- package/src/components/lukso-icon/icons/return-left.ts +0 -33
- package/src/components/lukso-icon/icons/return-right.ts +0 -33
- package/src/components/lukso-icon/icons/return-up.ts +0 -33
- package/src/components/lukso-icon/icons/search.ts +0 -28
- package/src/components/lukso-icon/icons/settings.ts +0 -33
- package/src/components/lukso-icon/icons/smart-contract-doc.ts +0 -40
- package/src/components/lukso-icon/icons/smart-contract.ts +0 -31
- package/src/components/lukso-icon/icons/star-filled.ts +0 -23
- package/src/components/lukso-icon/icons/star-outline.ts +0 -24
- package/src/components/lukso-icon/icons/step-dot.ts +0 -34
- package/src/components/lukso-icon/icons/step-progress.ts +0 -31
- package/src/components/lukso-icon/icons/steps.ts +0 -40
- package/src/components/lukso-icon/icons/tick.ts +0 -26
- package/src/components/lukso-icon/icons/timer-outline.ts +0 -47
- package/src/components/lukso-icon/icons/transaction-receive.ts +0 -39
- package/src/components/lukso-icon/icons/transaction-send.ts +0 -39
- package/src/components/lukso-icon/icons/transfer.ts +0 -47
- package/src/components/lukso-icon/icons/trash.ts +0 -40
- package/src/components/lukso-icon/icons/turn-down.ts +0 -33
- package/src/components/lukso-icon/icons/turn-left.ts +0 -33
- package/src/components/lukso-icon/icons/turn-right.ts +0 -33
- package/src/components/lukso-icon/icons/turn-up.ts +0 -33
- package/src/components/lukso-icon/icons/unlocked.ts +0 -41
- package/src/components/lukso-icon/icons/wallet-outline.ts +0 -35
- package/src/components/lukso-icon/icons/warning-round.ts +0 -32
- package/src/components/lukso-icon/icons/warning-triangle.ts +0 -32
- package/src/components/lukso-icon/index.ts +0 -310
- package/src/components/lukso-icon/lukso-icon.stories.ts +0 -116
- package/src/components/lukso-icon/style.scss +0 -3
- package/src/components/lukso-input/index.ts +0 -211
- package/src/components/lukso-input/lukso-input.stories.ts +0 -184
- package/src/components/lukso-navbar/index.ts +0 -63
- package/src/components/lukso-navbar/lukso-navbar.stories.ts +0 -70
- package/src/components/lukso-profile/index.ts +0 -106
- package/src/components/lukso-profile/lukso-profile.stories.ts +0 -104
- package/src/components/lukso-sanitize/index.ts +0 -28
- package/src/components/lukso-sanitize/lukso-sanitize.stories.ts +0 -30
- package/src/components/lukso-tag/index.ts +0 -68
- package/src/components/lukso-tag/lukso-tag.stories.ts +0 -129
- package/src/components/lukso-test/index.ts +0 -72
- package/src/components/lukso-test/test.component.scss +0 -7
- package/src/components/lukso-test/test.stories.ts +0 -31
- package/src/components/lukso-username/index.ts +0 -105
- package/src/components/lukso-username/lukso-username.stories.ts +0 -98
- package/src/components/lukso-wizard/index.ts +0 -74
- package/src/components/lukso-wizard/lukso-wizard.stories.ts +0 -52
- package/src/docs/animations.stories.mdx +0 -83
- package/src/docs/colors.stories.mdx +0 -77
- package/src/docs/drop-shadows.stories.mdx +0 -108
- package/src/docs/icons.stories.mdx +0 -1590
- package/src/docs/typography.stories.mdx +0 -253
- package/src/index.ts +0 -1
- package/src/postcss.config.ts +0 -8
- package/src/shared/assets/fonts/Apax-Bold.woff2 +0 -0
- package/src/shared/assets/fonts/Apax-Light.woff2 +0 -0
- package/src/shared/assets/fonts/Apax-Medium.woff2 +0 -0
- package/src/shared/assets/fonts/Apax-Regular.woff2 +0 -0
- package/src/shared/assets/fonts/Inter-Bold.woff2 +0 -0
- package/src/shared/assets/fonts/Inter-ExtraBold.woff2 +0 -0
- package/src/shared/assets/fonts/Inter-Medium.woff2 +0 -0
- package/src/shared/assets/fonts/Inter-Regular.woff2 +0 -0
- package/src/shared/assets/fonts/Inter-SemiBold.woff2 +0 -0
- package/src/shared/assets/fonts/Inter-Thin.woff2 +0 -0
- package/src/shared/assets/fonts/PT-Mono-Bold.woff2 +0 -0
- package/src/shared/assets/fonts/PT-Mono-Regular.woff2 +0 -0
- package/src/shared/assets/fonts/index.ts +0 -1
- package/src/shared/assets/images/index.ts +0 -1
- package/src/shared/assets/images/lukso-logo.svg +0 -3
- package/src/shared/assets/images/profile-default.png +0 -0
- package/src/shared/assets/index.ts +0 -1
- package/src/shared/directives/custom-class-map/index.ts +0 -49
- package/src/shared/directives/index.ts +0 -1
- package/src/shared/globals.d.ts +0 -5
- package/src/shared/styles/colors.scss +0 -91
- package/src/shared/styles/component.scss +0 -13
- package/src/shared/styles/fonts.scss +0 -97
- package/src/shared/styles/index.ts +0 -1
- package/src/shared/styles/main.scss +0 -13
- package/src/shared/styles/typography.scss +0 -142
- package/src/shared/styles/variables.scss +0 -5
- package/src/shared/tailwind-element/index.ts +0 -16
- package/src/shared/utils/__tests__/slice-address.spec.ts +0 -15
- package/src/shared/utils/color-palette.ts +0 -76
- package/src/shared/utils/copy-assets.ts +0 -80
- package/src/shared/utils/hsl-color-map.ts +0 -20
- package/src/shared/utils/slice-address.ts +0 -30
- /package/{dist → tools}/assets/fonts/Apax-Bold.woff2 +0 -0
- /package/{dist → tools}/assets/fonts/Apax-Light.woff2 +0 -0
- /package/{dist → tools}/assets/fonts/Apax-Medium.woff2 +0 -0
- /package/{dist → tools}/assets/fonts/Apax-Regular.woff2 +0 -0
- /package/{dist → tools}/assets/fonts/Inter-Bold.woff2 +0 -0
- /package/{dist → tools}/assets/fonts/Inter-ExtraBold.woff2 +0 -0
- /package/{dist → tools}/assets/fonts/Inter-Medium.woff2 +0 -0
- /package/{dist → tools}/assets/fonts/Inter-Regular.woff2 +0 -0
- /package/{dist → tools}/assets/fonts/Inter-SemiBold.woff2 +0 -0
- /package/{dist → tools}/assets/fonts/Inter-Thin.woff2 +0 -0
- /package/{dist → tools}/assets/fonts/PT-Mono-Bold.woff2 +0 -0
- /package/{dist → tools}/assets/fonts/PT-Mono-Regular.woff2 +0 -0
- /package/{dist → tools}/assets/images/lukso-logo.svg +0 -0
- /package/{dist → tools}/assets/images/profile-default.png +0 -0
- /package/{dist/shared/utils → tools}/hsl-color-map.d.ts +0 -0
- /package/{dist/shared/utils → tools}/hsl-color-map.d.ts.map +0 -0
- /package/{dist → tools}/sass/colors.scss +0 -0
- /package/{dist → tools}/sass/component.scss +0 -0
- /package/{dist → tools}/sass/fonts.scss +0 -0
- /package/{dist/shared/assets/fonts → tools/sass}/index.d.ts +0 -0
- /package/{dist/shared/assets/fonts → tools/sass}/index.d.ts.map +0 -0
- /package/{dist → tools}/sass/main.scss +0 -0
- /package/{dist → tools}/sass/typography.scss +0 -0
- /package/{dist → tools}/sass/variables.scss +0 -0
- /package/{dist/shared/utils → tools}/slice-address.d.ts +0 -0
- /package/{dist/shared/utils → tools}/slice-address.d.ts.map +0 -0
- /package/{dist/shared/assets/images → tools/styles}/index.d.ts +0 -0
- /package/{dist/shared/assets/images → tools/styles}/index.d.ts.map +0 -0
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit'
|
|
2
|
-
import { styleMap } from 'lit/directives/style-map.js'
|
|
3
|
-
|
|
4
|
-
import { IconOptions } from '@/components/lukso-icon/index.js'
|
|
5
|
-
|
|
6
|
-
export const qrCode = (options: IconOptions) => {
|
|
7
|
-
return html`<svg
|
|
8
|
-
width="24"
|
|
9
|
-
height="24"
|
|
10
|
-
viewBox="0 0 24 24"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
style=${styleMap({
|
|
14
|
-
width: `${options.width}px`,
|
|
15
|
-
height: `${options.height}px`,
|
|
16
|
-
})}
|
|
17
|
-
>
|
|
18
|
-
<path
|
|
19
|
-
d="M4 8V6C4 4.89543 4.89543 4 6 4H8"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
d="M4 16V18C4 19.1046 4.89543 20 6 20H8"
|
|
26
|
-
stroke="var(--${options.color})"
|
|
27
|
-
stroke-width="${options.strokeWidth}"
|
|
28
|
-
stroke-linecap="round"
|
|
29
|
-
/>
|
|
30
|
-
<path
|
|
31
|
-
d="M16 4L18 4C19.1046 4 20 4.89543 20 6L20 8"
|
|
32
|
-
stroke="var(--${options.color})"
|
|
33
|
-
stroke-width="${options.strokeWidth}"
|
|
34
|
-
stroke-linecap="round"
|
|
35
|
-
/>
|
|
36
|
-
<path
|
|
37
|
-
d="M16 20L18 20C19.1046 20 20 19.1046 20 18L20 16"
|
|
38
|
-
stroke="var(--${options.color})"
|
|
39
|
-
stroke-width="${options.strokeWidth}"
|
|
40
|
-
stroke-linecap="round"
|
|
41
|
-
/>
|
|
42
|
-
<mask id="path-5-inside-1_52_1474" fill="var(--${options.secondaryColor})">
|
|
43
|
-
<rect x="7" y="7" width="4" height="4" rx="1" />
|
|
44
|
-
</mask>
|
|
45
|
-
<rect
|
|
46
|
-
x="7"
|
|
47
|
-
y="7"
|
|
48
|
-
width="4"
|
|
49
|
-
height="4"
|
|
50
|
-
rx="1"
|
|
51
|
-
stroke="var(--${options.color})"
|
|
52
|
-
stroke-width="3"
|
|
53
|
-
mask="url(#path-5-inside-1_52_1474)"
|
|
54
|
-
/>
|
|
55
|
-
<mask id="path-6-inside-2_52_1474" fill="var(--${options.secondaryColor})">
|
|
56
|
-
<rect x="7" y="13" width="4" height="4" rx="1" />
|
|
57
|
-
</mask>
|
|
58
|
-
<rect
|
|
59
|
-
x="7"
|
|
60
|
-
y="13"
|
|
61
|
-
width="4"
|
|
62
|
-
height="4"
|
|
63
|
-
rx="1"
|
|
64
|
-
stroke="var(--${options.color})"
|
|
65
|
-
stroke-width="3"
|
|
66
|
-
mask="url(#path-6-inside-2_52_1474)"
|
|
67
|
-
/>
|
|
68
|
-
<rect
|
|
69
|
-
x="13"
|
|
70
|
-
y="13"
|
|
71
|
-
width="1"
|
|
72
|
-
height="1"
|
|
73
|
-
rx="0.5"
|
|
74
|
-
fill="var(--${options.color})"
|
|
75
|
-
/>
|
|
76
|
-
<rect
|
|
77
|
-
x="16"
|
|
78
|
-
y="13"
|
|
79
|
-
width="1"
|
|
80
|
-
height="1"
|
|
81
|
-
rx="0.5"
|
|
82
|
-
fill="var(--${options.color})"
|
|
83
|
-
/>
|
|
84
|
-
<rect
|
|
85
|
-
x="16"
|
|
86
|
-
y="16"
|
|
87
|
-
width="1"
|
|
88
|
-
height="1"
|
|
89
|
-
rx="0.5"
|
|
90
|
-
fill="var(--${options.color})"
|
|
91
|
-
/>
|
|
92
|
-
<rect
|
|
93
|
-
x="13"
|
|
94
|
-
y="16"
|
|
95
|
-
width="1"
|
|
96
|
-
height="1"
|
|
97
|
-
rx="0.5"
|
|
98
|
-
fill="var(--${options.color})"
|
|
99
|
-
/>
|
|
100
|
-
<rect
|
|
101
|
-
x="14.5"
|
|
102
|
-
y="14.5"
|
|
103
|
-
width="1"
|
|
104
|
-
height="1"
|
|
105
|
-
rx="0.5"
|
|
106
|
-
fill="var(--${options.color})"
|
|
107
|
-
/>
|
|
108
|
-
<mask id="path-12-inside-3_52_1474" fill="var(--${options.secondaryColor})">
|
|
109
|
-
<rect x="13" y="7" width="4" height="4" rx="1" />
|
|
110
|
-
</mask>
|
|
111
|
-
<rect
|
|
112
|
-
x="13"
|
|
113
|
-
y="7"
|
|
114
|
-
width="4"
|
|
115
|
-
height="4"
|
|
116
|
-
rx="1"
|
|
117
|
-
stroke="var(--${options.color})"
|
|
118
|
-
stroke-width="3"
|
|
119
|
-
mask="url(#path-12-inside-3_52_1474)"
|
|
120
|
-
/>
|
|
121
|
-
</svg> `
|
|
122
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit'
|
|
2
|
-
import { styleMap } from 'lit/directives/style-map.js'
|
|
3
|
-
|
|
4
|
-
import { IconOptions } from '@/components/lukso-icon/index.js'
|
|
5
|
-
|
|
6
|
-
export const relayer = (options: IconOptions) => {
|
|
7
|
-
return html`<svg
|
|
8
|
-
width="24"
|
|
9
|
-
height="24"
|
|
10
|
-
viewBox="0 0 24 24"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
style=${styleMap({
|
|
14
|
-
width: `${options.width}px`,
|
|
15
|
-
height: `${options.height}px`,
|
|
16
|
-
})}
|
|
17
|
-
>
|
|
18
|
-
<path
|
|
19
|
-
d="M13.9999 14C13.9999 12.1776 14 10 14 10H10"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
stroke-linejoin="round"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M8.99993 19C8.99993 17.1776 9 15 9 15H5"
|
|
27
|
-
stroke="var(--${options.color})"
|
|
28
|
-
stroke-width="${options.strokeWidth}"
|
|
29
|
-
stroke-linecap="round"
|
|
30
|
-
stroke-linejoin="round"
|
|
31
|
-
/>
|
|
32
|
-
<path
|
|
33
|
-
d="M18.9999 9C18.9999 7.17755 19 5 19 5H15"
|
|
34
|
-
stroke="var(--${options.color})"
|
|
35
|
-
stroke-width="${options.strokeWidth}"
|
|
36
|
-
stroke-linecap="round"
|
|
37
|
-
stroke-linejoin="round"
|
|
38
|
-
/>
|
|
39
|
-
</svg> `
|
|
40
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit'
|
|
2
|
-
import { styleMap } from 'lit/directives/style-map.js'
|
|
3
|
-
|
|
4
|
-
import { IconOptions } from '@/components/lukso-icon/index.js'
|
|
5
|
-
|
|
6
|
-
export const reload = (options: IconOptions) => {
|
|
7
|
-
return html`<svg
|
|
8
|
-
width="24"
|
|
9
|
-
height="24"
|
|
10
|
-
viewBox="0 0 24 24"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
style=${styleMap({
|
|
14
|
-
width: `${options.width}px`,
|
|
15
|
-
height: `${options.height}px`,
|
|
16
|
-
})}
|
|
17
|
-
>
|
|
18
|
-
<path
|
|
19
|
-
d="M17.8336 6.16637C19.1833 7.51601 20.0232 9.29187 20.2103 11.1914C20.3974 13.0908 19.92 14.9964 18.8596 16.5835C17.7992 18.1705 16.2213 19.3407 14.3949 19.8948C12.5684 20.4488 10.6063 20.3524 8.84286 19.622C7.07947 18.8916 5.6239 17.5723 4.72415 15.889C3.8244 14.2057 3.53616 12.2625 3.90852 10.3905C4.28089 8.5185 5.29082 6.83352 6.76625 5.62267C8.24168 4.41181 10.0913 3.75 12 3.75"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
d="M20.979 5.40921C19.1661 5.2228 17 5 17 5L16.5909 8.97902"
|
|
26
|
-
stroke="var(--${options.color})"
|
|
27
|
-
stroke-width="${options.strokeWidth}"
|
|
28
|
-
stroke-linecap="round"
|
|
29
|
-
stroke-linejoin="round"
|
|
30
|
-
/>
|
|
31
|
-
</svg> `
|
|
32
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit'
|
|
2
|
-
import { styleMap } from 'lit/directives/style-map.js'
|
|
3
|
-
|
|
4
|
-
import { IconOptions } from '@/components/lukso-icon/index.js'
|
|
5
|
-
|
|
6
|
-
export const returnDown = (options: IconOptions) => {
|
|
7
|
-
return html`<svg
|
|
8
|
-
width="24"
|
|
9
|
-
height="24"
|
|
10
|
-
viewBox="0 0 24 24"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
style=${styleMap({
|
|
14
|
-
width: `${options.width}px`,
|
|
15
|
-
height: `${options.height}px`,
|
|
16
|
-
})}
|
|
17
|
-
>
|
|
18
|
-
<path
|
|
19
|
-
d="M12.1716 16.1715C13.4603 17.4602 15 19 15 19L17.8284 16.1716"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
stroke-linejoin="round"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M7 11.8824V8C7 6.34315 8.34315 5 10 5H12C13.6569 5 15 6.34315 15 8V18"
|
|
27
|
-
stroke="var(--${options.color})"
|
|
28
|
-
stroke-width="${options.strokeWidth}"
|
|
29
|
-
stroke-linecap="round"
|
|
30
|
-
stroke-linejoin="round"
|
|
31
|
-
/>
|
|
32
|
-
</svg> `
|
|
33
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit'
|
|
2
|
-
import { styleMap } from 'lit/directives/style-map.js'
|
|
3
|
-
|
|
4
|
-
import { IconOptions } from '@/components/lukso-icon/index.js'
|
|
5
|
-
|
|
6
|
-
export const returnLeft = (options: IconOptions) => {
|
|
7
|
-
return html`<svg
|
|
8
|
-
width="24"
|
|
9
|
-
height="24"
|
|
10
|
-
viewBox="0 0 24 24"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
style=${styleMap({
|
|
14
|
-
width: `${options.width}px`,
|
|
15
|
-
height: `${options.height}px`,
|
|
16
|
-
})}
|
|
17
|
-
>
|
|
18
|
-
<path
|
|
19
|
-
d="M7.82847 12.1716C6.53981 13.4603 5 15 5 15L7.82843 17.8284"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
stroke-linejoin="round"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M12.1176 7H16C17.6569 7 19 8.34315 19 10V12C19 13.6569 17.6569 15 16 15H6"
|
|
27
|
-
stroke="var(--${options.color})"
|
|
28
|
-
stroke-width="${options.strokeWidth}"
|
|
29
|
-
stroke-linecap="round"
|
|
30
|
-
stroke-linejoin="round"
|
|
31
|
-
/>
|
|
32
|
-
</svg> `
|
|
33
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit'
|
|
2
|
-
import { styleMap } from 'lit/directives/style-map.js'
|
|
3
|
-
|
|
4
|
-
import { IconOptions } from '@/components/lukso-icon/index.js'
|
|
5
|
-
|
|
6
|
-
export const returnRight = (options: IconOptions) => {
|
|
7
|
-
return html`<svg
|
|
8
|
-
width="24"
|
|
9
|
-
height="24"
|
|
10
|
-
viewBox="0 0 24 24"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
style=${styleMap({
|
|
14
|
-
width: `${options.width}px`,
|
|
15
|
-
height: `${options.height}px`,
|
|
16
|
-
})}
|
|
17
|
-
>
|
|
18
|
-
<path
|
|
19
|
-
d="M16.1715 12.8284C17.4602 11.5397 19 10 19 10L16.1716 7.17157"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
stroke-linejoin="round"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M11.8824 18L8 18C6.34315 18 5 16.6569 5 15L5 13C5 11.3431 6.34315 10 8 10L18 10"
|
|
27
|
-
stroke="var(--${options.color})"
|
|
28
|
-
stroke-width="${options.strokeWidth}"
|
|
29
|
-
stroke-linecap="round"
|
|
30
|
-
stroke-linejoin="round"
|
|
31
|
-
/>
|
|
32
|
-
</svg> `
|
|
33
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit'
|
|
2
|
-
import { styleMap } from 'lit/directives/style-map.js'
|
|
3
|
-
|
|
4
|
-
import { IconOptions } from '@/components/lukso-icon/index.js'
|
|
5
|
-
|
|
6
|
-
export const returnUp = (options: IconOptions) => {
|
|
7
|
-
return html`<svg
|
|
8
|
-
width="24"
|
|
9
|
-
height="24"
|
|
10
|
-
viewBox="0 0 24 24"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
style=${styleMap({
|
|
14
|
-
width: `${options.width}px`,
|
|
15
|
-
height: `${options.height}px`,
|
|
16
|
-
})}
|
|
17
|
-
>
|
|
18
|
-
<path
|
|
19
|
-
d="M12.1716 7.82847C13.4603 6.53981 15 5 15 5L17.8284 7.82843"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
stroke-linejoin="round"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M7 12.1176V16C7 17.6569 8.34315 19 10 19H12C13.6569 19 15 17.6569 15 16V6"
|
|
27
|
-
stroke="var(--${options.color})"
|
|
28
|
-
stroke-width="${options.strokeWidth}"
|
|
29
|
-
stroke-linecap="round"
|
|
30
|
-
stroke-linejoin="round"
|
|
31
|
-
/>
|
|
32
|
-
</svg> `
|
|
33
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit'
|
|
2
|
-
import { styleMap } from 'lit/directives/style-map.js'
|
|
3
|
-
|
|
4
|
-
import { IconOptions } from '@/components/lukso-icon/index.js'
|
|
5
|
-
|
|
6
|
-
export const search = (options: IconOptions) => {
|
|
7
|
-
return html`<svg
|
|
8
|
-
width="24"
|
|
9
|
-
height="24"
|
|
10
|
-
viewBox="0 0 24 24"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
style=${styleMap({
|
|
14
|
-
width: `${options.width}px`,
|
|
15
|
-
height: `${options.height}px`,
|
|
16
|
-
})}
|
|
17
|
-
>
|
|
18
|
-
<path
|
|
19
|
-
d="M18.25 10.5C18.25 14.7802 14.7802 18.25 10.5 18.25C6.21979 18.25 2.75 14.7802 2.75 10.5C2.75 6.21979 6.21979 2.75 10.5 2.75C14.7802 2.75 18.25 6.21979 18.25 10.5Z"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
/>
|
|
23
|
-
<path
|
|
24
|
-
d="M16.5303 15.4697L16 14.9393L14.9393 16L15.4697 16.5303L16.5303 15.4697ZM20.4697 21.5303C20.7626 21.8232 21.2374 21.8232 21.5303 21.5303C21.8232 21.2374 21.8232 20.7626 21.5303 20.4697L20.4697 21.5303ZM15.4697 16.5303L20.4697 21.5303L21.5303 20.4697L16.5303 15.4697L15.4697 16.5303Z"
|
|
25
|
-
fill="var(--${options.color})"
|
|
26
|
-
/>
|
|
27
|
-
</svg> `
|
|
28
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit'
|
|
2
|
-
import { styleMap } from 'lit/directives/style-map.js'
|
|
3
|
-
|
|
4
|
-
import { IconOptions } from '@/components/lukso-icon/index.js'
|
|
5
|
-
|
|
6
|
-
export const settings = (options: IconOptions) => {
|
|
7
|
-
return html`<svg
|
|
8
|
-
width="24"
|
|
9
|
-
height="24"
|
|
10
|
-
viewBox="0 0 24 24"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
style=${styleMap({
|
|
14
|
-
width: `${options.width}px`,
|
|
15
|
-
height: `${options.height}px`,
|
|
16
|
-
})}
|
|
17
|
-
>
|
|
18
|
-
<path
|
|
19
|
-
fill-rule="evenodd"
|
|
20
|
-
clip-rule="evenodd"
|
|
21
|
-
d="M4.10627 15.6778L5.50414 15.8918C6.53605 16.0498 7.27298 16.9737 7.19699 18.0146L7.094 19.4255C7.064 19.8365 7.28798 20.2234 7.65894 20.4024L8.69285 20.9004C9.06381 21.0793 9.50677 21.0123 9.80975 20.7334L10.8486 19.7735C11.6146 19.0655 12.7965 19.0655 13.5634 19.7735L14.6023 20.7334C14.9053 21.0133 15.3472 21.0793 15.7192 20.9004L16.7551 20.4014C17.1251 20.2234 17.3481 19.8375 17.3181 19.4275L17.2151 18.0146C17.1391 16.9737 17.876 16.0498 18.9079 15.8918L20.3058 15.6778C20.7127 15.6158 21.0407 15.3109 21.1327 14.9089L21.3877 13.791C21.4797 13.389 21.3167 12.9721 20.9767 12.7401L19.8098 11.9412C18.9489 11.3512 18.6859 10.1993 19.2059 9.29443L19.9108 8.06854C20.1158 7.71157 20.0818 7.26461 19.8248 6.94264L19.1099 6.04573C18.8529 5.72376 18.425 5.59077 18.031 5.71176L16.6791 6.12572C15.6802 6.43169 14.6153 5.91874 14.2313 4.94783L13.7134 3.63495C13.5614 3.25098 13.1904 2.99901 12.7775 3L11.6316 3.00301C11.2186 3.00401 10.8486 3.25798 10.6987 3.64295L10.1937 4.94083C9.81374 5.91774 8.74384 6.43469 7.74194 6.12672L6.33406 5.69476C5.9391 5.57277 5.50914 5.70676 5.25216 6.03073L4.54223 6.92864C4.28525 7.25361 4.25426 7.70157 4.46324 8.05854L5.18417 9.28743C5.71512 10.1933 5.45515 11.3562 4.58923 11.9492L3.43633 12.7391C3.09636 12.9721 2.93338 13.389 3.02537 13.79L3.28035 14.9079C3.37134 15.3109 3.69931 15.6158 4.10627 15.6778Z"
|
|
22
|
-
stroke="var(--${options.color})"
|
|
23
|
-
stroke-width="${options.strokeWidth}"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
fill-rule="evenodd"
|
|
27
|
-
clip-rule="evenodd"
|
|
28
|
-
d="M14.1214 9.87858C15.2929 11.05 15.2929 12.95 14.1214 14.1214C12.95 15.2929 11.05 15.2929 9.87858 14.1214C8.70714 12.95 8.70714 11.05 9.87858 9.87858C11.05 8.70714 12.95 8.70714 14.1214 9.87858Z"
|
|
29
|
-
stroke="var(--${options.color})"
|
|
30
|
-
stroke-width="${options.strokeWidth}"
|
|
31
|
-
/>
|
|
32
|
-
</svg> `
|
|
33
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit'
|
|
2
|
-
import { styleMap } from 'lit/directives/style-map.js'
|
|
3
|
-
|
|
4
|
-
import { IconOptions } from '@/components/lukso-icon/index.js'
|
|
5
|
-
|
|
6
|
-
export const smartContractDoc = (options: IconOptions) => {
|
|
7
|
-
return html`<svg
|
|
8
|
-
width="24"
|
|
9
|
-
height="24"
|
|
10
|
-
viewBox="0 0 24 24"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
style=${styleMap({
|
|
14
|
-
width: `${options.width}px`,
|
|
15
|
-
height: `${options.height}px`,
|
|
16
|
-
})}
|
|
17
|
-
>
|
|
18
|
-
<path
|
|
19
|
-
d="M10 8H9.38462C8.83233 8 8.38462 8.44772 8.38462 9V10.4887C8.38462 10.8098 8.23042 11.1114 7.97011 11.2994L7.56124 11.5947C7.2849 11.7942 7.2849 12.2058 7.56124 12.4053L7.97011 12.7006C8.23042 12.8886 8.38462 13.1902 8.38462 13.5113V15C8.38462 15.5523 8.83233 16 9.38462 16H10"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
d="M14 8H14.6154C15.1677 8 15.6154 8.44772 15.6154 9V10.4887C15.6154 10.8098 15.7696 11.1114 16.0299 11.2994L16.4388 11.5947C16.7151 11.7942 16.7151 12.2058 16.4388 12.4053L16.0299 12.7006C15.7696 12.8886 15.6154 13.1902 15.6154 13.5113V15C15.6154 15.5523 15.1677 16 14.6154 16H14"
|
|
26
|
-
stroke="var(--${options.color})"
|
|
27
|
-
stroke-width="${options.strokeWidth}"
|
|
28
|
-
stroke-linecap="round"
|
|
29
|
-
/>
|
|
30
|
-
<rect
|
|
31
|
-
x="3.25"
|
|
32
|
-
y="1.25"
|
|
33
|
-
width="17.5"
|
|
34
|
-
height="21.5"
|
|
35
|
-
rx="2.75"
|
|
36
|
-
stroke="var(--${options.color})"
|
|
37
|
-
stroke-width="${options.strokeWidth}"
|
|
38
|
-
/>
|
|
39
|
-
</svg> `
|
|
40
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit'
|
|
2
|
-
import { styleMap } from 'lit/directives/style-map.js'
|
|
3
|
-
|
|
4
|
-
import { IconOptions } from '@/components/lukso-icon/index.js'
|
|
5
|
-
|
|
6
|
-
export const smartContract = (options: IconOptions) => {
|
|
7
|
-
return html`<svg
|
|
8
|
-
width="24"
|
|
9
|
-
height="24"
|
|
10
|
-
viewBox="0 0 24 24"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
style=${styleMap({
|
|
14
|
-
width: `${options.width}px`,
|
|
15
|
-
height: `${options.height}px`,
|
|
16
|
-
})}
|
|
17
|
-
>
|
|
18
|
-
<path
|
|
19
|
-
d="M9 3H7.69231C6.03545 3 4.69231 4.34315 4.69231 6V9.18833C4.69231 9.53715 4.51055 9.86076 4.21268 10.0423L1.70067 11.573C1.38092 11.7679 1.38092 12.2321 1.70067 12.427L4.21268 13.9577C4.51055 14.1392 4.69231 14.4628 4.69231 14.8117V18C4.69231 19.6569 6.03545 21 7.69231 21H9"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
d="M15 3H16.3077C17.9645 3 19.3077 4.34315 19.3077 6V9.18833C19.3077 9.53715 19.4895 9.86076 19.7873 10.0423L22.2993 11.573C22.6191 11.7679 22.6191 12.2321 22.2993 12.427L19.7873 13.9577C19.4895 14.1392 19.3077 14.4628 19.3077 14.8117V18C19.3077 19.6569 17.9645 21 16.3077 21H15"
|
|
26
|
-
stroke="var(--${options.color})"
|
|
27
|
-
stroke-width="${options.strokeWidth}"
|
|
28
|
-
stroke-linecap="round"
|
|
29
|
-
/>
|
|
30
|
-
</svg> `
|
|
31
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit'
|
|
2
|
-
import { styleMap } from 'lit/directives/style-map.js'
|
|
3
|
-
|
|
4
|
-
import { IconOptions } from '@/components/lukso-icon/index.js'
|
|
5
|
-
|
|
6
|
-
export const starFilled = (options: IconOptions) => {
|
|
7
|
-
return html`<svg
|
|
8
|
-
width="24"
|
|
9
|
-
height="24"
|
|
10
|
-
viewBox="0 0 24 24"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
style=${styleMap({
|
|
14
|
-
width: `${options.width}px`,
|
|
15
|
-
height: `${options.height}px`,
|
|
16
|
-
})}
|
|
17
|
-
>
|
|
18
|
-
<path
|
|
19
|
-
d="M11.1751 3.20359C11.5723 2.62402 12.4277 2.62401 12.8249 3.20359L15.3257 6.85257C15.4557 7.0423 15.6472 7.18141 15.8678 7.24645L20.111 8.49726C20.7849 8.69593 21.0492 9.50939 20.6208 10.0663L17.9232 13.5723C17.7829 13.7546 17.7098 13.9796 17.7161 14.2096L17.8377 18.6316C17.8571 19.334 17.1651 19.8367 16.5031 19.6013L12.335 18.1191C12.1183 18.0421 11.8817 18.0421 11.665 18.1191L7.49693 19.6013C6.83492 19.8367 6.14295 19.334 6.16226 18.6316L6.28388 14.2096C6.29021 13.9796 6.21708 13.7546 6.07681 13.5723L3.37922 10.0663C2.95075 9.5094 3.21506 8.69593 3.88901 8.49726L8.1322 7.24645C8.35282 7.18141 8.54429 7.0423 8.67432 6.85257L11.1751 3.20359Z"
|
|
20
|
-
fill="var(--${options.color})"
|
|
21
|
-
/>
|
|
22
|
-
</svg> `
|
|
23
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit'
|
|
2
|
-
import { styleMap } from 'lit/directives/style-map.js'
|
|
3
|
-
|
|
4
|
-
import { IconOptions } from '@/components/lukso-icon/index.js'
|
|
5
|
-
|
|
6
|
-
export const starOutline = (options: IconOptions) => {
|
|
7
|
-
return html`<svg
|
|
8
|
-
width="24"
|
|
9
|
-
height="24"
|
|
10
|
-
viewBox="0 0 24 24"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
style=${styleMap({
|
|
14
|
-
width: `${options.width}px`,
|
|
15
|
-
height: `${options.height}px`,
|
|
16
|
-
})}
|
|
17
|
-
>
|
|
18
|
-
<path
|
|
19
|
-
d="M13.0311 4.83116L14.506 6.98324C14.8636 7.505 15.3901 7.88754 15.9968 8.06639L18.4993 8.80408C19.3418 9.05242 19.6722 10.0693 19.1366 10.7653L17.5456 12.8331C17.1599 13.3344 16.9588 13.9534 16.9762 14.5857L17.0479 17.1936C17.0721 18.0716 16.2071 18.7 15.3796 18.4058L12.9214 17.5316C12.3254 17.3197 11.6746 17.3197 11.0786 17.5316L8.62043 18.4058C7.79292 18.7 6.92795 18.0716 6.9521 17.1937L7.02382 14.5857C7.04121 13.9534 6.8401 13.3344 6.45438 12.8331L4.86341 10.7653C4.32783 10.0693 4.65822 9.05242 5.50066 8.80408L8.00317 8.06639C8.60989 7.88754 9.13641 7.505 9.494 6.98324L10.9689 4.83117C11.4654 4.1067 12.5346 4.1067 13.0311 4.83116Z"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
/>
|
|
23
|
-
</svg> `
|
|
24
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit'
|
|
2
|
-
import { styleMap } from 'lit/directives/style-map.js'
|
|
3
|
-
|
|
4
|
-
import { IconOptions } from '@/components/lukso-icon/index.js'
|
|
5
|
-
|
|
6
|
-
export const stepDot = (options: IconOptions) => {
|
|
7
|
-
return html`<svg
|
|
8
|
-
width="24"
|
|
9
|
-
height="24"
|
|
10
|
-
viewBox="0 0 24 24"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
style=${styleMap({
|
|
14
|
-
width: `${options.width}px`,
|
|
15
|
-
height: `${options.height}px`,
|
|
16
|
-
})}
|
|
17
|
-
>
|
|
18
|
-
<path
|
|
19
|
-
d="M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12Z"
|
|
20
|
-
fill="#243542"
|
|
21
|
-
stroke="var(--${options.color})"
|
|
22
|
-
stroke-width="${options.strokeWidth}"
|
|
23
|
-
/>
|
|
24
|
-
<circle
|
|
25
|
-
cx="12"
|
|
26
|
-
cy="12"
|
|
27
|
-
r="3.25"
|
|
28
|
-
fill="var(--${options.secondaryColor})"
|
|
29
|
-
stroke="var(--${options.secondaryColor})"
|
|
30
|
-
stroke-width="${options.strokeWidth}"
|
|
31
|
-
stroke-linecap="round"
|
|
32
|
-
/>
|
|
33
|
-
</svg> `
|
|
34
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit'
|
|
2
|
-
import { styleMap } from 'lit/directives/style-map.js'
|
|
3
|
-
|
|
4
|
-
import { IconOptions } from '@/components/lukso-icon/index.js'
|
|
5
|
-
|
|
6
|
-
export const stepProgress = (options: IconOptions) => {
|
|
7
|
-
return html`<svg
|
|
8
|
-
width="24"
|
|
9
|
-
height="24"
|
|
10
|
-
viewBox="0 0 24 24"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
style=${styleMap({
|
|
14
|
-
width: `${options.width}px`,
|
|
15
|
-
height: `${options.height}px`,
|
|
16
|
-
})}
|
|
17
|
-
>
|
|
18
|
-
<path
|
|
19
|
-
d="M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12Z"
|
|
20
|
-
fill="#243542"
|
|
21
|
-
stroke="var(--${options.color})"
|
|
22
|
-
stroke-width="${options.strokeWidth}"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
d="M18.25 12C18.25 13.2361 17.8834 14.4445 17.1967 15.4723C16.5099 16.5001 15.5338 17.3012 14.3918 17.7742C13.2497 18.2473 11.9931 18.3711 10.7807 18.1299C9.5683 17.8888 8.45466 17.2935 7.58058 16.4194C6.7065 15.5453 6.11125 14.4317 5.87009 13.2193C5.62893 12.0069 5.75271 10.7503 6.22575 9.60823C6.6988 8.46619 7.49988 7.49007 8.52769 6.80331C9.55549 6.11656 10.7639 5.75 12 5.75"
|
|
26
|
-
stroke="var(--${options.secondaryColor})"
|
|
27
|
-
stroke-width="${options.strokeWidth}"
|
|
28
|
-
stroke-linecap="round"
|
|
29
|
-
/>
|
|
30
|
-
</svg> `
|
|
31
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit'
|
|
2
|
-
import { styleMap } from 'lit/directives/style-map.js'
|
|
3
|
-
|
|
4
|
-
import { IconOptions } from '@/components/lukso-icon/index.js'
|
|
5
|
-
|
|
6
|
-
export const steps = (options: IconOptions) => {
|
|
7
|
-
return html`<svg
|
|
8
|
-
width="24"
|
|
9
|
-
height="24"
|
|
10
|
-
viewBox="0 0 24 24"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
style=${styleMap({
|
|
14
|
-
width: `${options.width}px`,
|
|
15
|
-
height: `${options.height}px`,
|
|
16
|
-
})}
|
|
17
|
-
>
|
|
18
|
-
<path
|
|
19
|
-
d="M14 10.0001C12.1776 10.0001 10 10 10 10L10 14"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
stroke-linejoin="round"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M18 6.00007C16.1776 6.00007 14 6 14 6L14 10"
|
|
27
|
-
stroke="var(--${options.color})"
|
|
28
|
-
stroke-width="${options.strokeWidth}"
|
|
29
|
-
stroke-linecap="round"
|
|
30
|
-
stroke-linejoin="round"
|
|
31
|
-
/>
|
|
32
|
-
<path
|
|
33
|
-
d="M10 14.0001C8.17755 14.0001 6 14 6 14L6 18"
|
|
34
|
-
stroke="var(--${options.color})"
|
|
35
|
-
stroke-width="${options.strokeWidth}"
|
|
36
|
-
stroke-linecap="round"
|
|
37
|
-
stroke-linejoin="round"
|
|
38
|
-
/>
|
|
39
|
-
</svg> `
|
|
40
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit'
|
|
2
|
-
import { styleMap } from 'lit/directives/style-map.js'
|
|
3
|
-
|
|
4
|
-
import { IconOptions } from '@/components/lukso-icon/index.js'
|
|
5
|
-
|
|
6
|
-
export const tick = (options: IconOptions) => {
|
|
7
|
-
return html`<svg
|
|
8
|
-
width="24"
|
|
9
|
-
height="24"
|
|
10
|
-
viewBox="0 0 24 24"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
style=${styleMap({
|
|
14
|
-
width: `${options.width}px`,
|
|
15
|
-
height: `${options.height}px`,
|
|
16
|
-
})}
|
|
17
|
-
>
|
|
18
|
-
<path
|
|
19
|
-
d="M19 8L9.48366 17L6.92157 14.4286L5.64052 13.1429L5 12.5"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
stroke-linejoin="round"
|
|
24
|
-
/>
|
|
25
|
-
</svg> `
|
|
26
|
-
}
|