@guideveloper/design-assets 0.1.6 → 0.1.8

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.
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ const IconAtom = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24" fill="none" stroke="#000000" strokeWidth={1.25} strokeLinecap="round" strokeLinejoin="round" role="img" {...props}><path d="M12 12v.01" /><path d="M19.071 4.929c-1.562 -1.562 -6 .337 -9.9 4.243c-3.905 3.905 -5.804 8.337 -4.242 9.9c1.562 1.561 6 -.338 9.9 -4.244c3.905 -3.905 5.804 -8.337 4.242 -9.9" /><path d="M4.929 4.929c-1.562 1.562 .337 6 4.243 9.9c3.905 3.905 8.337 5.804 9.9 4.242c1.561 -1.562 -.338 -6 -4.244 -9.9c-3.905 -3.905 -8.337 -5.804 -9.9 -4.242" /></svg>;
3
+ export { IconAtom };
@@ -1,5 +1,6 @@
1
1
  // Auto-generated by scripts/generateAssets.ts
2
2
  export { IconAmbulance } from './icons/IconAmbulance';
3
+ export { IconAtom } from './icons/IconAtom';
3
4
  export { IconCableCar } from './icons/IconCableCar';
4
5
  export { IconCheeseIcon2 } from './icons/IconCheeseIcon2';
5
6
  export { IconCheeseIcon } from './icons/IconCheeseIcon';
@@ -9,4 +10,5 @@ export { IllustrationRoosterHead } from './illustrations/IllustrationRoosterHead
9
10
  export { IllustrationSunrise } from './illustrations/IllustrationSunrise';
10
11
  export { IllustrationSvgIcon } from './illustrations/IllustrationSvgIcon';
11
12
  export { AnimationBounce } from './animations/AnimationBounce';
13
+ export { AnimationCardordersuccess } from './animations/AnimationCardordersuccess';
12
14
  export { AnimationPulse } from './animations/AnimationPulse';
@@ -12,6 +12,16 @@ export const icons = [
12
12
  ],
13
13
  "description": ""
14
14
  },
15
+ {
16
+ "name": "atom",
17
+ "tags": [
18
+ "unit",
19
+ "element",
20
+ "part",
21
+ "electrons"
22
+ ],
23
+ "description": ""
24
+ },
15
25
  {
16
26
  "name": "cable-car",
17
27
  "tags": [
@@ -100,6 +110,12 @@ export const animations = [
100
110
  ],
101
111
  "description": "Simple bouncing ball animation"
102
112
  },
113
+ {
114
+ "name": "cardordersuccess",
115
+ "frameRate": 30,
116
+ "loop": true,
117
+ "tags": []
118
+ },
103
119
  {
104
120
  "name": "pulse",
105
121
  "frameRate": 30,