@magmonium/one 0.0.23 → 0.0.25

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,14 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#color">
2
+ <rect x="4" y="8" width="3.5" height="8" rx="1">
3
+ <animate attributeName="height" values="8;16;8" dur="0.9s" begin="0s" repeatCount="indefinite"/>
4
+ <animate attributeName="y" values="8;4;8" dur="0.9s" begin="0s" repeatCount="indefinite"/>
5
+ </rect>
6
+ <rect x="10.25" y="8" width="3.5" height="8" rx="1">
7
+ <animate attributeName="height" values="8;16;8" dur="0.9s" begin="0.15s" repeatCount="indefinite"/>
8
+ <animate attributeName="y" values="8;4;8" dur="0.9s" begin="0.15s" repeatCount="indefinite"/>
9
+ </rect>
10
+ <rect x="16.5" y="8" width="3.5" height="8" rx="1">
11
+ <animate attributeName="height" values="8;16;8" dur="0.9s" begin="0.3s" repeatCount="indefinite"/>
12
+ <animate attributeName="y" values="8;4;8" dur="0.9s" begin="0.3s" repeatCount="indefinite"/>
13
+ </rect>
14
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#color">
2
+ <circle cx="5" cy="12" r="2.25">
3
+ <animate attributeName="opacity" values="0.2;1;0.2" dur="1s" begin="0s" repeatCount="indefinite"/>
4
+ <animate attributeName="cy" values="12;10;12" dur="1s" begin="0s" repeatCount="indefinite"/>
5
+ </circle>
6
+ <circle cx="12" cy="12" r="2.25">
7
+ <animate attributeName="opacity" values="0.2;1;0.2" dur="1s" begin="0.15s" repeatCount="indefinite"/>
8
+ <animate attributeName="cy" values="12;10;12" dur="1s" begin="0.15s" repeatCount="indefinite"/>
9
+ </circle>
10
+ <circle cx="19" cy="12" r="2.25">
11
+ <animate attributeName="opacity" values="0.2;1;0.2" dur="1s" begin="0.3s" repeatCount="indefinite"/>
12
+ <animate attributeName="cy" values="12;10;12" dur="1s" begin="0.3s" repeatCount="indefinite"/>
13
+ </circle>
14
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="-15 -15 120 165" fill="#color">
2
+ <g>
3
+ <animateTransform attributeName="transform" type="rotate" from="0 45 67.5" to="360 45 67.5" dur="1.4s" repeatCount="indefinite"/>
4
+ <path style="opacity: 0.7;" d="M5 5 L5 65 L85 65 Z">
5
+ <animate attributeName="opacity" values="0.7;0.3;0.7" dur="1.4s" repeatCount="indefinite"/>
6
+ </path>
7
+ <path style="opacity: 0.3;" d="M85 5 L5 65 L85 65 Z">
8
+ <animate attributeName="opacity" values="0.3;0.7;0.3" dur="1.4s" repeatCount="indefinite"/>
9
+ </path>
10
+ <path style="opacity: 0.3;" d="M5 70 L85 70 L5 130 Z">
11
+ <animate attributeName="opacity" values="0.3;0.7;0.3" dur="1.4s" begin="0.35s" repeatCount="indefinite"/>
12
+ </path>
13
+ <path style="opacity: 0.7;" d="M85 70 L5 70 L85 130 Z">
14
+ <animate attributeName="opacity" values="0.7;0.3;0.7" dur="1.4s" begin="0.35s" repeatCount="indefinite"/>
15
+ </path>
16
+ </g>
17
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#color" stroke-width="1.5" stroke-linecap="round">
2
+ <circle cx="12" cy="12" r="3" fill="#color" stroke="none">
3
+ <animate attributeName="opacity" values="1;0.35;1" dur="1.2s" repeatCount="indefinite"/>
4
+ </circle>
5
+ <circle cx="12" cy="12" r="6" opacity="0.55">
6
+ <animate attributeName="r" values="5;9;5" dur="1.2s" repeatCount="indefinite"/>
7
+ <animate attributeName="opacity" values="0.55;0;0.55" dur="1.2s" repeatCount="indefinite"/>
8
+ </circle>
9
+ <circle cx="12" cy="12" r="9" opacity="0.3">
10
+ <animate attributeName="r" values="7;11;7" dur="1.2s" begin="0.2s" repeatCount="indefinite"/>
11
+ <animate attributeName="opacity" values="0.35;0;0.35" dur="1.2s" begin="0.2s" repeatCount="indefinite"/>
12
+ </circle>
13
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
2
+ <g>
3
+ <animateTransform attributeName="transform" type="rotate" from="0 12 12" to="360 12 12" dur="0.75s" repeatCount="indefinite"/>
4
+ <path d="M21 12a9 9 0 1 1-6.219-8.56" opacity="1"/>
5
+ <circle cx="12" cy="12" r="9" opacity="0.2"/>
6
+ </g>
7
+ </svg>
@@ -65,6 +65,11 @@
65
65
  "language",
66
66
  "layers",
67
67
  "layouts",
68
+ "loading",
69
+ "loading-bars",
70
+ "loading-dots",
71
+ "loading-logo",
72
+ "loading-pulse",
68
73
  "location",
69
74
  "lock",
70
75
  "logo",