@nice2dev/icons-business 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.
- package/README.md +243 -0
- package/dist/accounting.d.ts +59 -0
- package/dist/accounting.d.ts.map +1 -0
- package/dist/analytics.d.ts +68 -0
- package/dist/analytics.d.ts.map +1 -0
- package/dist/communication.d.ts +50 -0
- package/dist/communication.d.ts.map +1 -0
- package/dist/createBusinessIcon.d.ts +37 -0
- package/dist/createBusinessIcon.d.ts.map +1 -0
- package/dist/crm.d.ts +49 -0
- package/dist/crm.d.ts.map +1 -0
- package/dist/ecommerce.d.ts +66 -0
- package/dist/ecommerce.d.ts.map +1 -0
- package/dist/finance.d.ts +21 -0
- package/dist/finance.d.ts.map +1 -0
- package/dist/governance.d.ts +9 -0
- package/dist/governance.d.ts.map +1 -0
- package/dist/healthcare.d.ts +9 -0
- package/dist/healthcare.d.ts.map +1 -0
- package/dist/hr.d.ts +18 -0
- package/dist/hr.d.ts.map +1 -0
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +817 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.mjs +14838 -0
- package/dist/index.mjs.map +1 -0
- package/dist/industry.d.ts +11 -0
- package/dist/industry.d.ts.map +1 -0
- package/dist/legal.d.ts +52 -0
- package/dist/legal.d.ts.map +1 -0
- package/dist/logistics.d.ts +54 -0
- package/dist/logistics.d.ts.map +1 -0
- package/dist/marketing.d.ts +60 -0
- package/dist/marketing.d.ts.map +1 -0
- package/dist/office.d.ts +20 -0
- package/dist/office.d.ts.map +1 -0
- package/dist/production.d.ts +55 -0
- package/dist/production.d.ts.map +1 -0
- package/dist/project.d.ts +18 -0
- package/dist/project.d.ts.map +1 -0
- package/dist/purchasing.d.ts +52 -0
- package/dist/purchasing.d.ts.map +1 -0
- package/dist/sales.d.ts +52 -0
- package/dist/sales.d.ts.map +1 -0
- package/dist/sectors.d.ts +11 -0
- package/dist/sectors.d.ts.map +1 -0
- package/dist/startup.d.ts +50 -0
- package/dist/startup.d.ts.map +1 -0
- package/dist/stories/BusinessIcon.stories.d.ts +30 -0
- package/dist/stories/BusinessIcon.stories.d.ts.map +1 -0
- package/dist/stories/IconGallery.stories.d.ts +15 -0
- package/dist/stories/IconGallery.stories.d.ts.map +1 -0
- package/dist/strategy.d.ts +46 -0
- package/dist/strategy.d.ts.map +1 -0
- package/dist/support.d.ts +52 -0
- package/dist/support.d.ts.map +1 -0
- package/dist/sustainability.d.ts +9 -0
- package/dist/sustainability.d.ts.map +1 -0
- package/dist/types.d.ts +124 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/warehouse.d.ts +55 -0
- package/dist/warehouse.d.ts.map +1 -0
- package/package.json +76 -0
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { BusinessIconProps } from './types';
|
|
3
|
+
/** Target/Goal icon */
|
|
4
|
+
export declare const TargetIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
5
|
+
/** Mission icon */
|
|
6
|
+
export declare const MissionIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
/** Vision icon */
|
|
8
|
+
export declare const VisionIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
/** OKR icon */
|
|
10
|
+
export declare const OKRIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
11
|
+
/** KPI dashboard icon */
|
|
12
|
+
export declare const KPIDashboardIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
13
|
+
/** Growth icon */
|
|
14
|
+
export declare const GrowthIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
15
|
+
/** Scale up icon */
|
|
16
|
+
export declare const ScaleUpIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
17
|
+
/** Market expansion icon */
|
|
18
|
+
export declare const MarketExpansionIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
19
|
+
/** Diversification icon */
|
|
20
|
+
export declare const DiversificationIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
21
|
+
/** Strategic planning icon */
|
|
22
|
+
export declare const StrategicPlanningIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
23
|
+
/** SWOT icon */
|
|
24
|
+
export declare const SWOTIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
25
|
+
/** Competitive analysis icon */
|
|
26
|
+
export declare const CompetitiveAnalysisIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
27
|
+
/** Roadmap icon */
|
|
28
|
+
export declare const RoadmapIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
29
|
+
/** Milestone icon */
|
|
30
|
+
export declare const MilestoneIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
31
|
+
/** Decision icon */
|
|
32
|
+
export declare const DecisionIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
33
|
+
/** Priority matrix icon */
|
|
34
|
+
export declare const PriorityMatrixIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
35
|
+
/** Innovation icon */
|
|
36
|
+
export declare const InnovationIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
37
|
+
/** Risk assessment icon */
|
|
38
|
+
export declare const RiskAssessmentIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
39
|
+
/** Opportunity icon */
|
|
40
|
+
export declare const OpportunityIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
41
|
+
/** Pivot icon */
|
|
42
|
+
export declare const PivotIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
43
|
+
/** Exit strategy icon */
|
|
44
|
+
export declare const ExitStrategyIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
45
|
+
export type StrategyIconName = 'Target' | 'Mission' | 'Vision' | 'OKR' | 'KPIDashboard' | 'Growth' | 'ScaleUp' | 'MarketExpansion' | 'Diversification' | 'StrategicPlanning' | 'SWOT' | 'CompetitiveAnalysis' | 'Roadmap' | 'Milestone' | 'Decision' | 'PriorityMatrix' | 'Innovation' | 'RiskAssessment' | 'Opportunity' | 'Pivot' | 'ExitStrategy';
|
|
46
|
+
//# sourceMappingURL=strategy.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"strategy.d.ts","sourceRoot":"","sources":["../src/strategy.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAMjD,uBAAuB;AACvB,eAAO,MAAM,UAAU,yFAkBtB,CAAC;AAEF,mBAAmB;AACnB,eAAO,MAAM,WAAW,yFAmBvB,CAAC;AAEF,kBAAkB;AAClB,eAAO,MAAM,UAAU,yFAsBtB,CAAC;AAEF,eAAe;AACf,eAAO,MAAM,OAAO,yFAqDnB,CAAC;AAEF,yBAAyB;AACzB,eAAO,MAAM,gBAAgB,yFAkC5B,CAAC;AAMF,kBAAkB;AAClB,eAAO,MAAM,UAAU,yFAYtB,CAAC;AAEF,oBAAoB;AACpB,eAAO,MAAM,WAAW,yFA2CvB,CAAC;AAEF,4BAA4B;AAC5B,eAAO,MAAM,mBAAmB,yFAwB/B,CAAC;AAEF,2BAA2B;AAC3B,eAAO,MAAM,mBAAmB,yFA6B/B,CAAC;AAMF,8BAA8B;AAC9B,eAAO,MAAM,qBAAqB,yFA2BjC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,QAAQ,yFAoFpB,CAAC;AAEF,gCAAgC;AAChC,eAAO,MAAM,uBAAuB,yFAqBnC,CAAC;AAEF,mBAAmB;AACnB,eAAO,MAAM,WAAW,yFA4BvB,CAAC;AAEF,qBAAqB;AACrB,eAAO,MAAM,aAAa,yFAqBzB,CAAC;AAMF,oBAAoB;AACpB,eAAO,MAAM,YAAY,yFA2BxB,CAAC;AAEF,2BAA2B;AAC3B,eAAO,MAAM,kBAAkB,yFA8B9B,CAAC;AAEF,sBAAsB;AACtB,eAAO,MAAM,cAAc,yFAqC1B,CAAC;AAMF,2BAA2B;AAC3B,eAAO,MAAM,kBAAkB,yFAwB9B,CAAC;AAEF,uBAAuB;AACvB,eAAO,MAAM,eAAe,yFAwB3B,CAAC;AAEF,iBAAiB;AACjB,eAAO,MAAM,SAAS,yFA4BrB,CAAC;AAEF,yBAAyB;AACzB,eAAO,MAAM,gBAAgB,yFA+D5B,CAAC;AAGF,MAAM,MAAM,gBAAgB,GACxB,QAAQ,GACR,SAAS,GACT,QAAQ,GACR,KAAK,GACL,cAAc,GACd,QAAQ,GACR,SAAS,GACT,iBAAiB,GACjB,iBAAiB,GACjB,mBAAmB,GACnB,MAAM,GACN,qBAAqB,GACrB,SAAS,GACT,WAAW,GACX,UAAU,GACV,gBAAgB,GAChB,YAAY,GACZ,gBAAgB,GAChB,aAAa,GACb,OAAO,GACP,cAAc,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { BusinessIconProps } from './types';
|
|
3
|
+
/** Help desk icon */
|
|
4
|
+
export declare const HelpDeskIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
5
|
+
/** Support agent icon */
|
|
6
|
+
export declare const SupportAgentIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
/** Question mark icon */
|
|
8
|
+
export declare const QuestionIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
/** FAQ icon */
|
|
10
|
+
export declare const FAQIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
11
|
+
/** Knowledge base icon */
|
|
12
|
+
export declare const KnowledgeBaseIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
13
|
+
/** Support ticket icon */
|
|
14
|
+
export declare const SupportTicketIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
15
|
+
/** New ticket icon */
|
|
16
|
+
export declare const NewTicketIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
17
|
+
/** Open ticket icon */
|
|
18
|
+
export declare const OpenTicketIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
19
|
+
/** Closed ticket icon */
|
|
20
|
+
export declare const ClosedTicketIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
21
|
+
/** Escalate icon */
|
|
22
|
+
export declare const EscalateIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
23
|
+
/** Live chat icon */
|
|
24
|
+
export declare const LiveChatIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
25
|
+
/** Chatbot icon */
|
|
26
|
+
export declare const ChatbotIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
27
|
+
/** Email support icon */
|
|
28
|
+
export declare const EmailSupportIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
29
|
+
/** Phone support icon */
|
|
30
|
+
export declare const PhoneSupportIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
31
|
+
/** Self-service icon */
|
|
32
|
+
export declare const SelfServiceIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
33
|
+
/** SLA icon */
|
|
34
|
+
export declare const SLAIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
35
|
+
/** Response time icon */
|
|
36
|
+
export declare const ResponseTimeIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
37
|
+
/** Customer satisfaction icon */
|
|
38
|
+
export declare const CustomerSatisfactionIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
39
|
+
/** NPS icon */
|
|
40
|
+
export declare const NPSIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
41
|
+
/** User guide icon */
|
|
42
|
+
export declare const UserGuideIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
43
|
+
/** Tutorial icon */
|
|
44
|
+
export declare const TutorialIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
45
|
+
/** Help article icon */
|
|
46
|
+
export declare const HelpArticleIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
47
|
+
/** Troubleshooting icon */
|
|
48
|
+
export declare const TroubleshootingIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
49
|
+
/** Onboarding icon */
|
|
50
|
+
export declare const OnboardingIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
51
|
+
export type SupportIconName = 'HelpDesk' | 'SupportAgent' | 'Question' | 'FAQ' | 'KnowledgeBase' | 'SupportTicket' | 'NewTicket' | 'OpenTicket' | 'ClosedTicket' | 'Escalate' | 'LiveChat' | 'Chatbot' | 'EmailSupport' | 'PhoneSupport' | 'SelfService' | 'SLA' | 'ResponseTime' | 'CustomerSatisfaction' | 'NPS' | 'UserGuide' | 'Tutorial' | 'HelpArticle' | 'Troubleshooting' | 'Onboarding';
|
|
52
|
+
//# sourceMappingURL=support.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"support.d.ts","sourceRoot":"","sources":["../src/support.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAMjD,qBAAqB;AACrB,eAAO,MAAM,YAAY,yFAsCxB,CAAC;AAEF,yBAAyB;AACzB,eAAO,MAAM,gBAAgB,yFAgC5B,CAAC;AAEF,yBAAyB;AACzB,eAAO,MAAM,YAAY,yFAwBxB,CAAC;AAEF,eAAe;AACf,eAAO,MAAM,OAAO,yFA8BnB,CAAC;AAEF,0BAA0B;AAC1B,eAAO,MAAM,iBAAiB,yFAyB7B,CAAC;AAMF,0BAA0B;AAC1B,eAAO,MAAM,iBAAiB,yFA8B7B,CAAC;AAEF,sBAAsB;AACtB,eAAO,MAAM,aAAa,yFAoBzB,CAAC;AAEF,uBAAuB;AACvB,eAAO,MAAM,cAAc,yFA6B1B,CAAC;AAEF,yBAAyB;AACzB,eAAO,MAAM,gBAAgB,yFA2B5B,CAAC;AAEF,oBAAoB;AACpB,eAAO,MAAM,YAAY,yFA6BxB,CAAC;AAMF,qBAAqB;AACrB,eAAO,MAAM,YAAY,yFAqBxB,CAAC;AAEF,mBAAmB;AACnB,eAAO,MAAM,WAAW,yFAgCvB,CAAC;AAEF,yBAAyB;AACzB,eAAO,MAAM,gBAAgB,yFA0B5B,CAAC;AAEF,yBAAyB;AACzB,eAAO,MAAM,gBAAgB,yFAkB5B,CAAC;AAEF,wBAAwB;AACxB,eAAO,MAAM,eAAe,yFA+B3B,CAAC;AAMF,eAAe;AACf,eAAO,MAAM,OAAO,yFAqCnB,CAAC;AAEF,yBAAyB;AACzB,eAAO,MAAM,gBAAgB,yFAyB5B,CAAC;AAEF,iCAAiC;AACjC,eAAO,MAAM,wBAAwB,yFA2BpC,CAAC;AAEF,eAAe;AACf,eAAO,MAAM,OAAO,yFAmCnB,CAAC;AAMF,sBAAsB;AACtB,eAAO,MAAM,aAAa,yFA4BzB,CAAC;AAEF,oBAAoB;AACpB,eAAO,MAAM,YAAY,yFAmCxB,CAAC;AAEF,wBAAwB;AACxB,eAAO,MAAM,eAAe,yFA6B3B,CAAC;AAEF,2BAA2B;AAC3B,eAAO,MAAM,mBAAmB,yFAiC/B,CAAC;AAEF,sBAAsB;AACtB,eAAO,MAAM,cAAc,yFAiB1B,CAAC;AAGF,MAAM,MAAM,eAAe,GACvB,UAAU,GACV,cAAc,GACd,UAAU,GACV,KAAK,GACL,eAAe,GACf,eAAe,GACf,WAAW,GACX,YAAY,GACZ,cAAc,GACd,UAAU,GACV,UAAU,GACV,SAAS,GACT,cAAc,GACd,cAAc,GACd,aAAa,GACb,KAAK,GACL,cAAc,GACd,sBAAsB,GACtB,KAAK,GACL,WAAW,GACX,UAAU,GACV,aAAa,GACb,iBAAiB,GACjB,YAAY,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { BusinessIconProps } from './types';
|
|
3
|
+
/** Carbon footprint icon - CO2 cloud */
|
|
4
|
+
export declare const CarbonIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
5
|
+
/** Weather risk icon - cloud with warning */
|
|
6
|
+
export declare const WeatherRiskIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
/** Claim icon - document with exclamation (for insurance/construction claims) */
|
|
8
|
+
export declare const ClaimIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
//# sourceMappingURL=sustainability.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sustainability.d.ts","sourceRoot":"","sources":["../src/sustainability.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAMjD,wCAAwC;AACxC,eAAO,MAAM,UAAU,yFA0CtB,CAAC;AAMF,6CAA6C;AAC7C,eAAO,MAAM,eAAe,yFA0B3B,CAAC;AAEF,iFAAiF;AACjF,eAAO,MAAM,SAAS,yFAiCrB,CAAC"}
|
package/dist/types.d.ts
ADDED
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
import { SVGProps, CSSProperties } from 'react';
|
|
2
|
+
export type BusinessIconAnimation = 'none' | 'pulse' | 'grow' | 'shake' | 'spin' | 'bounce' | 'fade' | 'flip' | 'slide' | 'glow';
|
|
3
|
+
export type AnimationDuration = 'slow' | 'normal' | 'fast';
|
|
4
|
+
export type FinanceIconName = 'chart-line' | 'chart-bar' | 'chart-pie' | 'dollar' | 'euro' | 'invoice' | 'wallet' | 'credit-card' | 'bank' | 'piggy-bank' | 'coin-stack' | 'growth' | 'loss' | 'budget' | 'receipt';
|
|
5
|
+
export type OfficeIconName = 'briefcase' | 'clipboard' | 'calendar' | 'desk' | 'printer' | 'scanner' | 'folder' | 'file' | 'document' | 'stamp' | 'paper-clip' | 'stapler' | 'notebook' | 'pen' | 'coffee';
|
|
6
|
+
export type HRIconName = 'team' | 'meeting' | 'hire' | 'handshake' | 'id-card' | 'org-chart' | 'performance' | 'interview' | 'contract' | 'onboarding' | 'payroll' | 'benefits' | 'training' | 'feedback' | 'diversity';
|
|
7
|
+
export type ProjectIconName = 'kanban' | 'timeline' | 'milestone' | 'sprint' | 'backlog' | 'task' | 'deadline' | 'progress' | 'roadmap' | 'gantt' | 'agile' | 'scrum' | 'planning' | 'retrospective' | 'velocity';
|
|
8
|
+
export type AccountingIconName = 'ledger' | 'journal' | 'balance-sheet' | 'invoice' | 'receipt' | 'tax' | 'audit' | 'depreciation' | 'amortization' | 'accounts-payable' | 'accounts-receivable' | 'trial-balance' | 'cash-flow' | 'profit-loss' | 'general-ledger';
|
|
9
|
+
export type ProductionIconName = 'factory' | 'assembly-line' | 'quality' | 'maintenance' | 'shift' | 'machine' | 'conveyor' | 'robot' | 'workstation' | 'batch' | 'production-order' | 'bom' | 'routing' | 'capacity';
|
|
10
|
+
export type WarehouseIconName = 'forklift' | 'pallet' | 'bin' | 'barcode' | 'qr-code' | 'picking' | 'shipping' | 'receiving' | 'rack' | 'inventory' | 'stock' | 'location' | 'zone' | 'dock';
|
|
11
|
+
export type CRMIconName = 'customer' | 'lead' | 'opportunity' | 'deal' | 'pipeline' | 'campaign' | 'contact' | 'account' | 'activity' | 'touchpoint' | 'segment' | 'nurture';
|
|
12
|
+
export type SalesIconName = 'quote' | 'order' | 'contract' | 'commission' | 'territory' | 'discount' | 'pricing' | 'negotiation' | 'proposal' | 'closing' | 'forecast' | 'target' | 'upsell';
|
|
13
|
+
export type PurchasingIconName = 'requisition' | 'purchase-order' | 'rfq' | 'supplier' | 'vendor' | 'sourcing' | 'approval' | 'goods-receiving' | 'bidding' | 'procurement-contract' | 'compare' | 'savings' | 'spend';
|
|
14
|
+
export type MarketingIconName = 'billboard' | 'megaphone' | 'ad' | 'banner' | 'sponsored' | 'seo' | 'sem' | 'content-marketing' | 'email-marketing' | 'social-marketing' | 'influencer' | 'marketing-campaign' | 'ab-testing' | 'conversion' | 'marketing-funnel' | 'roi' | 'ctr' | 'marketing-impressions' | 'engagement-rate' | 'bounce-rate' | 'brand' | 'logo-design' | 'brand-awareness' | 'rebranding' | 'promotion' | 'flash-sale' | 'coupon' | 'giveaway';
|
|
15
|
+
export type AnalyticsIconName = 'dashboard' | 'kpi' | 'widget' | 'real-time-data' | 'area-chart' | 'scatter-plot' | 'bubble-chart' | 'donut-chart' | 'treemap' | 'heatmap' | 'metric-card' | 'growth-metric' | 'decline-metric' | 'target-goal' | 'benchmark' | 'analytics-report' | 'insights' | 'trend-analysis' | 'comparison' | 'data-filter' | 'data-export' | 'data-import' | 'data-refresh' | 'bi-cube' | 'data-warehouse' | 'predictive-analytics';
|
|
16
|
+
export type LegalIconName = 'contract' | 'agreement' | 'nda' | 'terms-conditions' | 'legal-document' | 'compliance' | 'gdpr' | 'regulation' | 'legal-audit' | 'certificate' | 'copyright' | 'trademark' | 'registered' | 'patent' | 'legal-license' | 'gavel' | 'scales-justice' | 'jury' | 'verdict' | 'law-firm' | 'lawyer' | 'witness' | 'briefcase-legal' | 'signature';
|
|
17
|
+
export type CommunicationIconName = 'meeting' | 'video-conference' | 'conference-room' | 'webinar' | 'presentation' | 'phone-call' | 'incoming-call' | 'outgoing-call' | 'missed-call' | 'conference-call' | 'business-email' | 'instant-message' | 'inbox' | 'outbox' | 'newsletter' | 'team-chat' | 'discussion' | 'feedback' | 'announcement' | 'schedule-meeting' | 'agenda' | 'rsvp' | 'minutes';
|
|
18
|
+
export type EcommerceIconName = 'shopping-cart' | 'add-to-cart' | 'shopping-bag' | 'wishlist' | 'product' | 'category' | 'checkout' | 'credit-card' | 'payment' | 'wallet' | 'receipt' | 'refund' | 'order' | 'pending-order' | 'shipped' | 'delivered' | 'return' | 'inventory' | 'in-stock' | 'out-of-stock' | 'low-stock' | 'price-tag' | 'discount' | 'sale-badge' | 'compare-prices' | 'star-rating' | 'review';
|
|
19
|
+
export type SupportIconName = 'help-desk' | 'support-agent' | 'question' | 'faq' | 'knowledge-base' | 'support-ticket' | 'new-ticket' | 'open-ticket' | 'closed-ticket' | 'escalate' | 'live-chat' | 'chatbot' | 'email-support' | 'phone-support' | 'self-service' | 'sla' | 'response-time' | 'customer-satisfaction' | 'nps' | 'user-guide' | 'tutorial' | 'help-article' | 'troubleshooting' | 'onboarding';
|
|
20
|
+
export type StrategyIconName = 'target' | 'mission' | 'vision' | 'okr' | 'kpi-dashboard' | 'growth' | 'scale-up' | 'market-expansion' | 'diversification' | 'strategic-planning' | 'swot' | 'competitive-analysis' | 'roadmap' | 'milestone' | 'decision' | 'priority-matrix' | 'innovation' | 'risk-assessment' | 'opportunity' | 'pivot' | 'exit-strategy';
|
|
21
|
+
export type StartupIconName = 'seed-funding' | 'series-a' | 'venture-capital' | 'angel-investor' | 'crowdfunding' | 'valuation' | 'mvp' | 'product-market-fit' | 'traction' | 'launch' | 'scale' | 'pitch-deck' | 'demo-day' | 'elevator-pitch' | 'founder' | 'co-founder' | 'startup-team' | 'advisor' | 'business-model' | 'revenue-model' | 'subscription-model' | 'freemium' | 'startup-pivot';
|
|
22
|
+
export type LogisticsIconName = 'shipping-box' | 'delivery-truck' | 'express-delivery' | 'free-shipping' | 'international-shipping' | 'package-tracking' | 'in-transit' | 'out-for-delivery' | 'logistics-delivered' | 'return-to-sender' | 'supply-chain' | 'supplier' | 'distribution-center' | 'last-mile' | 'pallet' | 'forklift' | 'barcode-scan-logistics' | 'pick-and-pack' | 'air-freight' | 'sea-freight' | 'rail-freight' | 'drone-delivery' | 'customs-clearance' | 'bill-of-lading' | 'shipping-label';
|
|
23
|
+
export type BusinessIconName = FinanceIconName | OfficeIconName | HRIconName | ProjectIconName | AccountingIconName | ProductionIconName | WarehouseIconName | CRMIconName | SalesIconName | PurchasingIconName | MarketingIconName | AnalyticsIconName | LegalIconName | CommunicationIconName | EcommerceIconName | SupportIconName | StrategyIconName | StartupIconName | LogisticsIconName;
|
|
24
|
+
export interface BusinessIconProps extends Omit<SVGProps<SVGSVGElement>, 'ref'> {
|
|
25
|
+
/** Icon size in pixels or CSS string */
|
|
26
|
+
size?: number | string;
|
|
27
|
+
/** Primary color */
|
|
28
|
+
color?: string;
|
|
29
|
+
/** Secondary/accent color */
|
|
30
|
+
accentColor?: string;
|
|
31
|
+
/** Animation type */
|
|
32
|
+
animation?: BusinessIconAnimation;
|
|
33
|
+
/** Animation duration */
|
|
34
|
+
animationDuration?: AnimationDuration;
|
|
35
|
+
/** Whether animation should play */
|
|
36
|
+
animate?: boolean;
|
|
37
|
+
/** Title for accessibility */
|
|
38
|
+
title?: string;
|
|
39
|
+
/** Additional CSS classes */
|
|
40
|
+
className?: string;
|
|
41
|
+
/** Inline styles */
|
|
42
|
+
style?: CSSProperties;
|
|
43
|
+
/** Stroke width for outlined icons */
|
|
44
|
+
strokeWidth?: number;
|
|
45
|
+
/** Whether icon is filled or outlined */
|
|
46
|
+
variant?: 'filled' | 'outlined' | 'duotone';
|
|
47
|
+
}
|
|
48
|
+
export interface AnimationConfig {
|
|
49
|
+
type: BusinessIconAnimation;
|
|
50
|
+
duration: string;
|
|
51
|
+
repeatCount: string | number;
|
|
52
|
+
}
|
|
53
|
+
export type IconComponent = React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
|
|
54
|
+
export interface CreateBusinessIconOptions {
|
|
55
|
+
displayName: string;
|
|
56
|
+
viewBox?: string;
|
|
57
|
+
defaultSize?: number;
|
|
58
|
+
defaultColor?: string;
|
|
59
|
+
defaultAccentColor?: string;
|
|
60
|
+
defaultVariant?: 'filled' | 'outlined' | 'duotone';
|
|
61
|
+
}
|
|
62
|
+
export interface IconExports {
|
|
63
|
+
ChartLineIcon: IconComponent;
|
|
64
|
+
ChartBarIcon: IconComponent;
|
|
65
|
+
ChartPieIcon: IconComponent;
|
|
66
|
+
DollarIcon: IconComponent;
|
|
67
|
+
EuroIcon: IconComponent;
|
|
68
|
+
InvoiceIcon: IconComponent;
|
|
69
|
+
WalletIcon: IconComponent;
|
|
70
|
+
CreditCardIcon: IconComponent;
|
|
71
|
+
BankIcon: IconComponent;
|
|
72
|
+
PiggyBankIcon: IconComponent;
|
|
73
|
+
CoinStackIcon: IconComponent;
|
|
74
|
+
GrowthIcon: IconComponent;
|
|
75
|
+
LossIcon: IconComponent;
|
|
76
|
+
BudgetIcon: IconComponent;
|
|
77
|
+
ReceiptIcon: IconComponent;
|
|
78
|
+
BriefcaseIcon: IconComponent;
|
|
79
|
+
ClipboardIcon: IconComponent;
|
|
80
|
+
CalendarIcon: IconComponent;
|
|
81
|
+
DeskIcon: IconComponent;
|
|
82
|
+
PrinterIcon: IconComponent;
|
|
83
|
+
ScannerIcon: IconComponent;
|
|
84
|
+
FolderIcon: IconComponent;
|
|
85
|
+
FileIcon: IconComponent;
|
|
86
|
+
DocumentIcon: IconComponent;
|
|
87
|
+
StampIcon: IconComponent;
|
|
88
|
+
PaperClipIcon: IconComponent;
|
|
89
|
+
StaplerIcon: IconComponent;
|
|
90
|
+
NotebookIcon: IconComponent;
|
|
91
|
+
PenIcon: IconComponent;
|
|
92
|
+
CoffeeIcon: IconComponent;
|
|
93
|
+
TeamIcon: IconComponent;
|
|
94
|
+
MeetingIcon: IconComponent;
|
|
95
|
+
HireIcon: IconComponent;
|
|
96
|
+
HandshakeIcon: IconComponent;
|
|
97
|
+
IdCardIcon: IconComponent;
|
|
98
|
+
OrgChartIcon: IconComponent;
|
|
99
|
+
PerformanceIcon: IconComponent;
|
|
100
|
+
InterviewIcon: IconComponent;
|
|
101
|
+
ContractIcon: IconComponent;
|
|
102
|
+
OnboardingIcon: IconComponent;
|
|
103
|
+
PayrollIcon: IconComponent;
|
|
104
|
+
BenefitsIcon: IconComponent;
|
|
105
|
+
TrainingIcon: IconComponent;
|
|
106
|
+
FeedbackIcon: IconComponent;
|
|
107
|
+
DiversityIcon: IconComponent;
|
|
108
|
+
KanbanIcon: IconComponent;
|
|
109
|
+
TimelineIcon: IconComponent;
|
|
110
|
+
MilestoneIcon: IconComponent;
|
|
111
|
+
SprintIcon: IconComponent;
|
|
112
|
+
BacklogIcon: IconComponent;
|
|
113
|
+
TaskIcon: IconComponent;
|
|
114
|
+
DeadlineIcon: IconComponent;
|
|
115
|
+
ProgressIcon: IconComponent;
|
|
116
|
+
RoadmapIcon: IconComponent;
|
|
117
|
+
GanttIcon: IconComponent;
|
|
118
|
+
AgileIcon: IconComponent;
|
|
119
|
+
ScrumIcon: IconComponent;
|
|
120
|
+
PlanningIcon: IconComponent;
|
|
121
|
+
RetrospectiveIcon: IconComponent;
|
|
122
|
+
VelocityIcon: IconComponent;
|
|
123
|
+
}
|
|
124
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @file warehouse.tsx
|
|
3
|
+
* @module @nice2dev/icons-business
|
|
4
|
+
* @description Business Domain Icons — Warehouse/Logistics category
|
|
5
|
+
*
|
|
6
|
+
* Icons for warehouse, inventory, and logistics operations:
|
|
7
|
+
* forklift, pallet, bin, barcode, picking, shipping, receiving,
|
|
8
|
+
* rack, inventory, stock, location, zone, dock
|
|
9
|
+
*/
|
|
10
|
+
/** Forklift icon - material handling */
|
|
11
|
+
export declare const ForkliftIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
12
|
+
/** Pallet icon - shipping pallet */
|
|
13
|
+
export declare const PalletIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
14
|
+
/** Bin icon - storage bin/container */
|
|
15
|
+
export declare const BinIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
16
|
+
/** Barcode icon - inventory barcode */
|
|
17
|
+
export declare const BarcodeIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
18
|
+
/** QR Code icon - 2D barcode */
|
|
19
|
+
export declare const QRCodeIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
20
|
+
/** Picking icon - order picking */
|
|
21
|
+
export declare const PickingIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
22
|
+
/** Shipping icon - outbound shipping */
|
|
23
|
+
export declare const ShippingIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
24
|
+
/** Receiving icon - inbound receiving */
|
|
25
|
+
export declare const ReceivingIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
26
|
+
/** Rack icon - warehouse rack/shelving */
|
|
27
|
+
export declare const RackIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
28
|
+
/** Inventory icon - stock/inventory management */
|
|
29
|
+
export declare const InventoryIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
30
|
+
/** Stock icon - stock level */
|
|
31
|
+
export declare const StockIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
32
|
+
/** Location icon - warehouse location/slot */
|
|
33
|
+
export declare const LocationIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
34
|
+
/** Zone icon - warehouse zone */
|
|
35
|
+
export declare const ZoneIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
36
|
+
/** Dock icon - loading dock */
|
|
37
|
+
export declare const DockIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
38
|
+
export declare const warehouseIcons: {
|
|
39
|
+
readonly ForkliftIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
40
|
+
readonly PalletIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
41
|
+
readonly BinIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
42
|
+
readonly BarcodeIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
43
|
+
readonly QRCodeIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
44
|
+
readonly PickingIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
45
|
+
readonly ShippingIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
46
|
+
readonly ReceivingIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
47
|
+
readonly RackIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
48
|
+
readonly InventoryIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
49
|
+
readonly StockIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
50
|
+
readonly LocationIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
51
|
+
readonly ZoneIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
52
|
+
readonly DockIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
53
|
+
};
|
|
54
|
+
export type WarehouseIconName = keyof typeof warehouseIcons;
|
|
55
|
+
//# sourceMappingURL=warehouse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"warehouse.d.ts","sourceRoot":"","sources":["../src/warehouse.tsx"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAQH,wCAAwC;AACxC,eAAO,MAAM,YAAY,+HA0BvB,CAAC;AAEH,oCAAoC;AACpC,eAAO,MAAM,UAAU,+HAqBrB,CAAC;AAEH,uCAAuC;AACvC,eAAO,MAAM,OAAO,+HAwBlB,CAAC;AAEH,uCAAuC;AACvC,eAAO,MAAM,WAAW,+HAuBtB,CAAC;AAEH,gCAAgC;AAChC,eAAO,MAAM,UAAU,+HAmCrB,CAAC;AAMH,mCAAmC;AACnC,eAAO,MAAM,WAAW,+HA+BtB,CAAC;AAEH,wCAAwC;AACxC,eAAO,MAAM,YAAY,+HAuBvB,CAAC;AAEH,yCAAyC;AACzC,eAAO,MAAM,aAAa,+HA6BxB,CAAC;AAMH,0CAA0C;AAC1C,eAAO,MAAM,QAAQ,+HAwBnB,CAAC;AAEH,kDAAkD;AAClD,eAAO,MAAM,aAAa,+HAuBxB,CAAC;AAEH,+BAA+B;AAC/B,eAAO,MAAM,SAAS,+HAqCpB,CAAC;AAEH,8CAA8C;AAC9C,eAAO,MAAM,YAAY,+HA6BvB,CAAC;AAEH,iCAAiC;AACjC,eAAO,MAAM,QAAQ,+HA6DnB,CAAC;AAEH,+BAA+B;AAC/B,eAAO,MAAM,QAAQ,+HAkDnB,CAAC;AAMH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;CAejB,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,MAAM,OAAO,cAAc,CAAC"}
|
package/package.json
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@nice2dev/icons-business",
|
|
3
|
+
"version": "1.0.10",
|
|
4
|
+
"description": "Animated business icons for enterprise applications – finance, office, HR, project management, and corporate workflow elements",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"sideEffects": false,
|
|
7
|
+
"main": "dist/index.cjs",
|
|
8
|
+
"module": "dist/index.mjs",
|
|
9
|
+
"types": "dist/index.d.ts",
|
|
10
|
+
"exports": {
|
|
11
|
+
".": {
|
|
12
|
+
"types": "./dist/index.d.ts",
|
|
13
|
+
"import": "./dist/index.mjs",
|
|
14
|
+
"require": "./dist/index.cjs"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"files": [
|
|
18
|
+
"dist",
|
|
19
|
+
"LICENSE",
|
|
20
|
+
"CHANGELOG.md",
|
|
21
|
+
"README.md"
|
|
22
|
+
],
|
|
23
|
+
"scripts": {
|
|
24
|
+
"dev": "vite",
|
|
25
|
+
"build": "tsc -p tsconfig.build.json && vite build",
|
|
26
|
+
"typecheck": "tsc --noEmit",
|
|
27
|
+
"test": "vitest run --config vitest.config.ts --passWithNoTests",
|
|
28
|
+
"test:watch": "vitest --config vitest.config.ts",
|
|
29
|
+
"test:coverage": "vitest run --config vitest.config.ts --coverage",
|
|
30
|
+
"clean": "rimraf dist",
|
|
31
|
+
"prepublishOnly": "npm run build"
|
|
32
|
+
},
|
|
33
|
+
"keywords": [
|
|
34
|
+
"react",
|
|
35
|
+
"icons",
|
|
36
|
+
"business",
|
|
37
|
+
"enterprise",
|
|
38
|
+
"finance",
|
|
39
|
+
"office",
|
|
40
|
+
"hr",
|
|
41
|
+
"project-management",
|
|
42
|
+
"animated",
|
|
43
|
+
"svg",
|
|
44
|
+
"nicetodev"
|
|
45
|
+
],
|
|
46
|
+
"author": "NiceToDev <contact@nicetodev.com>",
|
|
47
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
48
|
+
"repository": {
|
|
49
|
+
"type": "git",
|
|
50
|
+
"url": "git+https://github.com/NiceToDev/NiceToDev.UI.git",
|
|
51
|
+
"directory": "packages/icons-business"
|
|
52
|
+
},
|
|
53
|
+
"bugs": {
|
|
54
|
+
"url": "https://github.com/NiceToDev/NiceToDev.UI/issues"
|
|
55
|
+
},
|
|
56
|
+
"homepage": "https://nicetodev.com/icons/business",
|
|
57
|
+
"peerDependencies": {
|
|
58
|
+
"react": ">=18.0.0",
|
|
59
|
+
"react-dom": ">=18.0.0"
|
|
60
|
+
},
|
|
61
|
+
"devDependencies": {
|
|
62
|
+
"@testing-library/jest-dom": "^6.6.3",
|
|
63
|
+
"@testing-library/react": "^16.1.0",
|
|
64
|
+
"@types/react": "^19.0.1",
|
|
65
|
+
"@types/react-dom": "^19.0.2",
|
|
66
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
67
|
+
"jsdom": "^25.0.1",
|
|
68
|
+
"react": "^19.0.0",
|
|
69
|
+
"react-dom": "^19.0.0",
|
|
70
|
+
"rimraf": "^6.0.1",
|
|
71
|
+
"typescript": "^5.7.2",
|
|
72
|
+
"vite": "^6.0.5",
|
|
73
|
+
"vite-plugin-dts": "^4.4.0",
|
|
74
|
+
"vitest": "^2.1.8"
|
|
75
|
+
}
|
|
76
|
+
}
|