@nice2dev/icons-life 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 (66) hide show
  1. package/README.md +182 -0
  2. package/dist/createLifeIcon-BAJdO67Z.cjs +134 -0
  3. package/dist/createLifeIcon-BAJdO67Z.cjs.map +1 -0
  4. package/dist/createLifeIcon-BjwgNM6z.js +135 -0
  5. package/dist/createLifeIcon-BjwgNM6z.js.map +1 -0
  6. package/dist/createLifeIcon.d.ts +11 -0
  7. package/dist/createLifeIcon.d.ts.map +1 -0
  8. package/dist/family.d.ts +53 -0
  9. package/dist/family.d.ts.map +1 -0
  10. package/dist/finance-CY9lsJ72.cjs +496 -0
  11. package/dist/finance-CY9lsJ72.cjs.map +1 -0
  12. package/dist/finance-CeKDD16o.js +497 -0
  13. package/dist/finance-CeKDD16o.js.map +1 -0
  14. package/dist/finance.cjs +21 -0
  15. package/dist/finance.cjs.map +1 -0
  16. package/dist/finance.d.ts +18 -0
  17. package/dist/finance.d.ts.map +1 -0
  18. package/dist/finance.js +21 -0
  19. package/dist/finance.js.map +1 -0
  20. package/dist/health-C45FWWY6.cjs +531 -0
  21. package/dist/health-C45FWWY6.cjs.map +1 -0
  22. package/dist/health-DslCiA58.js +532 -0
  23. package/dist/health-DslCiA58.js.map +1 -0
  24. package/dist/health.cjs +21 -0
  25. package/dist/health.cjs.map +1 -0
  26. package/dist/health.d.ts +18 -0
  27. package/dist/health.d.ts.map +1 -0
  28. package/dist/health.js +21 -0
  29. package/dist/health.js.map +1 -0
  30. package/dist/hobbies.d.ts +49 -0
  31. package/dist/hobbies.d.ts.map +1 -0
  32. package/dist/home-DIQE0xSu.js +541 -0
  33. package/dist/home-DIQE0xSu.js.map +1 -0
  34. package/dist/home-M8Wx9F25.cjs +540 -0
  35. package/dist/home-M8Wx9F25.cjs.map +1 -0
  36. package/dist/home.cjs +21 -0
  37. package/dist/home.cjs.map +1 -0
  38. package/dist/home.d.ts +18 -0
  39. package/dist/home.d.ts.map +1 -0
  40. package/dist/home.js +21 -0
  41. package/dist/home.js.map +1 -0
  42. package/dist/index.cjs +7223 -0
  43. package/dist/index.cjs.map +1 -0
  44. package/dist/index.d.ts +640 -0
  45. package/dist/index.d.ts.map +1 -0
  46. package/dist/index.js +7227 -0
  47. package/dist/index.js.map +1 -0
  48. package/dist/productivity-BK198AbT.js +512 -0
  49. package/dist/productivity-BK198AbT.js.map +1 -0
  50. package/dist/productivity-DhUOR9P4.cjs +511 -0
  51. package/dist/productivity-DhUOR9P4.cjs.map +1 -0
  52. package/dist/productivity.cjs +21 -0
  53. package/dist/productivity.cjs.map +1 -0
  54. package/dist/productivity.d.ts +18 -0
  55. package/dist/productivity.d.ts.map +1 -0
  56. package/dist/productivity.js +21 -0
  57. package/dist/productivity.js.map +1 -0
  58. package/dist/relationships.d.ts +38 -0
  59. package/dist/relationships.d.ts.map +1 -0
  60. package/dist/selfcare.d.ts +45 -0
  61. package/dist/selfcare.d.ts.map +1 -0
  62. package/dist/travel.d.ts +46 -0
  63. package/dist/travel.d.ts.map +1 -0
  64. package/dist/types.d.ts +33 -0
  65. package/dist/types.d.ts.map +1 -0
  66. package/package.json +84 -0
@@ -0,0 +1,38 @@
1
+ import { default as React } from 'react';
2
+ import { LifeIconProps } from './types';
3
+ export declare const FriendshipIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const HandshakeIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
5
+ export declare const HugIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
6
+ export declare const TrustIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
7
+ export declare const SupportIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
8
+ export declare const CoupleIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
9
+ export declare const RomanceIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
10
+ export declare const EngagementIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
11
+ export declare const WeddingRingsIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
12
+ export declare const KissIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
13
+ export declare const ConversationIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
14
+ export declare const ListeningIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
15
+ export declare const EmpathyIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
16
+ export declare const ApologyIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
17
+ export declare const ForgivenessIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
18
+ export declare const GratitudeIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
19
+ export declare const JoyIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
20
+ export declare const LoveIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
21
+ export declare const CareIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
22
+ export declare const ComfortIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
23
+ export declare const TeamIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
24
+ export declare const CommunityIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
25
+ export declare const GatheringIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
26
+ export declare const NetworkIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
27
+ export declare const MentorIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
28
+ export declare const NewbornIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
29
+ export declare const AdultIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
30
+ export declare const ElderlyIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
31
+ export declare const MemoriesIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
32
+ export declare const LegacyIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
33
+ export declare const FirstStepsIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
34
+ export declare const GrowthIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
35
+ export declare const AchievementIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
36
+ export declare const PromotionIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
37
+ export declare const RetirementIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
38
+ //# sourceMappingURL=relationships.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"relationships.d.ts","sourceRoot":"","sources":["../src/relationships.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAG7C,eAAO,MAAM,cAAc,qFAoC1B,CAAC;AAEF,eAAO,MAAM,aAAa,qFAezB,CAAC;AAEF,eAAO,MAAM,OAAO,qFAmCnB,CAAC;AAEF,eAAO,MAAM,SAAS,qFAqBrB,CAAC;AAEF,eAAO,MAAM,WAAW,qFA2BvB,CAAC;AAGF,eAAO,MAAM,UAAU,qFA6BtB,CAAC;AAEF,eAAO,MAAM,WAAW,qFAmBvB,CAAC;AAEF,eAAO,MAAM,cAAc,qFAqB1B,CAAC;AAEF,eAAO,MAAM,gBAAgB,qFAuB5B,CAAC;AAEF,eAAO,MAAM,QAAQ,qFAwBpB,CAAC;AAGF,eAAO,MAAM,gBAAgB,qFAa5B,CAAC;AAEF,eAAO,MAAM,aAAa,qFAoCzB,CAAC;AAEF,eAAO,MAAM,WAAW,qFA2BvB,CAAC;AAEF,eAAO,MAAM,WAAW,qFAiCvB,CAAC;AAEF,eAAO,MAAM,eAAe,qFAwB3B,CAAC;AAGF,eAAO,MAAM,aAAa,qFAkBzB,CAAC;AAEF,eAAO,MAAM,OAAO,qFAsBnB,CAAC;AAEF,eAAO,MAAM,QAAQ,qFAYpB,CAAC;AAEF,eAAO,MAAM,QAAQ,qFAkBpB,CAAC;AAEF,eAAO,MAAM,WAAW,qFAevB,CAAC;AAGF,eAAO,MAAM,QAAQ,qFAyCpB,CAAC;AAEF,eAAO,MAAM,aAAa,qFA4DzB,CAAC;AAEF,eAAO,MAAM,aAAa,qFAiBzB,CAAC;AAEF,eAAO,MAAM,WAAW,qFAgCvB,CAAC;AAEF,eAAO,MAAM,UAAU,qFAmCtB,CAAC;AAGF,eAAO,MAAM,WAAW,qFA0BvB,CAAC;AAEF,eAAO,MAAM,SAAS,qFAoBrB,CAAC;AAEF,eAAO,MAAM,WAAW,qFAsBvB,CAAC;AAEF,eAAO,MAAM,YAAY,qFAyBxB,CAAC;AAEF,eAAO,MAAM,UAAU,qFAsBtB,CAAC;AAGF,eAAO,MAAM,cAAc,qFAyB1B,CAAC;AAEF,eAAO,MAAM,UAAU,qFA+BtB,CAAC;AAEF,eAAO,MAAM,eAAe,qFAgB3B,CAAC;AAEF,eAAO,MAAM,aAAa,qFAwBzB,CAAC;AAEF,eAAO,MAAM,cAAc,qFA6B1B,CAAC"}
@@ -0,0 +1,45 @@
1
+ import { default as React } from 'react';
2
+ import { LifeIconProps } from './types';
3
+ export declare const MeditationIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const MindfulnessIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
5
+ export declare const BreathingIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
6
+ export declare const RelaxationIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
7
+ export declare const SleepIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
8
+ export declare const NapIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
9
+ export declare const SkincareIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
10
+ export declare const FaceMaskIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
11
+ export declare const HairCareIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
12
+ export declare const ManicureIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
13
+ export declare const MassageIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
14
+ export declare const SpaIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
15
+ export declare const ExerciseIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
16
+ export declare const StretchingIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
17
+ export declare const PilatesIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
18
+ export declare const WorkoutIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
19
+ export declare const SwimmingIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
20
+ export declare const HealthyFoodIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
21
+ export declare const SaladIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
22
+ export declare const SmoothieIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
23
+ export declare const WaterIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
24
+ export declare const VitaminsIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
25
+ export declare const TherapyIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
26
+ export declare const JournalingIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
27
+ export declare const PositivityIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
28
+ export declare const CalmIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
29
+ export declare const MoodIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
30
+ export declare const MorningRoutineIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
31
+ export declare const NightRoutineIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
32
+ export declare const BathIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
33
+ export declare const ShowerIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
34
+ export declare const ToothbrushIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
35
+ export declare const CandleIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
36
+ export declare const AromatherapyIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
37
+ export declare const HotTubIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
38
+ export declare const TeaIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
39
+ export declare const ReadingIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
40
+ export declare const WorkLifeBalanceIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
41
+ export declare const BoundariesIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
42
+ export declare const SelfLoveIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
43
+ export declare const DigitalDetoxIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
44
+ export declare const GratitudeJournalIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
45
+ //# sourceMappingURL=selfcare.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"selfcare.d.ts","sourceRoot":"","sources":["../src/selfcare.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAG7C,eAAO,MAAM,cAAc,qFAuB1B,CAAC;AAEF,eAAO,MAAM,eAAe,qFA4B3B,CAAC;AAEF,eAAO,MAAM,aAAa,qFA2BzB,CAAC;AAEF,eAAO,MAAM,cAAc,qFAuB1B,CAAC;AAEF,eAAO,MAAM,SAAS,qFAwBrB,CAAC;AAEF,eAAO,MAAM,OAAO,qFA2BnB,CAAC;AAGF,eAAO,MAAM,YAAY,qFA0BxB,CAAC;AAEF,eAAO,MAAM,YAAY,qFA0BxB,CAAC;AAEF,eAAO,MAAM,YAAY,qFAwBxB,CAAC;AAEF,eAAO,MAAM,YAAY,qFAuBxB,CAAC;AAEF,eAAO,MAAM,WAAW,qFA2BvB,CAAC;AAEF,eAAO,MAAM,OAAO,qFAcnB,CAAC;AAGF,eAAO,MAAM,YAAY,qFAuBxB,CAAC;AAEF,eAAO,MAAM,cAAc,qFAuB1B,CAAC;AAEF,eAAO,MAAM,WAAW,qFAuBvB,CAAC;AAEF,eAAO,MAAM,WAAW,qFAoCvB,CAAC;AAEF,eAAO,MAAM,YAAY,qFAmCxB,CAAC;AAGF,eAAO,MAAM,eAAe,qFAiC3B,CAAC;AAEF,eAAO,MAAM,SAAS,qFAwBrB,CAAC;AAEF,eAAO,MAAM,YAAY,qFAyBxB,CAAC;AAEF,eAAO,MAAM,SAAS,qFAmBrB,CAAC;AAEF,eAAO,MAAM,YAAY,qFA8BxB,CAAC;AAGF,eAAO,MAAM,WAAW,qFAkBvB,CAAC;AAEF,eAAO,MAAM,cAAc,qFAkB1B,CAAC;AAEF,eAAO,MAAM,cAAc,qFAwB1B,CAAC;AAEF,eAAO,MAAM,QAAQ,qFAmBpB,CAAC;AAEF,eAAO,MAAM,QAAQ,qFAgBpB,CAAC;AAGF,eAAO,MAAM,kBAAkB,qFA0B9B,CAAC;AAEF,eAAO,MAAM,gBAAgB,qFAe5B,CAAC;AAEF,eAAO,MAAM,QAAQ,qFAgBpB,CAAC;AAEF,eAAO,MAAM,UAAU,qFAsBtB,CAAC;AAEF,eAAO,MAAM,cAAc,qFAuB1B,CAAC;AAGF,eAAO,MAAM,UAAU,qFAuBtB,CAAC;AAEF,eAAO,MAAM,gBAAgB,qFA4B5B,CAAC;AAEF,eAAO,MAAM,UAAU,qFAwBtB,CAAC;AAEF,eAAO,MAAM,OAAO,qFAmBnB,CAAC;AAEF,eAAO,MAAM,WAAW,qFAmBvB,CAAC;AAGF,eAAO,MAAM,mBAAmB,qFA8B/B,CAAC;AAEF,eAAO,MAAM,cAAc,qFAmB1B,CAAC;AAEF,eAAO,MAAM,YAAY,qFAkBxB,CAAC;AAEF,eAAO,MAAM,gBAAgB,qFAuB5B,CAAC;AAEF,eAAO,MAAM,oBAAoB,qFAmBhC,CAAC"}
@@ -0,0 +1,46 @@
1
+ import { default as React } from 'react';
2
+ import { LifeIconProps } from './types';
3
+ export declare const AirplaneIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const CarIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
5
+ export declare const TrainIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
6
+ export declare const BusIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
7
+ export declare const ShipIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
8
+ export declare const BikeIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
9
+ export declare const TaxiIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
10
+ export declare const MotorcycleIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
11
+ export declare const SuitcaseIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
12
+ export declare const BackpackIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
13
+ export declare const DuffelBagIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
14
+ export declare const LuggageTagIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
15
+ export declare const MapIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
16
+ export declare const CompassIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
17
+ export declare const GlobeIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
18
+ export declare const PinIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
19
+ export declare const RouteIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
20
+ export declare const HotelIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
21
+ export declare const TentIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
22
+ export declare const CabinIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
23
+ export declare const ResortIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
24
+ export declare const HostelIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
25
+ export declare const BeachIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
26
+ export declare const UmbrellaIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
27
+ export declare const SunglassesIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
28
+ export declare const FlipFlopsIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
29
+ export declare const SwimwearIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
30
+ export declare const SunscreenIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
31
+ export declare const HikingIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
32
+ export declare const SkiingIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
33
+ export declare const ScubaDivingIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
34
+ export declare const SurfingIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
35
+ export declare const SightseeingIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
36
+ export declare const PassportIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
37
+ export declare const VisaIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
38
+ export declare const TicketIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
39
+ export declare const CurrencyIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
40
+ export declare const InsuranceIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
41
+ export declare const MonumentIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
42
+ export declare const CastleIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
43
+ export declare const TempleIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
44
+ export declare const TowerIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
45
+ export declare const MountainIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
46
+ //# sourceMappingURL=travel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"travel.d.ts","sourceRoot":"","sources":["../src/travel.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAG7C,eAAO,MAAM,YAAY,qFAcxB,CAAC;AAEF,eAAO,MAAM,OAAO,qFAmCnB,CAAC;AAEF,eAAO,MAAM,SAAS,qFAoCrB,CAAC;AAEF,eAAO,MAAM,OAAO,qFAiDnB,CAAC;AAEF,eAAO,MAAM,QAAQ,qFA0BpB,CAAC;AAEF,eAAO,MAAM,QAAQ,qFA8BpB,CAAC;AAEF,eAAO,MAAM,QAAQ,qFA4CpB,CAAC;AAEF,eAAO,MAAM,cAAc,qFA8B1B,CAAC;AAGF,eAAO,MAAM,YAAY,qFAoBxB,CAAC;AAEF,eAAO,MAAM,YAAY,qFA4BxB,CAAC;AAEF,eAAO,MAAM,aAAa,qFAuBzB,CAAC;AAEF,eAAO,MAAM,cAAc,qFA2B1B,CAAC;AAGF,eAAO,MAAM,OAAO,qFAcnB,CAAC;AAEF,eAAO,MAAM,WAAW,qFAuBvB,CAAC;AAEF,eAAO,MAAM,SAAS,qFAqBrB,CAAC;AAEF,eAAO,MAAM,OAAO,qFAoBnB,CAAC;AAEF,eAAO,MAAM,SAAS,qFA6BrB,CAAC;AAGF,eAAO,MAAM,SAAS,qFAiDrB,CAAC;AAEF,eAAO,MAAM,QAAQ,qFAoBpB,CAAC;AAEF,eAAO,MAAM,SAAS,qFA8BrB,CAAC;AAEF,eAAO,MAAM,UAAU,qFAsCtB,CAAC;AAEF,eAAO,MAAM,UAAU,qFAwBtB,CAAC;AAGF,eAAO,MAAM,SAAS,qFAsBrB,CAAC;AAEF,eAAO,MAAM,YAAY,qFAcxB,CAAC;AAEF,eAAO,MAAM,cAAc,qFAuB1B,CAAC;AAEF,eAAO,MAAM,aAAa,qFA6BzB,CAAC;AAEF,eAAO,MAAM,YAAY,qFAqBxB,CAAC;AAEF,eAAO,MAAM,aAAa,qFA8BzB,CAAC;AAGF,eAAO,MAAM,UAAU,qFAuBtB,CAAC;AAEF,eAAO,MAAM,UAAU,qFAuBtB,CAAC;AAEF,eAAO,MAAM,eAAe,qFA2B3B,CAAC;AAEF,eAAO,MAAM,WAAW,qFAsBvB,CAAC;AAEF,eAAO,MAAM,eAAe,qFAwB3B,CAAC;AAGF,eAAO,MAAM,YAAY,qFA8BxB,CAAC;AAEF,eAAO,MAAM,QAAQ,qFAyBpB,CAAC;AAEF,eAAO,MAAM,UAAU,qFAatB,CAAC;AAEF,eAAO,MAAM,YAAY,qFAqBxB,CAAC;AAEF,eAAO,MAAM,aAAa,qFAoBzB,CAAC;AAGF,eAAO,MAAM,YAAY,qFAqBxB,CAAC;AAEF,eAAO,MAAM,UAAU,qFAuBtB,CAAC;AAEF,eAAO,MAAM,UAAU,qFAyBtB,CAAC;AAEF,eAAO,MAAM,SAAS,qFAerB,CAAC;AAEF,eAAO,MAAM,YAAY,qFAwBxB,CAAC"}
@@ -0,0 +1,33 @@
1
+ import { CSSProperties } from 'react';
2
+ /** Animation types for life icons */
3
+ export type LifeIconAnimation = 'pulse' | 'grow' | 'shake' | 'spin' | 'bounce' | 'fade' | 'flip' | 'slide' | 'glow';
4
+ /** Icon rendering variants */
5
+ export type LifeIconVariant = 'filled' | 'outlined' | 'duotone';
6
+ /** Props for life icons */
7
+ export interface LifeIconProps {
8
+ /** Icon size in pixels */
9
+ size?: number;
10
+ /** Primary color */
11
+ color?: string;
12
+ /** Secondary/accent color for duotone variant */
13
+ accentColor?: string;
14
+ /** Icon style variant */
15
+ variant?: LifeIconVariant;
16
+ /** Animation type */
17
+ animation?: LifeIconAnimation;
18
+ /** Additional CSS class */
19
+ className?: string;
20
+ /** Inline styles */
21
+ style?: CSSProperties;
22
+ /** Accessibility label */
23
+ 'aria-label'?: string;
24
+ }
25
+ /** Health icon names */
26
+ export type HealthIconName = 'Heart' | 'Heartbeat' | 'Stethoscope' | 'Pills' | 'Syringe' | 'Bandage' | 'Hospital' | 'Ambulance' | 'Doctor' | 'Dna' | 'Brain' | 'Lungs' | 'Dumbbell' | 'Yoga' | 'Running';
27
+ /** Finance icon names */
28
+ export type FinanceIconName = 'Wallet' | 'CreditCard' | 'BankNote' | 'Coins' | 'PiggyBank' | 'Bank' | 'Chart' | 'TrendingUp' | 'TrendingDown' | 'Calculator' | 'Receipt' | 'Invoice' | 'Safe' | 'Bitcoin' | 'Exchange';
29
+ /** Home icon names */
30
+ export type HomeIconName = 'House' | 'Building' | 'Door' | 'Key' | 'Bed' | 'Sofa' | 'Lamp' | 'Kitchen' | 'Bathtub' | 'Garage' | 'Garden' | 'Fence' | 'AirConditioner' | 'Heater' | 'Wifi';
31
+ /** Productivity icon names */
32
+ export type ProductivityIconName = 'Calendar' | 'Clock' | 'Alarm' | 'Timer' | 'Checklist' | 'Target' | 'Trophy' | 'Flag' | 'Rocket' | 'Lightbulb' | 'Bookmark' | 'Clipboard' | 'Kanban' | 'Gantt' | 'Pomodoro';
33
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,qCAAqC;AACrC,MAAM,MAAM,iBAAiB,GACzB,OAAO,GACP,MAAM,GACN,OAAO,GACP,MAAM,GACN,QAAQ,GACR,MAAM,GACN,MAAM,GACN,OAAO,GACP,MAAM,CAAC;AAEX,8BAA8B;AAC9B,MAAM,MAAM,eAAe,GAAG,QAAQ,GAAG,UAAU,GAAG,SAAS,CAAC;AAEhE,2BAA2B;AAC3B,MAAM,WAAW,aAAa;IAC5B,0BAA0B;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,oBAAoB;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,iDAAiD;IACjD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,yBAAyB;IACzB,OAAO,CAAC,EAAE,eAAe,CAAC;IAC1B,qBAAqB;IACrB,SAAS,CAAC,EAAE,iBAAiB,CAAC;IAC9B,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,oBAAoB;IACpB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,0BAA0B;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,wBAAwB;AACxB,MAAM,MAAM,cAAc,GACtB,OAAO,GACP,WAAW,GACX,aAAa,GACb,OAAO,GACP,SAAS,GACT,SAAS,GACT,UAAU,GACV,WAAW,GACX,QAAQ,GACR,KAAK,GACL,OAAO,GACP,OAAO,GACP,UAAU,GACV,MAAM,GACN,SAAS,CAAC;AAEd,yBAAyB;AACzB,MAAM,MAAM,eAAe,GACvB,QAAQ,GACR,YAAY,GACZ,UAAU,GACV,OAAO,GACP,WAAW,GACX,MAAM,GACN,OAAO,GACP,YAAY,GACZ,cAAc,GACd,YAAY,GACZ,SAAS,GACT,SAAS,GACT,MAAM,GACN,SAAS,GACT,UAAU,CAAC;AAEf,sBAAsB;AACtB,MAAM,MAAM,YAAY,GACpB,OAAO,GACP,UAAU,GACV,MAAM,GACN,KAAK,GACL,KAAK,GACL,MAAM,GACN,MAAM,GACN,SAAS,GACT,SAAS,GACT,QAAQ,GACR,QAAQ,GACR,OAAO,GACP,gBAAgB,GAChB,QAAQ,GACR,MAAM,CAAC;AAEX,8BAA8B;AAC9B,MAAM,MAAM,oBAAoB,GAC5B,UAAU,GACV,OAAO,GACP,OAAO,GACP,OAAO,GACP,WAAW,GACX,QAAQ,GACR,QAAQ,GACR,MAAM,GACN,QAAQ,GACR,WAAW,GACX,UAAU,GACV,WAAW,GACX,QAAQ,GACR,OAAO,GACP,UAAU,CAAC"}
package/package.json ADDED
@@ -0,0 +1,84 @@
1
+ {
2
+ "name": "@nice2dev/icons-life",
3
+ "version": "1.0.10",
4
+ "description": "Personal life icons (health, finance, home, productivity) for Nice2Dev UI",
5
+ "type": "module",
6
+ "main": "./dist/index.cjs",
7
+ "module": "./dist/index.js",
8
+ "types": "./dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "import": {
12
+ "types": "./dist/index.d.ts",
13
+ "default": "./dist/index.js"
14
+ },
15
+ "require": {
16
+ "types": "./dist/index.d.cts",
17
+ "default": "./dist/index.cjs"
18
+ }
19
+ },
20
+ "./health": {
21
+ "import": "./dist/health.js",
22
+ "require": "./dist/health.cjs"
23
+ },
24
+ "./finance": {
25
+ "import": "./dist/finance.js",
26
+ "require": "./dist/finance.cjs"
27
+ },
28
+ "./home": {
29
+ "import": "./dist/home.js",
30
+ "require": "./dist/home.cjs"
31
+ },
32
+ "./productivity": {
33
+ "import": "./dist/productivity.js",
34
+ "require": "./dist/productivity.cjs"
35
+ }
36
+ },
37
+ "sideEffects": false,
38
+ "files": [
39
+ "dist",
40
+ "README.md"
41
+ ],
42
+ "scripts": {
43
+ "build": "tsc -p tsconfig.build.json && vite build",
44
+ "test": "vitest run --passWithNoTests",
45
+ "test:watch": "vitest",
46
+ "lint": "eslint src --ext .ts,.tsx",
47
+ "typecheck": "tsc --noEmit"
48
+ },
49
+ "peerDependencies": {
50
+ "react": "^18.0.0 || ^19.0.0",
51
+ "react-dom": "^18.0.0 || ^19.0.0"
52
+ },
53
+ "devDependencies": {
54
+ "@testing-library/react": "^16.0.0",
55
+ "@types/react": "^19.0.0",
56
+ "@types/react-dom": "^19.0.0",
57
+ "@vitejs/plugin-react": "^4.7.0",
58
+ "jsdom": "^26.0.0",
59
+ "react": "^19.0.0",
60
+ "react-dom": "^19.0.0",
61
+ "typescript": "^5.5.0",
62
+ "vite": "^6.0.0",
63
+ "vite-plugin-dts": "^4.0.0",
64
+ "vitest": "^2.0.0"
65
+ },
66
+ "keywords": [
67
+ "icons",
68
+ "react",
69
+ "health",
70
+ "fitness",
71
+ "finance",
72
+ "money",
73
+ "home",
74
+ "productivity",
75
+ "lifestyle",
76
+ "nice2dev"
77
+ ],
78
+ "repository": {
79
+ "type": "git",
80
+ "url": "https://github.com/niceto-dev/nice2dev-ui.git",
81
+ "directory": "packages/icons-life"
82
+ },
83
+ "license": "MIT"
84
+ }