@als-computing/icons 0.1.17 → 0.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icons/mono_rotationopp.js +1 -0
- package/dist/icons/mono_rotationopp.mjs +1 -0
- package/dist/icons.json +5 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 45 45\"><g clip-path=\"url(#clip0_1418_2345)\"><path stroke=\"#000\" d=\"m14 31.5 3-5 8.5-2.5M14 31.5l10-3m-10 3v2l10-3m1.5-6.5L24 28.5m1.5-4.5v2L24 30.5m0-2v2m-3-11 3-5 8.5-2.5M21 19.5l10-3m-10 3v2l10-3m1.5-6.5L31 16.5m1.5-4.5v2L31 18.5m0-2v2\"/><path stroke=\"#868686\" stroke-width=\".5\" d=\"M45 16.25H33m10 2h-9\"/><path stroke=\"#868686\" stroke-linecap=\"round\" stroke-width=\".5\" d=\"M3.58 27 1 28.72l2.65 1.93\"/><path stroke=\"#868686\" stroke-width=\".5\" d=\"m23 22-5 6H5\"/><path stroke=\"#868686\" stroke-width=\".5\" d=\"M25.5 21 19 29H3\"/><path fill=\"#000\" d=\"M11.48 14.4V8.78h.95v5.62zm-2.34-2.33v-.96h5.63v.96zm4.53 30.72v.94H9.85v-.94z\"/><path stroke=\"#000\" d=\"M8.84 25.96s-.14-2.86 1.5-4.5 3.5-3 3.5-3m0 0v3m0-3-2.5-.5M8.84 31s-.14 2.86 1.5 4.5 3.5 3 3.5 3m0 0v-3m0 3-2.5.5\"/></g><defs><clipPath id=\"clip0_1418_2345\"><path fill=\"#fff\" d=\"M0 0h45v45H0z\"/></clipPath></defs></svg>";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 45 45\"><g clip-path=\"url(#clip0_1418_2345)\"><path stroke=\"#000\" d=\"m14 31.5 3-5 8.5-2.5M14 31.5l10-3m-10 3v2l10-3m1.5-6.5L24 28.5m1.5-4.5v2L24 30.5m0-2v2m-3-11 3-5 8.5-2.5M21 19.5l10-3m-10 3v2l10-3m1.5-6.5L31 16.5m1.5-4.5v2L31 18.5m0-2v2\"/><path stroke=\"#868686\" stroke-width=\".5\" d=\"M45 16.25H33m10 2h-9\"/><path stroke=\"#868686\" stroke-linecap=\"round\" stroke-width=\".5\" d=\"M3.58 27 1 28.72l2.65 1.93\"/><path stroke=\"#868686\" stroke-width=\".5\" d=\"m23 22-5 6H5\"/><path stroke=\"#868686\" stroke-width=\".5\" d=\"M25.5 21 19 29H3\"/><path fill=\"#000\" d=\"M11.48 14.4V8.78h.95v5.62zm-2.34-2.33v-.96h5.63v.96zm4.53 30.72v.94H9.85v-.94z\"/><path stroke=\"#000\" d=\"M8.84 25.96s-.14-2.86 1.5-4.5 3.5-3 3.5-3m0 0v3m0-3-2.5-.5M8.84 31s-.14 2.86 1.5 4.5 3.5 3 3.5 3m0 0v-3m0 3-2.5.5\"/></g><defs><clipPath id=\"clip0_1418_2345\"><path fill=\"#fff\" d=\"M0 0h45v45H0z\"/></clipPath></defs></svg>";
|
package/dist/icons.json
CHANGED
|
@@ -64,6 +64,11 @@
|
|
|
64
64
|
"file": "mono_rotation.svg",
|
|
65
65
|
"path": "./icons/mono_rotation.js"
|
|
66
66
|
},
|
|
67
|
+
{
|
|
68
|
+
"name": "mono_rotationopp",
|
|
69
|
+
"file": "mono_rotationopp.svg",
|
|
70
|
+
"path": "./icons/mono_rotationopp.js"
|
|
71
|
+
},
|
|
67
72
|
{
|
|
68
73
|
"name": "mono_vertical",
|
|
69
74
|
"file": "mono_vertical.svg",
|
package/dist/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export const beamstopYflat: string;
|
|
|
11
11
|
export const cluster: string;
|
|
12
12
|
export const linear_stage: string;
|
|
13
13
|
export const mono_rotation: string;
|
|
14
|
+
export const mono_rotationopp: string;
|
|
14
15
|
export const mono_vertical: string;
|
|
15
16
|
export const motor: string;
|
|
16
17
|
export const sampleHolder_X: string;
|
package/dist/index.js
CHANGED
|
@@ -11,6 +11,7 @@ exports.beamstopYflat = require('./icons/beamstopYflat.js');
|
|
|
11
11
|
exports.cluster = require('./icons/cluster.js');
|
|
12
12
|
exports.linear_stage = require('./icons/linear_stage.js');
|
|
13
13
|
exports.mono_rotation = require('./icons/mono_rotation.js');
|
|
14
|
+
exports.mono_rotationopp = require('./icons/mono_rotationopp.js');
|
|
14
15
|
exports.mono_vertical = require('./icons/mono_vertical.js');
|
|
15
16
|
exports.motor = require('./icons/motor.js');
|
|
16
17
|
exports.sampleHolder_X = require('./icons/sampleHolder_X.js');
|
package/dist/index.mjs
CHANGED
|
@@ -11,6 +11,7 @@ export { default as beamstopYflat } from './icons/beamstopYflat.mjs';
|
|
|
11
11
|
export { default as cluster } from './icons/cluster.mjs';
|
|
12
12
|
export { default as linear_stage } from './icons/linear_stage.mjs';
|
|
13
13
|
export { default as mono_rotation } from './icons/mono_rotation.mjs';
|
|
14
|
+
export { default as mono_rotationopp } from './icons/mono_rotationopp.mjs';
|
|
14
15
|
export { default as mono_vertical } from './icons/mono_vertical.mjs';
|
|
15
16
|
export { default as motor } from './icons/motor.mjs';
|
|
16
17
|
export { default as sampleHolder_X } from './icons/sampleHolder_X.mjs';
|