@lukso/web-components 1.6.3 → 1.7.3
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 +74 -0
- package/dist/components/lukso-navbar/index.js +43 -1154
- 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-4aafbf5c.cjs +67 -0
- package/dist/index-714323c9.js +18 -0
- package/dist/index-7dc05ee5.cjs +20 -0
- package/dist/index-e1077e02.js +59 -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-3f88f525.js +10 -0
- package/dist/style-map-e193a4d9.cjs +12 -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,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 link = (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
|
|
19
|
-
stroke="var(--${options.color})"
|
|
20
|
-
stroke-linecap="round"
|
|
21
|
-
stroke-linejoin="round"
|
|
22
|
-
stroke-width="${options.strokeWidth}"
|
|
23
|
-
>
|
|
24
|
-
<path
|
|
25
|
-
d="m9.75 16.5h-3c-1.19347 0-2.33807-.4741-3.18198-1.318s-1.31802-1.9885-1.31802-3.182.47411-2.33807 1.31802-3.18198 1.98851-1.31802 3.18198-1.31802h3"
|
|
26
|
-
/>
|
|
27
|
-
<path
|
|
28
|
-
d="m14.25 7.5h3c1.1935 0 2.3381.47411 3.182 1.31802s1.318 1.98848 1.318 3.18198-.4741 2.3381-1.318 3.182-1.9885 1.318-3.182 1.318h-3"
|
|
29
|
-
/>
|
|
30
|
-
<path d="m7.6543 12h8.7853" />
|
|
31
|
-
</g>
|
|
32
|
-
</svg> `
|
|
33
|
-
}
|
|
@@ -1,39 +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 link1 = (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 4H7C5.34315 4 4 5.34315 4 7V17C4 18.6569 5.34315 20 7 20H17C18.6569 20 20 18.6569 20 17V12"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
d="M19.9999 8C19.9999 6.17755 20 4 20 4H16"
|
|
26
|
-
stroke="var(--${options.color})"
|
|
27
|
-
stroke-width="${options.strokeWidth}"
|
|
28
|
-
stroke-linecap="round"
|
|
29
|
-
stroke-linejoin="round"
|
|
30
|
-
/>
|
|
31
|
-
<path
|
|
32
|
-
d="M14 10L20 4"
|
|
33
|
-
stroke="var(--${options.color})"
|
|
34
|
-
stroke-width="${options.strokeWidth}"
|
|
35
|
-
stroke-linecap="round"
|
|
36
|
-
stroke-linejoin="round"
|
|
37
|
-
/>
|
|
38
|
-
</svg> `
|
|
39
|
-
}
|
|
@@ -1,46 +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 link2 = (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.9999 8C19.9999 6.17755 20 4 20 4H16"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
stroke-linejoin="round"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M13 11L20 4"
|
|
27
|
-
stroke="var(--${options.color})"
|
|
28
|
-
stroke-width="${options.strokeWidth}"
|
|
29
|
-
stroke-linecap="round"
|
|
30
|
-
stroke-linejoin="round"
|
|
31
|
-
/>
|
|
32
|
-
<mask id="path-3-inside-1_156_2008" fill="var(--${options.secondaryColor})">
|
|
33
|
-
<rect x="4" y="13" width="7" height="7" rx="1" />
|
|
34
|
-
</mask>
|
|
35
|
-
<rect
|
|
36
|
-
x="4"
|
|
37
|
-
y="13"
|
|
38
|
-
width="7"
|
|
39
|
-
height="7"
|
|
40
|
-
rx="1"
|
|
41
|
-
stroke="var(--${options.color})"
|
|
42
|
-
stroke-width="3"
|
|
43
|
-
mask="url(#path-3-inside-1_156_2008)"
|
|
44
|
-
/>
|
|
45
|
-
</svg> `
|
|
46
|
-
}
|
|
@@ -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 link3 = (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 20H17C18.6569 20 20 18.6569 20 17V7C20 5.34315 18.6569 4 17 4H7C5.34315 4 4 5.34315 4 7V17.5858C4 18.4767 5.07714 18.9229 5.70711 18.2929L13.5 10.5"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
d="M13.9999 14C13.9999 12.1776 14 10 14 10H10"
|
|
26
|
-
stroke="var(--${options.color})"
|
|
27
|
-
stroke-width="${options.strokeWidth}"
|
|
28
|
-
stroke-linecap="round"
|
|
29
|
-
stroke-linejoin="round"
|
|
30
|
-
/>
|
|
31
|
-
</svg> `
|
|
32
|
-
}
|
|
@@ -1,52 +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 link4 = (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="M3 6V18C3 19.6569 4.34315 21 6 21H18C19.6569 21 21 19.6569 21 18V6C21 4.34315 19.6569 3 18 3H6C4.34315 3 3 4.34315 3 6Z"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
d="M17.9999 10C17.9999 8.17755 18 6 18 6H14"
|
|
26
|
-
stroke="var(--${options.color})"
|
|
27
|
-
stroke-width="${options.strokeWidth}"
|
|
28
|
-
stroke-linecap="round"
|
|
29
|
-
stroke-linejoin="round"
|
|
30
|
-
/>
|
|
31
|
-
<path
|
|
32
|
-
d="M11 13L18 6"
|
|
33
|
-
stroke="var(--${options.color})"
|
|
34
|
-
stroke-width="${options.strokeWidth}"
|
|
35
|
-
stroke-linecap="round"
|
|
36
|
-
stroke-linejoin="round"
|
|
37
|
-
/>
|
|
38
|
-
<mask id="path-4-inside-1_156_2044" fill="var(--${options.secondaryColor})">
|
|
39
|
-
<rect x="5" y="14" width="5" height="5" rx="1" />
|
|
40
|
-
</mask>
|
|
41
|
-
<rect
|
|
42
|
-
x="5"
|
|
43
|
-
y="14"
|
|
44
|
-
width="5"
|
|
45
|
-
height="5"
|
|
46
|
-
rx="1"
|
|
47
|
-
stroke="var(--${options.color})"
|
|
48
|
-
stroke-width="3"
|
|
49
|
-
mask="url(#path-4-inside-1_156_2044)"
|
|
50
|
-
/>
|
|
51
|
-
</svg> `
|
|
52
|
-
}
|
|
@@ -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 loading = (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 2.75C13.2147 2.75 14.4176 2.98926 15.5398 3.45411C16.6621 3.91897 17.6818 4.60032 18.5407 5.45926C19.3997 6.3182 20.081 7.33792 20.5459 8.46018C21.0107 9.58244 21.25 10.7853 21.25 12C21.25 13.2147 21.0107 14.4176 20.5459 15.5398C20.081 16.6621 19.3997 17.6818 18.5407 18.5407C17.6818 19.3997 16.6621 20.081 15.5398 20.5459C14.4176 21.0107 13.2147 21.25 12 21.25"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
d="M4.51659 6.56299C5.4324 5.30249 6.65176 4.29374 8.06154 3.63035"
|
|
26
|
-
stroke="var(--${options.color})"
|
|
27
|
-
stroke-width="${options.strokeWidth}"
|
|
28
|
-
stroke-linecap="round"
|
|
29
|
-
/>
|
|
30
|
-
<path
|
|
31
|
-
d="M3.06519 14.3941C2.66193 12.8891 2.64536 11.3067 3.01701 9.79357"
|
|
32
|
-
stroke="var(--${options.color})"
|
|
33
|
-
stroke-width="${options.strokeWidth}"
|
|
34
|
-
stroke-linecap="round"
|
|
35
|
-
/>
|
|
36
|
-
<path
|
|
37
|
-
d="M8.38574 20.5147C6.95153 19.9059 5.69434 18.9447 4.73083 17.7203"
|
|
38
|
-
stroke="var(--${options.color})"
|
|
39
|
-
stroke-width="${options.strokeWidth}"
|
|
40
|
-
stroke-linecap="round"
|
|
41
|
-
/>
|
|
42
|
-
<path
|
|
43
|
-
d="M8 12.1429L10.8 15L16 10"
|
|
44
|
-
stroke="var(--${options.color})"
|
|
45
|
-
stroke-width="${options.strokeWidth}"
|
|
46
|
-
stroke-linecap="round"
|
|
47
|
-
stroke-linejoin="round"
|
|
48
|
-
/>
|
|
49
|
-
</svg> `
|
|
50
|
-
}
|
|
@@ -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 location = (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.0001 3C7.97775 3 4.71436 6.67519 4.71436 9.65073C4.71436 14.3338 10.2338 17.241 11.355 19.7446C11.429 19.8237 11.526 19.8881 11.6382 19.9325C11.7503 19.9769 11.8743 20 12.0001 20C12.1259 20 12.2499 19.9769 12.362 19.9325C12.4741 19.8881 12.5711 19.8237 12.6452 19.7446C13.7663 17.2417 19.2858 14.3365 19.2858 9.65073C19.2858 6.67519 16.0224 3 12.0001 3Z"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
stroke-linejoin="round"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M12.0002 10.2857C12.8943 10.2857 13.6192 9.56083 13.6192 8.66666C13.6192 7.77248 12.8943 7.04761 12.0002 7.04761C11.106 7.04761 10.3811 7.77248 10.3811 8.66666C10.3811 9.56083 11.106 10.2857 12.0002 10.2857Z"
|
|
27
|
-
stroke="var(--${options.color})"
|
|
28
|
-
stroke-width="${options.strokeWidth}"
|
|
29
|
-
stroke-linecap="round"
|
|
30
|
-
stroke-linejoin="round"
|
|
31
|
-
/>
|
|
32
|
-
</svg> `
|
|
33
|
-
}
|
|
@@ -1,44 +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 locked = (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 19V11C5 10.4477 5.44772 10 6 10H18C18.5523 10 19 10.4477 19 11V19C19 20.1046 18.1046 21 17 21H7C5.89543 21 5 20.1046 5 19Z"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
d="M13.2375 15.7375C13.9208 15.0541 13.9208 13.9459 13.2375 13.2625C12.5541 12.5792 11.4459 12.5792 10.7625 13.2625C10.0792 13.9459 10.0792 15.0541 10.7625 15.7375C11.4459 16.4208 12.5541 16.4208 13.2375 15.7375Z"
|
|
26
|
-
stroke="var(--${options.color})"
|
|
27
|
-
stroke-width="${options.strokeWidth}"
|
|
28
|
-
/>
|
|
29
|
-
<path
|
|
30
|
-
d="M7 10V7C7 4.79086 8.79086 3 11 3H13C15.2091 3 17 4.79113 17 7.00027C17 8.25889 17 9.46107 17 10"
|
|
31
|
-
stroke="var(--${options.color})"
|
|
32
|
-
stroke-width="${options.strokeWidth}"
|
|
33
|
-
stroke-linecap="square"
|
|
34
|
-
stroke-linejoin="round"
|
|
35
|
-
/>
|
|
36
|
-
<path
|
|
37
|
-
d="M12 16.5V18"
|
|
38
|
-
stroke="var(--${options.color})"
|
|
39
|
-
stroke-width="${options.strokeWidth}"
|
|
40
|
-
stroke-linecap="round"
|
|
41
|
-
stroke-linejoin="round"
|
|
42
|
-
/>
|
|
43
|
-
</svg> `
|
|
44
|
-
}
|
|
@@ -1,55 +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 login2 = (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
|
-
<path
|
|
43
|
-
d="M9.36954 9.46179H10.3728V13.08C10.3728 13.4766 10.2791 13.8255 10.0916 14.1265C9.90587 14.4276 9.64447 14.6629 9.30734 14.8323C8.97022 15 8.57631 15.0838 8.12561 15.0838C7.67311 15.0838 7.27829 15 6.94117 14.8323C6.60404 14.6629 6.34264 14.4276 6.15695 14.1265C5.97126 13.8255 5.87842 13.4766 5.87842 13.08V9.46179H6.88168V12.9962C6.88168 13.2269 6.93215 13.4325 7.03311 13.6127C7.13587 13.793 7.2801 13.9345 7.46578 14.0373C7.65147 14.1383 7.87141 14.1887 8.12561 14.1887C8.3798 14.1887 8.59974 14.1383 8.78543 14.0373C8.97292 13.9345 9.11715 13.793 9.2181 13.6127C9.31906 13.4325 9.36954 13.2269 9.36954 12.9962V9.46179Z"
|
|
44
|
-
fill="var(--${options.color})"
|
|
45
|
-
/>
|
|
46
|
-
<path
|
|
47
|
-
d="M11.4633 15V9.46179H13.5401C13.9656 9.46179 14.3225 9.54112 14.611 9.69976C14.9012 9.85841 15.1202 10.0765 15.2681 10.3542C15.4177 10.63 15.4925 10.9437 15.4925 11.2952C15.4925 11.6504 15.4177 11.9659 15.2681 12.2417C15.1184 12.5175 14.8976 12.7348 14.6055 12.8934C14.3135 13.0503 13.9538 13.1287 13.5266 13.1287H12.1501V12.3039H13.3914C13.6401 12.3039 13.8439 12.2606 14.0025 12.1741C14.1612 12.0876 14.2783 11.9686 14.3541 11.8172C14.4316 11.6657 14.4703 11.4917 14.4703 11.2952C14.4703 11.0987 14.4316 10.9257 14.3541 10.776C14.2783 10.6264 14.1603 10.5101 13.9998 10.4272C13.8412 10.3425 13.6365 10.3001 13.386 10.3001H12.4665V15H11.4633Z"
|
|
48
|
-
fill="var(--${options.color})"
|
|
49
|
-
/>
|
|
50
|
-
<path
|
|
51
|
-
d="M17.5186 9.46179L17.4294 13.3721H16.5587L16.4721 9.46179H17.5186ZM16.994 15.0595C16.83 15.0595 16.6894 15.0018 16.5722 14.8864C16.4568 14.771 16.3991 14.6304 16.3991 14.4646C16.3991 14.3023 16.4568 14.1635 16.5722 14.0481C16.6894 13.9327 16.83 13.875 16.994 13.875C17.1545 13.875 17.2933 13.9327 17.4105 14.0481C17.5295 14.1635 17.589 14.3023 17.589 14.4646C17.589 14.5745 17.561 14.6746 17.5051 14.7647C17.451 14.8549 17.3789 14.927 17.2888 14.9811C17.2005 15.0333 17.1022 15.0595 16.994 15.0595Z"
|
|
52
|
-
fill="var(--${options.color})"
|
|
53
|
-
/>
|
|
54
|
-
</svg> `
|
|
55
|
-
}
|
|
@@ -1,53 +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 login3 = (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
|
-
<path
|
|
43
|
-
d="M14.25 9C14.25 10.2426 13.2426 11.25 12 11.25C10.7574 11.25 9.75 10.2426 9.75 9C9.75 7.75736 10.7574 6.75 12 6.75C13.2426 6.75 14.25 7.75736 14.25 9Z"
|
|
44
|
-
stroke="var(--${options.color})"
|
|
45
|
-
stroke-width="${options.strokeWidth}"
|
|
46
|
-
/>
|
|
47
|
-
<path
|
|
48
|
-
d="M7.25 16.3333C7.25 15.6847 7.79801 15.04 8.88924 14.5101C9.93411 14.0027 11.1972 13.75 12 13.75C12.8028 13.75 14.0659 14.0027 15.1108 14.5101C16.202 15.04 16.75 15.6847 16.75 16.3333V17.25H7.25V16.3333Z"
|
|
49
|
-
stroke="var(--${options.color})"
|
|
50
|
-
stroke-width="${options.strokeWidth}"
|
|
51
|
-
/>
|
|
52
|
-
</svg> `
|
|
53
|
-
}
|
|
@@ -1,39 +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 login = (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.4142 14.771C11.7029 13.4823 13.2427 11.9426 13.2427 11.9426L10.4142 9.1142"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
stroke-linejoin="round"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M4.75736 11.9426H13.2426"
|
|
27
|
-
stroke="var(--${options.color})"
|
|
28
|
-
stroke-width="${options.strokeWidth}"
|
|
29
|
-
stroke-linecap="round"
|
|
30
|
-
stroke-linejoin="round"
|
|
31
|
-
/>
|
|
32
|
-
<path
|
|
33
|
-
d="M7 6.40541V5C7 3.89543 7.89543 3 9 3H17C18.1046 3 19 3.89543 19 5V19C19 20.1046 18.1046 21 17 21H9C7.89543 21 7 20.1046 7 19V17.5946"
|
|
34
|
-
stroke="var(--${options.color})"
|
|
35
|
-
stroke-width="${options.strokeWidth}"
|
|
36
|
-
stroke-linecap="round"
|
|
37
|
-
/>
|
|
38
|
-
</svg>`
|
|
39
|
-
}
|
|
@@ -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 logoChrome = (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="M8.8501 11.9967C8.84991 12.6198 9.0345 13.2289 9.38051 13.747C9.72653 14.2652 10.2184 14.669 10.794 14.9076C11.3696 15.1462 12.003 15.2087 12.6141 15.0872C13.2252 14.9658 13.7865 14.6659 14.2272 14.2254C14.6678 13.7849 14.9679 13.2236 15.0895 12.6125C15.2111 12.0015 15.1488 11.3681 14.9104 10.7924C14.672 10.2168 14.2683 9.72476 13.7502 9.37859C13.2322 9.03242 12.6231 8.84766 12.0001 8.84766C11.1655 8.84988 10.3657 9.18234 9.7755 9.7724C9.18527 10.3625 8.85257 11.1621 8.8501 11.9967V11.9967Z"
|
|
20
|
-
fill="var(--${options.color})"
|
|
21
|
-
/>
|
|
22
|
-
<path
|
|
23
|
-
d="M22.3477 10.2089C22.3477 10.2089 22.3477 10.2089 22.3477 10.2112C22.2708 9.75334 22.1612 9.30155 22.0195 8.85938H22.0144C22.1582 9.30371 22.269 9.75808 22.3458 10.2188V10.2188C22.2687 9.75812 22.158 9.30378 22.0144 8.85938H14.73C15.623 9.65625 16.2 10.7423 16.2 12.0023C16.202 12.7407 16.0025 13.4657 15.623 14.0991L10.8281 22.4273C10.8284 22.4316 10.8284 22.4358 10.8281 22.44V22.4531V22.4409C11.2173 22.4825 11.6086 22.5022 12 22.5C12.3206 22.5 12.638 22.4817 12.9516 22.4531C13.4214 22.4107 13.8877 22.3364 14.3475 22.2309C19.0162 21.165 22.5 16.9875 22.5 11.9972C22.5001 11.3979 22.4491 10.7996 22.3477 10.2089V10.2089Z"
|
|
24
|
-
fill="var(--${options.color})"
|
|
25
|
-
/>
|
|
26
|
-
<path
|
|
27
|
-
d="M12.0001 16.1953C10.4251 16.1953 9.11262 15.3558 8.37715 14.0958L3.56262 5.76796L3.55606 5.75671C2.51717 7.16323 1.846 8.80693 1.60346 10.5386C1.36091 12.2703 1.55468 14.0351 2.16717 15.673C2.77966 17.3108 3.79148 18.7697 5.11079 19.9173C6.4301 21.0649 8.01513 21.8648 9.722 22.2445V22.2422L13.3637 15.9328C12.9283 16.1003 12.4666 16.1892 12.0001 16.1953V16.1953Z"
|
|
28
|
-
fill="var(--${options.color})"
|
|
29
|
-
/>
|
|
30
|
-
<path
|
|
31
|
-
d="M4.27925 4.90177L7.90503 11.1479C8.09326 10.1999 8.60413 9.34636 9.35073 8.73257C10.0973 8.11878 11.0335 7.78263 12 7.7813H21.6174C21.2868 7.05485 20.8818 6.3646 20.4089 5.72161L20.4146 5.72536C20.8856 6.36718 21.2887 7.05619 21.6174 7.7813H21.6253C21.2969 7.05402 20.8938 6.36281 20.4225 5.7188C20.4167 5.7152 20.4112 5.71112 20.4061 5.70661C19.4823 4.47157 18.2977 3.45528 16.9365 2.73005C15.5753 2.00481 14.071 1.58845 12.5307 1.51058C10.9903 1.43271 9.45172 1.69524 8.02434 2.27951C6.59697 2.86377 5.31588 3.75541 4.27222 4.89099L4.27878 4.90224L4.27925 4.90177Z"
|
|
32
|
-
fill="var(--${options.color})"
|
|
33
|
-
/>
|
|
34
|
-
</svg> `
|
|
35
|
-
}
|
|
@@ -1,41 +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 lyxLogo = (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
|
-
<path
|
|
19
|
-
d="M14.3403 11.6628L8.00011 15.3197L1.65991 11.6628V4.34986L8.00011 0.692931L14.3403 4.34986V11.6628Z"
|
|
20
|
-
stroke="#ACC2D2"
|
|
21
|
-
/>
|
|
22
|
-
<path
|
|
23
|
-
fill-rule="evenodd"
|
|
24
|
-
clip-rule="evenodd"
|
|
25
|
-
d="M8.00562 8.00621L9.93645 11.4421L11.8938 7.99763L9.93645 4.57031L8.00562 8.00621Z"
|
|
26
|
-
fill="#BDCEDB"
|
|
27
|
-
/>
|
|
28
|
-
<path
|
|
29
|
-
fill-rule="evenodd"
|
|
30
|
-
clip-rule="evenodd"
|
|
31
|
-
d="M4.10498 8.01136L6.07355 11.4423H9.93735L8.00652 8.00635L4.10498 8.01136Z"
|
|
32
|
-
fill="#ACC2D2"
|
|
33
|
-
/>
|
|
34
|
-
<path
|
|
35
|
-
fill-rule="evenodd"
|
|
36
|
-
clip-rule="evenodd"
|
|
37
|
-
d="M4.10498 8.01123C4.29293 8.01123 8.00652 8.00621 8.00652 8.00621L9.93735 4.57031L6.07355 4.57532L4.10498 8.01123Z"
|
|
38
|
-
fill="#DEE7ED"
|
|
39
|
-
/>
|
|
40
|
-
</svg> `
|
|
41
|
-
}
|
|
@@ -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 mail = (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.875 4.5H4.125C3.08947 4.5 2.25 5.33947 2.25 6.375V17.625C2.25 18.6605 3.08947 19.5 4.125 19.5H19.875C20.9105 19.5 21.75 18.6605 21.75 17.625V6.375C21.75 5.33947 20.9105 4.5 19.875 4.5Z"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
stroke-linejoin="round"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M5.25 7.5L12 12.75L18.75 7.5"
|
|
27
|
-
stroke="var(--${options.color})"
|
|
28
|
-
stroke-width="${options.strokeWidth}"
|
|
29
|
-
stroke-linecap="round"
|
|
30
|
-
stroke-linejoin="round"
|
|
31
|
-
/>
|
|
32
|
-
</svg> `
|
|
33
|
-
}
|
|
@@ -1,71 +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 menu1 = (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
|
-
<mask id="path-1-inside-1_156_2042" fill="white">
|
|
19
|
-
<rect x="5" y="5" width="6" height="6" rx="1" />
|
|
20
|
-
</mask>
|
|
21
|
-
<rect
|
|
22
|
-
x="5"
|
|
23
|
-
y="5"
|
|
24
|
-
width="6"
|
|
25
|
-
height="6"
|
|
26
|
-
rx="1"
|
|
27
|
-
stroke="var(--${options.color})"
|
|
28
|
-
stroke-width="3"
|
|
29
|
-
mask="url(#path-1-inside-1_156_2042)"
|
|
30
|
-
/>
|
|
31
|
-
<mask id="path-2-inside-2_156_2042" fill="white">
|
|
32
|
-
<rect x="5" y="13" width="6" height="6" rx="1" />
|
|
33
|
-
</mask>
|
|
34
|
-
<rect
|
|
35
|
-
x="5"
|
|
36
|
-
y="13"
|
|
37
|
-
width="6"
|
|
38
|
-
height="6"
|
|
39
|
-
rx="1"
|
|
40
|
-
stroke="var(--${options.color})"
|
|
41
|
-
stroke-width="3"
|
|
42
|
-
mask="url(#path-2-inside-2_156_2042)"
|
|
43
|
-
/>
|
|
44
|
-
<mask id="path-3-inside-3_156_2042" fill="white">
|
|
45
|
-
<rect x="13" y="5" width="6" height="6" rx="1" />
|
|
46
|
-
</mask>
|
|
47
|
-
<rect
|
|
48
|
-
x="13"
|
|
49
|
-
y="5"
|
|
50
|
-
width="6"
|
|
51
|
-
height="6"
|
|
52
|
-
rx="1"
|
|
53
|
-
stroke="var(--${options.color})"
|
|
54
|
-
stroke-width="3"
|
|
55
|
-
mask="url(#path-3-inside-3_156_2042)"
|
|
56
|
-
/>
|
|
57
|
-
<mask id="path-4-inside-4_156_2042" fill="white">
|
|
58
|
-
<rect x="13" y="13" width="6" height="6" rx="1" />
|
|
59
|
-
</mask>
|
|
60
|
-
<rect
|
|
61
|
-
x="13"
|
|
62
|
-
y="13"
|
|
63
|
-
width="6"
|
|
64
|
-
height="6"
|
|
65
|
-
rx="1"
|
|
66
|
-
stroke="var(--${options.color})"
|
|
67
|
-
stroke-width="3"
|
|
68
|
-
mask="url(#path-4-inside-4_156_2042)"
|
|
69
|
-
/>
|
|
70
|
-
</svg> `
|
|
71
|
-
}
|