PluginProbe
Extendify / trunk
Extendify vtrunk
3.2.1 3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 All 127 releases
← All changes | src/AutoLaunch/icons.jsx +18 -0 3.1.1 → trunk View file →
@@ -91,8 +91,26 @@
91 91 />
92 92 </svg>
93 93 );
94 94
95 +export const sparkles = (
96 + <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
97 + <title>{__('Sparkles', 'extendify-local')}</title>
98 + <path
99 + d="M17.0909 9.81818L18 7.81818L20 6.90909L18 6L17.0909 4L16.1818 6L14.1818 6.90909L16.1818 7.81818L17.0909 9.81818Z"
100 + fill="currentColor"
101 + />
102 + <path
103 + d="M17.0909 14.1818L16.1818 16.1818L14.1818 17.0909L16.1818 18L17.0909 20L18 18L20 17.0909L18 16.1818L17.0909 14.1818Z"
104 + fill="currentColor"
105 + />
106 + <path
107 + d="M11.6364 10.1818L9.81818 6.18182L8 10.1818L4 12L8 13.8182L9.81818 17.8182L11.6364 13.8182L15.6364 12L11.6364 10.1818ZM10.5382 12.72L9.81818 14.3055L9.09818 12.72L7.51273 12L9.09818 11.28L9.81818 9.69455L10.5382 11.28L12.1236 12L10.5382 12.72Z"
108 + fill="currentColor"
109 + />
110 + </svg>
111 +);
112 +
95 113 export const loaderThreeDots = (
96 114 <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
97 115 <title>{__('Three bars loading animation', 'extendify-local')}</title>
98 116 <rect