@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,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 timerOutline = (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 4H20"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
d="M6 5C6 5.17925 6.00788 5.34626 6.02293 5.50178C6.28304 8.18956 10.714 9.22784 11.5854 11.7837V11.7837C11.7202 12.1794 12.2798 12.1794 12.4146 11.7837V11.7837C13.286 9.22784 17.717 8.18956 17.9771 5.50178C17.9921 5.34626 18 5.17925 18 5"
|
|
26
|
-
stroke="var(--${options.color})"
|
|
27
|
-
stroke-width="${options.strokeWidth}"
|
|
28
|
-
stroke-linecap="round"
|
|
29
|
-
/>
|
|
30
|
-
<path
|
|
31
|
-
d="M20 20L4 20"
|
|
32
|
-
stroke="var(--${options.color})"
|
|
33
|
-
stroke-width="${options.strokeWidth}"
|
|
34
|
-
stroke-linecap="round"
|
|
35
|
-
/>
|
|
36
|
-
<path
|
|
37
|
-
d="M18 19C18 18.8208 17.9921 18.6537 17.9771 18.4982C17.717 15.8104 13.286 14.7722 12.4146 12.2163V12.2163C12.2798 11.8206 11.7202 11.8206 11.5854 12.2163V12.2163C10.714 14.7722 6.28304 15.8104 6.02293 18.4982C6.00788 18.6537 6 18.8208 6 19"
|
|
38
|
-
stroke="var(--${options.color})"
|
|
39
|
-
stroke-width="${options.strokeWidth}"
|
|
40
|
-
stroke-linecap="round"
|
|
41
|
-
/>
|
|
42
|
-
<path
|
|
43
|
-
d="M7.5 16C10.0994 15.1537 14.6225 15.4636 16.5 16C17.4191 16.2626 17.5293 16.9407 17.5217 17.288C17.5187 17.4289 17.5143 17.5714 17.5419 17.7096L17.7608 18.8039C17.8845 19.4227 17.4112 20 16.7802 20H7.2198C6.58876 20 6.11546 19.4227 6.23922 18.8039L6.4584 17.708C6.48583 17.5708 6.48159 17.4292 6.48042 17.2894C6.47759 16.9509 6.59647 16.2941 7.5 16Z"
|
|
44
|
-
fill="var(--${options.color})"
|
|
45
|
-
/>
|
|
46
|
-
</svg> `
|
|
47
|
-
}
|
|
@@ -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 transactionReceive = (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.25 9.875L12 16.625L18.75 9.875"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
stroke-linejoin="round"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M12 15.6875V2"
|
|
27
|
-
stroke="var(--${options.color})"
|
|
28
|
-
stroke-width="${options.strokeWidth}"
|
|
29
|
-
stroke-linecap="round"
|
|
30
|
-
stroke-linejoin="round"
|
|
31
|
-
/>
|
|
32
|
-
<path
|
|
33
|
-
d="M2 18V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V18"
|
|
34
|
-
stroke="var(--${options.color})"
|
|
35
|
-
stroke-width="${options.strokeWidth}"
|
|
36
|
-
stroke-linecap="round"
|
|
37
|
-
/>
|
|
38
|
-
</svg> `
|
|
39
|
-
}
|
|
@@ -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 transactionSend = (options: IconOptions) => {
|
|
7
|
-
return html`<svg
|
|
8
|
-
width="24"
|
|
9
|
-
height="24"
|
|
10
|
-
viewBox="0 0 24 24"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
style=${styleMap({
|
|
14
|
-
width: `${options.width}px`,
|
|
15
|
-
height: `${options.height}px`,
|
|
16
|
-
})}
|
|
17
|
-
>
|
|
18
|
-
<path
|
|
19
|
-
d="M18.75 8.75L12 2L5.25 8.75"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
stroke-linejoin="round"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M12 2.9375L12 16.625"
|
|
27
|
-
stroke="var(--${options.color})"
|
|
28
|
-
stroke-width="${options.strokeWidth}"
|
|
29
|
-
stroke-linecap="round"
|
|
30
|
-
stroke-linejoin="round"
|
|
31
|
-
/>
|
|
32
|
-
<path
|
|
33
|
-
d="M2 18V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V18"
|
|
34
|
-
stroke="var(--${options.color})"
|
|
35
|
-
stroke-width="${options.strokeWidth}"
|
|
36
|
-
stroke-linecap="round"
|
|
37
|
-
/>
|
|
38
|
-
</svg> `
|
|
39
|
-
}
|
|
@@ -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 transfer = (options: IconOptions) => {
|
|
7
|
-
return html`<svg
|
|
8
|
-
width="24"
|
|
9
|
-
height="24"
|
|
10
|
-
viewBox="0 0 24 24"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
style=${styleMap({
|
|
14
|
-
width: `${options.width}px`,
|
|
15
|
-
height: `${options.height}px`,
|
|
16
|
-
})}
|
|
17
|
-
>
|
|
18
|
-
<path
|
|
19
|
-
d="M14.25 2.25L19.5 7.5L14.25 12.75"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
stroke-linejoin="round"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M18.697 7.5H4.5"
|
|
27
|
-
stroke="var(--${options.color})"
|
|
28
|
-
stroke-width="${options.strokeWidth}"
|
|
29
|
-
stroke-linecap="round"
|
|
30
|
-
stroke-linejoin="round"
|
|
31
|
-
/>
|
|
32
|
-
<path
|
|
33
|
-
d="M9.75 21.75L4.5 16.5L9.75 11.25"
|
|
34
|
-
stroke="var(--${options.color})"
|
|
35
|
-
stroke-width="${options.strokeWidth}"
|
|
36
|
-
stroke-linecap="round"
|
|
37
|
-
stroke-linejoin="round"
|
|
38
|
-
/>
|
|
39
|
-
<path
|
|
40
|
-
d="M5.34375 16.5H19.5"
|
|
41
|
-
stroke="var(--${options.color})"
|
|
42
|
-
stroke-width="${options.strokeWidth}"
|
|
43
|
-
stroke-linecap="round"
|
|
44
|
-
stroke-linejoin="round"
|
|
45
|
-
/>
|
|
46
|
-
</svg> `
|
|
47
|
-
}
|
|
@@ -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 trash = (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="M6 9L6.64154 17.2331C6.76323 18.7948 8.06601 20 9.63247 20H14.3675C15.934 20 17.2368 18.7948 17.3585 17.2331L18 9"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
stroke-linejoin="round"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M4 6H20"
|
|
27
|
-
stroke="var(--${options.color})"
|
|
28
|
-
stroke-width="${options.strokeWidth}"
|
|
29
|
-
stroke-linecap="round"
|
|
30
|
-
stroke-linejoin="round"
|
|
31
|
-
/>
|
|
32
|
-
<path
|
|
33
|
-
d="M6 6H7.75C8.44036 6 9 5.44036 9 4.75V4.75C9 4.05964 9.55964 3.5 10.25 3.5H13.75C14.4404 3.5 15 4.05964 15 4.75V4.75C15 5.44036 15.5596 6 16.25 6H18"
|
|
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 turnDown = (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.99999 13.1715C7.28865 14.4602 8.82837 16 8.82837 16L11.6568 13.1716"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
stroke-linejoin="round"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M17 7L11.8284 7C10.1715 7 8.82837 8.34315 8.82837 10L8.82837 15"
|
|
27
|
-
stroke="var(--${options.color})"
|
|
28
|
-
stroke-width="${options.strokeWidth}"
|
|
29
|
-
stroke-linecap="round"
|
|
30
|
-
stroke-linejoin="round"
|
|
31
|
-
/>
|
|
32
|
-
</svg> `
|
|
33
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit'
|
|
2
|
-
import { styleMap } from 'lit/directives/style-map.js'
|
|
3
|
-
|
|
4
|
-
import { IconOptions } from '@/components/lukso-icon/index.js'
|
|
5
|
-
|
|
6
|
-
export const turnLeft = (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.82847 5.99999C8.53981 7.28865 7 8.82837 7 8.82837L9.82843 11.6568"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
stroke-linejoin="round"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M16 17V11.8284C16 10.1715 14.6569 8.82837 13 8.82837H8"
|
|
27
|
-
stroke="var(--${options.color})"
|
|
28
|
-
stroke-width="${options.strokeWidth}"
|
|
29
|
-
stroke-linecap="round"
|
|
30
|
-
stroke-linejoin="round"
|
|
31
|
-
/>
|
|
32
|
-
</svg> `
|
|
33
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit'
|
|
2
|
-
import { styleMap } from 'lit/directives/style-map.js'
|
|
3
|
-
|
|
4
|
-
import { IconOptions } from '@/components/lukso-icon/index.js'
|
|
5
|
-
|
|
6
|
-
export const turnRight = (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.1715 5.99999C14.4602 7.28865 16 8.82837 16 8.82837L13.1716 11.6568"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
stroke-linejoin="round"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M7 17V11.8284C7 10.1715 8.34315 8.82837 10 8.82837H15"
|
|
27
|
-
stroke="var(--${options.color})"
|
|
28
|
-
stroke-width="${options.strokeWidth}"
|
|
29
|
-
stroke-linecap="round"
|
|
30
|
-
stroke-linejoin="round"
|
|
31
|
-
/>
|
|
32
|
-
</svg> `
|
|
33
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit'
|
|
2
|
-
import { styleMap } from 'lit/directives/style-map.js'
|
|
3
|
-
|
|
4
|
-
import { IconOptions } from '@/components/lukso-icon/index.js'
|
|
5
|
-
|
|
6
|
-
export const turnUp = (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.99999 9.82847C7.28865 8.53981 8.82837 7 8.82837 7L11.6568 9.82843"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
stroke-linejoin="round"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M17 16L11.8284 16C10.1715 16 8.82837 14.6569 8.82837 13L8.82837 8"
|
|
27
|
-
stroke="var(--${options.color})"
|
|
28
|
-
stroke-width="${options.strokeWidth}"
|
|
29
|
-
stroke-linecap="round"
|
|
30
|
-
stroke-linejoin="round"
|
|
31
|
-
/>
|
|
32
|
-
</svg> `
|
|
33
|
-
}
|
|
@@ -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 unlocked = (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="M6.25 10V10.75H7.75V10H6.25ZM7.75 10V7H6.25V10H7.75ZM11 3.75H13.5V2.25H11V3.75ZM13.5 3.75C15.0188 3.75 16.25 4.98122 16.25 6.5H17.75C17.75 4.15279 15.8472 2.25 13.5 2.25V3.75ZM7.75 7C7.75 5.20507 9.20507 3.75 11 3.75V2.25C8.37665 2.25 6.25 4.37665 6.25 7H7.75Z"
|
|
31
|
-
fill="var(--${options.color})"
|
|
32
|
-
/>
|
|
33
|
-
<path
|
|
34
|
-
d="M12 16.5V18"
|
|
35
|
-
stroke="var(--${options.color})"
|
|
36
|
-
stroke-width="${options.strokeWidth}"
|
|
37
|
-
stroke-linecap="round"
|
|
38
|
-
stroke-linejoin="round"
|
|
39
|
-
/>
|
|
40
|
-
</svg> `
|
|
41
|
-
}
|
|
@@ -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 walletOutline = (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.5 6.75H4.5C3.25736 6.75 2.25 7.75736 2.25 9V18C2.25 19.2426 3.25736 20.25 4.5 20.25H19.5C20.7426 20.25 21.75 19.2426 21.75 18V9C21.75 7.75736 20.7426 6.75 19.5 6.75Z"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
stroke-linejoin="round"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
d="M19.2825 6.74998V5.34373C19.2824 4.99883 19.2062 4.6582 19.0592 4.34615C18.9123 4.0341 18.6984 3.75832 18.4326 3.53849C18.1668 3.31866 17.8558 3.16019 17.5217 3.0744C17.1877 2.98861 16.8388 2.9776 16.5 3.04217L4.155 5.1492C3.6189 5.25136 3.13526 5.53741 2.78749 5.958C2.43972 6.37859 2.24963 6.90736 2.25 7.4531V9.74998"
|
|
26
|
-
stroke="var(--${options.color})"
|
|
27
|
-
stroke-width="${options.strokeWidth}"
|
|
28
|
-
stroke-linejoin="round"
|
|
29
|
-
/>
|
|
30
|
-
<path
|
|
31
|
-
d="M17.25 15C16.9533 15 16.6633 14.912 16.4166 14.7472C16.17 14.5824 15.9777 14.3481 15.8642 14.074C15.7506 13.7999 15.7209 13.4983 15.7788 13.2074C15.8367 12.9164 15.9796 12.6491 16.1893 12.4393C16.3991 12.2296 16.6664 12.0867 16.9574 12.0288C17.2483 11.9709 17.5499 12.0006 17.824 12.1142C18.0981 12.2277 18.3324 12.42 18.4972 12.6666C18.662 12.9133 18.75 13.2033 18.75 13.5C18.75 13.8978 18.592 14.2794 18.3107 14.5607C18.0294 14.842 17.6478 15 17.25 15Z"
|
|
32
|
-
fill="var(--${options.color})"
|
|
33
|
-
/>
|
|
34
|
-
</svg> `
|
|
35
|
-
}
|
|
@@ -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 warningRound = (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 8L12 13"
|
|
25
|
-
stroke="var(--${options.color})"
|
|
26
|
-
stroke-width="${options.strokeWidth}"
|
|
27
|
-
stroke-linecap="round"
|
|
28
|
-
stroke-linejoin="round"
|
|
29
|
-
/>
|
|
30
|
-
<circle cx="12" cy="16" r="1" fill="var(--${options.color})" />
|
|
31
|
-
</svg> `
|
|
32
|
-
}
|
|
@@ -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 warningTriangle = (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.2165 2.875L21.7428 19.375C21.839 19.5417 21.7187 19.75 21.5263 19.75H2.47372C2.28127 19.75 2.16099 19.5417 2.25721 19.375L11.7835 2.875C11.8797 2.70833 12.1203 2.70833 12.2165 2.875Z"
|
|
20
|
-
stroke="var(--${options.color})"
|
|
21
|
-
stroke-width="${options.strokeWidth}"
|
|
22
|
-
/>
|
|
23
|
-
<path
|
|
24
|
-
d="M12 9L12 14"
|
|
25
|
-
stroke="var(--${options.color})"
|
|
26
|
-
stroke-width="${options.strokeWidth}"
|
|
27
|
-
stroke-linecap="round"
|
|
28
|
-
stroke-linejoin="round"
|
|
29
|
-
/>
|
|
30
|
-
<circle cx="12" cy="17" r="1" fill="var(--${options.color})" />
|
|
31
|
-
</svg> `
|
|
32
|
-
}
|