@pixelium/web-vue 0.0.1-beta
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/README.md +27 -0
- package/README.zh.md +27 -0
- package/dist/font.css +1 -0
- package/dist/fusion-pixel-12px-proportional-zh_hans.ttf.woff2 +0 -0
- package/dist/icon-hn.d.ts +454 -0
- package/dist/index.d.ts +748 -0
- package/dist/pixelium-vue-icon-hn.cjs +1 -0
- package/dist/pixelium-vue-icon-hn.css +1 -0
- package/dist/pixelium-vue-icon-hn.js +8154 -0
- package/dist/pixelium-vue-icon-hn.umd.cjs +1 -0
- package/dist/pixelium-vue.cjs +1 -0
- package/dist/pixelium-vue.css +1 -0
- package/dist/pixelium-vue.js +1673 -0
- package/dist/pixelium-vue.umd.cjs +1 -0
- package/es/aside/css.js +2 -0
- package/es/aside/index.css +25 -0
- package/es/aside/index.d.ts +17 -0
- package/es/aside/index.js +106 -0
- package/es/aside/type.d.ts +29 -0
- package/es/button/css.js +2 -0
- package/es/button/draw.d.ts +9 -0
- package/es/button/draw.js +326 -0
- package/es/button/index.css +379 -0
- package/es/button/index.d.ts +25 -0
- package/es/button/index.js +309 -0
- package/es/button/type.d.ts +78 -0
- package/es/button-group/css.js +2 -0
- package/es/button-group/index.css +14 -0
- package/es/button-group/index.d.ts +18 -0
- package/es/button-group/index.js +59 -0
- package/es/button-group/type.d.ts +40 -0
- package/es/col/css.js +2 -0
- package/es/col/index.css +178 -0
- package/es/col/index.d.ts +16 -0
- package/es/col/index.js +60 -0
- package/es/col/type.d.ts +20 -0
- package/es/container/css.js +2 -0
- package/es/container/index.css +14 -0
- package/es/container/index.d.ts +13 -0
- package/es/container/index.js +33 -0
- package/es/container/type.d.ts +14 -0
- package/es/divider/css.js +2 -0
- package/es/divider/index.css +53 -0
- package/es/divider/index.d.ts +6 -0
- package/es/divider/index.js +55 -0
- package/es/divider/type.d.ts +22 -0
- package/es/footer/css.js +2 -0
- package/es/footer/index.css +17 -0
- package/es/footer/index.d.ts +15 -0
- package/es/footer/index.js +42 -0
- package/es/footer/type.d.ts +24 -0
- package/es/grid/css.js +2 -0
- package/es/grid/index.css +3 -0
- package/es/grid/index.d.ts +23 -0
- package/es/grid/index.js +73 -0
- package/es/grid/type.d.ts +26 -0
- package/es/grid-item/css.js +2 -0
- package/es/grid-item/index.css +0 -0
- package/es/grid-item/index.d.ts +15 -0
- package/es/grid-item/index.js +119 -0
- package/es/grid-item/type.d.ts +20 -0
- package/es/header/css.js +2 -0
- package/es/header/index.css +17 -0
- package/es/header/index.d.ts +15 -0
- package/es/header/index.js +42 -0
- package/es/header/type.d.ts +24 -0
- package/es/icon/css.js +2 -0
- package/es/icon/index.css +8 -0
- package/es/icon/index.d.ts +19 -0
- package/es/icon/index.js +57 -0
- package/es/icon/type.d.ts +34 -0
- package/es/icons/css.js +2 -0
- package/es/icons/icon-hn.css +12 -0
- package/es/icons/icon-hn.d.ts +454 -0
- package/es/icons/icon-hn.js +15988 -0
- package/es/index.css +501 -0
- package/es/index.d.ts +35 -0
- package/es/index.js +63 -0
- package/es/link/css.js +2 -0
- package/es/link/index.css +176 -0
- package/es/link/index.d.ts +15 -0
- package/es/link/index.js +104 -0
- package/es/link/type.d.ts +52 -0
- package/es/main/css.js +2 -0
- package/es/main/index.css +8 -0
- package/es/main/index.d.ts +12 -0
- package/es/main/index.js +17 -0
- package/es/main/type.d.ts +7 -0
- package/es/message/css.js +2 -0
- package/es/message/index.css +120 -0
- package/es/message/index.d.ts +14 -0
- package/es/message/index.js +376 -0
- package/es/message/type.d.ts +38 -0
- package/es/message-box/css.js +2 -0
- package/es/message-box/index.d.ts +7 -0
- package/es/message-box/index.js +107 -0
- package/es/message-box/message-box-wrapped.d.ts +11 -0
- package/es/message-box/message-box-wrapped.js +47 -0
- package/es/message-box/message-box.css +50 -0
- package/es/message-box/message-box.d.ts +13 -0
- package/es/message-box/message-box.js +110 -0
- package/es/message-box/type.d.ts +99 -0
- package/es/row/css.js +2 -0
- package/es/row/index.css +36 -0
- package/es/row/index.d.ts +25 -0
- package/es/row/index.js +72 -0
- package/es/row/type.d.ts +36 -0
- package/es/share/const/index.d.ts +11 -0
- package/es/share/const/index.js +21 -0
- package/es/share/hook/use-dark-mode.d.ts +1 -0
- package/es/share/hook/use-dark-mode.js +60 -0
- package/es/share/hook/use-index-of-children.d.ts +1 -0
- package/es/share/hook/use-index-of-children.js +58 -0
- package/es/share/hook/use-resize-observer.d.ts +3 -0
- package/es/share/hook/use-resize-observer.js +21 -0
- package/es/share/hook/use-screen-width.d.ts +2 -0
- package/es/share/hook/use-screen-width.js +38 -0
- package/es/share/hook/use-theme-mode.d.ts +2 -0
- package/es/share/hook/use-theme-mode.js +45 -0
- package/es/share/type/index.d.ts +13 -0
- package/es/share/type/shim.d.ts +6 -0
- package/es/share/util/color.d.ts +5 -0
- package/es/share/util/color.js +167 -0
- package/es/share/util/console.d.ts +5 -0
- package/es/share/util/console.js +9 -0
- package/es/share/util/env.d.ts +1 -0
- package/es/share/util/env.js +6 -0
- package/es/share/util/lru-cache.d.ts +8 -0
- package/es/share/util/lru-cache.js +35 -0
- package/es/share/util/plot.d.ts +12 -0
- package/es/share/util/plot.js +79 -0
- package/es/share/util/render.d.ts +22 -0
- package/es/share/util/render.js +47 -0
- package/es/share/util/theme.d.ts +4 -0
- package/es/share/util/theme.js +41 -0
- package/es/space/css.js +2 -0
- package/es/space/index.css +76 -0
- package/es/space/index.d.ts +12 -0
- package/es/space/index.js +99 -0
- package/es/space/type.d.ts +42 -0
- package/package.json +78 -0
package/README.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# Pixelium Design
|
|
2
|
+
|
|
3
|
+
Pixelium Design – A pixel-art UI component library for Vue, built with TypeScript and Vite. Nostalgic aesthetics, tree-shakable components, dark and light themes, full type safety, ready to use right out of the box.
|
|
4
|
+
|
|
5
|
+
[中文](./README.zh.md)
|
|
6
|
+
|
|
7
|
+
## Tech Stack
|
|
8
|
+
|
|
9
|
+
- **Vue 3** – Full modern features including Composition API.
|
|
10
|
+
- **TypeScript** – Built on TS type system for out-of-the-box type safety.
|
|
11
|
+
- **Vite** – Lightning-fast cold start & HMR, production build via Rollup.
|
|
12
|
+
- **oxlint** – Blazing-fast Rust linter to keep code quality and consistency.
|
|
13
|
+
|
|
14
|
+
## Features
|
|
15
|
+
|
|
16
|
+
- **Pixel Aesthetics** – Retro pixel look with customizable resolution & palette.
|
|
17
|
+
- **OKlab Palette** – Theme generator based on the OKlab color model for one-click custom palettes.
|
|
18
|
+
- **Tree-shakable** – Each component is individually exported; unused code is auto-dropped.
|
|
19
|
+
- **Dark Mode** – Supports dark mode, following system preference or manual toggle.
|
|
20
|
+
|
|
21
|
+
## License
|
|
22
|
+
|
|
23
|
+
Pixelium Design is released under the [MIT License](./LICENSE).
|
|
24
|
+
This project uses the following third-party assets:
|
|
25
|
+
|
|
26
|
+
- **Font**: [Fusion Pixel](https://github.com/TakWolf/fusion-pixel-font), licensed under [SIL OFL 1.1](https://github.com/TakWolf/fusion-pixel-font/blob/master/LICENSE-OFL)
|
|
27
|
+
- **Icons**: Icons from Pixel Icon Library by HackerNoon, [@hackernoon/pixel-icon-library](https://github.com/hackernoon/pixel-icon-library), licensed under [CC BY 4.0 International](https://pixeliconlibrary.com/license/)
|
package/README.zh.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# Pixelium Design
|
|
2
|
+
|
|
3
|
+
Pixelium Design – 基于 Vue 的像素风 UI 组件库,使用 TypeScript 与 Vite 构建。怀旧像素美学、可树摇组件、深浅主题,开箱即用,类型安全。
|
|
4
|
+
|
|
5
|
+
[English](./README.md)
|
|
6
|
+
|
|
7
|
+
## 技术栈
|
|
8
|
+
|
|
9
|
+
- **Vue 3** – 支持 Composition API 等全部现代特性。
|
|
10
|
+
- **TypeScript** – 基于 TS 类型系统,开箱即用的类型安全。
|
|
11
|
+
- **Vite** – 极速冷启动与热更新,生产环境基于 Rollup 构建。
|
|
12
|
+
- **oxlint** – 用 Rust 编写的超快 Lint 工具,保障代码质量与一致性。
|
|
13
|
+
|
|
14
|
+
## 功能特性
|
|
15
|
+
|
|
16
|
+
- **像素美学** – 复古像素外观,可自定义分辨率与调色。
|
|
17
|
+
- **OKlab 调色板** – 基于 OKlab 色彩模型的主题生成器,一键生成自定义调色板。
|
|
18
|
+
- **树摇优化** – 每个组件独立导出,未使用代码自动剔除。
|
|
19
|
+
- **暗黑模式** – 支持暗黑模式,可跟随系统或手动切换。
|
|
20
|
+
|
|
21
|
+
## 许可证
|
|
22
|
+
|
|
23
|
+
Pixelium Design 使用[ MIT 许可证](./LICENSE)发布。
|
|
24
|
+
本项目使用的第三方资源:
|
|
25
|
+
|
|
26
|
+
- **字体**:[Fusion Pixel](https://github.com/TakWolf/fusion-pixel-font),采用 [SIL OFL 1.1](https://github.com/TakWolf/fusion-pixel-font/blob/master/LICENSE-OFL) 许可证
|
|
27
|
+
- **图标**:Icons from Pixel Icon Library by HackerNoon,[pixel-icon-library](https://github.com/hackernoon/pixel-icon-library),采用 [CC BY 4.0 International](https://pixeliconlibrary.com/license/) 许可证
|
package/dist/font.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@font-face{font-family:Fusion Pixel Zh_hans;src:url("./fusion-pixel-12px-proportional-zh_hans.ttf.woff2") format("woff2")}
|
|
Binary file
|
|
@@ -0,0 +1,454 @@
|
|
|
1
|
+
import { DefineComponent, App } from 'vue'
|
|
2
|
+
export declare const IconAndroid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
3
|
+
export declare const IconAngellist: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
4
|
+
export declare const IconApple: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
5
|
+
export declare const IconArweave: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
6
|
+
export declare const IconBehance: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
7
|
+
export declare const IconBloomberg: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
8
|
+
export declare const IconBluesky: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
9
|
+
export declare const IconCrunchbase: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
10
|
+
export declare const IconDigg: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
11
|
+
export declare const IconDiscord: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
12
|
+
export declare const IconDiscourse: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
13
|
+
export declare const IconFacebookRound: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
14
|
+
export declare const IconFacebookSquare: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
15
|
+
export declare const IconFigma: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
16
|
+
export declare const IconGiphy: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
17
|
+
export declare const IconGithub: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
18
|
+
export declare const IconGolden: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
19
|
+
export declare const IconGoogleNews: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
20
|
+
export declare const IconGoogle: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
21
|
+
export declare const IconHackernoon: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
22
|
+
export declare const IconHuggingface: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
23
|
+
export declare const IconImgur: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
24
|
+
export declare const IconInstagram: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
25
|
+
export declare const IconIos: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
26
|
+
export declare const IconKaggle: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
27
|
+
export declare const IconLinkedin: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
28
|
+
export declare const IconMastodon: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
29
|
+
export declare const IconMinds: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
30
|
+
export declare const IconNewsbreak: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
31
|
+
export declare const IconNpm: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
32
|
+
export declare const IconOpenAi: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
33
|
+
export declare const IconPinterest: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
34
|
+
export declare const IconPodcasts: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
35
|
+
export declare const IconProductHunt: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
36
|
+
export declare const IconReddit: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
37
|
+
export declare const IconRss: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
38
|
+
export declare const IconSia: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
39
|
+
export declare const IconSteam: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
40
|
+
export declare const IconThreads: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
41
|
+
export declare const IconTiktok: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
42
|
+
export declare const IconTwitch: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
43
|
+
export declare const IconTwitter: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
44
|
+
export declare const IconUnsplash: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
45
|
+
export declare const IconViewblocks: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
46
|
+
export declare const IconWikipedia: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
47
|
+
export declare const IconX: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
48
|
+
export declare const IconYoutube: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
49
|
+
export declare const IconBusiness: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
50
|
+
export declare const IconCloud: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
51
|
+
export declare const IconCybersecurity: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
52
|
+
export declare const IconDataScience: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
53
|
+
export declare const IconFinance: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
54
|
+
export declare const IconFuturism: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
55
|
+
export declare const IconGaming: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
56
|
+
export declare const IconHackernoonPurcat: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
57
|
+
export declare const IconLifeHacking: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
58
|
+
export declare const IconMachineLearning: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
59
|
+
export declare const IconManagement: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
60
|
+
export declare const IconMedia: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
61
|
+
export declare const IconProductManagement: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
62
|
+
export declare const IconProgramming: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
63
|
+
export declare const IconRemote: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
64
|
+
export declare const IconScience: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
65
|
+
export declare const IconSociety: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
66
|
+
export declare const IconStartups: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
67
|
+
export declare const IconTechCompanies: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
68
|
+
export declare const IconTechStories: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
69
|
+
export declare const IconTechnology: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
70
|
+
export declare const IconWeb3: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
71
|
+
export declare const IconWriting: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
72
|
+
export declare const IconAd: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
73
|
+
export declare const IconAlignCenter: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
74
|
+
export declare const IconAlignJustify: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
75
|
+
export declare const IconAlignLeft: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
76
|
+
export declare const IconAlignRight: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
77
|
+
export declare const IconAnalytics: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
78
|
+
export declare const IconAngleDown: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
79
|
+
export declare const IconAngleLeft: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
80
|
+
export declare const IconAngleRight: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
81
|
+
export declare const IconAngleUp: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
82
|
+
export declare const IconArrowAltCircleDown: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
83
|
+
export declare const IconArrowAltCircleLeft: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
84
|
+
export declare const IconArrowAltCircleRight: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
85
|
+
export declare const IconArrowAltCircleUp: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
86
|
+
export declare const IconArrowCircleDown: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
87
|
+
export declare const IconArrowCircleLeft: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
88
|
+
export declare const IconArrowCircleRight: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
89
|
+
export declare const IconArrowCircleUp: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
90
|
+
export declare const IconArrowDown: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
91
|
+
export declare const IconArrowLeft: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
92
|
+
export declare const IconArrowRight: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
93
|
+
export declare const IconArrowUp: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
94
|
+
export declare const IconAt: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
95
|
+
export declare const IconBadgeCheck: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
96
|
+
export declare const IconBank: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
97
|
+
export declare const IconBars: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
98
|
+
export declare const IconBellExclaimation: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
99
|
+
export declare const IconBellMute: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
100
|
+
export declare const IconBell: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
101
|
+
export declare const IconBold: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
102
|
+
export declare const IconBolt: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
103
|
+
export declare const IconBookHeart: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
104
|
+
export declare const IconBookmark: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
105
|
+
export declare const IconBoxUsd: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
106
|
+
export declare const IconBrightnessHigh: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
107
|
+
export declare const IconBrightnessLow: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
108
|
+
export declare const IconBulletList: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
109
|
+
export declare const IconBullhorn: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
110
|
+
export declare const IconCalender: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
111
|
+
export declare const IconCc: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
112
|
+
export declare const IconChartLine: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
113
|
+
export declare const IconChartNetwork: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
114
|
+
export declare const IconCheckBox: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
115
|
+
export declare const IconCheckCircle: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
116
|
+
export declare const IconCheckList: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
117
|
+
export declare const IconCheck: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
118
|
+
export declare const IconChevronDown: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
119
|
+
export declare const IconChevronUp: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
120
|
+
export declare const IconCircleNotch: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
121
|
+
export declare const IconClipboard: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
122
|
+
export declare const IconClock: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
123
|
+
export declare const IconCloudDownloadAlt: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
124
|
+
export declare const IconCloudUpload: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
125
|
+
export declare const IconCodeBlock: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
126
|
+
export declare const IconCode: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
127
|
+
export declare const IconCog: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
128
|
+
export declare const IconCommentDots: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
129
|
+
export declare const IconCommentQuote: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
130
|
+
export declare const IconComment: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
131
|
+
export declare const IconComments: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
132
|
+
export declare const IconCopy: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
133
|
+
export declare const IconCreditCard: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
134
|
+
export declare const IconCrown: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
135
|
+
export declare const IconDivider: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
136
|
+
export declare const IconDownloadAlt: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
137
|
+
export declare const IconDownload: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
138
|
+
export declare const IconEdit: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
139
|
+
export declare const IconEllipsesHorizontalCircle: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
140
|
+
export declare const IconEllipsesHorizontal: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
141
|
+
export declare const IconEllipsesVerticalCircle: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
142
|
+
export declare const IconEllipsesVertical: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
143
|
+
export declare const IconEnvelope: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
144
|
+
export declare const IconExclaimation: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
145
|
+
export declare const IconExclamationTriangle: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
146
|
+
export declare const IconExpand: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
147
|
+
export declare const IconExternalLink: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
148
|
+
export declare const IconEyeCross: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
149
|
+
export declare const IconEye: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
150
|
+
export declare const IconFaceThinking: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
151
|
+
export declare const IconFileImport: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
152
|
+
export declare const IconFilterAltCircle: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
153
|
+
export declare const IconFilter: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
154
|
+
export declare const IconFire: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
155
|
+
export declare const IconFlagCheckered: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
156
|
+
export declare const IconFlag: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
157
|
+
export declare const IconFolderOpen: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
158
|
+
export declare const IconFolder: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
159
|
+
export declare const IconGlobeAmericas: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
160
|
+
export declare const IconGlobe: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
161
|
+
export declare const IconGrid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
162
|
+
export declare const IconH1: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
163
|
+
export declare const IconH2: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
164
|
+
export declare const IconH3: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
165
|
+
export declare const IconHeadphones: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
166
|
+
export declare const IconHeart: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
167
|
+
export declare const IconHighlight: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
168
|
+
export declare const IconHockeyMask: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
169
|
+
export declare const IconHome: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
170
|
+
export declare const IconImage: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
171
|
+
export declare const IconIndent: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
172
|
+
export declare const IconInfoCircle: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
173
|
+
export declare const IconItalics: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
174
|
+
export declare const IconLightbulb: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
175
|
+
export declare const IconLineHeight: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
176
|
+
export declare const IconLink: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
177
|
+
export declare const IconLocationPin: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
178
|
+
export declare const IconLockAlt: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
179
|
+
export declare const IconLockOpen: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
180
|
+
export declare const IconLock: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
181
|
+
export declare const IconLogin: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
182
|
+
export declare const IconLogout: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
183
|
+
export declare const IconMessageDots: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
184
|
+
export declare const IconMessage: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
185
|
+
export declare const IconMinus: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
186
|
+
export declare const IconMoon: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
187
|
+
export declare const IconMusic: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
188
|
+
export declare const IconNewspaper: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
189
|
+
export declare const IconNumberedList: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
190
|
+
export declare const IconOctagonCheck: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
191
|
+
export declare const IconOctagonTimes: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
192
|
+
export declare const IconOutdent: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
193
|
+
export declare const IconPageBreak: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
194
|
+
export declare const IconPaperclip: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
195
|
+
export declare const IconParagraph: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
196
|
+
export declare const IconPause: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
197
|
+
export declare const IconPenNib: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
198
|
+
export declare const IconPen: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
199
|
+
export declare const IconPencilRuler: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
200
|
+
export declare const IconPencil: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
201
|
+
export declare const IconPeopleCarry: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
202
|
+
export declare const IconPhoneRingingHigh: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
203
|
+
export declare const IconPhoneRingingLow: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
204
|
+
export declare const IconPlaneDeparture: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
205
|
+
export declare const IconPlane: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
206
|
+
export declare const IconPlay: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
207
|
+
export declare const IconPlaylist: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
208
|
+
export declare const IconPlus: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
209
|
+
export declare const IconPrint: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
210
|
+
export declare const IconPro: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
211
|
+
export declare const IconQuestion: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
212
|
+
export declare const IconQuoteLeft: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
213
|
+
export declare const IconQuoteRight: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
214
|
+
export declare const IconReceipt: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
215
|
+
export declare const IconRefresh: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
216
|
+
export declare const IconRetroCamera: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
217
|
+
export declare const IconRobot: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
218
|
+
export declare const IconSave: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
219
|
+
export declare const IconSearch: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
220
|
+
export declare const IconSeedlings: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
221
|
+
export declare const IconShare: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
222
|
+
export declare const IconShop: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
223
|
+
export declare const IconShoppingCart: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
224
|
+
export declare const IconShuffle: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
225
|
+
export declare const IconSort: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
226
|
+
export declare const IconSoundMute: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
227
|
+
export declare const IconSoundOn: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
228
|
+
export declare const IconSparkles: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
229
|
+
export declare const IconSpinnerThird: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
230
|
+
export declare const IconSpinner: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
231
|
+
export declare const IconStarCrescent: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
232
|
+
export declare const IconStar: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
233
|
+
export declare const IconStrikeThrough: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
234
|
+
export declare const IconSun: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
235
|
+
export declare const IconTable: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
236
|
+
export declare const IconTag: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
237
|
+
export declare const IconTextSlash: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
238
|
+
export declare const IconThemes: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
239
|
+
export declare const IconThumbsdown: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
240
|
+
export declare const IconThumbsup: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
241
|
+
export declare const IconThumbtack: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
242
|
+
export declare const IconTimesCircle: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
243
|
+
export declare const IconTimes: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
244
|
+
export declare const IconTranslate: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
245
|
+
export declare const IconTrashAlt: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
246
|
+
export declare const IconTrash: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
247
|
+
export declare const IconTrending: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
248
|
+
export declare const IconTrophy: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
249
|
+
export declare const IconUnderline: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
250
|
+
export declare const IconUnlockAlt: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
251
|
+
export declare const IconUnlock: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
252
|
+
export declare const IconUploadAlt: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
253
|
+
export declare const IconUpload: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
254
|
+
export declare const IconUserCheck: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
255
|
+
export declare const IconUserHeadset: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
256
|
+
export declare const IconUser: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
257
|
+
export declare const IconUsersCrown: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
258
|
+
export declare const IconUsers: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
259
|
+
export declare const IconVoteYeah: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
260
|
+
export declare const IconWallet: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
261
|
+
export declare const IconWindowClose: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
262
|
+
export declare const IconAdSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
263
|
+
export declare const IconAlignCenterSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
264
|
+
export declare const IconAlignJustifySolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
265
|
+
export declare const IconAlignLeftSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
266
|
+
export declare const IconAlignRightSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
267
|
+
export declare const IconAnalyticsSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
268
|
+
export declare const IconAngleDownSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
269
|
+
export declare const IconAngleLeftSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
270
|
+
export declare const IconAngleRightSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
271
|
+
export declare const IconAngleUpSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
272
|
+
export declare const IconArrowAltCircleDownSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
273
|
+
export declare const IconArrowAltCircleLeftSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
274
|
+
export declare const IconArrowAltCircleRightSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
275
|
+
export declare const IconArrowAltCircleUpSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
276
|
+
export declare const IconArrowCircleDownSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
277
|
+
export declare const IconArrowCircleLeftSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
278
|
+
export declare const IconArrowCircleRightSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
279
|
+
export declare const IconArrowCircleUpSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
280
|
+
export declare const IconArrowDownSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
281
|
+
export declare const IconArrowLeftSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
282
|
+
export declare const IconArrowRightSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
283
|
+
export declare const IconArrowUpSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
284
|
+
export declare const IconAtSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
285
|
+
export declare const IconBadgeCheckSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
286
|
+
export declare const IconBankSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
287
|
+
export declare const IconBarsSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
288
|
+
export declare const IconBellExclaimationSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
289
|
+
export declare const IconBellMuteSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
290
|
+
export declare const IconBellSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
291
|
+
export declare const IconBoldSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
292
|
+
export declare const IconBoltSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
293
|
+
export declare const IconBookHeartSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
294
|
+
export declare const IconBookmarkSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
295
|
+
export declare const IconBoxUsdSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
296
|
+
export declare const IconBrightnessHighSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
297
|
+
export declare const IconBrightnessLowSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
298
|
+
export declare const IconBulletListSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
299
|
+
export declare const IconBullhornSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
300
|
+
export declare const IconCalenderSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
301
|
+
export declare const IconCcSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
302
|
+
export declare const IconChartLineSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
303
|
+
export declare const IconChartNetworkSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
304
|
+
export declare const IconCheckBoxSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
305
|
+
export declare const IconCheckCircleSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
306
|
+
export declare const IconCheckListSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
307
|
+
export declare const IconCheckSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
308
|
+
export declare const IconChevronDownSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
309
|
+
export declare const IconChevronUpSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
310
|
+
export declare const IconCircleNotchSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
311
|
+
export declare const IconClipboardSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
312
|
+
export declare const IconClockSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
313
|
+
export declare const IconCloudDownloadSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
314
|
+
export declare const IconCloudUploadSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
315
|
+
export declare const IconCodeBlockSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
316
|
+
export declare const IconCodeSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
317
|
+
export declare const IconCogSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
318
|
+
export declare const IconCommentDotsSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
319
|
+
export declare const IconCommentQuoteSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
320
|
+
export declare const IconCommentSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
321
|
+
export declare const IconCommentsSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
322
|
+
export declare const IconCopySolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
323
|
+
export declare const IconCreditCardSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
324
|
+
export declare const IconCrownSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
325
|
+
export declare const IconDividerSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
326
|
+
export declare const IconDownloadAltSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
327
|
+
export declare const IconDownloadSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
328
|
+
export declare const IconEditSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
329
|
+
export declare const IconEllipsesHorizontalCircleSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
330
|
+
export declare const IconEllipsesHorizontalSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
331
|
+
export declare const IconEllipsesVerticalCircleSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
332
|
+
export declare const IconEllipsesVerticalSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
333
|
+
export declare const IconEnvelopeSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
334
|
+
export declare const IconExclaimationSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
335
|
+
export declare const IconExclamationTriangleSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
336
|
+
export declare const IconExpandSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
337
|
+
export declare const IconExternalLinkSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
338
|
+
export declare const IconEyeCrossSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
339
|
+
export declare const IconEyeSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
340
|
+
export declare const IconFaceThinkingSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
341
|
+
export declare const IconFileImportSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
342
|
+
export declare const IconFilterAltCircleSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
343
|
+
export declare const IconFilterSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
344
|
+
export declare const IconFireSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
345
|
+
export declare const IconFlagCheckeredSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
346
|
+
export declare const IconFlagSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
347
|
+
export declare const IconFolderOpenSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
348
|
+
export declare const IconFolderSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
349
|
+
export declare const IconGlobeAmericasSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
350
|
+
export declare const IconGlobeSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
351
|
+
export declare const IconGridSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
352
|
+
export declare const IconHeading1Solid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
353
|
+
export declare const IconHeading2Solid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
354
|
+
export declare const IconHeading3Solid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
355
|
+
export declare const IconHeadphonesSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
356
|
+
export declare const IconHeartSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
357
|
+
export declare const IconHighlightSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
358
|
+
export declare const IconHockeyMaskSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
359
|
+
export declare const IconHomeSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
360
|
+
export declare const IconImageSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
361
|
+
export declare const IconIndentSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
362
|
+
export declare const IconInfoCircleSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
363
|
+
export declare const IconItalicsSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
364
|
+
export declare const IconLightbulbSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
365
|
+
export declare const IconLineHeightSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
366
|
+
export declare const IconLinkSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
367
|
+
export declare const IconLocationPinSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
368
|
+
export declare const IconLockAltSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
369
|
+
export declare const IconLockOpenSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
370
|
+
export declare const IconLockSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
371
|
+
export declare const IconLoginSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
372
|
+
export declare const IconLogoutSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
373
|
+
export declare const IconMessageDotsSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
374
|
+
export declare const IconMessageSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
375
|
+
export declare const IconMinusSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
376
|
+
export declare const IconMoonSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
377
|
+
export declare const IconMusicSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
378
|
+
export declare const IconNewspaperSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
379
|
+
export declare const IconNumberedListSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
380
|
+
export declare const IconOctagonCheckSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
381
|
+
export declare const IconOctagonTimesSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
382
|
+
export declare const IconOutdentSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
383
|
+
export declare const IconPageBreakSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
384
|
+
export declare const IconPaperclipSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
385
|
+
export declare const IconParagraphSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
386
|
+
export declare const IconPauseSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
387
|
+
export declare const IconPenNibSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
388
|
+
export declare const IconPenSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
389
|
+
export declare const IconPencilRulerSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
390
|
+
export declare const IconPencilSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
391
|
+
export declare const IconPeopleCarrySolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
392
|
+
export declare const IconPhoneRingingHighSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
393
|
+
export declare const IconPhoneRingingLowSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
394
|
+
export declare const IconPlaneDepartureSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
395
|
+
export declare const IconPlaneSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
396
|
+
export declare const IconPlaySolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
397
|
+
export declare const IconPlaylistSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
398
|
+
export declare const IconPlusSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
399
|
+
export declare const IconPrintSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
400
|
+
export declare const IconProSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
401
|
+
export declare const IconQuestionSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
402
|
+
export declare const IconQuoteLeftSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
403
|
+
export declare const IconQuoteRightSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
404
|
+
export declare const IconReceiptSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
405
|
+
export declare const IconRefreshSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
406
|
+
export declare const IconRetroCameraSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
407
|
+
export declare const IconRobotSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
408
|
+
export declare const IconSaveSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
409
|
+
export declare const IconSearchSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
410
|
+
export declare const IconSeedlingsSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
411
|
+
export declare const IconShareSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
412
|
+
export declare const IconShopSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
413
|
+
export declare const IconShoppingCartSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
414
|
+
export declare const IconShuffleSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
415
|
+
export declare const IconSortSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
416
|
+
export declare const IconSoundMuteSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
417
|
+
export declare const IconSoundOnSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
418
|
+
export declare const IconSparklesSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
419
|
+
export declare const IconSpinnerSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
420
|
+
export declare const IconSpinnerThirdSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
421
|
+
export declare const IconStarCrescentSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
422
|
+
export declare const IconStarSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
423
|
+
export declare const IconStrikeThroughSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
424
|
+
export declare const IconSunSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
425
|
+
export declare const IconTableSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
426
|
+
export declare const IconTagSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
427
|
+
export declare const IconTextSlashSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
428
|
+
export declare const IconThemesSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
429
|
+
export declare const IconThumbsdownSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
430
|
+
export declare const IconThumbsupSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
431
|
+
export declare const IconThumbtackSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
432
|
+
export declare const IconTimesCircleSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
433
|
+
export declare const IconTimesSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
434
|
+
export declare const IconTranslateSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
435
|
+
export declare const IconTrashAltSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
436
|
+
export declare const IconTrashSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
437
|
+
export declare const IconTrendingSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
438
|
+
export declare const IconTrophySolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
439
|
+
export declare const IconUnderlineSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
440
|
+
export declare const IconUnlockAltSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
441
|
+
export declare const IconUnlockSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
442
|
+
export declare const IconUploadAltSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
443
|
+
export declare const IconUploadSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
444
|
+
export declare const IconUserCheckSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
445
|
+
export declare const IconUserHeadsetSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
446
|
+
export declare const IconUserSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
447
|
+
export declare const IconUsersCrownSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
448
|
+
export declare const IconUsersSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
449
|
+
export declare const IconVoteYeahSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
450
|
+
export declare const IconWalletSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
451
|
+
export declare const IconWindowCloseSolid: DefineComponent<Record<string, never>, Record<string, never>, any>
|
|
452
|
+
declare const install: (app: App<any>, prefix?: string) => void
|
|
453
|
+
export default install
|
|
454
|
+
export { install }
|