@lukso/web-components 1.3.1 → 1.5.0
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/CHANGELOG.md +28 -0
- package/README.md +33 -7
- package/dist/color-palette/index.js +705 -0
- package/dist/color-palette/index.umd.cjs +1 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +5909 -1768
- package/dist/components/index.umd.cjs +3534 -72
- package/dist/components/lukso-button/index.d.ts +10 -1
- package/dist/components/lukso-button/index.js +234 -185
- package/dist/components/lukso-button/index.umd.cjs +32 -21
- package/dist/components/lukso-card/index.d.ts +4 -4
- package/dist/components/lukso-card/index.js +89 -80
- package/dist/components/lukso-card/index.umd.cjs +11 -11
- package/dist/components/lukso-icon/icons/add-photo.d.ts +3 -0
- package/dist/components/lukso-icon/icons/arrow-down-lg.d.ts +3 -0
- package/dist/components/lukso-icon/icons/arrow-down-sm.d.ts +3 -0
- package/dist/components/lukso-icon/icons/arrow-left-lg.d.ts +3 -0
- package/dist/components/lukso-icon/icons/arrow-left-sm.d.ts +3 -0
- package/dist/components/lukso-icon/icons/arrow-right-lg.d.ts +3 -0
- package/dist/components/lukso-icon/icons/arrow-right-sm.d.ts +3 -0
- package/dist/components/lukso-icon/icons/arrow-up-lg.d.ts +3 -0
- package/dist/components/lukso-icon/icons/arrow-up-sm.d.ts +3 -0
- package/dist/components/lukso-icon/icons/barbell-outline.d.ts +3 -0
- package/dist/components/lukso-icon/icons/bulb-outline.d.ts +3 -0
- package/dist/components/lukso-icon/icons/camera.d.ts +3 -0
- package/dist/components/lukso-icon/icons/clipboard.d.ts +3 -0
- package/dist/components/lukso-icon/icons/clock.d.ts +3 -0
- package/dist/components/lukso-icon/icons/close-lg.d.ts +3 -0
- package/dist/components/lukso-icon/icons/close-sm.d.ts +3 -0
- package/dist/components/lukso-icon/icons/cloud.d.ts +3 -0
- package/dist/components/lukso-icon/icons/compass-outline.d.ts +3 -0
- package/dist/components/lukso-icon/icons/complete-filled-fade-in.d.ts +3 -0
- package/dist/components/lukso-icon/icons/complete-filled.d.ts +3 -0
- package/dist/components/lukso-icon/icons/complete-outline.d.ts +3 -0
- package/dist/components/lukso-icon/icons/connect.d.ts +3 -0
- package/dist/components/lukso-icon/icons/connections.d.ts +3 -0
- package/dist/components/lukso-icon/icons/contract-lock.d.ts +3 -0
- package/dist/components/lukso-icon/icons/controller.d.ts +3 -0
- package/dist/components/lukso-icon/icons/copy.d.ts +3 -0
- package/dist/components/lukso-icon/icons/cross-outline.d.ts +3 -0
- package/dist/components/lukso-icon/icons/dots.d.ts +3 -0
- package/dist/components/lukso-icon/icons/edit.d.ts +3 -0
- package/dist/components/lukso-icon/icons/error.d.ts +3 -0
- package/dist/components/lukso-icon/icons/eth-logo.d.ts +3 -0
- package/dist/components/lukso-icon/icons/expand.d.ts +3 -0
- package/dist/components/lukso-icon/icons/extension.d.ts +3 -0
- package/dist/components/lukso-icon/icons/eye-hide.d.ts +3 -0
- package/dist/components/lukso-icon/icons/eye-show.d.ts +3 -0
- package/dist/components/lukso-icon/icons/filter.d.ts +3 -0
- package/dist/components/lukso-icon/icons/fish-outline.d.ts +3 -0
- package/dist/components/lukso-icon/icons/flip.d.ts +3 -0
- package/dist/components/lukso-icon/icons/globe.d.ts +3 -0
- package/dist/components/lukso-icon/icons/google-color.d.ts +3 -0
- package/dist/components/lukso-icon/icons/hamburger.d.ts +3 -0
- package/dist/components/lukso-icon/icons/infinite.d.ts +3 -0
- package/dist/components/lukso-icon/icons/information.d.ts +3 -0
- package/dist/components/lukso-icon/icons/key-outline.d.ts +3 -0
- package/dist/components/lukso-icon/icons/link.d.ts +3 -0
- package/dist/components/lukso-icon/icons/link1.d.ts +3 -0
- package/dist/components/lukso-icon/icons/link2.d.ts +3 -0
- package/dist/components/lukso-icon/icons/link3.d.ts +3 -0
- package/dist/components/lukso-icon/icons/link4.d.ts +3 -0
- package/dist/components/lukso-icon/icons/loading.d.ts +3 -0
- package/dist/components/lukso-icon/icons/location.d.ts +3 -0
- package/dist/components/lukso-icon/icons/locked.d.ts +3 -0
- package/dist/components/lukso-icon/icons/login-2.d.ts +3 -0
- package/dist/components/lukso-icon/icons/login-3.d.ts +3 -0
- package/dist/components/lukso-icon/icons/login.d.ts +3 -0
- package/dist/components/lukso-icon/icons/logo-chrome.d.ts +3 -0
- package/dist/components/lukso-icon/icons/lyx-logo.d.ts +3 -0
- package/dist/components/lukso-icon/icons/mail.d.ts +3 -0
- package/dist/components/lukso-icon/icons/menu-1.d.ts +3 -0
- package/dist/components/lukso-icon/icons/menu-2.d.ts +3 -0
- package/dist/components/lukso-icon/icons/migrate.d.ts +3 -0
- package/dist/components/lukso-icon/icons/minimize.d.ts +3 -0
- package/dist/components/lukso-icon/icons/network.d.ts +3 -0
- package/dist/components/lukso-icon/icons/notifications.d.ts +3 -0
- package/dist/components/lukso-icon/icons/phone-portrait-outline.d.ts +3 -0
- package/dist/components/lukso-icon/icons/pin.d.ts +3 -0
- package/dist/components/lukso-icon/icons/play-filled.d.ts +3 -0
- package/dist/components/lukso-icon/icons/play-outline.d.ts +3 -0
- package/dist/components/lukso-icon/icons/plus.d.ts +3 -0
- package/dist/components/lukso-icon/icons/profile-add.d.ts +3 -0
- package/dist/components/lukso-icon/icons/profile-export.d.ts +3 -0
- package/dist/components/lukso-icon/icons/profile-import.d.ts +3 -0
- package/dist/components/lukso-icon/icons/profile-recovery-2.d.ts +3 -0
- package/dist/components/lukso-icon/icons/profile-recovery.d.ts +3 -0
- package/dist/components/lukso-icon/icons/profile-restore.d.ts +3 -0
- package/dist/components/lukso-icon/icons/profile.d.ts +3 -0
- package/dist/components/lukso-icon/icons/progress-complete.d.ts +3 -0
- package/dist/components/lukso-icon/icons/progress-indicator.d.ts +3 -0
- package/dist/components/lukso-icon/icons/pulse-dot.d.ts +3 -0
- package/dist/components/lukso-icon/icons/qr-code.d.ts +3 -0
- package/dist/components/lukso-icon/icons/relayer.d.ts +3 -0
- package/dist/components/lukso-icon/icons/reload.d.ts +3 -0
- package/dist/components/lukso-icon/icons/return-down.d.ts +3 -0
- package/dist/components/lukso-icon/icons/return-left.d.ts +3 -0
- package/dist/components/lukso-icon/icons/return-right.d.ts +3 -0
- package/dist/components/lukso-icon/icons/return-up.d.ts +3 -0
- package/dist/components/lukso-icon/icons/search.d.ts +3 -0
- package/dist/components/lukso-icon/icons/settings.d.ts +3 -0
- package/dist/components/lukso-icon/icons/smart-contract-doc.d.ts +3 -0
- package/dist/components/lukso-icon/icons/smart-contract.d.ts +3 -0
- package/dist/components/lukso-icon/icons/star-filled.d.ts +3 -0
- package/dist/components/lukso-icon/icons/star-outline.d.ts +3 -0
- package/dist/components/lukso-icon/icons/step-dot.d.ts +3 -0
- package/dist/components/lukso-icon/icons/step-progress.d.ts +3 -0
- package/dist/components/lukso-icon/icons/steps.d.ts +3 -0
- package/dist/components/lukso-icon/icons/tick.d.ts +3 -0
- package/dist/components/lukso-icon/icons/timer-outline.d.ts +3 -0
- package/dist/components/lukso-icon/icons/transaction-receive.d.ts +3 -0
- package/dist/components/lukso-icon/icons/transaction-send.d.ts +3 -0
- package/dist/components/lukso-icon/icons/transfer.d.ts +3 -0
- package/dist/components/lukso-icon/icons/trash.d.ts +3 -0
- package/dist/components/lukso-icon/icons/turn-down.d.ts +3 -0
- package/dist/components/lukso-icon/icons/turn-left.d.ts +3 -0
- package/dist/components/lukso-icon/icons/turn-right.d.ts +3 -0
- package/dist/components/lukso-icon/icons/turn-up.d.ts +3 -0
- package/dist/components/lukso-icon/icons/unlocked.d.ts +3 -0
- package/dist/components/lukso-icon/icons/wallet-outline.d.ts +3 -0
- package/dist/components/lukso-icon/icons/warning-round.d.ts +3 -0
- package/dist/components/lukso-icon/icons/warning-triangle.d.ts +3 -0
- package/dist/components/lukso-icon/index.d.ts +24 -0
- package/dist/components/lukso-icon/index.js +5061 -0
- package/dist/components/lukso-icon/index.umd.cjs +3465 -0
- package/dist/components/lukso-input/index.d.ts +36 -0
- package/dist/components/lukso-input/index.js +1305 -0
- package/dist/components/lukso-input/index.umd.cjs +104 -0
- package/dist/components/lukso-navbar/index.d.ts +1 -1
- package/dist/components/lukso-navbar/index.js +96 -96
- package/dist/components/lukso-navbar/index.umd.cjs +12 -12
- package/dist/components/lukso-profile/index.d.ts +1 -1
- package/dist/components/lukso-profile/index.js +92 -83
- package/dist/components/lukso-profile/index.umd.cjs +12 -12
- package/dist/components/lukso-sanitize/index.d.ts +2 -2
- package/dist/components/lukso-sanitize/index.js +148 -145
- package/dist/components/lukso-sanitize/index.umd.cjs +12 -12
- package/dist/components/lukso-tag/index.d.ts +1 -2
- package/dist/components/lukso-tag/index.js +97 -93
- package/dist/components/lukso-tag/index.umd.cjs +11 -11
- package/dist/components/lukso-test/index.d.ts +1 -1
- package/dist/components/lukso-test/index.js +491 -491
- package/dist/components/lukso-test/index.umd.cjs +22 -22
- package/dist/components/lukso-username/index.d.ts +1 -1
- package/dist/components/lukso-username/index.js +140 -141
- package/dist/components/lukso-username/index.umd.cjs +15 -15
- package/dist/components/lukso-wizard/index.d.ts +2 -2
- package/dist/components/lukso-wizard/index.js +144 -144
- package/dist/components/lukso-wizard/index.umd.cjs +13 -13
- package/dist/index.js +5909 -1768
- package/dist/index.umd.cjs +3534 -72
- package/dist/sass/color-palette.ts +1 -1
- package/dist/sass/colors.scss +91 -0
- package/{src/shared/utils → dist/sass}/hslColorMap.ts +0 -0
- package/dist/sass/main.scss +1 -0
- package/dist/shared/directives/custom-class-map/index.d.ts +1 -1
- package/dist/shared/styles/color-palette.d.ts +43 -0
- package/dist/shared/styles/hslColorMap.d.ts +10 -0
- package/dist/shared/tailwind-element/index.js +191 -191
- package/dist/shared/tailwind-element/index.umd.cjs +8 -8
- package/dist/shared/tailwind-element.js +191 -191
- package/dist/shared/tailwind-element.umd.cjs +8 -8
- package/dist/styles/main.css +91 -0
- package/package.json +19 -2
- package/src/components/index.ts +3 -1
- package/src/components/lukso-button/index.ts +70 -3
- package/src/components/lukso-button/lukso-button.stories.ts +101 -3
- package/src/components/lukso-card/lukso-card.stories.ts +6 -2
- package/src/components/lukso-icon/icons/add-photo.ts +46 -0
- package/src/components/lukso-icon/icons/arrow-down-lg.ts +26 -0
- package/src/components/lukso-icon/icons/arrow-down-sm.ts +26 -0
- package/src/components/lukso-icon/icons/arrow-left-lg.ts +26 -0
- package/src/components/lukso-icon/icons/arrow-left-sm.ts +26 -0
- package/src/components/lukso-icon/icons/arrow-right-lg.ts +26 -0
- package/src/components/lukso-icon/icons/arrow-right-sm.ts +26 -0
- package/src/components/lukso-icon/icons/arrow-up-lg.ts +26 -0
- package/src/components/lukso-icon/icons/arrow-up-sm.ts +26 -0
- package/src/components/lukso-icon/icons/barbell-outline.ts +54 -0
- package/src/components/lukso-icon/icons/bulb-outline.ts +54 -0
- package/src/components/lukso-icon/icons/camera.ts +40 -0
- package/src/components/lukso-icon/icons/clipboard.ts +59 -0
- package/src/components/lukso-icon/icons/clock.ts +31 -0
- package/src/components/lukso-icon/icons/close-lg.ts +33 -0
- package/src/components/lukso-icon/icons/close-sm.ts +33 -0
- package/src/components/lukso-icon/icons/cloud.ts +25 -0
- package/src/components/lukso-icon/icons/compass-outline.ts +29 -0
- package/src/components/lukso-icon/icons/complete-filled-fade-in.ts +34 -0
- package/src/components/lukso-icon/icons/complete-filled.ts +32 -0
- package/src/components/lukso-icon/icons/complete-outline.ts +31 -0
- package/src/components/lukso-icon/icons/connect.ts +33 -0
- package/src/components/lukso-icon/icons/connections.ts +34 -0
- package/src/components/lukso-icon/icons/contract-lock.ts +43 -0
- package/src/components/lukso-icon/icons/controller.ts +55 -0
- package/src/components/lukso-icon/icons/copy.ts +31 -0
- package/src/components/lukso-icon/icons/cross-outline.ts +38 -0
- package/src/components/lukso-icon/icons/dots.ts +22 -0
- package/src/components/lukso-icon/icons/edit.ts +30 -0
- package/src/components/lukso-icon/icons/error.ts +31 -0
- package/src/components/lukso-icon/icons/eth-logo.ts +50 -0
- package/src/components/lukso-icon/icons/expand.ts +31 -0
- package/src/components/lukso-icon/icons/extension.ts +31 -0
- package/src/components/lukso-icon/icons/eye-hide.ts +47 -0
- package/src/components/lukso-icon/icons/eye-show.ts +37 -0
- package/src/components/lukso-icon/icons/filter.ts +43 -0
- package/src/components/lukso-icon/icons/fish-outline.ts +36 -0
- package/src/components/lukso-icon/icons/flip.ts +45 -0
- package/src/components/lukso-icon/icons/globe.ts +61 -0
- package/src/components/lukso-icon/icons/google-color.ts +35 -0
- package/src/components/lukso-icon/icons/hamburger.ts +40 -0
- package/src/components/lukso-icon/icons/infinite.ts +33 -0
- package/src/components/lukso-icon/icons/information.ts +38 -0
- package/src/components/lukso-icon/icons/key-outline.ts +25 -0
- package/src/components/lukso-icon/icons/link.ts +33 -0
- package/src/components/lukso-icon/icons/link1.ts +39 -0
- package/src/components/lukso-icon/icons/link2.ts +46 -0
- package/src/components/lukso-icon/icons/link3.ts +32 -0
- package/src/components/lukso-icon/icons/link4.ts +52 -0
- package/src/components/lukso-icon/icons/loading.ts +50 -0
- package/src/components/lukso-icon/icons/location.ts +33 -0
- package/src/components/lukso-icon/icons/locked.ts +44 -0
- package/src/components/lukso-icon/icons/login-2.ts +55 -0
- package/src/components/lukso-icon/icons/login-3.ts +53 -0
- package/src/components/lukso-icon/icons/login.ts +39 -0
- package/src/components/lukso-icon/icons/logo-chrome.ts +35 -0
- package/src/components/lukso-icon/icons/lyx-logo.ts +41 -0
- package/src/components/lukso-icon/icons/mail.ts +33 -0
- package/src/components/lukso-icon/icons/menu-1.ts +71 -0
- package/src/components/lukso-icon/icons/menu-2.ts +61 -0
- package/src/components/lukso-icon/icons/migrate.ts +47 -0
- package/src/components/lukso-icon/icons/minimize.ts +53 -0
- package/src/components/lukso-icon/icons/network.ts +49 -0
- package/src/components/lukso-icon/icons/notifications.ts +33 -0
- package/src/components/lukso-icon/icons/phone-portrait-outline.ts +33 -0
- package/src/components/lukso-icon/icons/pin.ts +25 -0
- package/src/components/lukso-icon/icons/play-filled.ts +23 -0
- package/src/components/lukso-icon/icons/play-outline.ts +24 -0
- package/src/components/lukso-icon/icons/plus.ts +33 -0
- package/src/components/lukso-icon/icons/profile-add.ts +43 -0
- package/src/components/lukso-icon/icons/profile-export.ts +42 -0
- package/src/components/lukso-icon/icons/profile-import.ts +42 -0
- package/src/components/lukso-icon/icons/profile-recovery-2.ts +62 -0
- package/src/components/lukso-icon/icons/profile-recovery.ts +55 -0
- package/src/components/lukso-icon/icons/profile-restore.ts +50 -0
- package/src/components/lukso-icon/icons/profile.ts +29 -0
- package/src/components/lukso-icon/icons/progress-complete.ts +289 -0
- package/src/components/lukso-icon/icons/progress-indicator.ts +236 -0
- package/src/components/lukso-icon/icons/pulse-dot.ts +22 -0
- package/src/components/lukso-icon/icons/qr-code.ts +122 -0
- package/src/components/lukso-icon/icons/relayer.ts +40 -0
- package/src/components/lukso-icon/icons/reload.ts +32 -0
- package/src/components/lukso-icon/icons/return-down.ts +33 -0
- package/src/components/lukso-icon/icons/return-left.ts +33 -0
- package/src/components/lukso-icon/icons/return-right.ts +33 -0
- package/src/components/lukso-icon/icons/return-up.ts +33 -0
- package/src/components/lukso-icon/icons/search.ts +28 -0
- package/src/components/lukso-icon/icons/settings.ts +33 -0
- package/src/components/lukso-icon/icons/smart-contract-doc.ts +40 -0
- package/src/components/lukso-icon/icons/smart-contract.ts +31 -0
- package/src/components/lukso-icon/icons/star-filled.ts +23 -0
- package/src/components/lukso-icon/icons/star-outline.ts +24 -0
- package/src/components/lukso-icon/icons/step-dot.ts +34 -0
- package/src/components/lukso-icon/icons/step-progress.ts +31 -0
- package/src/components/lukso-icon/icons/steps.ts +40 -0
- package/src/components/lukso-icon/icons/tick.ts +26 -0
- package/src/components/lukso-icon/icons/timer-outline.ts +47 -0
- package/src/components/lukso-icon/icons/transaction-receive.ts +39 -0
- package/src/components/lukso-icon/icons/transaction-send.ts +39 -0
- package/src/components/lukso-icon/icons/transfer.ts +47 -0
- package/src/components/lukso-icon/icons/trash.ts +40 -0
- package/src/components/lukso-icon/icons/turn-down.ts +33 -0
- package/src/components/lukso-icon/icons/turn-left.ts +33 -0
- package/src/components/lukso-icon/icons/turn-right.ts +33 -0
- package/src/components/lukso-icon/icons/turn-up.ts +33 -0
- package/src/components/lukso-icon/icons/unlocked.ts +41 -0
- package/src/components/lukso-icon/icons/wallet-outline.ts +35 -0
- package/src/components/lukso-icon/icons/warning-round.ts +32 -0
- package/src/components/lukso-icon/icons/warning-triangle.ts +32 -0
- package/src/components/lukso-icon/index.ts +310 -0
- package/src/components/lukso-icon/lukso-icon.stories.ts +116 -0
- package/src/components/lukso-icon/style.scss +3 -0
- package/src/components/lukso-input/index.ts +188 -0
- package/src/components/lukso-input/lukso-input.stories.ts +183 -0
- package/src/components/lukso-navbar/index.ts +1 -1
- package/src/components/lukso-navbar/lukso-navbar.stories.ts +18 -1
- package/src/components/lukso-profile/index.ts +9 -3
- package/src/components/lukso-profile/lukso-profile.stories.ts +18 -1
- package/src/components/lukso-sanitize/index.ts +1 -1
- package/src/components/lukso-sanitize/lukso-sanitize.stories.ts +5 -1
- package/src/components/lukso-tag/index.ts +7 -7
- package/src/components/lukso-tag/lukso-tag.stories.ts +28 -6
- package/src/components/lukso-username/index.ts +3 -3
- package/src/components/lukso-username/lukso-username.stories.ts +10 -2
- package/src/components/lukso-wizard/index.ts +1 -1
- package/src/components/lukso-wizard/lukso-wizard.stories.ts +4 -1
- package/src/shared/styles/color-palette.ts +1 -1
- package/src/shared/styles/colors.scss +91 -0
- package/src/shared/styles/hslColorMap.ts +20 -0
- package/src/shared/styles/main.scss +1 -0
- package/src/shared/utils/__tests__/sliceAddress.spec.ts +1 -1
- package/tailwind.config.cjs +135 -1
- package/tools/color-palette.cjs +2 -2
- package/tools/color-palette.d.ts +2 -2
- package/tools/color-palette.d.ts.map +1 -1
|
@@ -0,0 +1,61 @@
|
|
|
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 menu2 = (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 7H9"
|
|
20
|
+
stroke="var(--${options.color})"
|
|
21
|
+
stroke-width="${options.strokeWidth}"
|
|
22
|
+
stroke-linecap="round"
|
|
23
|
+
stroke-linejoin="round"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
d="M19 12H9"
|
|
27
|
+
stroke="var(--${options.color})"
|
|
28
|
+
stroke-width="${options.strokeWidth}"
|
|
29
|
+
stroke-linecap="round"
|
|
30
|
+
stroke-linejoin="round"
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
d="M19 17H9"
|
|
34
|
+
stroke="var(--${options.color})"
|
|
35
|
+
stroke-width="${options.strokeWidth}"
|
|
36
|
+
stroke-linecap="round"
|
|
37
|
+
stroke-linejoin="round"
|
|
38
|
+
/>
|
|
39
|
+
<path
|
|
40
|
+
d="M6 7H5"
|
|
41
|
+
stroke="var(--${options.color})"
|
|
42
|
+
stroke-width="${options.strokeWidth}"
|
|
43
|
+
stroke-linecap="round"
|
|
44
|
+
stroke-linejoin="round"
|
|
45
|
+
/>
|
|
46
|
+
<path
|
|
47
|
+
d="M6 12H5"
|
|
48
|
+
stroke="var(--${options.color})"
|
|
49
|
+
stroke-width="${options.strokeWidth}"
|
|
50
|
+
stroke-linecap="round"
|
|
51
|
+
stroke-linejoin="round"
|
|
52
|
+
/>
|
|
53
|
+
<path
|
|
54
|
+
d="M6 17H5"
|
|
55
|
+
stroke="var(--${options.color})"
|
|
56
|
+
stroke-width="${options.strokeWidth}"
|
|
57
|
+
stroke-linecap="round"
|
|
58
|
+
stroke-linejoin="round"
|
|
59
|
+
/>
|
|
60
|
+
</svg> `
|
|
61
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
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 migrate = (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.96436 5.42896H13.207V9.6716"
|
|
20
|
+
stroke="var(--${options.color})"
|
|
21
|
+
stroke-width="${options.strokeWidth}"
|
|
22
|
+
stroke-linecap="round"
|
|
23
|
+
stroke-linejoin="round"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
d="M15.3284 11.793H19.571V16.0356"
|
|
27
|
+
stroke="var(--${options.color})"
|
|
28
|
+
stroke-width="${options.strokeWidth}"
|
|
29
|
+
stroke-linecap="round"
|
|
30
|
+
stroke-linejoin="round"
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
d="M12.5 6.13609L5.42896 13.2072"
|
|
34
|
+
stroke="var(--${options.color})"
|
|
35
|
+
stroke-width="${options.strokeWidth}"
|
|
36
|
+
stroke-linecap="round"
|
|
37
|
+
stroke-linejoin="round"
|
|
38
|
+
/>
|
|
39
|
+
<path
|
|
40
|
+
d="M18.864 12.5L11.793 19.571"
|
|
41
|
+
stroke="var(--${options.color})"
|
|
42
|
+
stroke-width="${options.strokeWidth}"
|
|
43
|
+
stroke-linecap="round"
|
|
44
|
+
stroke-linejoin="round"
|
|
45
|
+
/>
|
|
46
|
+
</svg> `
|
|
47
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
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 minimize = (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 12V7C4 5.34315 5.34315 4 7 4H12M20 12V17C20 18.6569 18.6569 20 17 20H12"
|
|
20
|
+
stroke="var(--${options.color})"
|
|
21
|
+
stroke-width="${options.strokeWidth}"
|
|
22
|
+
stroke-linecap="round"
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
d="M14.0001 6C14.0001 7.82245 14 10 14 10L18 10"
|
|
26
|
+
stroke="var(--${options.color})"
|
|
27
|
+
stroke-width="${options.strokeWidth}"
|
|
28
|
+
stroke-linecap="round"
|
|
29
|
+
stroke-linejoin="round"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
d="M20 4L14 10"
|
|
33
|
+
stroke="var(--${options.color})"
|
|
34
|
+
stroke-width="${options.strokeWidth}"
|
|
35
|
+
stroke-linecap="round"
|
|
36
|
+
stroke-linejoin="round"
|
|
37
|
+
/>
|
|
38
|
+
<path
|
|
39
|
+
d="M9.99993 18C9.99993 16.1776 10 14 10 14L6 14"
|
|
40
|
+
stroke="var(--${options.color})"
|
|
41
|
+
stroke-width="${options.strokeWidth}"
|
|
42
|
+
stroke-linecap="round"
|
|
43
|
+
stroke-linejoin="round"
|
|
44
|
+
/>
|
|
45
|
+
<path
|
|
46
|
+
d="M4 20L10 14"
|
|
47
|
+
stroke="var(--${options.color})"
|
|
48
|
+
stroke-width="${options.strokeWidth}"
|
|
49
|
+
stroke-linecap="round"
|
|
50
|
+
stroke-linejoin="round"
|
|
51
|
+
/>
|
|
52
|
+
</svg> `
|
|
53
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
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 network = (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.75 20.125C4.09315 20.125 2.75 18.7819 2.75 17.125C2.75 15.4681 4.09315 14.125 5.75 14.125C7.40685 14.125 8.75 15.4681 8.75 17.125C8.75 18.7819 7.40685 20.125 5.75 20.125Z"
|
|
20
|
+
stroke="var(--${options.color})"
|
|
21
|
+
stroke-width="${options.strokeWidth}"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
d="M18.25 20.125C16.5931 20.125 15.25 18.7819 15.25 17.125C15.25 15.4681 16.5931 14.125 18.25 14.125C19.9069 14.125 21.25 15.4681 21.25 17.125C21.25 18.7819 19.9069 20.125 18.25 20.125Z"
|
|
25
|
+
stroke="var(--${options.color})"
|
|
26
|
+
stroke-width="${options.strokeWidth}"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
d="M12 8.875C10.3431 8.875 9 7.53185 9 5.875C9 4.21815 10.3431 2.875 12 2.875C13.6569 2.875 15 4.21815 15 5.875C15 7.53185 13.6569 8.875 12 8.875Z"
|
|
30
|
+
stroke="var(--${options.color})"
|
|
31
|
+
stroke-width="${options.strokeWidth}"
|
|
32
|
+
/>
|
|
33
|
+
<path
|
|
34
|
+
d="M10.125 8.375L6.375 14.8702"
|
|
35
|
+
stroke="var(--${options.color})"
|
|
36
|
+
stroke-width="${options.strokeWidth}"
|
|
37
|
+
/>
|
|
38
|
+
<path
|
|
39
|
+
d="M15.75 17.75L8.25 17.75"
|
|
40
|
+
stroke="var(--${options.color})"
|
|
41
|
+
stroke-width="${options.strokeWidth}"
|
|
42
|
+
/>
|
|
43
|
+
<path
|
|
44
|
+
d="M17 14.625L13.25 8.12981"
|
|
45
|
+
stroke="var(--${options.color})"
|
|
46
|
+
stroke-width="${options.strokeWidth}"
|
|
47
|
+
/>
|
|
48
|
+
</svg> `
|
|
49
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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 notifications = (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="M20.0475 16.4733C18.8437 15 17.9939 14.25 17.9939 10.1883C17.9939 6.46875 16.0945 5.14359 14.5312 4.5C14.3236 4.41469 14.1281 4.21875 14.0648 4.00547C13.7906 3.07219 13.0219 2.25 12 2.25C10.9781 2.25 10.2089 3.07266 9.93749 4.00641C9.87421 4.22203 9.67874 4.41469 9.47108 4.5C7.90593 5.14453 6.00842 6.465 6.00842 10.1883C6.00608 14.25 5.15624 15 3.95249 16.4733C3.45374 17.0836 3.89061 18 4.76296 18H19.2417C20.1094 18 20.5434 17.0808 20.0475 16.4733Z"
|
|
20
|
+
stroke="var(--${options.color})"
|
|
21
|
+
stroke-width="${options.strokeWidth}"
|
|
22
|
+
stroke-linecap="round"
|
|
23
|
+
stroke-linejoin="round"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
d="M15 18V18.75C15 19.5456 14.6839 20.3087 14.1213 20.8713C13.5587 21.4339 12.7956 21.75 12 21.75C11.2044 21.75 10.4413 21.4339 9.87868 20.8713C9.31607 20.3087 9 19.5456 9 18.75V18"
|
|
27
|
+
stroke="var(--${options.color})"
|
|
28
|
+
stroke-width="${options.strokeWidth}"
|
|
29
|
+
stroke-linecap="round"
|
|
30
|
+
stroke-linejoin="round"
|
|
31
|
+
/>
|
|
32
|
+
</svg> `
|
|
33
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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 phonePortraitOutline = (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="M15.75 0.75H8.25C7.00736 0.75 6 1.75736 6 3V21C6 22.2426 7.00736 23.25 8.25 23.25H15.75C16.9926 23.25 18 22.2426 18 21V3C18 1.75736 16.9926 0.75 15.75 0.75Z"
|
|
20
|
+
stroke="var(--${options.color})"
|
|
21
|
+
stroke-width="${options.strokeWidth}"
|
|
22
|
+
stroke-linecap="round"
|
|
23
|
+
stroke-linejoin="round"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
d="M8.25 0.75H9.375C9.47446 0.75 9.56984 0.789509 9.64017 0.859835C9.71049 0.930161 9.75 1.02554 9.75 1.125C9.75 1.32391 9.82902 1.51468 9.96967 1.65533C10.1103 1.79598 10.3011 1.875 10.5 1.875H13.5C13.6989 1.875 13.8897 1.79598 14.0303 1.65533C14.171 1.51468 14.25 1.32391 14.25 1.125C14.25 1.02554 14.2895 0.930161 14.3598 0.859835C14.4302 0.789509 14.5255 0.75 14.625 0.75H15.75"
|
|
27
|
+
stroke="var(--${options.color})"
|
|
28
|
+
stroke-width="${options.strokeWidth}"
|
|
29
|
+
stroke-linecap="round"
|
|
30
|
+
stroke-linejoin="round"
|
|
31
|
+
/>
|
|
32
|
+
</svg> `
|
|
33
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
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 pin = (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="M7.99995 4.61538C7.99995 4.27552 8.27547 4 8.61533 4H8.99995H15H15.3846C15.7244 4 16 4.27552 16 4.61538C16 4.95525 15.7244 5.23076 15.3846 5.23076H15V12L17.1464 14.1464C17.4614 14.4614 17.2383 15 16.7928 15H12.6665V19.3333C12.6665 19.7015 12.3681 20 11.9999 20C11.6317 20 11.3332 19.7015 11.3332 19.3333V15H7.20706C6.7616 15 6.53852 14.4614 6.8535 14.1464L8.99995 12V5.23076H8.61533C8.27547 5.23076 7.99995 4.95525 7.99995 4.61538Z"
|
|
22
|
+
fill="var(--${options.color})"
|
|
23
|
+
/>
|
|
24
|
+
</svg> `
|
|
25
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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 playFilled = (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.11732 7.23208C7.11732 6.46228 7.95065 5.98115 8.61732 6.36605L16.1173 10.6962C16.784 11.0811 16.784 12.0433 16.1173 12.4282L8.61732 16.7584C7.95065 17.1433 7.11732 16.6621 7.11732 15.8923L7.11732 7.23208Z"
|
|
20
|
+
fill="var(--${options.color})"
|
|
21
|
+
/>
|
|
22
|
+
</svg> `
|
|
23
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 playOutline = (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.24232 7.01557L15.7423 11.3457C15.909 11.4419 15.909 11.6825 15.7423 11.7787L8.24232 16.1088C8.07565 16.2051 7.86732 16.0848 7.86732 15.8923L7.86732 7.23208C7.86732 7.03963 8.07565 6.91934 8.24232 7.01557Z"
|
|
20
|
+
stroke="var(--${options.color})"
|
|
21
|
+
stroke-width="${options.strokeWidth}"
|
|
22
|
+
/>
|
|
23
|
+
</svg> `
|
|
24
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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 plus = (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 20V4"
|
|
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 12H19.9998"
|
|
27
|
+
stroke="var(--${options.color})"
|
|
28
|
+
stroke-width="${options.strokeWidth}"
|
|
29
|
+
stroke-linecap="round"
|
|
30
|
+
stroke-linejoin="round"
|
|
31
|
+
/>
|
|
32
|
+
</svg> `
|
|
33
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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 profileAdd = (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.125 8.25V13.5"
|
|
20
|
+
stroke="var(--${options.color})"
|
|
21
|
+
stroke-width="${options.strokeWidth}"
|
|
22
|
+
stroke-linecap="round"
|
|
23
|
+
stroke-linejoin="round"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
d="M6.75 10.875H1.5"
|
|
27
|
+
stroke="var(--${options.color})"
|
|
28
|
+
stroke-width="${options.strokeWidth}"
|
|
29
|
+
stroke-linecap="round"
|
|
30
|
+
stroke-linejoin="round"
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
d="M18.25 6C18.25 8.34721 16.3472 10.25 14 10.25C11.6528 10.25 9.75 8.34721 9.75 6C9.75 3.65279 11.6528 1.75 14 1.75C16.3472 1.75 18.25 3.65279 18.25 6Z"
|
|
34
|
+
stroke="var(--${options.color})"
|
|
35
|
+
stroke-width="${options.strokeWidth}"
|
|
36
|
+
/>
|
|
37
|
+
<path
|
|
38
|
+
d="M4.75 18.6667C4.75 16.8725 6.09998 15.4016 8.10179 14.3324C10.0797 13.2759 12.4587 12.75 14 12.75C15.5413 12.75 17.9203 13.2759 19.8982 14.3324C21.9 15.4016 23.25 16.8725 23.25 18.6667V21.25H4.75V18.6667Z"
|
|
39
|
+
stroke="var(--${options.color})"
|
|
40
|
+
stroke-width="${options.strokeWidth}"
|
|
41
|
+
/>
|
|
42
|
+
</svg> `
|
|
43
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
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 profileExport = (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 13L4 7.75"
|
|
20
|
+
stroke="var(--${options.color})"
|
|
21
|
+
stroke-width="${options.strokeWidth}"
|
|
22
|
+
stroke-linecap="round"
|
|
23
|
+
stroke-linejoin="round"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
d="M6 9L4 7L2 9"
|
|
27
|
+
stroke="var(--${options.color})"
|
|
28
|
+
stroke-width="${options.strokeWidth}"
|
|
29
|
+
stroke-linecap="round"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
d="M18.25 6C18.25 8.34721 16.3472 10.25 14 10.25C11.6528 10.25 9.75 8.34721 9.75 6C9.75 3.65279 11.6528 1.75 14 1.75C16.3472 1.75 18.25 3.65279 18.25 6Z"
|
|
33
|
+
stroke="var(--${options.color})"
|
|
34
|
+
stroke-width="${options.strokeWidth}"
|
|
35
|
+
/>
|
|
36
|
+
<path
|
|
37
|
+
d="M4.75 18.6667C4.75 16.8725 6.09998 15.4016 8.10179 14.3324C10.0797 13.2759 12.4587 12.75 14 12.75C15.5413 12.75 17.9203 13.2759 19.8982 14.3324C21.9 15.4016 23.25 16.8725 23.25 18.6667V21.25H4.75V18.6667Z"
|
|
38
|
+
stroke="var(--${options.color})"
|
|
39
|
+
stroke-width="${options.strokeWidth}"
|
|
40
|
+
/>
|
|
41
|
+
</svg> `
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
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 profileImport = (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 7V12.25"
|
|
20
|
+
stroke="var(--${options.color})"
|
|
21
|
+
stroke-width="${options.strokeWidth}"
|
|
22
|
+
stroke-linecap="round"
|
|
23
|
+
stroke-linejoin="round"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
d="M2 11L4 13L6 11"
|
|
27
|
+
stroke="var(--${options.color})"
|
|
28
|
+
stroke-width="${options.strokeWidth}"
|
|
29
|
+
stroke-linecap="round"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
d="M18.25 6C18.25 8.34721 16.3472 10.25 14 10.25C11.6528 10.25 9.75 8.34721 9.75 6C9.75 3.65279 11.6528 1.75 14 1.75C16.3472 1.75 18.25 3.65279 18.25 6Z"
|
|
33
|
+
stroke="var(--${options.color})"
|
|
34
|
+
stroke-width="${options.strokeWidth}"
|
|
35
|
+
/>
|
|
36
|
+
<path
|
|
37
|
+
d="M4.75 18.6667C4.75 16.8725 6.09998 15.4016 8.10179 14.3324C10.0797 13.2759 12.4587 12.75 14 12.75C15.5413 12.75 17.9203 13.2759 19.8982 14.3324C21.9 15.4016 23.25 16.8725 23.25 18.6667V21.25H4.75V18.6667Z"
|
|
38
|
+
stroke="var(--${options.color})"
|
|
39
|
+
stroke-width="${options.strokeWidth}"
|
|
40
|
+
/>
|
|
41
|
+
</svg> `
|
|
42
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
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 profileRecovery2 = (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_643_8332)">
|
|
19
|
+
<path
|
|
20
|
+
d="M18.25 6C18.25 8.34721 16.3472 10.25 14 10.25C11.6528 10.25 9.75 8.34721 9.75 6C9.75 3.65279 11.6528 1.75 14 1.75C16.3472 1.75 18.25 3.65279 18.25 6Z"
|
|
21
|
+
stroke="var(--${options.color})"
|
|
22
|
+
stroke-width="${options.strokeWidth}"
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
d="M4.75 18.6667C4.75 16.8725 6.09998 15.4016 8.10179 14.3324C10.0797 13.2759 12.4587 12.75 14 12.75C15.5413 12.75 17.9203 13.2759 19.8982 14.3324C21.9 15.4016 23.25 16.8725 23.25 18.6667V21.25H4.75V18.6667Z"
|
|
26
|
+
stroke="var(--${options.color})"
|
|
27
|
+
stroke-width="${options.strokeWidth}"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
d="M1 10L6.25 10"
|
|
31
|
+
stroke="var(--${options.color})"
|
|
32
|
+
stroke-width="${options.strokeWidth}"
|
|
33
|
+
stroke-linecap="round"
|
|
34
|
+
stroke-linejoin="round"
|
|
35
|
+
/>
|
|
36
|
+
<path
|
|
37
|
+
d="M5 12L7 10L5 8"
|
|
38
|
+
stroke="var(--${options.color})"
|
|
39
|
+
stroke-width="${options.strokeWidth}"
|
|
40
|
+
stroke-linecap="round"
|
|
41
|
+
/>
|
|
42
|
+
<path
|
|
43
|
+
d="M7 5L1.75 5"
|
|
44
|
+
stroke="var(--${options.color})"
|
|
45
|
+
stroke-width="${options.strokeWidth}"
|
|
46
|
+
stroke-linecap="round"
|
|
47
|
+
stroke-linejoin="round"
|
|
48
|
+
/>
|
|
49
|
+
<path
|
|
50
|
+
d="M3 3L1 5L3 7"
|
|
51
|
+
stroke="var(--${options.color})"
|
|
52
|
+
stroke-width="${options.strokeWidth}"
|
|
53
|
+
stroke-linecap="round"
|
|
54
|
+
/>
|
|
55
|
+
</g>
|
|
56
|
+
<defs>
|
|
57
|
+
<clipPath id="clip0_643_8332">
|
|
58
|
+
<rect width="24" height="24" fill="var(--${options.secondaryColor})" />
|
|
59
|
+
</clipPath>
|
|
60
|
+
</defs>
|
|
61
|
+
</svg> `
|
|
62
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
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 profileRecovery = (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_642_8623)">
|
|
19
|
+
<path
|
|
20
|
+
d="M2.75 18.6667C2.75 16.8725 4.09998 15.4016 6.10179 14.3324C8.07966 13.2759 10.4587 12.75 12 12.75C13.5413 12.75 15.9203 13.2759 17.8982 14.3324C19.9 15.4016 21.25 16.8725 21.25 18.6667V21.25H2.75V18.6667Z"
|
|
21
|
+
stroke="var(--${options.color})"
|
|
22
|
+
stroke-width="${options.strokeWidth}"
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
d="M13.9214 9.90371C13.3135 10.1872 12.6472 10.3227 11.9769 10.2993C11.3066 10.2759 10.6514 10.0942 10.0648 9.76904C9.4782 9.44388 8.97688 8.9845 8.60183 8.42847C8.22679 7.87244 7.98866 7.23554 7.90692 6.56985"
|
|
26
|
+
stroke="var(--${options.color})"
|
|
27
|
+
stroke-width="${options.strokeWidth}"
|
|
28
|
+
stroke-linecap="round"
|
|
29
|
+
/>
|
|
30
|
+
<path
|
|
31
|
+
d="M10.0759 6.65833L7.61788 5.25903L6.21859 7.71708"
|
|
32
|
+
stroke="var(--${options.color})"
|
|
33
|
+
stroke-width="${options.strokeWidth}"
|
|
34
|
+
stroke-linecap="round"
|
|
35
|
+
/>
|
|
36
|
+
<path
|
|
37
|
+
d="M10.0786 2.45042C10.6865 2.16697 11.3528 2.03141 12.0231 2.05481C12.6934 2.07822 13.3486 2.25993 13.9352 2.58509C14.5218 2.91025 15.0231 3.36962 15.3982 3.92565C15.7732 4.48168 16.0113 5.11858 16.0931 5.78428"
|
|
38
|
+
stroke="var(--${options.color})"
|
|
39
|
+
stroke-width="${options.strokeWidth}"
|
|
40
|
+
stroke-linecap="round"
|
|
41
|
+
/>
|
|
42
|
+
<path
|
|
43
|
+
d="M13.9241 5.6958L16.3821 7.09509L17.7814 4.63705"
|
|
44
|
+
stroke="var(--${options.color})"
|
|
45
|
+
stroke-width="${options.strokeWidth}"
|
|
46
|
+
stroke-linecap="round"
|
|
47
|
+
/>
|
|
48
|
+
</g>
|
|
49
|
+
<defs>
|
|
50
|
+
<clipPath id="clip0_642_8623">
|
|
51
|
+
<rect width="24" height="24" fill="white" />
|
|
52
|
+
</clipPath>
|
|
53
|
+
</defs>
|
|
54
|
+
</svg> `
|
|
55
|
+
}
|