@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,22 +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 dots = (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
|
-
<circle cx="12" cy="6" r="2" fill="var(--${options.color})" />
|
|
19
|
-
<circle cx="12" cy="12" r="2" fill="var(--${options.color})" />
|
|
20
|
-
<circle cx="12" cy="18" r="2" fill="var(--${options.color})" />
|
|
21
|
-
</svg> `
|
|
22
|
-
}
|
|
@@ -1,30 +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 edit = (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.20522 17.4916L18.5695 8.12731C18.9601 7.73679 18.9601 7.10362 18.5695 6.7131L16.5635 4.70704C16.173 4.31652 15.5398 4.31652 15.1493 4.70704L5.78495 14.0714C5.64561 14.2107 5.55055 14.3881 5.51169 14.5813L5.00661 17.0924C4.86572 17.7929 5.48368 18.4109 6.18417 18.27L8.6953 17.7649C8.88848 17.726 9.06588 17.631 9.20522 17.4916Z"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
d="M13.2913 6.28015L16.7115 9.70042"
|
|
26
|
-
stroke="var(--${options.color})"
|
|
27
|
-
stroke-width="${options.strokeWidth}"
|
|
28
|
-
/>
|
|
29
|
-
</svg> `
|
|
30
|
-
}
|
|
@@ -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 error = (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
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
/>
|
|
23
|
-
<path
|
|
24
|
-
d="M6 6.00012L18 18.0001"
|
|
25
|
-
stroke="var(--${options.color})"
|
|
26
|
-
stroke-width="${options.strokeWidth}"
|
|
27
|
-
stroke-linecap="round"
|
|
28
|
-
stroke-linejoin="round"
|
|
29
|
-
/>
|
|
30
|
-
</svg> `
|
|
31
|
-
}
|
|
@@ -1,50 +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 ethLogo = (options: IconOptions) => {
|
|
7
|
-
return html`<svg
|
|
8
|
-
width="16"
|
|
9
|
-
height="16"
|
|
10
|
-
viewBox="0 0 16 16"
|
|
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
|
-
<g clip-path="url(#clip0_1595_18810)">
|
|
19
|
-
<path
|
|
20
|
-
d="M7.99846 0L7.89111 0.364619V10.9441L7.99846 11.0512L12.9092 8.14837L7.99846 0Z"
|
|
21
|
-
fill="#CDDAE4"
|
|
22
|
-
/>
|
|
23
|
-
<path
|
|
24
|
-
d="M7.99854 0L3.08765 8.14837L7.99854 11.0512V5.91619V0Z"
|
|
25
|
-
fill="#CDDAE4"
|
|
26
|
-
/>
|
|
27
|
-
<path
|
|
28
|
-
d="M7.99849 11.9809L7.93799 12.0547V15.8232L7.99849 15.9998L12.9123 9.07959L7.99849 11.9809Z"
|
|
29
|
-
fill="#ACC2D2"
|
|
30
|
-
/>
|
|
31
|
-
<path
|
|
32
|
-
d="M7.99854 15.9998V11.9809L3.08765 9.07959L7.99854 15.9998Z"
|
|
33
|
-
fill="#ACC2D2"
|
|
34
|
-
/>
|
|
35
|
-
<path
|
|
36
|
-
d="M7.99854 11.0512L12.9093 8.14844L7.99854 5.91626V11.0512Z"
|
|
37
|
-
fill="#BDCEDB"
|
|
38
|
-
/>
|
|
39
|
-
<path
|
|
40
|
-
d="M3.08765 8.14844L7.99854 11.0512V5.91626L3.08765 8.14844Z"
|
|
41
|
-
fill="#BDCEDB"
|
|
42
|
-
/>
|
|
43
|
-
</g>
|
|
44
|
-
<defs>
|
|
45
|
-
<clipPath id="clip0_1595_18810">
|
|
46
|
-
<rect width="16" height="16" fill="white" />
|
|
47
|
-
</clipPath>
|
|
48
|
-
</defs>
|
|
49
|
-
</svg> `
|
|
50
|
-
}
|
|
@@ -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 expand = (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
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
/>
|
|
23
|
-
<path
|
|
24
|
-
d="M6 6.00012L18 18.0001"
|
|
25
|
-
stroke="var(--${options.color})"
|
|
26
|
-
stroke-width="${options.strokeWidth}"
|
|
27
|
-
stroke-linecap="round"
|
|
28
|
-
stroke-linejoin="round"
|
|
29
|
-
/>
|
|
30
|
-
</svg> `
|
|
31
|
-
}
|
|
@@ -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 extension = (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="M10.5789 7.68421C12.1486 7.68421 13.421 6.41176 13.421 4.84211C13.421 3.27245 12.1486 2 10.5789 2C9.00927 2 7.73682 3.27245 7.73682 4.84211C7.73682 6.41176 9.00927 7.68421 10.5789 7.68421ZM19.1578 16.2632C20.7274 16.2632 21.9999 14.9907 21.9999 13.4211C21.9999 11.8514 20.7274 10.579 19.1578 10.579C17.5881 10.579 16.3157 11.8514 16.3157 13.4211C16.3157 14.9907 17.5881 16.2632 19.1578 16.2632Z"
|
|
22
|
-
fill="var(--${options.color})"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
fill-rule="evenodd"
|
|
26
|
-
clip-rule="evenodd"
|
|
27
|
-
d="M3 7.84216C3 6.73759 3.89543 5.84216 5 5.84216H16.1579C17.2625 5.84216 18.1579 6.73759 18.1579 7.84216V19.0001C18.1579 20.1046 17.2625 21.0001 16.1579 21.0001H13.2401C13.357 20.689 13.421 20.3519 13.421 19.9999C13.421 18.4303 12.1486 17.1578 10.5789 17.1578C9.00927 17.1578 7.73682 18.4303 7.73682 19.9999C7.73682 20.3519 7.8008 20.689 7.91777 21.0001H5C3.89543 21.0001 3 20.1046 3 19.0001V16.0823C3.31108 16.1992 3.6481 16.2632 4.00006 16.2632C5.56972 16.2632 6.84217 14.9907 6.84217 13.4211C6.84217 11.8514 5.56972 10.579 4.00006 10.579C3.6481 10.579 3.31108 10.643 3 10.7599V7.84216Z"
|
|
28
|
-
fill="var(--${options.color})"
|
|
29
|
-
/>
|
|
30
|
-
</svg> `
|
|
31
|
-
}
|
|
@@ -1,47 +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 eyeHide = (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.99976 19L18.9998 5"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
stroke-linejoin="round"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M9.77284 14.227C8.54284 12.997 8.54284 11.002 9.77284 9.77199C11.0028 8.54199 12.9978 8.54199 14.2278 9.77199"
|
|
27
|
-
stroke="var(--${options.color})"
|
|
28
|
-
stroke-width="${options.strokeWidth}"
|
|
29
|
-
stroke-linecap="round"
|
|
30
|
-
stroke-linejoin="round"
|
|
31
|
-
/>
|
|
32
|
-
<path
|
|
33
|
-
d="M18.9998 9L20.7044 11.5569C20.889 11.8339 20.9273 12.1845 20.7837 12.4849C19.3958 15.3885 15.55 20.0126 9.49976 18.5"
|
|
34
|
-
stroke="var(--${options.color})"
|
|
35
|
-
stroke-width="${options.strokeWidth}"
|
|
36
|
-
stroke-linecap="round"
|
|
37
|
-
stroke-linejoin="round"
|
|
38
|
-
/>
|
|
39
|
-
<path
|
|
40
|
-
d="M17.0438 6.956C15.4968 5.759 13.7478 5 11.9998 5C8.50475 5 5.00975 8.033 3.11775 11.533C2.96075 11.824 2.96075 12.177 3.11775 12.468C4.06375 14.217 5.40975 15.849 6.95575 17.045"
|
|
41
|
-
stroke="var(--${options.color})"
|
|
42
|
-
stroke-width="${options.strokeWidth}"
|
|
43
|
-
stroke-linecap="round"
|
|
44
|
-
stroke-linejoin="round"
|
|
45
|
-
/>
|
|
46
|
-
</svg> `
|
|
47
|
-
}
|
|
@@ -1,37 +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 eyeShow = (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="M3.11799 12.467C2.96099 12.176 2.96099 11.823 3.11799 11.532C5.00999 8.033 8.50499 5 12 5C15.495 5 18.99 8.033 20.882 11.533C21.039 11.824 21.039 12.177 20.882 12.468C18.99 15.967 15.495 19 12 19C8.50499 19 5.00999 15.967 3.11799 12.467Z"
|
|
22
|
-
stroke="var(--${options.color})"
|
|
23
|
-
stroke-width="${options.strokeWidth}"
|
|
24
|
-
stroke-linecap="round"
|
|
25
|
-
stroke-linejoin="round"
|
|
26
|
-
/>
|
|
27
|
-
<path
|
|
28
|
-
fill-rule="evenodd"
|
|
29
|
-
clip-rule="evenodd"
|
|
30
|
-
d="M14.1213 9.87868C15.2929 11.0502 15.2929 12.9497 14.1213 14.1213C12.9497 15.2929 11.0502 15.2929 9.87868 14.1213C8.70711 12.9497 8.70711 11.0502 9.87868 9.87868C11.0502 8.70711 12.9497 8.70711 14.1213 9.87868Z"
|
|
31
|
-
stroke="var(--${options.color})"
|
|
32
|
-
stroke-width="${options.strokeWidth}"
|
|
33
|
-
stroke-linecap="round"
|
|
34
|
-
stroke-linejoin="round"
|
|
35
|
-
/>
|
|
36
|
-
</svg> `
|
|
37
|
-
}
|
|
@@ -1,43 +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 filter = (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.9998 7H19.9998"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
stroke-linejoin="round"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M3.99976 17H11.9998"
|
|
27
|
-
stroke="var(--${options.color})"
|
|
28
|
-
stroke-width="${options.strokeWidth}"
|
|
29
|
-
stroke-linecap="round"
|
|
30
|
-
stroke-linejoin="round"
|
|
31
|
-
/>
|
|
32
|
-
<path
|
|
33
|
-
d="M7.94461 8.94461C9.01846 7.87076 9.01846 6.12924 7.94461 5.05539C6.87076 3.98154 5.12924 3.98154 4.05539 5.05539C2.98154 6.12924 2.98154 7.87076 4.05539 8.94461C5.12924 10.0185 6.87076 10.0185 7.94461 8.94461Z"
|
|
34
|
-
stroke="var(--${options.color})"
|
|
35
|
-
stroke-width="${options.strokeWidth}"
|
|
36
|
-
/>
|
|
37
|
-
<path
|
|
38
|
-
d="M19.9446 18.9446C21.0185 17.8708 21.0185 16.1292 19.9446 15.0554C18.8708 13.9815 17.1292 13.9815 16.0554 15.0554C14.9815 16.1292 14.9815 17.8708 16.0554 18.9446C17.1292 20.0185 18.8708 20.0185 19.9446 18.9446Z"
|
|
39
|
-
stroke="var(--${options.color})"
|
|
40
|
-
stroke-width="${options.strokeWidth}"
|
|
41
|
-
/>
|
|
42
|
-
</svg> `
|
|
43
|
-
}
|
|
@@ -1,36 +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 fishOutline = (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.25 7.125C8.87297 7.69734 6.83672 9.57703 5.61094 10.567C5.2573 10.2394 4.88462 9.93291 4.49484 9.64922C2.79047 8.40422 0.75 8.25 0.75 8.25C0.75 8.25 1.28297 10.6655 2.68875 11.992C1.28297 13.3191 0.75 15.7345 0.75 15.7345C0.75 15.7345 2.79047 15.5803 4.49484 14.3353C4.88133 14.0541 5.25088 13.7503 5.60156 13.4255C6.825 14.4164 8.87063 16.3008 11.25 16.875L10.5 19.5C12.3483 19.1873 14.1966 17.8355 14.94 17.2383C21 16.9688 23.25 13.0781 23.25 12C23.25 10.9688 21 7.03125 14.9583 6.76266C14.2275 6.17719 12.3637 4.815 10.5 4.5L11.25 7.125Z"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linejoin="round"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
d="M19.5 11.9995C19.9142 11.9995 20.25 11.6637 20.25 11.2495C20.25 10.8353 19.9142 10.4995 19.5 10.4995C19.0858 10.4995 18.75 10.8353 18.75 11.2495C18.75 11.6637 19.0858 11.9995 19.5 11.9995Z"
|
|
26
|
-
fill="var(--${options.color})"
|
|
27
|
-
/>
|
|
28
|
-
<path
|
|
29
|
-
d="M17.7361 16.6875C16.9096 15.2635 16.4744 13.6464 16.4744 12C16.4744 10.3536 16.9096 8.73646 17.7361 7.3125"
|
|
30
|
-
stroke="var(--${options.color})"
|
|
31
|
-
stroke-width="${options.strokeWidth}"
|
|
32
|
-
stroke-miterlimit="20"
|
|
33
|
-
stroke-linecap="round"
|
|
34
|
-
/>
|
|
35
|
-
</svg> `
|
|
36
|
-
}
|
|
@@ -1,45 +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 flip = (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 8C17.4183 8 21 9.64162 21 11.6667C21 12.5531 20.3137 13.366 19.1714 14"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
d="M14.8285 10.6567C13.5398 9.36808 12 7.82837 12 7.82837L14.8284 4.99994"
|
|
26
|
-
stroke="var(--${options.color})"
|
|
27
|
-
stroke-width="${options.strokeWidth}"
|
|
28
|
-
stroke-linecap="round"
|
|
29
|
-
stroke-linejoin="round"
|
|
30
|
-
/>
|
|
31
|
-
<path
|
|
32
|
-
d="M11 16C6.58172 16 3 14.3584 3 12.3333C3 11.4469 3.68628 10.634 4.8286 10"
|
|
33
|
-
stroke="var(--${options.color})"
|
|
34
|
-
stroke-width="${options.strokeWidth}"
|
|
35
|
-
stroke-linecap="round"
|
|
36
|
-
/>
|
|
37
|
-
<path
|
|
38
|
-
d="M9.17153 13.3433C10.4602 14.6319 12 16.1716 12 16.1716L9.17157 19.0001"
|
|
39
|
-
stroke="var(--${options.color})"
|
|
40
|
-
stroke-width="${options.strokeWidth}"
|
|
41
|
-
stroke-linecap="round"
|
|
42
|
-
stroke-linejoin="round"
|
|
43
|
-
/>
|
|
44
|
-
</svg> `
|
|
45
|
-
}
|
|
@@ -1,61 +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 globe = (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
|
-
<g clip-path="url(#clip0_455_4588)">
|
|
19
|
-
<path
|
|
20
|
-
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"
|
|
21
|
-
stroke="var(--${options.color})"
|
|
22
|
-
stroke-width="${options.strokeWidth}"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
d="M12 3L12 21"
|
|
26
|
-
stroke="var(--${options.color})"
|
|
27
|
-
stroke-width="${options.strokeWidth}"
|
|
28
|
-
/>
|
|
29
|
-
<path
|
|
30
|
-
d="M21 12L3 12"
|
|
31
|
-
stroke="var(--${options.color})"
|
|
32
|
-
stroke-width="${options.strokeWidth}"
|
|
33
|
-
/>
|
|
34
|
-
<path
|
|
35
|
-
d="M12 3V3C5.44859 7.21162 5.44859 16.7884 12 21V21"
|
|
36
|
-
stroke="var(--${options.color})"
|
|
37
|
-
stroke-width="${options.strokeWidth}"
|
|
38
|
-
/>
|
|
39
|
-
<path
|
|
40
|
-
d="M12 3V3C18.5514 7.21162 18.5514 16.7884 12 21V21"
|
|
41
|
-
stroke="var(--${options.color})"
|
|
42
|
-
stroke-width="${options.strokeWidth}"
|
|
43
|
-
/>
|
|
44
|
-
<path
|
|
45
|
-
d="M5 18.5V18.5C8.70577 14.2648 15.2942 14.2648 19 18.5V18.5"
|
|
46
|
-
stroke="var(--${options.color})"
|
|
47
|
-
stroke-width="${options.strokeWidth}"
|
|
48
|
-
/>
|
|
49
|
-
<path
|
|
50
|
-
d="M5 5.5V5.5C8.70577 9.73517 15.2942 9.73517 19 5.5V5.5"
|
|
51
|
-
stroke="var(--${options.color})"
|
|
52
|
-
stroke-width="${options.strokeWidth}"
|
|
53
|
-
/>
|
|
54
|
-
</g>
|
|
55
|
-
<defs>
|
|
56
|
-
<clipPath id="clip0_455_4588">
|
|
57
|
-
<rect width="24" height="24" fill="white" />
|
|
58
|
-
</clipPath>
|
|
59
|
-
</defs>
|
|
60
|
-
</svg> `
|
|
61
|
-
}
|
|
@@ -1,35 +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 googleColor = (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="m22.5562 12.2409c0-.9044-.0734-1.5643-.2322-2.24871h-10.3269v4.08181h6.0617c-.1222 1.0144-.7822 2.5421-2.2487 3.5686l-.0206.1367 3.2652 2.5295.2262.0226c2.0776-1.9188 3.2753-4.7419 3.2753-8.0905z"
|
|
20
|
-
fill="#4285f4"
|
|
21
|
-
/>
|
|
22
|
-
<path
|
|
23
|
-
d="m11.9988 23c2.9697 0 5.4628-.9778 7.2838-2.6642l-3.4708-2.6888c-.9288.6478-2.1754 1.0999-3.813 1.0999-2.90868 0-5.37735-1.9186-6.25737-4.5706l-.12899.0109-3.39519 2.6276-.0444.1234c1.80873 3.593 5.52399 6.0618 9.82595 6.0618z"
|
|
24
|
-
fill="#34a853"
|
|
25
|
-
/>
|
|
26
|
-
<path
|
|
27
|
-
d="m5.74179 14.1771c-.23219-.6844-.36658-1.4177-.36658-2.1754 0-.7578.13439-1.491.35437-2.17542l-.00615-.14576-3.43774-2.66978-.11248.0535c-.74546 1.49101-1.17321 3.16536-1.17321 4.93746 0 1.772.42775 3.4463 1.17321 4.9373z"
|
|
28
|
-
fill="#fbbc05"
|
|
29
|
-
/>
|
|
30
|
-
<path
|
|
31
|
-
d="m11.9988 5.25296c2.0653 0 3.4585.89215 4.2529 1.6377l3.1042-3.03089c-1.9064-1.77207-4.3874-2.85977-7.3571-2.85977-4.30196 0-8.01722 2.46867-9.82595 6.06169l3.55637 2.76204c.89223-2.65201 3.3609-4.57077 6.26958-4.57077z"
|
|
32
|
-
fill="#eb4335"
|
|
33
|
-
/>
|
|
34
|
-
</svg> `
|
|
35
|
-
}
|
|
@@ -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 hamburger = (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="M5 7H19"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
stroke-linejoin="round"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M5 12L19 12"
|
|
27
|
-
stroke="var(--${options.color})"
|
|
28
|
-
stroke-width="${options.strokeWidth}"
|
|
29
|
-
stroke-linecap="round"
|
|
30
|
-
stroke-linejoin="round"
|
|
31
|
-
/>
|
|
32
|
-
<path
|
|
33
|
-
d="M5 17H19"
|
|
34
|
-
stroke="var(--${options.color})"
|
|
35
|
-
stroke-width="${options.strokeWidth}"
|
|
36
|
-
stroke-linecap="round"
|
|
37
|
-
stroke-linejoin="round"
|
|
38
|
-
/>
|
|
39
|
-
</svg> `
|
|
40
|
-
}
|
|
@@ -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 infinite = (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 12C12 12 9.75 7.5 6.09375 7.5C3.55688 7.5 1.5 9.51562 1.5 12C1.5 14.4844 3.55688 16.5 6.09375 16.5C7.85203 16.5 9.42188 15.4495 10.5 14.25"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-miterlimit="10"
|
|
23
|
-
stroke-linecap="round"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M12 12C12 12 14.25 16.5 17.9062 16.5C20.4431 16.5 22.5 14.4844 22.5 12C22.5 9.51562 20.4431 7.5 17.9062 7.5C16.148 7.5 14.5781 8.55047 13.5 9.75"
|
|
27
|
-
stroke="var(--${options.color})"
|
|
28
|
-
stroke-width="${options.strokeWidth}"
|
|
29
|
-
stroke-miterlimit="10"
|
|
30
|
-
stroke-linecap="round"
|
|
31
|
-
/>
|
|
32
|
-
</svg> `
|
|
33
|
-
}
|
|
@@ -1,38 +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 information = (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
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
/>
|
|
23
|
-
<path
|
|
24
|
-
d="M12 16L12 11"
|
|
25
|
-
stroke="var(--${options.color})"
|
|
26
|
-
stroke-width="${options.strokeWidth}"
|
|
27
|
-
stroke-linecap="round"
|
|
28
|
-
stroke-linejoin="round"
|
|
29
|
-
/>
|
|
30
|
-
<circle
|
|
31
|
-
cx="12"
|
|
32
|
-
cy="8"
|
|
33
|
-
r="1"
|
|
34
|
-
transform="rotate(-180 12 8)"
|
|
35
|
-
fill="var(--${options.color})"
|
|
36
|
-
/>
|
|
37
|
-
</svg> `
|
|
38
|
-
}
|
|
@@ -1,25 +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 keyOutline = (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.2234 7.83609C10.2234 8.44547 10.2234 9.03609 10.4156 9.58922C8.39531 11.9611 3.06094 18.2283 2.56406 18.7064C2.46531 18.795 2.38631 18.9034 2.3322 19.0245C2.27809 19.1457 2.25009 19.2769 2.25 19.4095C2.25 19.808 2.49375 20.1923 2.7 20.408C3.00937 20.7314 4.33125 21.9548 4.575 21.7205C5.29687 21.0173 5.44219 20.8298 5.7375 20.5392C6.18281 20.1033 5.69062 19.2127 5.84531 18.8517C6 18.4908 6.16406 18.4205 6.43125 18.3642C6.69844 18.308 7.17187 18.5002 7.54219 18.5048C7.93125 18.5095 8.14219 18.3455 8.43281 18.0736C8.66719 17.858 8.83594 17.6564 8.84063 17.3423C8.85 16.9205 8.24063 16.3627 8.69531 15.9173C9.15 15.472 9.80625 16.208 10.2891 16.1517C10.7719 16.0955 11.3578 15.4252 11.4188 15.1392C11.4797 14.8533 10.8703 14.1173 10.9641 13.7002C10.9969 13.5595 11.2828 13.2314 11.4984 13.1845C11.7141 13.1377 12.6703 13.508 12.8859 13.4611C13.1484 13.4048 13.4531 13.1283 13.7016 12.9736C14.4281 13.2877 15.0891 13.4142 15.9375 13.4142C19.1484 13.4142 21.75 10.9111 21.75 7.82672C21.75 4.74234 19.1484 2.25 15.9375 2.25C12.7266 2.25 10.2234 4.75172 10.2234 7.83609ZM18.75 6.75C18.75 7.04667 18.662 7.33668 18.4972 7.58336C18.3324 7.83003 18.0981 8.02229 17.824 8.13582C17.5499 8.24935 17.2483 8.27906 16.9574 8.22118C16.6664 8.1633 16.3991 8.02044 16.1893 7.81066C15.9796 7.60088 15.8367 7.33361 15.7788 7.04264C15.7209 6.75166 15.7506 6.45006 15.8642 6.17598C15.9777 5.90189 16.17 5.66762 16.4166 5.5028C16.6633 5.33797 16.9533 5.25 17.25 5.25C17.6478 5.25 18.0294 5.40804 18.3107 5.68934C18.592 5.97064 18.75 6.35218 18.75 6.75Z"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linejoin="round"
|
|
23
|
-
/>
|
|
24
|
-
</svg> `
|
|
25
|
-
}
|