| @@ -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 |