@nice2dev/icons-science 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 +195 -0
  2. package/dist/astronomy-BMSJypTh.mjs +119 -0
  3. package/dist/astronomy-BMSJypTh.mjs.map +1 -0
  4. package/dist/astronomy-D58mLl6D.js +118 -0
  5. package/dist/astronomy-D58mLl6D.js.map +1 -0
  6. package/dist/astronomy.cjs +21 -0
  7. package/dist/astronomy.cjs.map +1 -0
  8. package/dist/astronomy.d.ts +36 -0
  9. package/dist/astronomy.d.ts.map +1 -0
  10. package/dist/astronomy.mjs +21 -0
  11. package/dist/astronomy.mjs.map +1 -0
  12. package/dist/biology-JdWVaACU.mjs +114 -0
  13. package/dist/biology-JdWVaACU.mjs.map +1 -0
  14. package/dist/biology-a0UpidDX.js +113 -0
  15. package/dist/biology-a0UpidDX.js.map +1 -0
  16. package/dist/biology.cjs +21 -0
  17. package/dist/biology.cjs.map +1 -0
  18. package/dist/biology.d.ts +36 -0
  19. package/dist/biology.d.ts.map +1 -0
  20. package/dist/biology.mjs +21 -0
  21. package/dist/biology.mjs.map +1 -0
  22. package/dist/chemistry-DP_rXyz8.js +113 -0
  23. package/dist/chemistry-DP_rXyz8.js.map +1 -0
  24. package/dist/chemistry-DVdMsLTf.mjs +114 -0
  25. package/dist/chemistry-DVdMsLTf.mjs.map +1 -0
  26. package/dist/chemistry.cjs +21 -0
  27. package/dist/chemistry.cjs.map +1 -0
  28. package/dist/chemistry.d.ts +36 -0
  29. package/dist/chemistry.d.ts.map +1 -0
  30. package/dist/chemistry.mjs +21 -0
  31. package/dist/chemistry.mjs.map +1 -0
  32. package/dist/createScienceIcon-Bcme4rfw.mjs +196 -0
  33. package/dist/createScienceIcon-Bcme4rfw.mjs.map +1 -0
  34. package/dist/createScienceIcon-wxU6ZWtM.js +195 -0
  35. package/dist/createScienceIcon-wxU6ZWtM.js.map +1 -0
  36. package/dist/createScienceIcon.d.ts +11 -0
  37. package/dist/createScienceIcon.d.ts.map +1 -0
  38. package/dist/index.cjs +113 -0
  39. package/dist/index.cjs.map +1 -0
  40. package/dist/index.d.ts +118 -0
  41. package/dist/index.d.ts.map +1 -0
  42. package/dist/index.mjs +118 -0
  43. package/dist/index.mjs.map +1 -0
  44. package/dist/lab-CmV8bVAs.mjs +117 -0
  45. package/dist/lab-CmV8bVAs.mjs.map +1 -0
  46. package/dist/lab-DbkQ_T25.js +116 -0
  47. package/dist/lab-DbkQ_T25.js.map +1 -0
  48. package/dist/lab.cjs +21 -0
  49. package/dist/lab.cjs.map +1 -0
  50. package/dist/lab.d.ts +36 -0
  51. package/dist/lab.d.ts.map +1 -0
  52. package/dist/lab.mjs +21 -0
  53. package/dist/lab.mjs.map +1 -0
  54. package/dist/physics-Ba21OU_7.mjs +99 -0
  55. package/dist/physics-Ba21OU_7.mjs.map +1 -0
  56. package/dist/physics-DDvFIOmh.js +98 -0
  57. package/dist/physics-DDvFIOmh.js.map +1 -0
  58. package/dist/physics.cjs +21 -0
  59. package/dist/physics.cjs.map +1 -0
  60. package/dist/physics.d.ts +36 -0
  61. package/dist/physics.d.ts.map +1 -0
  62. package/dist/physics.mjs +21 -0
  63. package/dist/physics.mjs.map +1 -0
  64. package/dist/types.d.ts +59 -0
  65. package/dist/types.d.ts.map +1 -0
  66. package/package.json +82 -0
@@ -0,0 +1,99 @@
1
+ import { c as createScienceIcon } from "./createScienceIcon-Bcme4rfw.mjs";
2
+ const Magnet = createScienceIcon(
3
+ "Magnet",
4
+ "M6 4v8a6 6 0 0 0 12 0V4m-12 0h3v8a3 3 0 0 0 6 0V4h3M6 8h3m6 0h3"
5
+ );
6
+ const Lens = createScienceIcon(
7
+ "Lens",
8
+ "M12 4c-2 0-4 4-4 8s2 8 4 8 4-4 4-8-2-8-4-8zM4 12h4m8 0h4"
9
+ );
10
+ const Circuit = createScienceIcon(
11
+ "Circuit",
12
+ "M4 12h4m0 0V8h8v4m0 0h4M8 12v4h8v-4m-4-4v-4m0 16v-4"
13
+ );
14
+ const Wave = createScienceIcon("Wave", "M2 12c2-4 4-4 6 0s4 4 6 0 4-4 6 0 4 4 6 0");
15
+ const Particle = createScienceIcon(
16
+ "Particle",
17
+ "M12 12m-3 0a3 3 0 1 0 6 0 3 3 0 1 0-6 0m-5-5l2 2m8 8l2 2m0-12l-2 2m-8 8l-2 2"
18
+ );
19
+ const Force = createScienceIcon("Force", "M4 12h14m0 0l-4-4m4 4l-4 4");
20
+ const Gravity = createScienceIcon(
21
+ "Gravity",
22
+ "M12 2v14m0 0l-4-4m4 4l4-4M6 22h12m-8-4a2 2 0 1 0 4 0"
23
+ );
24
+ const Electricity = createScienceIcon("Electricity", "M13 2L4 14h7l-2 8 9-12h-7l2-8z");
25
+ const Light = createScienceIcon(
26
+ "Light",
27
+ "M12 2v4m0 12v4m-8-10H2m20 0h-4m-1.5-6.5l-3 3m9 9l-3-3M7.5 5.5l3 3m-9 9l3-3M12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"
28
+ );
29
+ const Sound = createScienceIcon("Sound", "M4 9v6m4-8v10m4-12v14m4-10v6");
30
+ const Heat = createScienceIcon(
31
+ "Heat",
32
+ "M8 16c-2 2-2 4 0 6m8-6c2 2 2 4 0 6m-4-6v6M4 12c0-4 4-8 8-8s8 4 8 8m-16 0h16"
33
+ );
34
+ const Pressure = createScienceIcon(
35
+ "Pressure",
36
+ "M12 2v20m0-20c-4 4-4 8 0 12-4-4-4-8 0-12zm0 20c4-4 4-8 0-12 4 4 4 8 0 12z"
37
+ );
38
+ const Energy = createScienceIcon(
39
+ "Energy",
40
+ "M4 4l16 16M4 20l16-16M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16z"
41
+ );
42
+ const Mass = createScienceIcon("Mass", "M6 20h12m-10-4V4h8v12m-4 0v4M8 4h8M8 8h8M8 12h8");
43
+ const Velocity = createScienceIcon("Velocity", "M4 12h12m0 0l-4-4m4 4l-4 4m8-10v12");
44
+ const physicsIcons = {
45
+ Magnet,
46
+ Lens,
47
+ Circuit,
48
+ Wave,
49
+ Particle,
50
+ Force,
51
+ Gravity,
52
+ Electricity,
53
+ Light,
54
+ Sound,
55
+ Heat,
56
+ Pressure,
57
+ Energy,
58
+ Mass,
59
+ Velocity
60
+ };
61
+ const physics = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
62
+ __proto__: null,
63
+ Circuit,
64
+ Electricity,
65
+ Energy,
66
+ Force,
67
+ Gravity,
68
+ Heat,
69
+ Lens,
70
+ Light,
71
+ Magnet,
72
+ Mass,
73
+ Particle,
74
+ Pressure,
75
+ Sound,
76
+ Velocity,
77
+ Wave,
78
+ physicsIcons
79
+ }, Symbol.toStringTag, { value: "Module" }));
80
+ export {
81
+ Circuit as C,
82
+ Electricity as E,
83
+ Force as F,
84
+ Gravity as G,
85
+ Heat as H,
86
+ Lens as L,
87
+ Magnet as M,
88
+ Particle as P,
89
+ Sound as S,
90
+ Velocity as V,
91
+ Wave as W,
92
+ Energy as a,
93
+ Light as b,
94
+ Mass as c,
95
+ Pressure as d,
96
+ physics as e,
97
+ physicsIcons as p
98
+ };
99
+ //# sourceMappingURL=physics-Ba21OU_7.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"physics-Ba21OU_7.mjs","sources":["../src/physics.tsx"],"sourcesContent":["/**\r\n * Physics icons\r\n * @packageDocumentation\r\n */\r\nimport { createScienceIcon } from './createScienceIcon';\r\n\r\n// Magnet (horseshoe)\r\nexport const Magnet = createScienceIcon(\r\n 'Magnet',\r\n 'M6 4v8a6 6 0 0 0 12 0V4m-12 0h3v8a3 3 0 0 0 6 0V4h3M6 8h3m6 0h3',\r\n);\r\n\r\n// Optical Lens\r\nexport const Lens = createScienceIcon(\r\n 'Lens',\r\n 'M12 4c-2 0-4 4-4 8s2 8 4 8 4-4 4-8-2-8-4-8zM4 12h4m8 0h4',\r\n);\r\n\r\n// Electric Circuit\r\nexport const Circuit = createScienceIcon(\r\n 'Circuit',\r\n 'M4 12h4m0 0V8h8v4m0 0h4M8 12v4h8v-4m-4-4v-4m0 16v-4',\r\n);\r\n\r\n// Wave\r\nexport const Wave = createScienceIcon('Wave', 'M2 12c2-4 4-4 6 0s4 4 6 0 4-4 6 0 4 4 6 0');\r\n\r\n// Particle\r\nexport const Particle = createScienceIcon(\r\n 'Particle',\r\n 'M12 12m-3 0a3 3 0 1 0 6 0 3 3 0 1 0-6 0m-5-5l2 2m8 8l2 2m0-12l-2 2m-8 8l-2 2',\r\n);\r\n\r\n// Force Vector\r\nexport const Force = createScienceIcon('Force', 'M4 12h14m0 0l-4-4m4 4l-4 4');\r\n\r\n// Gravity\r\nexport const Gravity = createScienceIcon(\r\n 'Gravity',\r\n 'M12 2v14m0 0l-4-4m4 4l4-4M6 22h12m-8-4a2 2 0 1 0 4 0',\r\n);\r\n\r\n// Electricity (lightning)\r\nexport const Electricity = createScienceIcon('Electricity', 'M13 2L4 14h7l-2 8 9-12h-7l2-8z');\r\n\r\n// Light Ray\r\nexport const Light = createScienceIcon(\r\n 'Light',\r\n 'M12 2v4m0 12v4m-8-10H2m20 0h-4m-1.5-6.5l-3 3m9 9l-3-3M7.5 5.5l3 3m-9 9l3-3M12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8z',\r\n);\r\n\r\n// Sound Wave\r\nexport const Sound = createScienceIcon('Sound', 'M4 9v6m4-8v10m4-12v14m4-10v6');\r\n\r\n// Heat / Temperature\r\nexport const Heat = createScienceIcon(\r\n 'Heat',\r\n 'M8 16c-2 2-2 4 0 6m8-6c2 2 2 4 0 6m-4-6v6M4 12c0-4 4-8 8-8s8 4 8 8m-16 0h16',\r\n);\r\n\r\n// Pressure\r\nexport const Pressure = createScienceIcon(\r\n 'Pressure',\r\n 'M12 2v20m0-20c-4 4-4 8 0 12-4-4-4-8 0-12zm0 20c4-4 4-8 0-12 4 4 4 8 0 12z',\r\n);\r\n\r\n// Energy (E=mc²)\r\nexport const Energy = createScienceIcon(\r\n 'Energy',\r\n 'M4 4l16 16M4 20l16-16M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16z',\r\n);\r\n\r\n// Mass\r\nexport const Mass = createScienceIcon('Mass', 'M6 20h12m-10-4V4h8v12m-4 0v4M8 4h8M8 8h8M8 12h8');\r\n\r\n// Velocity Vector\r\nexport const Velocity = createScienceIcon('Velocity', 'M4 12h12m0 0l-4-4m4 4l-4 4m8-10v12');\r\n\r\n/**\r\n * All physics icons grouped for export\r\n */\r\nexport const physicsIcons = {\r\n Magnet,\r\n Lens,\r\n Circuit,\r\n Wave,\r\n Particle,\r\n Force,\r\n Gravity,\r\n Electricity,\r\n Light,\r\n Sound,\r\n Heat,\r\n Pressure,\r\n Energy,\r\n Mass,\r\n Velocity,\r\n} as const;\r\n"],"names":[],"mappings":";AAOO,MAAM,SAAS;AAAA,EACpB;AAAA,EACA;AACF;AAGO,MAAM,OAAO;AAAA,EAClB;AAAA,EACA;AACF;AAGO,MAAM,UAAU;AAAA,EACrB;AAAA,EACA;AACF;AAGO,MAAM,OAAO,kBAAkB,QAAQ,2CAA2C;AAGlF,MAAM,WAAW;AAAA,EACtB;AAAA,EACA;AACF;AAGO,MAAM,QAAQ,kBAAkB,SAAS,4BAA4B;AAGrE,MAAM,UAAU;AAAA,EACrB;AAAA,EACA;AACF;AAGO,MAAM,cAAc,kBAAkB,eAAe,gCAAgC;AAGrF,MAAM,QAAQ;AAAA,EACnB;AAAA,EACA;AACF;AAGO,MAAM,QAAQ,kBAAkB,SAAS,8BAA8B;AAGvE,MAAM,OAAO;AAAA,EAClB;AAAA,EACA;AACF;AAGO,MAAM,WAAW;AAAA,EACtB;AAAA,EACA;AACF;AAGO,MAAM,SAAS;AAAA,EACpB;AAAA,EACA;AACF;AAGO,MAAM,OAAO,kBAAkB,QAAQ,iDAAiD;AAGxF,MAAM,WAAW,kBAAkB,YAAY,oCAAoC;AAKnF,MAAM,eAAe;AAAA,EAC1B;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,98 @@
1
+ "use strict";
2
+ const createScienceIcon = require("./createScienceIcon-wxU6ZWtM.js");
3
+ const Magnet = createScienceIcon.createScienceIcon(
4
+ "Magnet",
5
+ "M6 4v8a6 6 0 0 0 12 0V4m-12 0h3v8a3 3 0 0 0 6 0V4h3M6 8h3m6 0h3"
6
+ );
7
+ const Lens = createScienceIcon.createScienceIcon(
8
+ "Lens",
9
+ "M12 4c-2 0-4 4-4 8s2 8 4 8 4-4 4-8-2-8-4-8zM4 12h4m8 0h4"
10
+ );
11
+ const Circuit = createScienceIcon.createScienceIcon(
12
+ "Circuit",
13
+ "M4 12h4m0 0V8h8v4m0 0h4M8 12v4h8v-4m-4-4v-4m0 16v-4"
14
+ );
15
+ const Wave = createScienceIcon.createScienceIcon("Wave", "M2 12c2-4 4-4 6 0s4 4 6 0 4-4 6 0 4 4 6 0");
16
+ const Particle = createScienceIcon.createScienceIcon(
17
+ "Particle",
18
+ "M12 12m-3 0a3 3 0 1 0 6 0 3 3 0 1 0-6 0m-5-5l2 2m8 8l2 2m0-12l-2 2m-8 8l-2 2"
19
+ );
20
+ const Force = createScienceIcon.createScienceIcon("Force", "M4 12h14m0 0l-4-4m4 4l-4 4");
21
+ const Gravity = createScienceIcon.createScienceIcon(
22
+ "Gravity",
23
+ "M12 2v14m0 0l-4-4m4 4l4-4M6 22h12m-8-4a2 2 0 1 0 4 0"
24
+ );
25
+ const Electricity = createScienceIcon.createScienceIcon("Electricity", "M13 2L4 14h7l-2 8 9-12h-7l2-8z");
26
+ const Light = createScienceIcon.createScienceIcon(
27
+ "Light",
28
+ "M12 2v4m0 12v4m-8-10H2m20 0h-4m-1.5-6.5l-3 3m9 9l-3-3M7.5 5.5l3 3m-9 9l3-3M12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"
29
+ );
30
+ const Sound = createScienceIcon.createScienceIcon("Sound", "M4 9v6m4-8v10m4-12v14m4-10v6");
31
+ const Heat = createScienceIcon.createScienceIcon(
32
+ "Heat",
33
+ "M8 16c-2 2-2 4 0 6m8-6c2 2 2 4 0 6m-4-6v6M4 12c0-4 4-8 8-8s8 4 8 8m-16 0h16"
34
+ );
35
+ const Pressure = createScienceIcon.createScienceIcon(
36
+ "Pressure",
37
+ "M12 2v20m0-20c-4 4-4 8 0 12-4-4-4-8 0-12zm0 20c4-4 4-8 0-12 4 4 4 8 0 12z"
38
+ );
39
+ const Energy = createScienceIcon.createScienceIcon(
40
+ "Energy",
41
+ "M4 4l16 16M4 20l16-16M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16z"
42
+ );
43
+ const Mass = createScienceIcon.createScienceIcon("Mass", "M6 20h12m-10-4V4h8v12m-4 0v4M8 4h8M8 8h8M8 12h8");
44
+ const Velocity = createScienceIcon.createScienceIcon("Velocity", "M4 12h12m0 0l-4-4m4 4l-4 4m8-10v12");
45
+ const physicsIcons = {
46
+ Magnet,
47
+ Lens,
48
+ Circuit,
49
+ Wave,
50
+ Particle,
51
+ Force,
52
+ Gravity,
53
+ Electricity,
54
+ Light,
55
+ Sound,
56
+ Heat,
57
+ Pressure,
58
+ Energy,
59
+ Mass,
60
+ Velocity
61
+ };
62
+ const physics = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
63
+ __proto__: null,
64
+ Circuit,
65
+ Electricity,
66
+ Energy,
67
+ Force,
68
+ Gravity,
69
+ Heat,
70
+ Lens,
71
+ Light,
72
+ Magnet,
73
+ Mass,
74
+ Particle,
75
+ Pressure,
76
+ Sound,
77
+ Velocity,
78
+ Wave,
79
+ physicsIcons
80
+ }, Symbol.toStringTag, { value: "Module" }));
81
+ exports.Circuit = Circuit;
82
+ exports.Electricity = Electricity;
83
+ exports.Energy = Energy;
84
+ exports.Force = Force;
85
+ exports.Gravity = Gravity;
86
+ exports.Heat = Heat;
87
+ exports.Lens = Lens;
88
+ exports.Light = Light;
89
+ exports.Magnet = Magnet;
90
+ exports.Mass = Mass;
91
+ exports.Particle = Particle;
92
+ exports.Pressure = Pressure;
93
+ exports.Sound = Sound;
94
+ exports.Velocity = Velocity;
95
+ exports.Wave = Wave;
96
+ exports.physics = physics;
97
+ exports.physicsIcons = physicsIcons;
98
+ //# sourceMappingURL=physics-DDvFIOmh.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"physics-DDvFIOmh.js","sources":["../src/physics.tsx"],"sourcesContent":["/**\r\n * Physics icons\r\n * @packageDocumentation\r\n */\r\nimport { createScienceIcon } from './createScienceIcon';\r\n\r\n// Magnet (horseshoe)\r\nexport const Magnet = createScienceIcon(\r\n 'Magnet',\r\n 'M6 4v8a6 6 0 0 0 12 0V4m-12 0h3v8a3 3 0 0 0 6 0V4h3M6 8h3m6 0h3',\r\n);\r\n\r\n// Optical Lens\r\nexport const Lens = createScienceIcon(\r\n 'Lens',\r\n 'M12 4c-2 0-4 4-4 8s2 8 4 8 4-4 4-8-2-8-4-8zM4 12h4m8 0h4',\r\n);\r\n\r\n// Electric Circuit\r\nexport const Circuit = createScienceIcon(\r\n 'Circuit',\r\n 'M4 12h4m0 0V8h8v4m0 0h4M8 12v4h8v-4m-4-4v-4m0 16v-4',\r\n);\r\n\r\n// Wave\r\nexport const Wave = createScienceIcon('Wave', 'M2 12c2-4 4-4 6 0s4 4 6 0 4-4 6 0 4 4 6 0');\r\n\r\n// Particle\r\nexport const Particle = createScienceIcon(\r\n 'Particle',\r\n 'M12 12m-3 0a3 3 0 1 0 6 0 3 3 0 1 0-6 0m-5-5l2 2m8 8l2 2m0-12l-2 2m-8 8l-2 2',\r\n);\r\n\r\n// Force Vector\r\nexport const Force = createScienceIcon('Force', 'M4 12h14m0 0l-4-4m4 4l-4 4');\r\n\r\n// Gravity\r\nexport const Gravity = createScienceIcon(\r\n 'Gravity',\r\n 'M12 2v14m0 0l-4-4m4 4l4-4M6 22h12m-8-4a2 2 0 1 0 4 0',\r\n);\r\n\r\n// Electricity (lightning)\r\nexport const Electricity = createScienceIcon('Electricity', 'M13 2L4 14h7l-2 8 9-12h-7l2-8z');\r\n\r\n// Light Ray\r\nexport const Light = createScienceIcon(\r\n 'Light',\r\n 'M12 2v4m0 12v4m-8-10H2m20 0h-4m-1.5-6.5l-3 3m9 9l-3-3M7.5 5.5l3 3m-9 9l3-3M12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8z',\r\n);\r\n\r\n// Sound Wave\r\nexport const Sound = createScienceIcon('Sound', 'M4 9v6m4-8v10m4-12v14m4-10v6');\r\n\r\n// Heat / Temperature\r\nexport const Heat = createScienceIcon(\r\n 'Heat',\r\n 'M8 16c-2 2-2 4 0 6m8-6c2 2 2 4 0 6m-4-6v6M4 12c0-4 4-8 8-8s8 4 8 8m-16 0h16',\r\n);\r\n\r\n// Pressure\r\nexport const Pressure = createScienceIcon(\r\n 'Pressure',\r\n 'M12 2v20m0-20c-4 4-4 8 0 12-4-4-4-8 0-12zm0 20c4-4 4-8 0-12 4 4 4 8 0 12z',\r\n);\r\n\r\n// Energy (E=mc²)\r\nexport const Energy = createScienceIcon(\r\n 'Energy',\r\n 'M4 4l16 16M4 20l16-16M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16z',\r\n);\r\n\r\n// Mass\r\nexport const Mass = createScienceIcon('Mass', 'M6 20h12m-10-4V4h8v12m-4 0v4M8 4h8M8 8h8M8 12h8');\r\n\r\n// Velocity Vector\r\nexport const Velocity = createScienceIcon('Velocity', 'M4 12h12m0 0l-4-4m4 4l-4 4m8-10v12');\r\n\r\n/**\r\n * All physics icons grouped for export\r\n */\r\nexport const physicsIcons = {\r\n Magnet,\r\n Lens,\r\n Circuit,\r\n Wave,\r\n Particle,\r\n Force,\r\n Gravity,\r\n Electricity,\r\n Light,\r\n Sound,\r\n Heat,\r\n Pressure,\r\n Energy,\r\n Mass,\r\n Velocity,\r\n} as const;\r\n"],"names":["createScienceIcon"],"mappings":";;AAOO,MAAM,SAASA,kBAAAA;AAAAA,EACpB;AAAA,EACA;AACF;AAGO,MAAM,OAAOA,kBAAAA;AAAAA,EAClB;AAAA,EACA;AACF;AAGO,MAAM,UAAUA,kBAAAA;AAAAA,EACrB;AAAA,EACA;AACF;AAGO,MAAM,OAAOA,kBAAAA,kBAAkB,QAAQ,2CAA2C;AAGlF,MAAM,WAAWA,kBAAAA;AAAAA,EACtB;AAAA,EACA;AACF;AAGO,MAAM,QAAQA,kBAAAA,kBAAkB,SAAS,4BAA4B;AAGrE,MAAM,UAAUA,kBAAAA;AAAAA,EACrB;AAAA,EACA;AACF;AAGO,MAAM,cAAcA,kBAAAA,kBAAkB,eAAe,gCAAgC;AAGrF,MAAM,QAAQA,kBAAAA;AAAAA,EACnB;AAAA,EACA;AACF;AAGO,MAAM,QAAQA,kBAAAA,kBAAkB,SAAS,8BAA8B;AAGvE,MAAM,OAAOA,kBAAAA;AAAAA,EAClB;AAAA,EACA;AACF;AAGO,MAAM,WAAWA,kBAAAA;AAAAA,EACtB;AAAA,EACA;AACF;AAGO,MAAM,SAASA,kBAAAA;AAAAA,EACpB;AAAA,EACA;AACF;AAGO,MAAM,OAAOA,kBAAAA,kBAAkB,QAAQ,iDAAiD;AAGxF,MAAM,WAAWA,kBAAAA,kBAAkB,YAAY,oCAAoC;AAKnF,MAAM,eAAe;AAAA,EAC1B;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ require("./createScienceIcon-wxU6ZWtM.js");
4
+ const physics = require("./physics-DDvFIOmh.js");
5
+ exports.Circuit = physics.Circuit;
6
+ exports.Electricity = physics.Electricity;
7
+ exports.Energy = physics.Energy;
8
+ exports.Force = physics.Force;
9
+ exports.Gravity = physics.Gravity;
10
+ exports.Heat = physics.Heat;
11
+ exports.Lens = physics.Lens;
12
+ exports.Light = physics.Light;
13
+ exports.Magnet = physics.Magnet;
14
+ exports.Mass = physics.Mass;
15
+ exports.Particle = physics.Particle;
16
+ exports.Pressure = physics.Pressure;
17
+ exports.Sound = physics.Sound;
18
+ exports.Velocity = physics.Velocity;
19
+ exports.Wave = physics.Wave;
20
+ exports.physicsIcons = physics.physicsIcons;
21
+ //# sourceMappingURL=physics.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"physics.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,36 @@
1
+ export declare const Magnet: import('./types').ScienceIcon;
2
+ export declare const Lens: import('./types').ScienceIcon;
3
+ export declare const Circuit: import('./types').ScienceIcon;
4
+ export declare const Wave: import('./types').ScienceIcon;
5
+ export declare const Particle: import('./types').ScienceIcon;
6
+ export declare const Force: import('./types').ScienceIcon;
7
+ export declare const Gravity: import('./types').ScienceIcon;
8
+ export declare const Electricity: import('./types').ScienceIcon;
9
+ export declare const Light: import('./types').ScienceIcon;
10
+ export declare const Sound: import('./types').ScienceIcon;
11
+ export declare const Heat: import('./types').ScienceIcon;
12
+ export declare const Pressure: import('./types').ScienceIcon;
13
+ export declare const Energy: import('./types').ScienceIcon;
14
+ export declare const Mass: import('./types').ScienceIcon;
15
+ export declare const Velocity: import('./types').ScienceIcon;
16
+ /**
17
+ * All physics icons grouped for export
18
+ */
19
+ export declare const physicsIcons: {
20
+ readonly Magnet: import('./types').ScienceIcon;
21
+ readonly Lens: import('./types').ScienceIcon;
22
+ readonly Circuit: import('./types').ScienceIcon;
23
+ readonly Wave: import('./types').ScienceIcon;
24
+ readonly Particle: import('./types').ScienceIcon;
25
+ readonly Force: import('./types').ScienceIcon;
26
+ readonly Gravity: import('./types').ScienceIcon;
27
+ readonly Electricity: import('./types').ScienceIcon;
28
+ readonly Light: import('./types').ScienceIcon;
29
+ readonly Sound: import('./types').ScienceIcon;
30
+ readonly Heat: import('./types').ScienceIcon;
31
+ readonly Pressure: import('./types').ScienceIcon;
32
+ readonly Energy: import('./types').ScienceIcon;
33
+ readonly Mass: import('./types').ScienceIcon;
34
+ readonly Velocity: import('./types').ScienceIcon;
35
+ };
36
+ //# sourceMappingURL=physics.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"physics.d.ts","sourceRoot":"","sources":["../src/physics.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,MAAM,+BAGlB,CAAC;AAGF,eAAO,MAAM,IAAI,+BAGhB,CAAC;AAGF,eAAO,MAAM,OAAO,+BAGnB,CAAC;AAGF,eAAO,MAAM,IAAI,+BAAyE,CAAC;AAG3F,eAAO,MAAM,QAAQ,+BAGpB,CAAC;AAGF,eAAO,MAAM,KAAK,+BAA2D,CAAC;AAG9E,eAAO,MAAM,OAAO,+BAGnB,CAAC;AAGF,eAAO,MAAM,WAAW,+BAAqE,CAAC;AAG9F,eAAO,MAAM,KAAK,+BAGjB,CAAC;AAGF,eAAO,MAAM,KAAK,+BAA6D,CAAC;AAGhF,eAAO,MAAM,IAAI,+BAGhB,CAAC;AAGF,eAAO,MAAM,QAAQ,+BAGpB,CAAC;AAGF,eAAO,MAAM,MAAM,+BAGlB,CAAC;AAGF,eAAO,MAAM,IAAI,+BAA+E,CAAC;AAGjG,eAAO,MAAM,QAAQ,+BAAsE,CAAC;AAE5F;;GAEG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;CAgBf,CAAC"}
@@ -0,0 +1,21 @@
1
+ import "./createScienceIcon-Bcme4rfw.mjs";
2
+ import { C, E, a, F, G, H, L, b, M, c, P, d, S, V, W, p } from "./physics-Ba21OU_7.mjs";
3
+ export {
4
+ C as Circuit,
5
+ E as Electricity,
6
+ a as Energy,
7
+ F as Force,
8
+ G as Gravity,
9
+ H as Heat,
10
+ L as Lens,
11
+ b as Light,
12
+ M as Magnet,
13
+ c as Mass,
14
+ P as Particle,
15
+ d as Pressure,
16
+ S as Sound,
17
+ V as Velocity,
18
+ W as Wave,
19
+ p as physicsIcons
20
+ };
21
+ //# sourceMappingURL=physics.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"physics.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
@@ -0,0 +1,59 @@
1
+ import { SVGProps, ReactElement } from 'react';
2
+ /**
3
+ * Science icon animation types
4
+ */
5
+ export type ScienceIconAnimation = 'pulse' | 'grow' | 'shake' | 'spin' | 'bounce' | 'fade' | 'flip' | 'slide' | 'glow';
6
+ /**
7
+ * Science icon rendering variants
8
+ */
9
+ export type ScienceIconVariant = 'filled' | 'outlined' | 'duotone';
10
+ /**
11
+ * Base props for all science icons
12
+ */
13
+ export interface ScienceIconProps extends Omit<SVGProps<SVGSVGElement>, 'ref'> {
14
+ /** Icon size in pixels */
15
+ size?: number | string;
16
+ /** Icon color (defaults to currentColor) */
17
+ color?: string;
18
+ /** Secondary color for duotone variant */
19
+ secondaryColor?: string;
20
+ /** Icon rendering variant */
21
+ variant?: ScienceIconVariant;
22
+ /** Animation effect */
23
+ animation?: ScienceIconAnimation;
24
+ /** Animation duration in milliseconds */
25
+ animationDuration?: number;
26
+ /** Title for accessibility */
27
+ title?: string;
28
+ /** Description for accessibility */
29
+ desc?: string;
30
+ }
31
+ /**
32
+ * Lab equipment icon names
33
+ */
34
+ export type LabIconName = 'Beaker' | 'Flask' | 'Burette' | 'Microscope' | 'Centrifuge' | 'TestTube' | 'PetriDish' | 'Pipette' | 'BunsenBurner' | 'Thermometer' | 'Scales' | 'LabCoat' | 'SafetyGoggles' | 'Gloves' | 'Sample';
35
+ /**
36
+ * Biology icon names
37
+ */
38
+ export type BiologyIconName = 'Cell' | 'DNA' | 'RNA' | 'Bacteria' | 'Virus' | 'Organism' | 'Ecosystem' | 'Chromosome' | 'Gene' | 'Protein' | 'Enzyme' | 'Mitochondria' | 'Nucleus' | 'Membrane' | 'Evolution';
39
+ /**
40
+ * Chemistry icon names
41
+ */
42
+ export type ChemistryIconName = 'Atom' | 'Molecule' | 'PeriodicTable' | 'Reaction' | 'Bond' | 'Electron' | 'Proton' | 'Neutron' | 'Ion' | 'Compound' | 'Formula' | 'Catalyst' | 'Solution' | 'Crystal' | 'Polymer';
43
+ /**
44
+ * Physics icon names
45
+ */
46
+ export type PhysicsIconName = 'Magnet' | 'Lens' | 'Circuit' | 'Wave' | 'Particle' | 'Force' | 'Gravity' | 'Electricity' | 'Light' | 'Sound' | 'Heat' | 'Pressure' | 'Energy' | 'Mass' | 'Velocity';
47
+ /**
48
+ * Astronomy icon names
49
+ */
50
+ export type AstronomyIconName = 'Telescope' | 'Planet' | 'Star' | 'Galaxy' | 'Rocket' | 'Satellite' | 'Moon' | 'Sun' | 'Comet' | 'Asteroid' | 'BlackHole' | 'Nebula' | 'Constellation' | 'SpaceStation' | 'Orbit';
51
+ /**
52
+ * All science icon names
53
+ */
54
+ export type ScienceIconName = LabIconName | BiologyIconName | ChemistryIconName | PhysicsIconName | AstronomyIconName;
55
+ /**
56
+ * Science icon component type
57
+ */
58
+ export type ScienceIcon = (props: ScienceIconProps) => ReactElement;
59
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAEpD;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAC5B,OAAO,GACP,MAAM,GACN,OAAO,GACP,MAAM,GACN,QAAQ,GACR,MAAM,GACN,MAAM,GACN,OAAO,GACP,MAAM,CAAC;AAEX;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,QAAQ,GAAG,UAAU,GAAG,SAAS,CAAC;AAEnE;;GAEG;AACH,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,QAAQ,CAAC,aAAa,CAAC,EAAE,KAAK,CAAC;IAC5E,0BAA0B;IAC1B,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,4CAA4C;IAC5C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,0CAA0C;IAC1C,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,6BAA6B;IAC7B,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAC7B,uBAAuB;IACvB,SAAS,CAAC,EAAE,oBAAoB,CAAC;IACjC,yCAAyC;IACzC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,8BAA8B;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,oCAAoC;IACpC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,MAAM,MAAM,WAAW,GACnB,QAAQ,GACR,OAAO,GACP,SAAS,GACT,YAAY,GACZ,YAAY,GACZ,UAAU,GACV,WAAW,GACX,SAAS,GACT,cAAc,GACd,aAAa,GACb,QAAQ,GACR,SAAS,GACT,eAAe,GACf,QAAQ,GACR,QAAQ,CAAC;AAEb;;GAEG;AACH,MAAM,MAAM,eAAe,GACvB,MAAM,GACN,KAAK,GACL,KAAK,GACL,UAAU,GACV,OAAO,GACP,UAAU,GACV,WAAW,GACX,YAAY,GACZ,MAAM,GACN,SAAS,GACT,QAAQ,GACR,cAAc,GACd,SAAS,GACT,UAAU,GACV,WAAW,CAAC;AAEhB;;GAEG;AACH,MAAM,MAAM,iBAAiB,GACzB,MAAM,GACN,UAAU,GACV,eAAe,GACf,UAAU,GACV,MAAM,GACN,UAAU,GACV,QAAQ,GACR,SAAS,GACT,KAAK,GACL,UAAU,GACV,SAAS,GACT,UAAU,GACV,UAAU,GACV,SAAS,GACT,SAAS,CAAC;AAEd;;GAEG;AACH,MAAM,MAAM,eAAe,GACvB,QAAQ,GACR,MAAM,GACN,SAAS,GACT,MAAM,GACN,UAAU,GACV,OAAO,GACP,SAAS,GACT,aAAa,GACb,OAAO,GACP,OAAO,GACP,MAAM,GACN,UAAU,GACV,QAAQ,GACR,MAAM,GACN,UAAU,CAAC;AAEf;;GAEG;AACH,MAAM,MAAM,iBAAiB,GACzB,WAAW,GACX,QAAQ,GACR,MAAM,GACN,QAAQ,GACR,QAAQ,GACR,WAAW,GACX,MAAM,GACN,KAAK,GACL,OAAO,GACP,UAAU,GACV,WAAW,GACX,QAAQ,GACR,eAAe,GACf,cAAc,GACd,OAAO,CAAC;AAEZ;;GAEG;AACH,MAAM,MAAM,eAAe,GACvB,WAAW,GACX,eAAe,GACf,iBAAiB,GACjB,eAAe,GACf,iBAAiB,CAAC;AAEtB;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,KAAK,EAAE,gBAAgB,KAAK,YAAY,CAAC"}
package/package.json ADDED
@@ -0,0 +1,82 @@
1
+ {
2
+ "name": "@nice2dev/icons-science",
3
+ "version": "1.0.10",
4
+ "description": "Scientific icons for NiceToDev UI - lab equipment, biology, chemistry, physics, and astronomy",
5
+ "main": "./dist/index.cjs",
6
+ "module": "./dist/index.mjs",
7
+ "types": "./dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "import": "./dist/index.mjs",
11
+ "require": "./dist/index.cjs",
12
+ "types": "./dist/index.d.ts"
13
+ },
14
+ "./lab": {
15
+ "import": "./dist/lab.mjs",
16
+ "require": "./dist/lab.cjs",
17
+ "types": "./dist/lab.d.ts"
18
+ },
19
+ "./biology": {
20
+ "import": "./dist/biology.mjs",
21
+ "require": "./dist/biology.cjs",
22
+ "types": "./dist/biology.d.ts"
23
+ },
24
+ "./chemistry": {
25
+ "import": "./dist/chemistry.mjs",
26
+ "require": "./dist/chemistry.cjs",
27
+ "types": "./dist/chemistry.d.ts"
28
+ },
29
+ "./physics": {
30
+ "import": "./dist/physics.mjs",
31
+ "require": "./dist/physics.cjs",
32
+ "types": "./dist/physics.d.ts"
33
+ },
34
+ "./astronomy": {
35
+ "import": "./dist/astronomy.mjs",
36
+ "require": "./dist/astronomy.cjs",
37
+ "types": "./dist/astronomy.d.ts"
38
+ }
39
+ },
40
+ "files": [
41
+ "dist"
42
+ ],
43
+ "sideEffects": false,
44
+ "scripts": {
45
+ "build": "tsc -p tsconfig.build.json && vite build",
46
+ "test": "vitest run --passWithNoTests",
47
+ "test:watch": "vitest",
48
+ "lint": "eslint src --ext .ts,.tsx",
49
+ "typecheck": "tsc --noEmit"
50
+ },
51
+ "keywords": [
52
+ "icons",
53
+ "react",
54
+ "svg",
55
+ "science",
56
+ "lab",
57
+ "biology",
58
+ "chemistry",
59
+ "physics",
60
+ "astronomy",
61
+ "nice2dev",
62
+ "omniwerk"
63
+ ],
64
+ "author": "NiceToDev",
65
+ "license": "MIT",
66
+ "peerDependencies": {
67
+ "react": "^18.0.0 || ^19.0.0"
68
+ },
69
+ "devDependencies": {
70
+ "@testing-library/jest-dom": "^6.6.3",
71
+ "@testing-library/react": "^14.3.1",
72
+ "@types/react": "^18.3.1",
73
+ "@vitejs/plugin-react": "^4.7.0",
74
+ "jsdom": "^26.1.0",
75
+ "react": "^18.3.1",
76
+ "react-dom": "^18.3.1",
77
+ "typescript": "^5.9.3",
78
+ "vite": "^6.4.1",
79
+ "vite-plugin-dts": "^4.4.0",
80
+ "vitest": "^2.1.9"
81
+ }
82
+ }