@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,11 @@
1
+ import { default as React } from 'react';
2
+ import { BusinessIconProps } from './types';
3
+ /** Agriculture icon - wheat/grain */
4
+ export declare const AgroIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
5
+ /** Wind turbine icon - renewable energy */
6
+ export declare const WindMillIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
7
+ /** Telecom icon - cell tower / 5G antenna */
8
+ export declare const TelecomIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
9
+ /** Retail store icon - shop with storefront window */
10
+ export declare const RetailStoreIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
11
+ //# sourceMappingURL=industry.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"industry.d.ts","sourceRoot":"","sources":["../src/industry.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAMjD,qCAAqC;AACrC,eAAO,MAAM,QAAQ,yFA4DpB,CAAC;AAMF,2CAA2C;AAC3C,eAAO,MAAM,YAAY,yFAoCxB,CAAC;AAMF,6CAA6C;AAC7C,eAAO,MAAM,WAAW,yFAoCvB,CAAC;AAMF,sDAAsD;AACtD,eAAO,MAAM,eAAe,yFAoD3B,CAAC"}
@@ -0,0 +1,52 @@
1
+ import { default as React } from 'react';
2
+ import { BusinessIconProps } from './types';
3
+ /** Contract icon */
4
+ export declare const ContractIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
5
+ /** Agreement icon */
6
+ export declare const AgreementIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
7
+ /** NDA icon */
8
+ export declare const NDAIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
9
+ /** Terms & conditions icon */
10
+ export declare const TermsConditionsIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
11
+ /** Legal document icon */
12
+ export declare const LegalDocumentIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
13
+ /** Compliance icon */
14
+ export declare const ComplianceIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
15
+ /** GDPR icon */
16
+ export declare const GDPRIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
17
+ /** Regulation icon */
18
+ export declare const RegulationIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
19
+ /** Audit icon */
20
+ export declare const LegalAuditIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
21
+ /** Certificate icon */
22
+ export declare const CertificateIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
23
+ /** Copyright icon */
24
+ export declare const CopyrightIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
25
+ /** Trademark icon */
26
+ export declare const TrademarkIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
27
+ /** Registered trademark icon */
28
+ export declare const RegisteredIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
29
+ /** Patent icon */
30
+ export declare const PatentIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
31
+ /** License icon */
32
+ export declare const LegalLicenseIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
33
+ /** Gavel icon */
34
+ export declare const GavelIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
35
+ /** Scales of justice icon */
36
+ export declare const ScalesJusticeIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
37
+ /** Jury icon */
38
+ export declare const JuryIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
39
+ /** Verdict icon */
40
+ export declare const VerdictIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
41
+ /** Law firm icon */
42
+ export declare const LawFirmIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
43
+ /** Lawyer icon */
44
+ export declare const LawyerIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
45
+ /** Witness icon */
46
+ export declare const WitnessIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
47
+ /** Brief/Briefcase icon */
48
+ export declare const BriefcaseLegalIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
49
+ /** Signature icon */
50
+ export declare const SignatureIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
51
+ export type LegalIconName = 'Contract' | 'Agreement' | 'NDA' | 'TermsConditions' | 'LegalDocument' | 'Compliance' | 'GDPR' | 'Regulation' | 'LegalAudit' | 'Certificate' | 'Copyright' | 'Trademark' | 'Registered' | 'Patent' | 'LegalLicense' | 'Gavel' | 'ScalesJustice' | 'Jury' | 'Verdict' | 'LawFirm' | 'Lawyer' | 'Witness' | 'BriefcaseLegal' | 'Signature';
52
+ //# sourceMappingURL=legal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"legal.d.ts","sourceRoot":"","sources":["../src/legal.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAMjD,oBAAoB;AACpB,eAAO,MAAM,YAAY,yFA0BxB,CAAC;AAEF,qBAAqB;AACrB,eAAO,MAAM,aAAa,yFAgCzB,CAAC;AAEF,eAAe;AACf,eAAO,MAAM,OAAO,yFAmCnB,CAAC;AAEF,8BAA8B;AAC9B,eAAO,MAAM,mBAAmB,yFA8D/B,CAAC;AAEF,0BAA0B;AAC1B,eAAO,MAAM,iBAAiB,yFAwC7B,CAAC;AAMF,sBAAsB;AACtB,eAAO,MAAM,cAAc,yFAe1B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,QAAQ,yFAqCpB,CAAC;AAEF,sBAAsB;AACtB,eAAO,MAAM,cAAc,yFA8B1B,CAAC;AAEF,iBAAiB;AACjB,eAAO,MAAM,cAAc,yFA+B1B,CAAC;AAEF,uBAAuB;AACvB,eAAO,MAAM,eAAe,yFAsC3B,CAAC;AAMF,qBAAqB;AACrB,eAAO,MAAM,aAAa,yFAwBzB,CAAC;AAEF,qBAAqB;AACrB,eAAO,MAAM,aAAa,yFAwBzB,CAAC;AAEF,gCAAgC;AAChC,eAAO,MAAM,cAAc,yFAwB1B,CAAC;AAEF,kBAAkB;AAClB,eAAO,MAAM,UAAU,yFA4BtB,CAAC;AAEF,mBAAmB;AACnB,eAAO,MAAM,gBAAgB,yFAwC5B,CAAC;AAMF,iBAAiB;AACjB,eAAO,MAAM,SAAS,yFA0CrB,CAAC;AAEF,6BAA6B;AAC7B,eAAO,MAAM,iBAAiB,yFA6B7B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,QAAQ,yFA+CpB,CAAC;AAEF,mBAAmB;AACnB,eAAO,MAAM,WAAW,yFA6BvB,CAAC;AAMF,oBAAoB;AACpB,eAAO,MAAM,WAAW,yFAwBvB,CAAC;AAEF,kBAAkB;AAClB,eAAO,MAAM,UAAU,yFAyBtB,CAAC;AAEF,mBAAmB;AACnB,eAAO,MAAM,WAAW,yFA6BvB,CAAC;AAEF,2BAA2B;AAC3B,eAAO,MAAM,kBAAkB,yFA+B9B,CAAC;AAEF,qBAAqB;AACrB,eAAO,MAAM,aAAa,yFA8BzB,CAAC;AAGF,MAAM,MAAM,aAAa,GACrB,UAAU,GACV,WAAW,GACX,KAAK,GACL,iBAAiB,GACjB,eAAe,GACf,YAAY,GACZ,MAAM,GACN,YAAY,GACZ,YAAY,GACZ,aAAa,GACb,WAAW,GACX,WAAW,GACX,YAAY,GACZ,QAAQ,GACR,cAAc,GACd,OAAO,GACP,eAAe,GACf,MAAM,GACN,SAAS,GACT,SAAS,GACT,QAAQ,GACR,SAAS,GACT,gBAAgB,GAChB,WAAW,CAAC"}
@@ -0,0 +1,54 @@
1
+ import { default as React } from 'react';
2
+ import { BusinessIconProps } from './types';
3
+ /** Shipping box icon */
4
+ export declare const ShippingBoxIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
5
+ /** Delivery truck icon */
6
+ export declare const DeliveryTruckIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
7
+ /** Express delivery icon */
8
+ export declare const ExpressDeliveryIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
9
+ /** Free shipping icon */
10
+ export declare const FreeShippingIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
11
+ /** International shipping icon */
12
+ export declare const InternationalShippingIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
13
+ /** Package tracking icon */
14
+ export declare const PackageTrackingIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
15
+ /** In transit icon */
16
+ export declare const InTransitIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
17
+ /** Out for delivery icon */
18
+ export declare const OutForDeliveryIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
19
+ /** Delivered icon */
20
+ export declare const LogisticsDeliveredIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
21
+ /** Return to sender icon */
22
+ export declare const ReturnToSenderIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
23
+ /** Supply chain icon */
24
+ export declare const SupplyChainIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
25
+ /** Supplier icon */
26
+ export declare const SupplierIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
27
+ /** Distribution center icon */
28
+ export declare const DistributionCenterIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
29
+ /** Last mile icon */
30
+ export declare const LastMileIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
31
+ /** Pallet icon */
32
+ export declare const PalletIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
33
+ /** Forklift icon */
34
+ export declare const ForkliftIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
35
+ /** Barcode scan icon */
36
+ export declare const BarcodeScanLogisticsIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
37
+ /** Pick and pack icon */
38
+ export declare const PickAndPackIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
39
+ /** Air freight icon */
40
+ export declare const AirFreightIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
41
+ /** Sea freight icon */
42
+ export declare const SeaFreightIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
43
+ /** Rail freight icon */
44
+ export declare const RailFreightIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
45
+ /** Drone delivery icon */
46
+ export declare const DroneDeliveryIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
47
+ /** Customs clearance icon */
48
+ export declare const CustomsClearanceIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
49
+ /** Bill of lading icon */
50
+ export declare const BillOfLadingIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
51
+ /** Shipping label icon */
52
+ export declare const ShippingLabelIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
53
+ export type LogisticsIconName = 'ShippingBox' | 'DeliveryTruck' | 'ExpressDelivery' | 'FreeShipping' | 'InternationalShipping' | 'PackageTracking' | 'InTransit' | 'OutForDelivery' | 'LogisticsDelivered' | 'ReturnToSender' | 'SupplyChain' | 'Supplier' | 'DistributionCenter' | 'LastMile' | 'Pallet' | 'Forklift' | 'BarcodeScanLogistics' | 'PickAndPack' | 'AirFreight' | 'SeaFreight' | 'RailFreight' | 'DroneDelivery' | 'CustomsClearance' | 'BillOfLading' | 'ShippingLabel';
54
+ //# sourceMappingURL=logistics.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logistics.d.ts","sourceRoot":"","sources":["../src/logistics.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAMjD,wBAAwB;AACxB,eAAO,MAAM,eAAe,yFAqB3B,CAAC;AAEF,0BAA0B;AAC1B,eAAO,MAAM,iBAAiB,yFA8B7B,CAAC;AAEF,4BAA4B;AAC5B,eAAO,MAAM,mBAAmB,yFA4B/B,CAAC;AAEF,yBAAyB;AACzB,eAAO,MAAM,gBAAgB,yFA+B5B,CAAC;AAEF,kCAAkC;AAClC,eAAO,MAAM,yBAAyB,yFAqCrC,CAAC;AAMF,4BAA4B;AAC5B,eAAO,MAAM,mBAAmB,yFAgC/B,CAAC;AAEF,sBAAsB;AACtB,eAAO,MAAM,aAAa,yFAgCzB,CAAC;AAEF,4BAA4B;AAC5B,eAAO,MAAM,kBAAkB,yFAiC9B,CAAC;AAEF,qBAAqB;AACrB,eAAO,MAAM,sBAAsB,yFA2BlC,CAAC;AAEF,4BAA4B;AAC5B,eAAO,MAAM,kBAAkB,yFAuB9B,CAAC;AAMF,wBAAwB;AACxB,eAAO,MAAM,eAAe,yFAmD3B,CAAC;AAEF,oBAAoB;AACpB,eAAO,MAAM,YAAY,yFA+CxB,CAAC;AAEF,+BAA+B;AAC/B,eAAO,MAAM,sBAAsB,yFAoBlC,CAAC;AAEF,qBAAqB;AACrB,eAAO,MAAM,YAAY,yFAsCxB,CAAC;AAMF,kBAAkB;AAClB,eAAO,MAAM,UAAU,yFAkDtB,CAAC;AAEF,oBAAoB;AACpB,eAAO,MAAM,YAAY,yFAqCxB,CAAC;AAEF,wBAAwB;AACxB,eAAO,MAAM,wBAAwB,yFA4BpC,CAAC;AAEF,yBAAyB;AACzB,eAAO,MAAM,eAAe,yFA2B3B,CAAC;AAMF,uBAAuB;AACvB,eAAO,MAAM,cAAc,yFAiB1B,CAAC;AAEF,uBAAuB;AACvB,eAAO,MAAM,cAAc,yFAkC1B,CAAC;AAEF,wBAAwB;AACxB,eAAO,MAAM,eAAe,yFAiD3B,CAAC;AAEF,0BAA0B;AAC1B,eAAO,MAAM,iBAAiB,yFA0B7B,CAAC;AAMF,6BAA6B;AAC7B,eAAO,MAAM,oBAAoB,yFAuChC,CAAC;AAEF,0BAA0B;AAC1B,eAAO,MAAM,gBAAgB,yFAgC5B,CAAC;AAEF,0BAA0B;AAC1B,eAAO,MAAM,iBAAiB,yFA+C7B,CAAC;AAGF,MAAM,MAAM,iBAAiB,GACzB,aAAa,GACb,eAAe,GACf,iBAAiB,GACjB,cAAc,GACd,uBAAuB,GACvB,iBAAiB,GACjB,WAAW,GACX,gBAAgB,GAChB,oBAAoB,GACpB,gBAAgB,GAChB,aAAa,GACb,UAAU,GACV,oBAAoB,GACpB,UAAU,GACV,QAAQ,GACR,UAAU,GACV,sBAAsB,GACtB,aAAa,GACb,YAAY,GACZ,YAAY,GACZ,aAAa,GACb,eAAe,GACf,kBAAkB,GAClB,cAAc,GACd,eAAe,CAAC"}
@@ -0,0 +1,60 @@
1
+ import { default as React } from 'react';
2
+ import { BusinessIconProps } from './types';
3
+ /** Billboard icon */
4
+ export declare const BillboardIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
5
+ /** Megaphone/Announcement icon */
6
+ export declare const MegaphoneIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
7
+ /** Ad icon */
8
+ export declare const AdIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
9
+ /** Banner icon */
10
+ export declare const BannerIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
11
+ /** Sponsored icon */
12
+ export declare const SponsoredIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
13
+ /** SEO icon */
14
+ export declare const SEOIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
15
+ /** SEM icon */
16
+ export declare const SEMIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
17
+ /** Content marketing icon */
18
+ export declare const ContentMarketingIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
19
+ /** Email marketing icon */
20
+ export declare const EmailMarketingIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
21
+ /** Social media marketing icon */
22
+ export declare const SocialMarketingIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
23
+ /** Influencer icon */
24
+ export declare const InfluencerIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
25
+ /** Marketing campaign icon */
26
+ export declare const MarketingCampaignIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
27
+ /** A/B testing icon */
28
+ export declare const ABTestingIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
29
+ /** Conversion icon */
30
+ export declare const ConversionIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
31
+ /** Funnel icon */
32
+ export declare const MarketingFunnelIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
33
+ /** ROI icon */
34
+ export declare const ROIIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
35
+ /** Click-through rate icon */
36
+ export declare const CTRIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
37
+ /** Impressions icon */
38
+ export declare const MarketingImpressionsIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
39
+ /** Engagement rate icon */
40
+ export declare const EngagementRateIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
41
+ /** Bounce rate icon */
42
+ export declare const BounceRateIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
43
+ /** Brand icon */
44
+ export declare const BrandIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
45
+ /** Logo design icon */
46
+ export declare const LogoDesignIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
47
+ /** Brand awareness icon */
48
+ export declare const BrandAwarenessIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
49
+ /** Rebranding icon */
50
+ export declare const RebrandingIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
51
+ /** Promotion icon */
52
+ export declare const PromotionIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
53
+ /** Flash sale icon */
54
+ export declare const FlashSaleIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
55
+ /** Coupon icon */
56
+ export declare const CouponIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
57
+ /** Giveaway icon */
58
+ export declare const GiveawayIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
59
+ export type MarketingIconName = 'Billboard' | 'Megaphone' | 'Ad' | 'Banner' | 'Sponsored' | 'SEO' | 'SEM' | 'ContentMarketing' | 'EmailMarketing' | 'SocialMarketing' | 'Influencer' | 'MarketingCampaign' | 'ABTesting' | 'Conversion' | 'MarketingFunnel' | 'ROI' | 'CTR' | 'MarketingImpressions' | 'EngagementRate' | 'BounceRate' | 'Brand' | 'LogoDesign' | 'BrandAwareness' | 'Rebranding' | 'Promotion' | 'FlashSale' | 'Coupon' | 'Giveaway';
60
+ //# sourceMappingURL=marketing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"marketing.d.ts","sourceRoot":"","sources":["../src/marketing.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,aAAa,yFA4BzB,CAAC;AAEF,kCAAkC;AAClC,eAAO,MAAM,aAAa,yFAqBzB,CAAC;AAEF,cAAc;AACd,eAAO,MAAM,MAAM,yFA0BlB,CAAC;AAEF,kBAAkB;AAClB,eAAO,MAAM,UAAU,yFAkBtB,CAAC;AAEF,qBAAqB;AACrB,eAAO,MAAM,aAAa,yFAyBzB,CAAC;AAMF,eAAe;AACf,eAAO,MAAM,OAAO,yFAUnB,CAAC;AAEF,eAAe;AACf,eAAO,MAAM,OAAO,yFA6BnB,CAAC;AAEF,6BAA6B;AAC7B,eAAO,MAAM,oBAAoB,yFAmChC,CAAC;AAEF,2BAA2B;AAC3B,eAAO,MAAM,kBAAkB,yFA0B9B,CAAC;AAEF,kCAAkC;AAClC,eAAO,MAAM,mBAAmB,yFAyC/B,CAAC;AAEF,sBAAsB;AACtB,eAAO,MAAM,cAAc,yFAiC1B,CAAC;AAMF,8BAA8B;AAC9B,eAAO,MAAM,qBAAqB,yFAgBjC,CAAC;AAEF,uBAAuB;AACvB,eAAO,MAAM,aAAa,yFAkDzB,CAAC;AAEF,sBAAsB;AACtB,eAAO,MAAM,cAAc,yFAwB1B,CAAC;AAEF,kBAAkB;AAClB,eAAO,MAAM,mBAAmB,yFA4B/B,CAAC;AAEF,eAAe;AACf,eAAO,MAAM,OAAO,yFA2BnB,CAAC;AAMF,8BAA8B;AAC9B,eAAO,MAAM,OAAO,yFAmBnB,CAAC;AAEF,uBAAuB;AACvB,eAAO,MAAM,wBAAwB,yFAoBpC,CAAC;AAEF,2BAA2B;AAC3B,eAAO,MAAM,kBAAkB,yFAkB9B,CAAC;AAEF,uBAAuB;AACvB,eAAO,MAAM,cAAc,yFAqB1B,CAAC;AAMF,iBAAiB;AACjB,eAAO,MAAM,SAAS,yFAmBrB,CAAC;AAEF,uBAAuB;AACvB,eAAO,MAAM,cAAc,yFAqB1B,CAAC;AAEF,2BAA2B;AAC3B,eAAO,MAAM,kBAAkB,yFAoB9B,CAAC;AAEF,sBAAsB;AACtB,eAAO,MAAM,cAAc,yFAgB1B,CAAC;AAMF,qBAAqB;AACrB,eAAO,MAAM,aAAa,yFAuBzB,CAAC;AAEF,sBAAsB;AACtB,eAAO,MAAM,aAAa,yFAmBzB,CAAC;AAEF,kBAAkB;AAClB,eAAO,MAAM,UAAU,yFAwBtB,CAAC;AAEF,oBAAoB;AACpB,eAAO,MAAM,YAAY,yFA0BxB,CAAC;AAGF,MAAM,MAAM,iBAAiB,GACzB,WAAW,GACX,WAAW,GACX,IAAI,GACJ,QAAQ,GACR,WAAW,GACX,KAAK,GACL,KAAK,GACL,kBAAkB,GAClB,gBAAgB,GAChB,iBAAiB,GACjB,YAAY,GACZ,mBAAmB,GACnB,WAAW,GACX,YAAY,GACZ,iBAAiB,GACjB,KAAK,GACL,KAAK,GACL,sBAAsB,GACtB,gBAAgB,GAChB,YAAY,GACZ,OAAO,GACP,YAAY,GACZ,gBAAgB,GAChB,YAAY,GACZ,WAAW,GACX,WAAW,GACX,QAAQ,GACR,UAAU,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { default as React } from 'react';
2
+ import { BusinessIconProps } from './types';
3
+ export declare const BriefcaseIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const ClipboardIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
5
+ export declare const CalendarIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
6
+ export declare const DeskIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
7
+ export declare const PrinterIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
8
+ export declare const ScannerIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
9
+ export declare const FolderIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
10
+ export declare const FileIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
11
+ export declare const DocumentIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
12
+ export declare const StampIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
13
+ export declare const PaperClipIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
14
+ export declare const StaplerIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
15
+ export declare const NotebookIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
16
+ export declare const PenIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
17
+ export declare const CoffeeIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
18
+ export declare const SurveyIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
19
+ export declare const TemplateIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
20
+ //# sourceMappingURL=office.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"office.d.ts","sourceRoot":"","sources":["../src/office.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAGjD,eAAO,MAAM,aAAa,yFAwBzB,CAAC;AAGF,eAAO,MAAM,aAAa,yFA8BzB,CAAC;AAGF,eAAO,MAAM,YAAY,yFAqCxB,CAAC;AAGF,eAAO,MAAM,QAAQ,yFA6BpB,CAAC;AAGF,eAAO,MAAM,WAAW,yFA4BvB,CAAC;AAGF,eAAO,MAAM,WAAW,yFAmCvB,CAAC;AAGF,eAAO,MAAM,UAAU,yFActB,CAAC;AAGF,eAAO,MAAM,QAAQ,yFAcpB,CAAC;AAGF,eAAO,MAAM,YAAY,yFAgBxB,CAAC;AAGF,eAAO,MAAM,SAAS,yFA6BrB,CAAC;AAGF,eAAO,MAAM,aAAa,yFAYzB,CAAC;AAGF,eAAO,MAAM,WAAW,yFAoBvB,CAAC;AAGF,eAAO,MAAM,YAAY,yFAwDxB,CAAC;AAGF,eAAO,MAAM,OAAO,yFAcnB,CAAC;AAGF,eAAO,MAAM,UAAU,yFA6BtB,CAAC;AAGF,eAAO,MAAM,UAAU,yFA8DtB,CAAC;AAGF,eAAO,MAAM,YAAY,yFAoExB,CAAC"}
@@ -0,0 +1,55 @@
1
+ /**
2
+ * @file production.tsx
3
+ * @module @nice2dev/icons-business
4
+ * @description Business Domain Icons — Production/Manufacturing category
5
+ *
6
+ * Icons for manufacturing, production, and industrial operations:
7
+ * factory, assembly-line, quality, maintenance, shift, machine,
8
+ * conveyor, robot, workstation, batch, production-order, bom, routing
9
+ */
10
+ /** Factory icon - manufacturing facility */
11
+ export declare const FactoryIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
12
+ /** Assembly Line icon - production line */
13
+ export declare const AssemblyLineIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
14
+ /** Quality Control icon - QC/QA */
15
+ export declare const QualityIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
16
+ /** Maintenance icon - machine maintenance */
17
+ export declare const MaintenanceIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
18
+ /** Shift icon - work shift/schedule */
19
+ export declare const ShiftIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
20
+ /** Machine icon - industrial machine */
21
+ export declare const MachineIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
22
+ /** Conveyor icon - conveyor system */
23
+ export declare const ConveyorIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
24
+ /** Robot icon - industrial robot */
25
+ export declare const RobotIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
26
+ /** Workstation icon - operator workstation */
27
+ export declare const WorkstationIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
28
+ /** Batch icon - production batch */
29
+ export declare const BatchIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
30
+ /** Production Order icon - manufacturing order */
31
+ export declare const ProductionOrderIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
32
+ /** BOM icon - Bill of Materials */
33
+ export declare const BOMIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
34
+ /** Routing icon - production routing/process */
35
+ export declare const RoutingIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
36
+ /** Capacity icon - production capacity */
37
+ export declare const CapacityIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
38
+ export declare const productionIcons: {
39
+ readonly FactoryIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
40
+ readonly AssemblyLineIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
41
+ readonly QualityIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
42
+ readonly MaintenanceIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
43
+ readonly ShiftIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
44
+ readonly MachineIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
45
+ readonly ConveyorIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
46
+ readonly RobotIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
47
+ readonly WorkstationIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
48
+ readonly BatchIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
49
+ readonly ProductionOrderIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
50
+ readonly BOMIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
51
+ readonly RoutingIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
52
+ readonly CapacityIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
53
+ };
54
+ export type ProductionIconName = keyof typeof productionIcons;
55
+ //# sourceMappingURL=production.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"production.d.ts","sourceRoot":"","sources":["../src/production.tsx"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAQH,4CAA4C;AAC5C,eAAO,MAAM,WAAW,+HAyBtB,CAAC;AAEH,2CAA2C;AAC3C,eAAO,MAAM,gBAAgB,+HA+C3B,CAAC;AAEH,mCAAmC;AACnC,eAAO,MAAM,WAAW,+HAoDtB,CAAC;AAEH,6CAA6C;AAC7C,eAAO,MAAM,eAAe,+HAwB1B,CAAC;AAEH,uCAAuC;AACvC,eAAO,MAAM,SAAS,+HAiEpB,CAAC;AAMH,wCAAwC;AACxC,eAAO,MAAM,WAAW,+HA2BtB,CAAC;AAEH,sCAAsC;AACtC,eAAO,MAAM,YAAY,+HA0BvB,CAAC;AAEH,oCAAoC;AACpC,eAAO,MAAM,SAAS,+HA4CpB,CAAC;AAEH,8CAA8C;AAC9C,eAAO,MAAM,eAAe,+HAsB1B,CAAC;AAMH,oCAAoC;AACpC,eAAO,MAAM,SAAS,+HAwBpB,CAAC;AAEH,kDAAkD;AAClD,eAAO,MAAM,mBAAmB,+HA4C9B,CAAC;AAEH,mCAAmC;AACnC,eAAO,MAAM,OAAO,+HAoClB,CAAC;AAEH,gDAAgD;AAChD,eAAO,MAAM,WAAW,+HA6DtB,CAAC;AAEH,0CAA0C;AAC1C,eAAO,MAAM,YAAY,+HAgDvB,CAAC;AAMH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;CAelB,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,MAAM,OAAO,eAAe,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { default as React } from 'react';
2
+ import { BusinessIconProps } from './types';
3
+ export declare const KanbanIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const TimelineIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
5
+ export declare const MilestoneIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
6
+ export declare const SprintIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
7
+ export declare const BacklogIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
8
+ export declare const TaskIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
9
+ export declare const DeadlineIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
10
+ export declare const ProgressIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
11
+ export declare const RoadmapIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
12
+ export declare const GanttIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
13
+ export declare const AgileIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
14
+ export declare const ScrumIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
15
+ export declare const PlanningIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
16
+ export declare const RetrospectiveIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
17
+ export declare const VelocityIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
18
+ //# sourceMappingURL=project.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"project.d.ts","sourceRoot":"","sources":["../src/project.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAGjD,eAAO,MAAM,UAAU,yFAuCtB,CAAC;AAGF,eAAO,MAAM,YAAY,yFAkCxB,CAAC;AAGF,eAAO,MAAM,aAAa,yFAezB,CAAC;AAGF,eAAO,MAAM,UAAU,yFAuBtB,CAAC;AAGF,eAAO,MAAM,WAAW,yFAsCvB,CAAC;AAGF,eAAO,MAAM,QAAQ,yFAyBpB,CAAC;AAGF,eAAO,MAAM,YAAY,yFA0BxB,CAAC;AAGF,eAAO,MAAM,YAAY,yFAkBxB,CAAC;AAGF,eAAO,MAAM,WAAW,yFAqEvB,CAAC;AAGF,eAAO,MAAM,SAAS,yFAsCrB,CAAC;AAGF,eAAO,MAAM,SAAS,yFA6BrB,CAAC;AAGF,eAAO,MAAM,SAAS,yFAkDrB,CAAC;AAGF,eAAO,MAAM,YAAY,yFA2BxB,CAAC;AAGF,eAAO,MAAM,iBAAiB,yFAwB7B,CAAC;AAGF,eAAO,MAAM,YAAY,yFAgBxB,CAAC"}
@@ -0,0 +1,52 @@
1
+ /**
2
+ * @file purchasing.tsx
3
+ * @module @nice2dev/icons-business
4
+ * @description Business Domain Icons — Purchasing/Procurement category
5
+ *
6
+ * Icons for purchasing and procurement operations:
7
+ * requisition, purchase-order, supplier, rfq, receiving, vendor,
8
+ * approval, po, procurement, sourcing, bidding, contract
9
+ */
10
+ /** Requisition icon - purchase requisition */
11
+ export declare const RequisitionIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
12
+ /** Purchase Order icon - PO document */
13
+ export declare const PurchaseOrderIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
14
+ /** RFQ icon - Request for Quote */
15
+ export declare const RFQIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
16
+ /** Supplier icon - supplier/vendor */
17
+ export declare const SupplierIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
18
+ /** Vendor icon - vendor management */
19
+ export declare const VendorIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
20
+ /** Sourcing icon - strategic sourcing */
21
+ export declare const SourcingIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
22
+ /** Approval icon - purchase approval */
23
+ export declare const ApprovalIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
24
+ /** Receiving icon - goods receiving */
25
+ export declare const GoodsReceivingIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
26
+ /** Bidding icon - competitive bidding */
27
+ export declare const BiddingIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
28
+ /** Contract (Purchasing) icon - procurement contract */
29
+ export declare const ProcurementContractIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
30
+ /** Compare icon - vendor/price comparison */
31
+ export declare const CompareIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
32
+ /** Savings icon - cost savings */
33
+ export declare const SavingsIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
34
+ /** Spend icon - spend analysis */
35
+ export declare const SpendIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
36
+ export declare const purchasingIcons: {
37
+ readonly RequisitionIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
38
+ readonly PurchaseOrderIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
39
+ readonly RFQIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
40
+ readonly SupplierIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
41
+ readonly VendorIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
42
+ readonly SourcingIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
43
+ readonly ApprovalIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
44
+ readonly GoodsReceivingIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
45
+ readonly BiddingIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
46
+ readonly ProcurementContractIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
47
+ readonly CompareIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
48
+ readonly SavingsIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
49
+ readonly SpendIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
50
+ };
51
+ export type PurchasingIconName = keyof typeof purchasingIcons;
52
+ //# sourceMappingURL=purchasing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"purchasing.d.ts","sourceRoot":"","sources":["../src/purchasing.tsx"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAQH,8CAA8C;AAC9C,eAAO,MAAM,eAAe,+HAqD1B,CAAC;AAEH,wCAAwC;AACxC,eAAO,MAAM,iBAAiB,+HA2B5B,CAAC;AAEH,mCAAmC;AACnC,eAAO,MAAM,OAAO,+HAgDlB,CAAC;AAMH,sCAAsC;AACtC,eAAO,MAAM,YAAY,+HA8BvB,CAAC;AAEH,sCAAsC;AACtC,eAAO,MAAM,UAAU,+HAoBrB,CAAC;AAEH,yCAAyC;AACzC,eAAO,MAAM,YAAY,+HA4EvB,CAAC;AAMH,wCAAwC;AACxC,eAAO,MAAM,YAAY,+HAyCvB,CAAC;AAEH,uCAAuC;AACvC,eAAO,MAAM,kBAAkB,+HAgD7B,CAAC;AAEH,yCAAyC;AACzC,eAAO,MAAM,WAAW,+HAmDtB,CAAC;AAEH,wDAAwD;AACxD,eAAO,MAAM,uBAAuB,+HAsClC,CAAC;AAMH,6CAA6C;AAC7C,eAAO,MAAM,WAAW,+HAwCtB,CAAC;AAEH,kCAAkC;AAClC,eAAO,MAAM,WAAW,+HAqCtB,CAAC;AAEH,kCAAkC;AAClC,eAAO,MAAM,SAAS,+HA4BpB,CAAC;AAMH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;CAclB,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,MAAM,OAAO,eAAe,CAAC"}
@@ -0,0 +1,52 @@
1
+ /**
2
+ * @file sales.tsx
3
+ * @module @nice2dev/icons-business
4
+ * @description Business Domain Icons — Sales category
5
+ *
6
+ * Icons for sales operations:
7
+ * quote, order, contract, commission, territory, discount,
8
+ * pricing, negotiation, proposal, closing, forecast, target
9
+ */
10
+ /** Quote icon - sales quote/estimate */
11
+ export declare const QuoteIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
12
+ /** Order icon - sales order */
13
+ export declare const OrderIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
14
+ /** Contract icon - sales contract/agreement */
15
+ export declare const ContractIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
16
+ /** Commission icon - sales commission */
17
+ export declare const CommissionIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
18
+ /** Territory icon - sales territory */
19
+ export declare const TerritoryIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
20
+ /** Discount icon - price discount */
21
+ export declare const DiscountIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
22
+ /** Pricing icon - product pricing */
23
+ export declare const PricingIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
24
+ /** Negotiation icon - sales negotiation */
25
+ export declare const NegotiationIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
26
+ /** Proposal icon - sales proposal */
27
+ export declare const ProposalIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
28
+ /** Closing icon - deal closing */
29
+ export declare const ClosingIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
30
+ /** Forecast icon - sales forecast */
31
+ export declare const ForecastIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
32
+ /** Target icon - sales target/goal */
33
+ export declare const TargetIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
34
+ /** Upsell icon - upselling */
35
+ export declare const UpsellIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
36
+ export declare const salesIcons: {
37
+ readonly QuoteIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
38
+ readonly OrderIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
39
+ readonly ContractIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
40
+ readonly CommissionIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
41
+ readonly TerritoryIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
42
+ readonly DiscountIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
43
+ readonly PricingIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
44
+ readonly NegotiationIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
45
+ readonly ProposalIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
46
+ readonly ClosingIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
47
+ readonly ForecastIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
48
+ readonly TargetIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
49
+ readonly UpsellIcon: import('react').ForwardRefExoticComponent<import('./types').BusinessIconProps & import('react').RefAttributes<SVGSVGElement>>;
50
+ };
51
+ export type SalesIconName = keyof typeof salesIcons;
52
+ //# sourceMappingURL=sales.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sales.d.ts","sourceRoot":"","sources":["../src/sales.tsx"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAQH,wCAAwC;AACxC,eAAO,MAAM,SAAS,+HA8BpB,CAAC;AAEH,+BAA+B;AAC/B,eAAO,MAAM,SAAS,+HA6BpB,CAAC;AAEH,+CAA+C;AAC/C,eAAO,MAAM,YAAY,+HAiCvB,CAAC;AAMH,yCAAyC;AACzC,eAAO,MAAM,cAAc,+HA+BzB,CAAC;AAEH,uCAAuC;AACvC,eAAO,MAAM,aAAa,+HAuBxB,CAAC;AAEH,qCAAqC;AACrC,eAAO,MAAM,YAAY,+HAwCvB,CAAC;AAEH,qCAAqC;AACrC,eAAO,MAAM,WAAW,+HAyBtB,CAAC;AAMH,2CAA2C;AAC3C,eAAO,MAAM,eAAe,+HAsB1B,CAAC;AAEH,qCAAqC;AACrC,eAAO,MAAM,YAAY,+HAkCvB,CAAC;AAEH,kCAAkC;AAClC,eAAO,MAAM,WAAW,+HAoCtB,CAAC;AAEH,qCAAqC;AACrC,eAAO,MAAM,YAAY,+HA4CvB,CAAC;AAEH,sCAAsC;AACtC,eAAO,MAAM,UAAU,+HAoErB,CAAC;AAEH,8BAA8B;AAC9B,eAAO,MAAM,UAAU,+HAiDrB,CAAC;AAMH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;CAcb,CAAC;AAEX,MAAM,MAAM,aAAa,GAAG,MAAM,OAAO,UAAU,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { default as React } from 'react';
2
+ import { BusinessIconProps } from './types';
3
+ /** Construction icon - crane/helmet/building site */
4
+ export declare const ConstructionIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
5
+ /** Field service icon - technician with toolbox/van */
6
+ export declare const FieldServiceIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
7
+ /** Government icon - government building with columns */
8
+ export declare const GovernmentIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
9
+ /** NGO icon - helping hands with heart */
10
+ export declare const NGOIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
11
+ //# sourceMappingURL=sectors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sectors.d.ts","sourceRoot":"","sources":["../src/sectors.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAMjD,qDAAqD;AACrD,eAAO,MAAM,gBAAgB,yFA2C5B,CAAC;AAMF,uDAAuD;AACvD,eAAO,MAAM,gBAAgB,yFAyD5B,CAAC;AAMF,yDAAyD;AACzD,eAAO,MAAM,cAAc,yFA6B1B,CAAC;AAMF,0CAA0C;AAC1C,eAAO,MAAM,OAAO,yFA8BnB,CAAC"}
@@ -0,0 +1,50 @@
1
+ import { default as React } from 'react';
2
+ import { BusinessIconProps } from './types';
3
+ /** Seed funding icon */
4
+ export declare const SeedFundingIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
5
+ /** Series A icon */
6
+ export declare const SeriesAIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
7
+ /** Venture capital icon */
8
+ export declare const VentureCapitalIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
9
+ /** Angel investor icon */
10
+ export declare const AngelInvestorIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
11
+ /** Crowdfunding icon */
12
+ export declare const CrowdfundingIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
13
+ /** Valuation icon */
14
+ export declare const ValuationIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
15
+ /** MVP icon */
16
+ export declare const MVPIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
17
+ /** Product-market fit icon */
18
+ export declare const ProductMarketFitIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
19
+ /** Traction icon */
20
+ export declare const TractionIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
21
+ /** Launch icon */
22
+ export declare const LaunchIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
23
+ /** Scale icon */
24
+ export declare const ScaleIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
25
+ /** Pitch deck icon */
26
+ export declare const PitchDeckIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
27
+ /** Demo day icon */
28
+ export declare const DemoDayIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
29
+ /** Elevator pitch icon */
30
+ export declare const ElevatorPitchIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
31
+ /** Founder icon */
32
+ export declare const FounderIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
33
+ /** Co-founder icon */
34
+ export declare const CoFounderIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
35
+ /** Startup team icon */
36
+ export declare const StartupTeamIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
37
+ /** Advisor icon */
38
+ export declare const AdvisorIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
39
+ /** Business model icon */
40
+ export declare const BusinessModelIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
41
+ /** Revenue model icon */
42
+ export declare const RevenueModelIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
43
+ /** Subscription model icon */
44
+ export declare const SubscriptionModelIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
45
+ /** Freemium icon */
46
+ export declare const FreemiumIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
47
+ /** Pivot icon */
48
+ export declare const StartupPivotIcon: React.ForwardRefExoticComponent<BusinessIconProps & React.RefAttributes<SVGSVGElement>>;
49
+ export type StartupIconName = 'SeedFunding' | 'SeriesA' | 'VentureCapital' | 'AngelInvestor' | 'Crowdfunding' | 'Valuation' | 'MVP' | 'ProductMarketFit' | 'Traction' | 'Launch' | 'Scale' | 'PitchDeck' | 'DemoDay' | 'ElevatorPitch' | 'Founder' | 'CoFounder' | 'StartupTeam' | 'Advisor' | 'BusinessModel' | 'RevenueModel' | 'SubscriptionModel' | 'Freemium' | 'StartupPivot';
50
+ //# sourceMappingURL=startup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"startup.d.ts","sourceRoot":"","sources":["../src/startup.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAMjD,wBAAwB;AACxB,eAAO,MAAM,eAAe,yFAuC3B,CAAC;AAEF,oBAAoB;AACpB,eAAO,MAAM,WAAW,yFA+BvB,CAAC;AAEF,2BAA2B;AAC3B,eAAO,MAAM,kBAAkB,yFAqB9B,CAAC;AAEF,0BAA0B;AAC1B,eAAO,MAAM,iBAAiB,yFA2C7B,CAAC;AAEF,wBAAwB;AACxB,eAAO,MAAM,gBAAgB,yFA+B5B,CAAC;AAEF,qBAAqB;AACrB,eAAO,MAAM,aAAa,yFAwDzB,CAAC;AAMF,eAAe;AACf,eAAO,MAAM,OAAO,yFA8BnB,CAAC;AAEF,8BAA8B;AAC9B,eAAO,MAAM,oBAAoB,yFA6ChC,CAAC;AAEF,oBAAoB;AACpB,eAAO,MAAM,YAAY,yFA8BxB,CAAC;AAEF,kBAAkB;AAClB,eAAO,MAAM,UAAU,yFA+BtB,CAAC;AAEF,iBAAiB;AACjB,eAAO,MAAM,SAAS,yFAiBrB,CAAC;AAMF,sBAAsB;AACtB,eAAO,MAAM,aAAa,yFAiDzB,CAAC;AAEF,oBAAoB;AACpB,eAAO,MAAM,WAAW,yFA0CvB,CAAC;AAEF,0BAA0B;AAC1B,eAAO,MAAM,iBAAiB,yFAsC7B,CAAC;AAMF,mBAAmB;AACnB,eAAO,MAAM,WAAW,yFA4BvB,CAAC;AAEF,sBAAsB;AACtB,eAAO,MAAM,aAAa,yFAwCzB,CAAC;AAEF,wBAAwB;AACxB,eAAO,MAAM,eAAe,yFA2D3B,CAAC;AAEF,mBAAmB;AACnB,eAAO,MAAM,WAAW,yFA0BvB,CAAC;AAMF,0BAA0B;AAC1B,eAAO,MAAM,iBAAiB,yFAoD7B,CAAC;AAEF,yBAAyB;AACzB,eAAO,MAAM,gBAAgB,yFA4B5B,CAAC;AAEF,8BAA8B;AAC9B,eAAO,MAAM,qBAAqB,yFAmCjC,CAAC;AAEF,oBAAoB;AACpB,eAAO,MAAM,YAAY,yFAwCxB,CAAC;AAEF,iBAAiB;AACjB,eAAO,MAAM,gBAAgB,yFAuB5B,CAAC;AAGF,MAAM,MAAM,eAAe,GACvB,aAAa,GACb,SAAS,GACT,gBAAgB,GAChB,eAAe,GACf,cAAc,GACd,WAAW,GACX,KAAK,GACL,kBAAkB,GAClB,UAAU,GACV,QAAQ,GACR,OAAO,GACP,WAAW,GACX,SAAS,GACT,eAAe,GACf,SAAS,GACT,WAAW,GACX,aAAa,GACb,SAAS,GACT,eAAe,GACf,cAAc,GACd,mBAAmB,GACnB,UAAU,GACV,cAAc,CAAC"}
@@ -0,0 +1,30 @@
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
+ import { BusinessIconProps } from '../types';
3
+ declare const IconWrapper: (props: BusinessIconProps) => import("react/jsx-runtime").JSX.Element;
4
+ /**
5
+ * Business icons created with `createBusinessIcon()` accept BusinessIconProps.
6
+ * This story showcases ChartLineIcon as a representative example — all controls
7
+ * apply identically to every other icon in the library.
8
+ */
9
+ declare const meta: Meta<typeof IconWrapper>;
10
+ export default meta;
11
+ type Story = StoryObj<BusinessIconProps>;
12
+ /** Default rendering with filled variant. */
13
+ export declare const Default: Story;
14
+ /** All three rendering variants side by side. */
15
+ export declare const Variants: Story;
16
+ /** Different icon sizes from 16px to 96px. */
17
+ export declare const Sizes: Story;
18
+ /** Duotone variant with custom primary and accent colors. */
19
+ export declare const DuotoneColors: Story;
20
+ /** Icon with pulse animation. */
21
+ export declare const Animated: Story;
22
+ /** All animation types. */
23
+ export declare const AnimationTypes: Story;
24
+ /** Icon with accessible title. */
25
+ export declare const WithTitle: Story;
26
+ /** Sample icons from different business categories. */
27
+ export declare const CategorySamples: Story;
28
+ /** New icons added in version 1.0.6. */
29
+ export declare const NewIcons: Story;
30
+ //# sourceMappingURL=BusinessIcon.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BusinessIcon.stories.d.ts","sourceRoot":"","sources":["../../src/stories/BusinessIcon.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAoB5D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAGlD,QAAA,MAAM,WAAW,UAAW,iBAAiB,4CAAiC,CAAC;AAE/E;;;;GAIG;AACH,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,CAqElC,CAAC;AACF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,iBAAiB,CAAC,CAAC;AAEzC,6CAA6C;AAC7C,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC,iDAAiD;AACjD,eAAO,MAAM,QAAQ,EAAE,KAiBtB,CAAC;AAEF,8CAA8C;AAC9C,eAAO,MAAM,KAAK,EAAE,KAcnB,CAAC;AAEF,6DAA6D;AAC7D,eAAO,MAAM,aAAa,EAAE,KAO3B,CAAC;AAEF,iCAAiC;AACjC,eAAO,MAAM,QAAQ,EAAE,KAOtB,CAAC;AAEF,2BAA2B;AAC3B,eAAO,MAAM,cAAc,EAAE,KAwB5B,CAAC;AAEF,kCAAkC;AAClC,eAAO,MAAM,SAAS,EAAE,KAKvB,CAAC;AAEF,uDAAuD;AACvD,eAAO,MAAM,eAAe,EAAE,KA4C7B,CAAC;AAEF,wCAAwC;AACxC,eAAO,MAAM,QAAQ,EAAE,KA6DtB,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
+ /**
3
+ * Browse all business icons organized by category.
4
+ * Click an icon to see its details in the panel below.
5
+ */
6
+ declare const meta: Meta;
7
+ export default meta;
8
+ type Story = StoryObj;
9
+ /** Complete icon gallery organized by business category. */
10
+ export declare const AllCategories: Story;
11
+ /** Icons with duotone variant. */
12
+ export declare const DuotoneGallery: Story;
13
+ /** New icons added in version 1.0.6. */
14
+ export declare const NewIn106: Story;
15
+ //# sourceMappingURL=IconGallery.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconGallery.stories.d.ts","sourceRoot":"","sources":["../../src/stories/IconGallery.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AA8Z5D;;;GAGG;AACH,QAAA,MAAM,IAAI,EAAE,IAGX,CAAC;AACF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC;AAEtB,4DAA4D;AAC5D,eAAO,MAAM,aAAa,EAAE,KAgE3B,CAAC;AAEF,kCAAkC;AAClC,eAAO,MAAM,cAAc,EAAE,KAuC5B,CAAC;AAEF,wCAAwC;AACxC,eAAO,MAAM,QAAQ,EAAE,KA6FtB,CAAC"}