@nice2dev/icons-all 1.0.10

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.
Files changed (56) hide show
  1. package/README.md +165 -0
  2. package/dist/business.cjs +10 -0
  3. package/dist/business.cjs.map +1 -0
  4. package/dist/business.d.ts +6 -0
  5. package/dist/business.d.ts.map +1 -0
  6. package/dist/business.mjs +2 -0
  7. package/dist/business.mjs.map +1 -0
  8. package/dist/education.cjs +10 -0
  9. package/dist/education.cjs.map +1 -0
  10. package/dist/education.d.ts +6 -0
  11. package/dist/education.d.ts.map +1 -0
  12. package/dist/education.mjs +2 -0
  13. package/dist/education.mjs.map +1 -0
  14. package/dist/gaming.cjs +10 -0
  15. package/dist/gaming.cjs.map +1 -0
  16. package/dist/gaming.d.ts +6 -0
  17. package/dist/gaming.d.ts.map +1 -0
  18. package/dist/gaming.mjs +2 -0
  19. package/dist/gaming.mjs.map +1 -0
  20. package/dist/icons.cjs +10 -0
  21. package/dist/icons.cjs.map +1 -0
  22. package/dist/icons.d.ts +6 -0
  23. package/dist/icons.d.ts.map +1 -0
  24. package/dist/icons.mjs +2 -0
  25. package/dist/icons.mjs.map +1 -0
  26. package/dist/index.cjs +211 -0
  27. package/dist/index.cjs.map +1 -0
  28. package/dist/index.d.ts +89 -0
  29. package/dist/index.d.ts.map +1 -0
  30. package/dist/index.mjs +174 -0
  31. package/dist/index.mjs.map +1 -0
  32. package/dist/life.cjs +10 -0
  33. package/dist/life.cjs.map +1 -0
  34. package/dist/life.d.ts +6 -0
  35. package/dist/life.d.ts.map +1 -0
  36. package/dist/life.mjs +2 -0
  37. package/dist/life.mjs.map +1 -0
  38. package/dist/media.cjs +10 -0
  39. package/dist/media.cjs.map +1 -0
  40. package/dist/media.d.ts +6 -0
  41. package/dist/media.d.ts.map +1 -0
  42. package/dist/media.mjs +2 -0
  43. package/dist/media.mjs.map +1 -0
  44. package/dist/social.cjs +10 -0
  45. package/dist/social.cjs.map +1 -0
  46. package/dist/social.d.ts +6 -0
  47. package/dist/social.d.ts.map +1 -0
  48. package/dist/social.mjs +2 -0
  49. package/dist/social.mjs.map +1 -0
  50. package/dist/tech.cjs +10 -0
  51. package/dist/tech.cjs.map +1 -0
  52. package/dist/tech.d.ts +6 -0
  53. package/dist/tech.d.ts.map +1 -0
  54. package/dist/tech.mjs +2 -0
  55. package/dist/tech.mjs.map +1 -0
  56. package/package.json +99 -0
package/README.md ADDED
@@ -0,0 +1,165 @@
1
+ # @nice2dev/icons-all
2
+
3
+ Complete icon collection for NiceToDev UI - all thematic icon packages combined in one convenient meta-package.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ pnpm add @nice2dev/icons-all
9
+ ```
10
+
11
+ ## Usage
12
+
13
+ ### Import Everything
14
+
15
+ ```tsx
16
+ import { business, education, gaming, life, media, social, tech } from '@nice2dev/icons-all';
17
+
18
+ // Use icons from any package
19
+ function App() {
20
+ return (
21
+ <div>
22
+ <business.ChartLine size={24} />
23
+ <education.GraduationCap size={24} />
24
+ <life.Heart size={24} />
25
+ <media.Play size={24} />
26
+ <social.Facebook size={24} />
27
+ <tech.Terminal size={24} />
28
+ </div>
29
+ );
30
+ }
31
+ ```
32
+
33
+ ### Import Specific Packages (Tree-Shakable)
34
+
35
+ ```tsx
36
+ // Only import what you need
37
+ import { ChartLine, Briefcase } from '@nice2dev/icons-all/business';
38
+ import { Heart, Wallet } from '@nice2dev/icons-all/life';
39
+ import { Facebook, Twitter } from '@nice2dev/icons-all/social';
40
+ ```
41
+
42
+ ### Factory Functions
43
+
44
+ ```tsx
45
+ import { createBusinessIcon, createSocialIcon, createLifeIcon } from '@nice2dev/icons-all';
46
+
47
+ // Create custom icons with factory functions
48
+ const CustomChart = createBusinessIcon('CustomChart', 'M2 20 L10 10 L14 14 L22 4');
49
+ const CustomHeart = createLifeIcon('CustomHeart', 'M12 21.35l-1.45-1.32...');
50
+ ```
51
+
52
+ ## Included Packages
53
+
54
+ | Package | Description | Icons |
55
+ | --------------------------- | ------------------------ | -------------- |
56
+ | `@nice2dev/icons` | Base icon system | Core utilities |
57
+ | `@nice2dev/icons-business` | Business & corporate | 60 |
58
+ | `@nice2dev/icons-education` | Education & learning | 60 |
59
+ | `@nice2dev/icons-gaming` | Gaming & entertainment | Varies |
60
+ | `@nice2dev/icons-life` | Life management | 60 |
61
+ | `@nice2dev/icons-media` | Media & content | 60 |
62
+ | `@nice2dev/icons-social` | Social & communication | 60 |
63
+ | `@nice2dev/icons-tech` | Technology & development | 60 |
64
+
65
+ **Total: 360+ icons**
66
+
67
+ ## Categories
68
+
69
+ ### Business Icons (`/business`)
70
+
71
+ - **Finance**: ChartLine, ChartBar, ChartPie, Dollar, Euro, Invoice, Wallet, CreditCard, Bank, PiggyBank...
72
+ - **Office**: Briefcase, Clipboard, Calendar, Desk, Printer, Scanner, Folder, File, Document...
73
+ - **HR**: Team, Meeting, Hire, Handshake, IdCard, OrgChart, Performance, Interview, Contract...
74
+ - **Project**: Kanban, Timeline, Milestone, Sprint, Backlog, Task, Deadline, Progress, Roadmap...
75
+
76
+ ### Education Icons (`/education`)
77
+
78
+ - **School**: GraduationCap, Book, BookOpen, Library, Backpack, Pencil, PenFancy, Ruler...
79
+ - **Science**: Atom, Microscope, Telescope, Flask, Beaker, DNA, Molecule, Magnet...
80
+ - **Math**: Calculator, Pi, Sigma, Infinity, Function, Graph, Geometry, Compass...
81
+ - **Arts**: Palette, Brush, Easel, Canvas, MusicNote, Piano, Guitar, Drama...
82
+
83
+ ### Life Icons (`/life`)
84
+
85
+ - **Health**: Heart, Heartbeat, Stethoscope, Pills, Syringe, Bandage, Hospital...
86
+ - **Finance**: Wallet, CreditCard, BankNote, Coins, PiggyBank, Bank, Chart...
87
+ - **Home**: House, Building, Door, Key, Bed, Sofa, Lamp, Kitchen...
88
+ - **Productivity**: Calendar, Clock, Alarm, Timer, Checklist, Target, Trophy...
89
+
90
+ ### Media Icons (`/media`)
91
+
92
+ - **Video**: Play, Pause, Stop, FastForward, Rewind, SkipNext, SkipPrevious...
93
+ - **Audio**: Music, MusicNote, Headphones, Speaker, Microphone, Podcast...
94
+ - **Creative**: Camera, Image, Gallery, Film, Filmstrip, Clapperboard...
95
+ - **Entertainment**: Gamepad, Joystick, Trophy, Medal, Star, Heart, Ticket...
96
+
97
+ ### Social Icons (`/social`)
98
+
99
+ - **Platforms**: Facebook, Twitter, Instagram, LinkedIn, YouTube, TikTok, Discord...
100
+ - **Messaging**: Chat, ChatBubble, Message, Send, Inbox, Mail, Reply...
101
+ - **Reactions**: Like, Dislike, Love, Haha, Wow, Sad, Angry, Clap, Fire...
102
+ - **Profile**: User, UserCircle, UserPlus, Users, Friend, Follow, Block...
103
+
104
+ ### Tech Icons (`/tech`)
105
+
106
+ - **DevTools**: Terminal, Code, GitBranch, GitCommit, GitMerge, Bug, Debug...
107
+ - **Cloud**: Cloud, CloudUpload, Server, Serverless, CDN, Lambda, Docker...
108
+ - **Infrastructure**: Database, Redis, Queue, Cache, Cluster, Network, DNS...
109
+ - **Development**: Variable, FunctionDev, Class, Interface, Module, Component...
110
+
111
+ ## Icon Metadata
112
+
113
+ ```tsx
114
+ import { ICON_PACKAGES, getTotalIconCount } from '@nice2dev/icons-all';
115
+
116
+ // Get metadata about all packages
117
+ console.log(ICON_PACKAGES.business);
118
+ // { name: '@nice2dev/icons-business', iconCount: 60, categories: ['finance', 'office', 'hr', 'project'] }
119
+
120
+ // Get total icon count
121
+ const total = getTotalIconCount(); // 360
122
+ ```
123
+
124
+ ## Animation Support
125
+
126
+ All icons support SMIL-based animations:
127
+
128
+ ```tsx
129
+ import { Heart } from '@nice2dev/icons-all/life';
130
+ import { Facebook } from '@nice2dev/icons-all/social';
131
+
132
+ <Heart animation="pulse" />
133
+ <Facebook animation="bounce" />
134
+ ```
135
+
136
+ Available animations: `pulse`, `grow`, `shake`, `spin`, `bounce`, `fade`, `flip`, `slide`, `glow`
137
+
138
+ ## Icon Variants
139
+
140
+ ```tsx
141
+ import { Terminal } from '@nice2dev/icons-all/tech';
142
+
143
+ <Terminal variant="filled" />
144
+ <Terminal variant="outlined" />
145
+ <Terminal variant="duotone" />
146
+ ```
147
+
148
+ ## TypeScript
149
+
150
+ Full TypeScript support with exported types:
151
+
152
+ ```tsx
153
+ import type {
154
+ BusinessIconProps,
155
+ EducationIconProps,
156
+ LifeIconProps,
157
+ MediaIconProps,
158
+ SocialIconProps,
159
+ TechIconProps,
160
+ } from '@nice2dev/icons-all';
161
+ ```
162
+
163
+ ## License
164
+
165
+ MIT © NiceToDev
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const iconsBusiness = require("@nice2dev/icons-business");
4
+ Object.keys(iconsBusiness).forEach((k) => {
5
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
6
+ enumerable: true,
7
+ get: () => iconsBusiness[k]
8
+ });
9
+ });
10
+ //# sourceMappingURL=business.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"business.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Business icons package re-export
3
+ * @packageDocumentation
4
+ */
5
+ export * from '@nice2dev/icons-business';
6
+ //# sourceMappingURL=business.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"business.d.ts","sourceRoot":"","sources":["../src/business.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,cAAc,0BAA0B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "@nice2dev/icons-business";
2
+ //# sourceMappingURL=business.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"business.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const iconsEducation = require("@nice2dev/icons-education");
4
+ Object.keys(iconsEducation).forEach((k) => {
5
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
6
+ enumerable: true,
7
+ get: () => iconsEducation[k]
8
+ });
9
+ });
10
+ //# sourceMappingURL=education.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"education.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Education icons package re-export
3
+ * @packageDocumentation
4
+ */
5
+ export * from '@nice2dev/icons-education';
6
+ //# sourceMappingURL=education.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"education.d.ts","sourceRoot":"","sources":["../src/education.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,cAAc,2BAA2B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "@nice2dev/icons-education";
2
+ //# sourceMappingURL=education.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"education.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const iconsGaming = require("@nice2dev/icons-gaming");
4
+ Object.keys(iconsGaming).forEach((k) => {
5
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
6
+ enumerable: true,
7
+ get: () => iconsGaming[k]
8
+ });
9
+ });
10
+ //# sourceMappingURL=gaming.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gaming.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Gaming icons package re-export
3
+ * @packageDocumentation
4
+ */
5
+ export * from '@nice2dev/icons-gaming';
6
+ //# sourceMappingURL=gaming.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gaming.d.ts","sourceRoot":"","sources":["../src/gaming.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,cAAc,wBAAwB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "@nice2dev/icons-gaming";
2
+ //# sourceMappingURL=gaming.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gaming.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
package/dist/icons.cjs ADDED
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const icons = require("@nice2dev/icons");
4
+ Object.keys(icons).forEach((k) => {
5
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
6
+ enumerable: true,
7
+ get: () => icons[k]
8
+ });
9
+ });
10
+ //# sourceMappingURL=icons.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icons.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Base icons package re-export
3
+ * @packageDocumentation
4
+ */
5
+ export * from '@nice2dev/icons';
6
+ //# sourceMappingURL=icons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../src/icons.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,cAAc,iBAAiB,CAAC"}
package/dist/icons.mjs ADDED
@@ -0,0 +1,2 @@
1
+ export * from "@nice2dev/icons";
2
+ //# sourceMappingURL=icons.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icons.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
package/dist/index.cjs ADDED
@@ -0,0 +1,211 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const icons = require("@nice2dev/icons");
4
+ const iconsBusiness = require("@nice2dev/icons-business");
5
+ const iconsEducation = require("@nice2dev/icons-education");
6
+ const iconsGaming = require("@nice2dev/icons-gaming");
7
+ const iconsLife = require("@nice2dev/icons-life");
8
+ const iconsMedia = require("@nice2dev/icons-media");
9
+ const iconsSocial = require("@nice2dev/icons-social");
10
+ const iconsTech = require("@nice2dev/icons-tech");
11
+ function _interopNamespaceDefault(e) {
12
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
13
+ if (e) {
14
+ for (const k in e) {
15
+ if (k !== "default") {
16
+ const d = Object.getOwnPropertyDescriptor(e, k);
17
+ Object.defineProperty(n, k, d.get ? d : {
18
+ enumerable: true,
19
+ get: () => e[k]
20
+ });
21
+ }
22
+ }
23
+ }
24
+ n.default = e;
25
+ return Object.freeze(n);
26
+ }
27
+ const iconsBusiness__namespace = /* @__PURE__ */ _interopNamespaceDefault(iconsBusiness);
28
+ const iconsEducation__namespace = /* @__PURE__ */ _interopNamespaceDefault(iconsEducation);
29
+ const iconsGaming__namespace = /* @__PURE__ */ _interopNamespaceDefault(iconsGaming);
30
+ const iconsLife__namespace = /* @__PURE__ */ _interopNamespaceDefault(iconsLife);
31
+ const iconsMedia__namespace = /* @__PURE__ */ _interopNamespaceDefault(iconsMedia);
32
+ const iconsSocial__namespace = /* @__PURE__ */ _interopNamespaceDefault(iconsSocial);
33
+ const iconsTech__namespace = /* @__PURE__ */ _interopNamespaceDefault(iconsTech);
34
+ const ICON_PACKAGES = {
35
+ icons: {
36
+ name: "@nice2dev/icons",
37
+ description: "Base icon system with core functionality",
38
+ version: "1.0.0"
39
+ },
40
+ business: {
41
+ name: "@nice2dev/icons-business",
42
+ description: "Business and corporate icons",
43
+ iconCount: 343,
44
+ categories: [
45
+ "finance",
46
+ "office",
47
+ "hr",
48
+ "project",
49
+ "accounting",
50
+ "production",
51
+ "warehouse",
52
+ "crm",
53
+ "sales",
54
+ "purchasing",
55
+ "marketing",
56
+ "analytics",
57
+ "legal",
58
+ "communication",
59
+ "ecommerce",
60
+ "support",
61
+ "strategy",
62
+ "startup",
63
+ "logistics"
64
+ ]
65
+ },
66
+ education: {
67
+ name: "@nice2dev/icons-education",
68
+ description: "Education and learning icons",
69
+ iconCount: 313,
70
+ categories: [
71
+ "school",
72
+ "science",
73
+ "math",
74
+ "arts",
75
+ "languages",
76
+ "technology",
77
+ "libraries",
78
+ "facilities",
79
+ "assessment",
80
+ "special-education",
81
+ "extracurricular",
82
+ "higher-education"
83
+ ]
84
+ },
85
+ gaming: {
86
+ name: "@nice2dev/icons-gaming",
87
+ description: "Gaming and entertainment icons",
88
+ iconCount: 390,
89
+ categories: [
90
+ "characters",
91
+ "items",
92
+ "ui",
93
+ "actions",
94
+ "rpg",
95
+ "strategy",
96
+ "puzzle",
97
+ "sports",
98
+ "achievements",
99
+ "multiplayer",
100
+ "mobile"
101
+ ]
102
+ },
103
+ life: {
104
+ name: "@nice2dev/icons-life",
105
+ description: "Life management and personal icons",
106
+ iconCount: 300,
107
+ categories: [
108
+ "health",
109
+ "finance",
110
+ "home",
111
+ "productivity",
112
+ "family",
113
+ "travel",
114
+ "relationships",
115
+ "selfcare",
116
+ "hobbies"
117
+ ]
118
+ },
119
+ media: {
120
+ name: "@nice2dev/icons-media",
121
+ description: "Media and entertainment icons",
122
+ iconCount: 290,
123
+ categories: [
124
+ "video",
125
+ "audio",
126
+ "creative",
127
+ "entertainment",
128
+ "streaming",
129
+ "photography",
130
+ "music-ext",
131
+ "editing",
132
+ "broadcast",
133
+ "gaming-media",
134
+ "social-media",
135
+ "formats",
136
+ "devices"
137
+ ]
138
+ },
139
+ social: {
140
+ name: "@nice2dev/icons-social",
141
+ description: "Social media and communication icons",
142
+ iconCount: 186,
143
+ categories: [
144
+ "platforms",
145
+ "messaging",
146
+ "reactions",
147
+ "profile",
148
+ "dating",
149
+ "content",
150
+ "engagement",
151
+ "community"
152
+ ]
153
+ },
154
+ tech: {
155
+ name: "@nice2dev/icons-tech",
156
+ description: "Technology and development icons",
157
+ iconCount: 350,
158
+ categories: [
159
+ "devtools",
160
+ "cloud",
161
+ "infrastructure",
162
+ "development",
163
+ "security",
164
+ "ai-ml",
165
+ "web",
166
+ "frameworks",
167
+ "mobile",
168
+ "testing",
169
+ "devops",
170
+ "database-ext",
171
+ "networking",
172
+ "architecture",
173
+ "tools"
174
+ ]
175
+ }
176
+ };
177
+ const getTotalIconCount = () => {
178
+ return Object.values(ICON_PACKAGES).filter((pkg) => "iconCount" in pkg && typeof pkg.iconCount === "number").reduce((sum, pkg) => sum + pkg.iconCount, 0);
179
+ };
180
+ exports.business = iconsBusiness__namespace;
181
+ Object.defineProperty(exports, "createBusinessIcon", {
182
+ enumerable: true,
183
+ get: () => iconsBusiness.createBusinessIcon
184
+ });
185
+ Object.defineProperty(exports, "createEducationIcon", {
186
+ enumerable: true,
187
+ get: () => iconsEducation.createEducationIcon
188
+ });
189
+ exports.education = iconsEducation__namespace;
190
+ exports.gaming = iconsGaming__namespace;
191
+ exports.life = iconsLife__namespace;
192
+ Object.defineProperty(exports, "createMediaIcon", {
193
+ enumerable: true,
194
+ get: () => iconsMedia.createMediaIcon
195
+ });
196
+ exports.media = iconsMedia__namespace;
197
+ exports.social = iconsSocial__namespace;
198
+ Object.defineProperty(exports, "createTechIcon", {
199
+ enumerable: true,
200
+ get: () => iconsTech.createTechIcon
201
+ });
202
+ exports.tech = iconsTech__namespace;
203
+ exports.ICON_PACKAGES = ICON_PACKAGES;
204
+ exports.getTotalIconCount = getTotalIconCount;
205
+ Object.keys(icons).forEach((k) => {
206
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
207
+ enumerable: true,
208
+ get: () => icons[k]
209
+ });
210
+ });
211
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sources":["../src/index.ts"],"sourcesContent":["/**\r\n * @nice2dev/icons-all\r\n * Complete icon collection for NiceToDev UI\r\n *\r\n * Re-exports all icon packages for convenient access:\r\n * - @nice2dev/icons (base icon system)\r\n * - @nice2dev/icons-business (343 business icons)\r\n * - @nice2dev/icons-education (313 education icons)\r\n * - @nice2dev/icons-gaming (390+ gaming icons)\r\n * - @nice2dev/icons-life (300 life management icons)\r\n * - @nice2dev/icons-media (290 media icons)\r\n * - @nice2dev/icons-social (186 social icons)\r\n * - @nice2dev/icons-tech (350 tech icons)\r\n *\r\n * Total: 2500+ icons across all packages\r\n *\r\n * @packageDocumentation\r\n */\r\n\r\n// Re-export base icons package\r\nexport * from '@nice2dev/icons';\r\n\r\n// Re-export thematic packages with namespaces to avoid naming conflicts\r\nexport * as business from '@nice2dev/icons-business';\r\nexport * as education from '@nice2dev/icons-education';\r\nexport * as gaming from '@nice2dev/icons-gaming';\r\nexport * as life from '@nice2dev/icons-life';\r\nexport * as media from '@nice2dev/icons-media';\r\nexport * as social from '@nice2dev/icons-social';\r\nexport * as tech from '@nice2dev/icons-tech';\r\n\r\n// Direct re-exports for common utilities - only export types that exist\r\nexport {\r\n createBusinessIcon,\r\n type BusinessIconProps,\r\n type BusinessIconAnimation,\r\n} from '@nice2dev/icons-business';\r\n\r\nexport {\r\n createEducationIcon,\r\n type EducationIconProps,\r\n type EducationIconAnimation,\r\n} from '@nice2dev/icons-education';\r\n\r\nexport type { LifeIconProps, LifeIconAnimation } from '@nice2dev/icons-life';\r\n\r\nexport {\r\n createMediaIcon,\r\n type MediaIconProps,\r\n type MediaIconAnimation,\r\n} from '@nice2dev/icons-media';\r\n\r\nexport type { SocialIconProps, SocialIconAnimation } from '@nice2dev/icons-social';\r\n\r\nexport { createTechIcon, type TechIconProps, type TechIconAnimation } from '@nice2dev/icons-tech';\r\n\r\n/**\r\n * Icon package metadata\r\n */\r\nexport const ICON_PACKAGES = {\r\n icons: {\r\n name: '@nice2dev/icons',\r\n description: 'Base icon system with core functionality',\r\n version: '1.0.0',\r\n },\r\n business: {\r\n name: '@nice2dev/icons-business',\r\n description: 'Business and corporate icons',\r\n iconCount: 343,\r\n categories: [\r\n 'finance',\r\n 'office',\r\n 'hr',\r\n 'project',\r\n 'accounting',\r\n 'production',\r\n 'warehouse',\r\n 'crm',\r\n 'sales',\r\n 'purchasing',\r\n 'marketing',\r\n 'analytics',\r\n 'legal',\r\n 'communication',\r\n 'ecommerce',\r\n 'support',\r\n 'strategy',\r\n 'startup',\r\n 'logistics',\r\n ],\r\n },\r\n education: {\r\n name: '@nice2dev/icons-education',\r\n description: 'Education and learning icons',\r\n iconCount: 313,\r\n categories: [\r\n 'school',\r\n 'science',\r\n 'math',\r\n 'arts',\r\n 'languages',\r\n 'technology',\r\n 'libraries',\r\n 'facilities',\r\n 'assessment',\r\n 'special-education',\r\n 'extracurricular',\r\n 'higher-education',\r\n ],\r\n },\r\n gaming: {\r\n name: '@nice2dev/icons-gaming',\r\n description: 'Gaming and entertainment icons',\r\n iconCount: 390,\r\n categories: [\r\n 'characters',\r\n 'items',\r\n 'ui',\r\n 'actions',\r\n 'rpg',\r\n 'strategy',\r\n 'puzzle',\r\n 'sports',\r\n 'achievements',\r\n 'multiplayer',\r\n 'mobile',\r\n ],\r\n },\r\n life: {\r\n name: '@nice2dev/icons-life',\r\n description: 'Life management and personal icons',\r\n iconCount: 300,\r\n categories: [\r\n 'health',\r\n 'finance',\r\n 'home',\r\n 'productivity',\r\n 'family',\r\n 'travel',\r\n 'relationships',\r\n 'selfcare',\r\n 'hobbies',\r\n ],\r\n },\r\n media: {\r\n name: '@nice2dev/icons-media',\r\n description: 'Media and entertainment icons',\r\n iconCount: 290,\r\n categories: [\r\n 'video',\r\n 'audio',\r\n 'creative',\r\n 'entertainment',\r\n 'streaming',\r\n 'photography',\r\n 'music-ext',\r\n 'editing',\r\n 'broadcast',\r\n 'gaming-media',\r\n 'social-media',\r\n 'formats',\r\n 'devices',\r\n ],\r\n },\r\n social: {\r\n name: '@nice2dev/icons-social',\r\n description: 'Social media and communication icons',\r\n iconCount: 186,\r\n categories: [\r\n 'platforms',\r\n 'messaging',\r\n 'reactions',\r\n 'profile',\r\n 'dating',\r\n 'content',\r\n 'engagement',\r\n 'community',\r\n ],\r\n },\r\n tech: {\r\n name: '@nice2dev/icons-tech',\r\n description: 'Technology and development icons',\r\n iconCount: 350,\r\n categories: [\r\n 'devtools',\r\n 'cloud',\r\n 'infrastructure',\r\n 'development',\r\n 'security',\r\n 'ai-ml',\r\n 'web',\r\n 'frameworks',\r\n 'mobile',\r\n 'testing',\r\n 'devops',\r\n 'database-ext',\r\n 'networking',\r\n 'architecture',\r\n 'tools',\r\n ],\r\n },\r\n} as const;\r\n\r\n/**\r\n * Get total icon count across all packages\r\n */\r\nexport const getTotalIconCount = (): number => {\r\n return Object.values(ICON_PACKAGES)\r\n .filter((pkg) => 'iconCount' in pkg && typeof pkg.iconCount === 'number')\r\n .reduce((sum, pkg) => sum + (pkg as { iconCount: number }).iconCount, 0);\r\n};\r\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2DO,MAAM,gBAAgB;AAAA,EAC3B,OAAO;AAAA,IACL,MAAM;AAAA,IACN,aAAa;AAAA,IACb,SAAS;AAAA,EAAA;AAAA,EAEX,UAAU;AAAA,IACR,MAAM;AAAA,IACN,aAAa;AAAA,IACb,WAAW;AAAA,IACX,YAAY;AAAA,MACV;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IAAA;AAAA,EACF;AAAA,EAEF,WAAW;AAAA,IACT,MAAM;AAAA,IACN,aAAa;AAAA,IACb,WAAW;AAAA,IACX,YAAY;AAAA,MACV;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IAAA;AAAA,EACF;AAAA,EAEF,QAAQ;AAAA,IACN,MAAM;AAAA,IACN,aAAa;AAAA,IACb,WAAW;AAAA,IACX,YAAY;AAAA,MACV;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IAAA;AAAA,EACF;AAAA,EAEF,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,aAAa;AAAA,IACb,WAAW;AAAA,IACX,YAAY;AAAA,MACV;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IAAA;AAAA,EACF;AAAA,EAEF,OAAO;AAAA,IACL,MAAM;AAAA,IACN,aAAa;AAAA,IACb,WAAW;AAAA,IACX,YAAY;AAAA,MACV;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IAAA;AAAA,EACF;AAAA,EAEF,QAAQ;AAAA,IACN,MAAM;AAAA,IACN,aAAa;AAAA,IACb,WAAW;AAAA,IACX,YAAY;AAAA,MACV;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IAAA;AAAA,EACF;AAAA,EAEF,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,aAAa;AAAA,IACb,WAAW;AAAA,IACX,YAAY;AAAA,MACV;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IAAA;AAAA,EACF;AAEJ;AAKO,MAAM,oBAAoB,MAAc;AAC7C,SAAO,OAAO,OAAO,aAAa,EAC/B,OAAO,CAAC,QAAQ,eAAe,OAAO,OAAO,IAAI,cAAc,QAAQ,EACvE,OAAO,CAAC,KAAK,QAAQ,MAAO,IAA8B,WAAW,CAAC;AAC3E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,89 @@
1
+ /**
2
+ * @nice2dev/icons-all
3
+ * Complete icon collection for NiceToDev UI
4
+ *
5
+ * Re-exports all icon packages for convenient access:
6
+ * - @nice2dev/icons (base icon system)
7
+ * - @nice2dev/icons-business (343 business icons)
8
+ * - @nice2dev/icons-education (313 education icons)
9
+ * - @nice2dev/icons-gaming (390+ gaming icons)
10
+ * - @nice2dev/icons-life (300 life management icons)
11
+ * - @nice2dev/icons-media (290 media icons)
12
+ * - @nice2dev/icons-social (186 social icons)
13
+ * - @nice2dev/icons-tech (350 tech icons)
14
+ *
15
+ * Total: 2500+ icons across all packages
16
+ *
17
+ * @packageDocumentation
18
+ */
19
+ export * from '@nice2dev/icons';
20
+ export * as business from '@nice2dev/icons-business';
21
+ export * as education from '@nice2dev/icons-education';
22
+ export * as gaming from '@nice2dev/icons-gaming';
23
+ export * as life from '@nice2dev/icons-life';
24
+ export * as media from '@nice2dev/icons-media';
25
+ export * as social from '@nice2dev/icons-social';
26
+ export * as tech from '@nice2dev/icons-tech';
27
+ export { createBusinessIcon, type BusinessIconProps, type BusinessIconAnimation, } from '@nice2dev/icons-business';
28
+ export { createEducationIcon, type EducationIconProps, type EducationIconAnimation, } from '@nice2dev/icons-education';
29
+ export type { LifeIconProps, LifeIconAnimation } from '@nice2dev/icons-life';
30
+ export { createMediaIcon, type MediaIconProps, type MediaIconAnimation, } from '@nice2dev/icons-media';
31
+ export type { SocialIconProps, SocialIconAnimation } from '@nice2dev/icons-social';
32
+ export { createTechIcon, type TechIconProps, type TechIconAnimation } from '@nice2dev/icons-tech';
33
+ /**
34
+ * Icon package metadata
35
+ */
36
+ export declare const ICON_PACKAGES: {
37
+ readonly icons: {
38
+ readonly name: "@nice2dev/icons";
39
+ readonly description: "Base icon system with core functionality";
40
+ readonly version: "1.0.0";
41
+ };
42
+ readonly business: {
43
+ readonly name: "@nice2dev/icons-business";
44
+ readonly description: "Business and corporate icons";
45
+ readonly iconCount: 343;
46
+ readonly categories: readonly ["finance", "office", "hr", "project", "accounting", "production", "warehouse", "crm", "sales", "purchasing", "marketing", "analytics", "legal", "communication", "ecommerce", "support", "strategy", "startup", "logistics"];
47
+ };
48
+ readonly education: {
49
+ readonly name: "@nice2dev/icons-education";
50
+ readonly description: "Education and learning icons";
51
+ readonly iconCount: 313;
52
+ readonly categories: readonly ["school", "science", "math", "arts", "languages", "technology", "libraries", "facilities", "assessment", "special-education", "extracurricular", "higher-education"];
53
+ };
54
+ readonly gaming: {
55
+ readonly name: "@nice2dev/icons-gaming";
56
+ readonly description: "Gaming and entertainment icons";
57
+ readonly iconCount: 390;
58
+ readonly categories: readonly ["characters", "items", "ui", "actions", "rpg", "strategy", "puzzle", "sports", "achievements", "multiplayer", "mobile"];
59
+ };
60
+ readonly life: {
61
+ readonly name: "@nice2dev/icons-life";
62
+ readonly description: "Life management and personal icons";
63
+ readonly iconCount: 300;
64
+ readonly categories: readonly ["health", "finance", "home", "productivity", "family", "travel", "relationships", "selfcare", "hobbies"];
65
+ };
66
+ readonly media: {
67
+ readonly name: "@nice2dev/icons-media";
68
+ readonly description: "Media and entertainment icons";
69
+ readonly iconCount: 290;
70
+ readonly categories: readonly ["video", "audio", "creative", "entertainment", "streaming", "photography", "music-ext", "editing", "broadcast", "gaming-media", "social-media", "formats", "devices"];
71
+ };
72
+ readonly social: {
73
+ readonly name: "@nice2dev/icons-social";
74
+ readonly description: "Social media and communication icons";
75
+ readonly iconCount: 186;
76
+ readonly categories: readonly ["platforms", "messaging", "reactions", "profile", "dating", "content", "engagement", "community"];
77
+ };
78
+ readonly tech: {
79
+ readonly name: "@nice2dev/icons-tech";
80
+ readonly description: "Technology and development icons";
81
+ readonly iconCount: 350;
82
+ readonly categories: readonly ["devtools", "cloud", "infrastructure", "development", "security", "ai-ml", "web", "frameworks", "mobile", "testing", "devops", "database-ext", "networking", "architecture", "tools"];
83
+ };
84
+ };
85
+ /**
86
+ * Get total icon count across all packages
87
+ */
88
+ export declare const getTotalIconCount: () => number;
89
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AAGH,cAAc,iBAAiB,CAAC;AAGhC,OAAO,KAAK,QAAQ,MAAM,0BAA0B,CAAC;AACrD,OAAO,KAAK,SAAS,MAAM,2BAA2B,CAAC;AACvD,OAAO,KAAK,MAAM,MAAM,wBAAwB,CAAC;AACjD,OAAO,KAAK,IAAI,MAAM,sBAAsB,CAAC;AAC7C,OAAO,KAAK,KAAK,MAAM,uBAAuB,CAAC;AAC/C,OAAO,KAAK,MAAM,MAAM,wBAAwB,CAAC;AACjD,OAAO,KAAK,IAAI,MAAM,sBAAsB,CAAC;AAG7C,OAAO,EACL,kBAAkB,EAClB,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,GAC3B,MAAM,0BAA0B,CAAC;AAElC,OAAO,EACL,mBAAmB,EACnB,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,GAC5B,MAAM,2BAA2B,CAAC;AAEnC,YAAY,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAE7E,OAAO,EACL,eAAe,EACf,KAAK,cAAc,EACnB,KAAK,kBAAkB,GACxB,MAAM,uBAAuB,CAAC;AAE/B,YAAY,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAEnF,OAAO,EAAE,cAAc,EAAE,KAAK,aAAa,EAAE,KAAK,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAElG;;GAEG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8IhB,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,iBAAiB,QAAO,MAIpC,CAAC"}
package/dist/index.mjs ADDED
@@ -0,0 +1,174 @@
1
+ export * from "@nice2dev/icons";
2
+ import * as iconsBusiness from "@nice2dev/icons-business";
3
+ import { createBusinessIcon } from "@nice2dev/icons-business";
4
+ import * as iconsEducation from "@nice2dev/icons-education";
5
+ import { createEducationIcon } from "@nice2dev/icons-education";
6
+ import * as iconsGaming from "@nice2dev/icons-gaming";
7
+ import * as iconsLife from "@nice2dev/icons-life";
8
+ import * as iconsMedia from "@nice2dev/icons-media";
9
+ import { createMediaIcon } from "@nice2dev/icons-media";
10
+ import * as iconsSocial from "@nice2dev/icons-social";
11
+ import * as iconsTech from "@nice2dev/icons-tech";
12
+ import { createTechIcon } from "@nice2dev/icons-tech";
13
+ const ICON_PACKAGES = {
14
+ icons: {
15
+ name: "@nice2dev/icons",
16
+ description: "Base icon system with core functionality",
17
+ version: "1.0.0"
18
+ },
19
+ business: {
20
+ name: "@nice2dev/icons-business",
21
+ description: "Business and corporate icons",
22
+ iconCount: 343,
23
+ categories: [
24
+ "finance",
25
+ "office",
26
+ "hr",
27
+ "project",
28
+ "accounting",
29
+ "production",
30
+ "warehouse",
31
+ "crm",
32
+ "sales",
33
+ "purchasing",
34
+ "marketing",
35
+ "analytics",
36
+ "legal",
37
+ "communication",
38
+ "ecommerce",
39
+ "support",
40
+ "strategy",
41
+ "startup",
42
+ "logistics"
43
+ ]
44
+ },
45
+ education: {
46
+ name: "@nice2dev/icons-education",
47
+ description: "Education and learning icons",
48
+ iconCount: 313,
49
+ categories: [
50
+ "school",
51
+ "science",
52
+ "math",
53
+ "arts",
54
+ "languages",
55
+ "technology",
56
+ "libraries",
57
+ "facilities",
58
+ "assessment",
59
+ "special-education",
60
+ "extracurricular",
61
+ "higher-education"
62
+ ]
63
+ },
64
+ gaming: {
65
+ name: "@nice2dev/icons-gaming",
66
+ description: "Gaming and entertainment icons",
67
+ iconCount: 390,
68
+ categories: [
69
+ "characters",
70
+ "items",
71
+ "ui",
72
+ "actions",
73
+ "rpg",
74
+ "strategy",
75
+ "puzzle",
76
+ "sports",
77
+ "achievements",
78
+ "multiplayer",
79
+ "mobile"
80
+ ]
81
+ },
82
+ life: {
83
+ name: "@nice2dev/icons-life",
84
+ description: "Life management and personal icons",
85
+ iconCount: 300,
86
+ categories: [
87
+ "health",
88
+ "finance",
89
+ "home",
90
+ "productivity",
91
+ "family",
92
+ "travel",
93
+ "relationships",
94
+ "selfcare",
95
+ "hobbies"
96
+ ]
97
+ },
98
+ media: {
99
+ name: "@nice2dev/icons-media",
100
+ description: "Media and entertainment icons",
101
+ iconCount: 290,
102
+ categories: [
103
+ "video",
104
+ "audio",
105
+ "creative",
106
+ "entertainment",
107
+ "streaming",
108
+ "photography",
109
+ "music-ext",
110
+ "editing",
111
+ "broadcast",
112
+ "gaming-media",
113
+ "social-media",
114
+ "formats",
115
+ "devices"
116
+ ]
117
+ },
118
+ social: {
119
+ name: "@nice2dev/icons-social",
120
+ description: "Social media and communication icons",
121
+ iconCount: 186,
122
+ categories: [
123
+ "platforms",
124
+ "messaging",
125
+ "reactions",
126
+ "profile",
127
+ "dating",
128
+ "content",
129
+ "engagement",
130
+ "community"
131
+ ]
132
+ },
133
+ tech: {
134
+ name: "@nice2dev/icons-tech",
135
+ description: "Technology and development icons",
136
+ iconCount: 350,
137
+ categories: [
138
+ "devtools",
139
+ "cloud",
140
+ "infrastructure",
141
+ "development",
142
+ "security",
143
+ "ai-ml",
144
+ "web",
145
+ "frameworks",
146
+ "mobile",
147
+ "testing",
148
+ "devops",
149
+ "database-ext",
150
+ "networking",
151
+ "architecture",
152
+ "tools"
153
+ ]
154
+ }
155
+ };
156
+ const getTotalIconCount = () => {
157
+ return Object.values(ICON_PACKAGES).filter((pkg) => "iconCount" in pkg && typeof pkg.iconCount === "number").reduce((sum, pkg) => sum + pkg.iconCount, 0);
158
+ };
159
+ export {
160
+ ICON_PACKAGES,
161
+ iconsBusiness as business,
162
+ createBusinessIcon,
163
+ createEducationIcon,
164
+ createMediaIcon,
165
+ createTechIcon,
166
+ iconsEducation as education,
167
+ iconsGaming as gaming,
168
+ getTotalIconCount,
169
+ iconsLife as life,
170
+ iconsMedia as media,
171
+ iconsSocial as social,
172
+ iconsTech as tech
173
+ };
174
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":["../src/index.ts"],"sourcesContent":["/**\r\n * @nice2dev/icons-all\r\n * Complete icon collection for NiceToDev UI\r\n *\r\n * Re-exports all icon packages for convenient access:\r\n * - @nice2dev/icons (base icon system)\r\n * - @nice2dev/icons-business (343 business icons)\r\n * - @nice2dev/icons-education (313 education icons)\r\n * - @nice2dev/icons-gaming (390+ gaming icons)\r\n * - @nice2dev/icons-life (300 life management icons)\r\n * - @nice2dev/icons-media (290 media icons)\r\n * - @nice2dev/icons-social (186 social icons)\r\n * - @nice2dev/icons-tech (350 tech icons)\r\n *\r\n * Total: 2500+ icons across all packages\r\n *\r\n * @packageDocumentation\r\n */\r\n\r\n// Re-export base icons package\r\nexport * from '@nice2dev/icons';\r\n\r\n// Re-export thematic packages with namespaces to avoid naming conflicts\r\nexport * as business from '@nice2dev/icons-business';\r\nexport * as education from '@nice2dev/icons-education';\r\nexport * as gaming from '@nice2dev/icons-gaming';\r\nexport * as life from '@nice2dev/icons-life';\r\nexport * as media from '@nice2dev/icons-media';\r\nexport * as social from '@nice2dev/icons-social';\r\nexport * as tech from '@nice2dev/icons-tech';\r\n\r\n// Direct re-exports for common utilities - only export types that exist\r\nexport {\r\n createBusinessIcon,\r\n type BusinessIconProps,\r\n type BusinessIconAnimation,\r\n} from '@nice2dev/icons-business';\r\n\r\nexport {\r\n createEducationIcon,\r\n type EducationIconProps,\r\n type EducationIconAnimation,\r\n} from '@nice2dev/icons-education';\r\n\r\nexport type { LifeIconProps, LifeIconAnimation } from '@nice2dev/icons-life';\r\n\r\nexport {\r\n createMediaIcon,\r\n type MediaIconProps,\r\n type MediaIconAnimation,\r\n} from '@nice2dev/icons-media';\r\n\r\nexport type { SocialIconProps, SocialIconAnimation } from '@nice2dev/icons-social';\r\n\r\nexport { createTechIcon, type TechIconProps, type TechIconAnimation } from '@nice2dev/icons-tech';\r\n\r\n/**\r\n * Icon package metadata\r\n */\r\nexport const ICON_PACKAGES = {\r\n icons: {\r\n name: '@nice2dev/icons',\r\n description: 'Base icon system with core functionality',\r\n version: '1.0.0',\r\n },\r\n business: {\r\n name: '@nice2dev/icons-business',\r\n description: 'Business and corporate icons',\r\n iconCount: 343,\r\n categories: [\r\n 'finance',\r\n 'office',\r\n 'hr',\r\n 'project',\r\n 'accounting',\r\n 'production',\r\n 'warehouse',\r\n 'crm',\r\n 'sales',\r\n 'purchasing',\r\n 'marketing',\r\n 'analytics',\r\n 'legal',\r\n 'communication',\r\n 'ecommerce',\r\n 'support',\r\n 'strategy',\r\n 'startup',\r\n 'logistics',\r\n ],\r\n },\r\n education: {\r\n name: '@nice2dev/icons-education',\r\n description: 'Education and learning icons',\r\n iconCount: 313,\r\n categories: [\r\n 'school',\r\n 'science',\r\n 'math',\r\n 'arts',\r\n 'languages',\r\n 'technology',\r\n 'libraries',\r\n 'facilities',\r\n 'assessment',\r\n 'special-education',\r\n 'extracurricular',\r\n 'higher-education',\r\n ],\r\n },\r\n gaming: {\r\n name: '@nice2dev/icons-gaming',\r\n description: 'Gaming and entertainment icons',\r\n iconCount: 390,\r\n categories: [\r\n 'characters',\r\n 'items',\r\n 'ui',\r\n 'actions',\r\n 'rpg',\r\n 'strategy',\r\n 'puzzle',\r\n 'sports',\r\n 'achievements',\r\n 'multiplayer',\r\n 'mobile',\r\n ],\r\n },\r\n life: {\r\n name: '@nice2dev/icons-life',\r\n description: 'Life management and personal icons',\r\n iconCount: 300,\r\n categories: [\r\n 'health',\r\n 'finance',\r\n 'home',\r\n 'productivity',\r\n 'family',\r\n 'travel',\r\n 'relationships',\r\n 'selfcare',\r\n 'hobbies',\r\n ],\r\n },\r\n media: {\r\n name: '@nice2dev/icons-media',\r\n description: 'Media and entertainment icons',\r\n iconCount: 290,\r\n categories: [\r\n 'video',\r\n 'audio',\r\n 'creative',\r\n 'entertainment',\r\n 'streaming',\r\n 'photography',\r\n 'music-ext',\r\n 'editing',\r\n 'broadcast',\r\n 'gaming-media',\r\n 'social-media',\r\n 'formats',\r\n 'devices',\r\n ],\r\n },\r\n social: {\r\n name: '@nice2dev/icons-social',\r\n description: 'Social media and communication icons',\r\n iconCount: 186,\r\n categories: [\r\n 'platforms',\r\n 'messaging',\r\n 'reactions',\r\n 'profile',\r\n 'dating',\r\n 'content',\r\n 'engagement',\r\n 'community',\r\n ],\r\n },\r\n tech: {\r\n name: '@nice2dev/icons-tech',\r\n description: 'Technology and development icons',\r\n iconCount: 350,\r\n categories: [\r\n 'devtools',\r\n 'cloud',\r\n 'infrastructure',\r\n 'development',\r\n 'security',\r\n 'ai-ml',\r\n 'web',\r\n 'frameworks',\r\n 'mobile',\r\n 'testing',\r\n 'devops',\r\n 'database-ext',\r\n 'networking',\r\n 'architecture',\r\n 'tools',\r\n ],\r\n },\r\n} as const;\r\n\r\n/**\r\n * Get total icon count across all packages\r\n */\r\nexport const getTotalIconCount = (): number => {\r\n return Object.values(ICON_PACKAGES)\r\n .filter((pkg) => 'iconCount' in pkg && typeof pkg.iconCount === 'number')\r\n .reduce((sum, pkg) => sum + (pkg as { iconCount: number }).iconCount, 0);\r\n};\r\n"],"names":[],"mappings":";;;;;;;;;;;;AA2DO,MAAM,gBAAgB;AAAA,EAC3B,OAAO;AAAA,IACL,MAAM;AAAA,IACN,aAAa;AAAA,IACb,SAAS;AAAA,EAAA;AAAA,EAEX,UAAU;AAAA,IACR,MAAM;AAAA,IACN,aAAa;AAAA,IACb,WAAW;AAAA,IACX,YAAY;AAAA,MACV;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IAAA;AAAA,EACF;AAAA,EAEF,WAAW;AAAA,IACT,MAAM;AAAA,IACN,aAAa;AAAA,IACb,WAAW;AAAA,IACX,YAAY;AAAA,MACV;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IAAA;AAAA,EACF;AAAA,EAEF,QAAQ;AAAA,IACN,MAAM;AAAA,IACN,aAAa;AAAA,IACb,WAAW;AAAA,IACX,YAAY;AAAA,MACV;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IAAA;AAAA,EACF;AAAA,EAEF,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,aAAa;AAAA,IACb,WAAW;AAAA,IACX,YAAY;AAAA,MACV;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IAAA;AAAA,EACF;AAAA,EAEF,OAAO;AAAA,IACL,MAAM;AAAA,IACN,aAAa;AAAA,IACb,WAAW;AAAA,IACX,YAAY;AAAA,MACV;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IAAA;AAAA,EACF;AAAA,EAEF,QAAQ;AAAA,IACN,MAAM;AAAA,IACN,aAAa;AAAA,IACb,WAAW;AAAA,IACX,YAAY;AAAA,MACV;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IAAA;AAAA,EACF;AAAA,EAEF,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,aAAa;AAAA,IACb,WAAW;AAAA,IACX,YAAY;AAAA,MACV;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IAAA;AAAA,EACF;AAEJ;AAKO,MAAM,oBAAoB,MAAc;AAC7C,SAAO,OAAO,OAAO,aAAa,EAC/B,OAAO,CAAC,QAAQ,eAAe,OAAO,OAAO,IAAI,cAAc,QAAQ,EACvE,OAAO,CAAC,KAAK,QAAQ,MAAO,IAA8B,WAAW,CAAC;AAC3E;"}
package/dist/life.cjs ADDED
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const iconsLife = require("@nice2dev/icons-life");
4
+ Object.keys(iconsLife).forEach((k) => {
5
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
6
+ enumerable: true,
7
+ get: () => iconsLife[k]
8
+ });
9
+ });
10
+ //# sourceMappingURL=life.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"life.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
package/dist/life.d.ts ADDED
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Life management icons package re-export
3
+ * @packageDocumentation
4
+ */
5
+ export * from '@nice2dev/icons-life';
6
+ //# sourceMappingURL=life.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"life.d.ts","sourceRoot":"","sources":["../src/life.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,cAAc,sBAAsB,CAAC"}
package/dist/life.mjs ADDED
@@ -0,0 +1,2 @@
1
+ export * from "@nice2dev/icons-life";
2
+ //# sourceMappingURL=life.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"life.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
package/dist/media.cjs ADDED
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const iconsMedia = require("@nice2dev/icons-media");
4
+ Object.keys(iconsMedia).forEach((k) => {
5
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
6
+ enumerable: true,
7
+ get: () => iconsMedia[k]
8
+ });
9
+ });
10
+ //# sourceMappingURL=media.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"media.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Media icons package re-export
3
+ * @packageDocumentation
4
+ */
5
+ export * from '@nice2dev/icons-media';
6
+ //# sourceMappingURL=media.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"media.d.ts","sourceRoot":"","sources":["../src/media.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,cAAc,uBAAuB,CAAC"}
package/dist/media.mjs ADDED
@@ -0,0 +1,2 @@
1
+ export * from "@nice2dev/icons-media";
2
+ //# sourceMappingURL=media.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"media.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const iconsSocial = require("@nice2dev/icons-social");
4
+ Object.keys(iconsSocial).forEach((k) => {
5
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
6
+ enumerable: true,
7
+ get: () => iconsSocial[k]
8
+ });
9
+ });
10
+ //# sourceMappingURL=social.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"social.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Social icons package re-export
3
+ * @packageDocumentation
4
+ */
5
+ export * from '@nice2dev/icons-social';
6
+ //# sourceMappingURL=social.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"social.d.ts","sourceRoot":"","sources":["../src/social.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,cAAc,wBAAwB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "@nice2dev/icons-social";
2
+ //# sourceMappingURL=social.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"social.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
package/dist/tech.cjs ADDED
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const iconsTech = require("@nice2dev/icons-tech");
4
+ Object.keys(iconsTech).forEach((k) => {
5
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
6
+ enumerable: true,
7
+ get: () => iconsTech[k]
8
+ });
9
+ });
10
+ //# sourceMappingURL=tech.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tech.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
package/dist/tech.d.ts ADDED
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Tech icons package re-export
3
+ * @packageDocumentation
4
+ */
5
+ export * from '@nice2dev/icons-tech';
6
+ //# sourceMappingURL=tech.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tech.d.ts","sourceRoot":"","sources":["../src/tech.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,cAAc,sBAAsB,CAAC"}
package/dist/tech.mjs ADDED
@@ -0,0 +1,2 @@
1
+ export * from "@nice2dev/icons-tech";
2
+ //# sourceMappingURL=tech.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tech.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
package/package.json ADDED
@@ -0,0 +1,99 @@
1
+ {
2
+ "name": "@nice2dev/icons-all",
3
+ "version": "1.0.10",
4
+ "description": "Complete icon collection for NiceToDev UI - all thematic icon packages combined",
5
+ "main": "./dist/index.cjs",
6
+ "module": "./dist/index.mjs",
7
+ "types": "./dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "import": "./dist/index.mjs",
11
+ "require": "./dist/index.cjs",
12
+ "types": "./dist/index.d.ts"
13
+ },
14
+ "./icons": {
15
+ "import": "./dist/icons.mjs",
16
+ "require": "./dist/icons.cjs",
17
+ "types": "./dist/icons.d.ts"
18
+ },
19
+ "./business": {
20
+ "import": "./dist/business.mjs",
21
+ "require": "./dist/business.cjs",
22
+ "types": "./dist/business.d.ts"
23
+ },
24
+ "./education": {
25
+ "import": "./dist/education.mjs",
26
+ "require": "./dist/education.cjs",
27
+ "types": "./dist/education.d.ts"
28
+ },
29
+ "./gaming": {
30
+ "import": "./dist/gaming.mjs",
31
+ "require": "./dist/gaming.cjs",
32
+ "types": "./dist/gaming.d.ts"
33
+ },
34
+ "./life": {
35
+ "import": "./dist/life.mjs",
36
+ "require": "./dist/life.cjs",
37
+ "types": "./dist/life.d.ts"
38
+ },
39
+ "./media": {
40
+ "import": "./dist/media.mjs",
41
+ "require": "./dist/media.cjs",
42
+ "types": "./dist/media.d.ts"
43
+ },
44
+ "./social": {
45
+ "import": "./dist/social.mjs",
46
+ "require": "./dist/social.cjs",
47
+ "types": "./dist/social.d.ts"
48
+ },
49
+ "./tech": {
50
+ "import": "./dist/tech.mjs",
51
+ "require": "./dist/tech.cjs",
52
+ "types": "./dist/tech.d.ts"
53
+ }
54
+ },
55
+ "files": [
56
+ "dist"
57
+ ],
58
+ "sideEffects": false,
59
+ "scripts": {
60
+ "build": "tsc -p tsconfig.build.json && vite build",
61
+ "test": "vitest run --passWithNoTests",
62
+ "test:watch": "vitest",
63
+ "lint": "eslint src --ext .ts,.tsx",
64
+ "typecheck": "tsc --noEmit"
65
+ },
66
+ "keywords": [
67
+ "icons",
68
+ "react",
69
+ "svg",
70
+ "nice2dev",
71
+ "omniwerk",
72
+ "icon-library",
73
+ "complete-collection"
74
+ ],
75
+ "author": "NiceToDev",
76
+ "license": "MIT",
77
+ "peerDependencies": {
78
+ "react": "^18.0.0 || ^19.0.0"
79
+ },
80
+ "dependencies": {
81
+ "@nice2dev/icons": "^1.0.10",
82
+ "@nice2dev/icons-business": "^1.0.10",
83
+ "@nice2dev/icons-education": "^1.0.10",
84
+ "@nice2dev/icons-gaming": "^1.0.10",
85
+ "@nice2dev/icons-life": "^1.0.10",
86
+ "@nice2dev/icons-media": "^1.0.10",
87
+ "@nice2dev/icons-social": "^1.0.10",
88
+ "@nice2dev/icons-tech": "^1.0.10"
89
+ },
90
+ "devDependencies": {
91
+ "@types/react": "^19.1.2",
92
+ "@vitejs/plugin-react": "^4.7.0",
93
+ "react": "^19.1.0",
94
+ "typescript": "^5.9.3",
95
+ "vite": "^6.4.1",
96
+ "vite-plugin-dts": "^4.4.0",
97
+ "vitest": "^2.1.9"
98
+ }
99
+ }