@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.
Files changed (64) hide show
  1. package/README.md +243 -0
  2. package/dist/accounting.d.ts +59 -0
  3. package/dist/accounting.d.ts.map +1 -0
  4. package/dist/analytics.d.ts +68 -0
  5. package/dist/analytics.d.ts.map +1 -0
  6. package/dist/communication.d.ts +50 -0
  7. package/dist/communication.d.ts.map +1 -0
  8. package/dist/createBusinessIcon.d.ts +37 -0
  9. package/dist/createBusinessIcon.d.ts.map +1 -0
  10. package/dist/crm.d.ts +49 -0
  11. package/dist/crm.d.ts.map +1 -0
  12. package/dist/ecommerce.d.ts +66 -0
  13. package/dist/ecommerce.d.ts.map +1 -0
  14. package/dist/finance.d.ts +21 -0
  15. package/dist/finance.d.ts.map +1 -0
  16. package/dist/governance.d.ts +9 -0
  17. package/dist/governance.d.ts.map +1 -0
  18. package/dist/healthcare.d.ts +9 -0
  19. package/dist/healthcare.d.ts.map +1 -0
  20. package/dist/hr.d.ts +18 -0
  21. package/dist/hr.d.ts.map +1 -0
  22. package/dist/index.cjs +2 -0
  23. package/dist/index.cjs.map +1 -0
  24. package/dist/index.d.ts +817 -0
  25. package/dist/index.d.ts.map +1 -0
  26. package/dist/index.mjs +14838 -0
  27. package/dist/index.mjs.map +1 -0
  28. package/dist/industry.d.ts +11 -0
  29. package/dist/industry.d.ts.map +1 -0
  30. package/dist/legal.d.ts +52 -0
  31. package/dist/legal.d.ts.map +1 -0
  32. package/dist/logistics.d.ts +54 -0
  33. package/dist/logistics.d.ts.map +1 -0
  34. package/dist/marketing.d.ts +60 -0
  35. package/dist/marketing.d.ts.map +1 -0
  36. package/dist/office.d.ts +20 -0
  37. package/dist/office.d.ts.map +1 -0
  38. package/dist/production.d.ts +55 -0
  39. package/dist/production.d.ts.map +1 -0
  40. package/dist/project.d.ts +18 -0
  41. package/dist/project.d.ts.map +1 -0
  42. package/dist/purchasing.d.ts +52 -0
  43. package/dist/purchasing.d.ts.map +1 -0
  44. package/dist/sales.d.ts +52 -0
  45. package/dist/sales.d.ts.map +1 -0
  46. package/dist/sectors.d.ts +11 -0
  47. package/dist/sectors.d.ts.map +1 -0
  48. package/dist/startup.d.ts +50 -0
  49. package/dist/startup.d.ts.map +1 -0
  50. package/dist/stories/BusinessIcon.stories.d.ts +30 -0
  51. package/dist/stories/BusinessIcon.stories.d.ts.map +1 -0
  52. package/dist/stories/IconGallery.stories.d.ts +15 -0
  53. package/dist/stories/IconGallery.stories.d.ts.map +1 -0
  54. package/dist/strategy.d.ts +46 -0
  55. package/dist/strategy.d.ts.map +1 -0
  56. package/dist/support.d.ts +52 -0
  57. package/dist/support.d.ts.map +1 -0
  58. package/dist/sustainability.d.ts +9 -0
  59. package/dist/sustainability.d.ts.map +1 -0
  60. package/dist/types.d.ts +124 -0
  61. package/dist/types.d.ts.map +1 -0
  62. package/dist/warehouse.d.ts +55 -0
  63. package/dist/warehouse.d.ts.map +1 -0
  64. package/package.json +76 -0
@@ -0,0 +1,21 @@
1
+ import { default as React } from 'react';
2
+ import { BusinessIconProps } from './types';
3
+ export declare const ChartLineIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const ChartBarIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
5
+ export declare const ChartPieIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
6
+ export declare const DollarIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
7
+ export declare const EuroIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
8
+ export declare const InvoiceIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
9
+ export declare const WalletIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
10
+ export declare const CreditCardIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
11
+ export declare const BankIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
12
+ export declare const PiggyBankIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
13
+ export declare const CoinStackIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
14
+ export declare const GrowthIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
15
+ export declare const LossIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
16
+ export declare const BudgetIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
17
+ export declare const ReceiptIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
18
+ export declare const LoanIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
19
+ export declare const TreasuryIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
20
+ export declare const AccrualsIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
21
+ //# sourceMappingURL=finance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"finance.d.ts","sourceRoot":"","sources":["../src/finance.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAGjD,eAAO,MAAM,aAAa,yFAuBzB,CAAC;AAGF,eAAO,MAAM,YAAY,yFAkCxB,CAAC;AAGF,eAAO,MAAM,YAAY,yFAsBxB,CAAC;AAGF,eAAO,MAAM,UAAU,yFAsBtB,CAAC;AAGF,eAAO,MAAM,QAAQ,yFAsBpB,CAAC;AAGF,eAAO,MAAM,WAAW,yFAwBvB,CAAC;AAGF,eAAO,MAAM,UAAU,yFAmBtB,CAAC;AAGF,eAAO,MAAM,cAAc,yFAoB1B,CAAC;AAGF,eAAO,MAAM,QAAQ,yFAkBpB,CAAC;AAGF,eAAO,MAAM,aAAa,yFAoBzB,CAAC;AAGF,eAAO,MAAM,aAAa,yFA4CzB,CAAC;AAGF,eAAO,MAAM,UAAU,yFAuBtB,CAAC;AAGF,eAAO,MAAM,QAAQ,yFAuBpB,CAAC;AAGF,eAAO,MAAM,UAAU,yFAoBtB,CAAC;AAGF,eAAO,MAAM,WAAW,yFAwBvB,CAAC;AAGF,eAAO,MAAM,QAAQ,yFAoCpB,CAAC;AAGF,eAAO,MAAM,YAAY,yFAsCxB,CAAC;AAGF,eAAO,MAAM,YAAY,yFA8CxB,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { default as React } from 'react';
2
+ import { BusinessIconProps } from './types';
3
+ /** Voting icon - ballot box with voting card */
4
+ export declare const VotingIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
5
+ /** Debate icon - opposing speech bubbles */
6
+ export declare const DebateIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
7
+ /** Board meeting icon - conference table with executives */
8
+ export declare const BoardMeetingIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
9
+ //# sourceMappingURL=governance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"governance.d.ts","sourceRoot":"","sources":["../src/governance.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAMjD,gDAAgD;AAChD,eAAO,MAAM,UAAU,yFAyCtB,CAAC;AAMF,4CAA4C;AAC5C,eAAO,MAAM,UAAU,yFAmCtB,CAAC;AAMF,4DAA4D;AAC5D,eAAO,MAAM,gBAAgB,yFA4B5B,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { default as React } from 'react';
2
+ import { BusinessIconProps } from './types';
3
+ /** Microscope business icon - laboratory/research context */
4
+ export declare const MicroscopeBusinessIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
5
+ /** Nurse icon - healthcare professional/caregiver */
6
+ export declare const NurseIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
7
+ /** Patient icon - patient on bed/in care */
8
+ export declare const PatientIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
9
+ //# sourceMappingURL=healthcare.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"healthcare.d.ts","sourceRoot":"","sources":["../src/healthcare.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAMjD,6DAA6D;AAC7D,eAAO,MAAM,sBAAsB,yFAgDlC,CAAC;AAMF,qDAAqD;AACrD,eAAO,MAAM,SAAS,yFAsCrB,CAAC;AAEF,4CAA4C;AAC5C,eAAO,MAAM,WAAW,yFA2CvB,CAAC"}
package/dist/hr.d.ts ADDED
@@ -0,0 +1,18 @@
1
+ import { default as React } from 'react';
2
+ import { BusinessIconProps } from './types';
3
+ export declare const TeamIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const MeetingIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
5
+ export declare const HireIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
6
+ export declare const HandshakeIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
7
+ export declare const IdCardIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
8
+ export declare const OrgChartIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
9
+ export declare const PerformanceIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
10
+ export declare const InterviewIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
11
+ export declare const ContractIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
12
+ export declare const OnboardingIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
13
+ export declare const PayrollIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
14
+ export declare const BenefitsIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
15
+ export declare const TrainingIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
16
+ export declare const FeedbackIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
17
+ export declare const DiversityIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
18
+ //# sourceMappingURL=hr.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hr.d.ts","sourceRoot":"","sources":["../src/hr.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAGjD,eAAO,MAAM,QAAQ,yFAkCpB,CAAC;AAGF,eAAO,MAAM,WAAW,yFAyCvB,CAAC;AAGF,eAAO,MAAM,QAAQ,yFAwBpB,CAAC;AAGF,eAAO,MAAM,aAAa,yFA8BzB,CAAC;AAGF,eAAO,MAAM,UAAU,yFA4BtB,CAAC;AAGF,eAAO,MAAM,YAAY,yFA+CxB,CAAC;AAGF,eAAO,MAAM,eAAe,yFA8B3B,CAAC;AAGF,eAAO,MAAM,aAAa,yFAyCzB,CAAC;AAGF,eAAO,MAAM,YAAY,yFAsBxB,CAAC;AAGF,eAAO,MAAM,cAAc,yFAwB1B,CAAC;AAGF,eAAO,MAAM,WAAW,yFA0BvB,CAAC;AAGF,eAAO,MAAM,YAAY,yFAcxB,CAAC;AAGF,eAAO,MAAM,YAAY,yFAwBxB,CAAC;AAGF,eAAO,MAAM,YAAY,yFAuBxB,CAAC;AAGF,eAAO,MAAM,aAAa,yFAuCzB,CAAC"}