|
1 | 1 | import { AdonisIcon } from './AdonisIcon';
|
2 | 2 | import { AngularIcon } from './AngularIcon';
|
3 | 3 | import { ApolloIcon } from './ApolloIcon';
|
| 4 | +import { AstroIcon } from './AstroIcon'; |
4 | 5 | import { AureliaIcon } from './AureliaIcon';
|
5 | 6 | import { CordovaIcon } from './CordovaIcon';
|
6 | 7 | import { CxJSIcon } from './CxJSIcon';
|
@@ -44,25 +45,27 @@ import { ReactIcon } from './ReactIcon';
|
44 | 45 | import { RemixIcon } from './RemixIcon';
|
45 | 46 | import { ReasonIcon } from './ReasonIcon';
|
46 | 47 | import { RollupIcon } from './RollupIcon';
|
| 48 | +import { SanityIcon } from './SanityIcon'; |
47 | 49 | import { SapperIcon } from './SapperIcon';
|
48 | 50 | import { ServerlessIcon } from './ServerlessIcon';
|
| 51 | +import { SolidIcon } from './SolidIcon'; |
49 | 52 | import { StackbitIcon } from './StackbitIcon';
|
50 | 53 | import { StorybookIcon } from './StorybookIcon';
|
51 | 54 | import { StyleguidistIcon } from './StyleguidistIcon';
|
52 | 55 | import { SvelteIcon } from './SvelteIcon';
|
53 | 56 | import { TailwindIcon } from './TailwindIcon';
|
54 | 57 | import { TypeScriptIcon } from './TypeScriptIcon';
|
55 | 58 | import { UnibitIcon } from './UnibitIcon';
|
| 59 | +import { ViteIcon } from './ViteIcon'; |
56 | 60 | import { VueIcon } from './VueIcon';
|
57 | 61 | import { VuePressIcon } from './VuePressIcon';
|
58 | 62 | import { WebAssemblyIcon } from './WebAssemblyIcon';
|
59 |
| -import { SolidIcon } from './SolidIcon'; |
60 |
| -import { SanityIcon } from './SanityIcon'; |
61 | 63 |
|
62 | 64 | export const ColorIcons = {
|
63 | 65 | AdonisIcon,
|
64 | 66 | AngularIcon,
|
65 | 67 | ApolloIcon,
|
| 68 | + AstroIcon, |
66 | 69 | AureliaIcon,
|
67 | 70 | CordovaIcon,
|
68 | 71 | CxJSIcon,
|
@@ -106,26 +109,28 @@ export const ColorIcons = {
|
106 | 109 | ReasonIcon,
|
107 | 110 | RemixIcon,
|
108 | 111 | RollupIcon,
|
| 112 | + SanityIcon, |
109 | 113 | SapperIcon,
|
110 | 114 | ServerlessIcon,
|
| 115 | + SolidIcon, |
111 | 116 | StackbitIcon,
|
112 | 117 | StorybookIcon,
|
113 | 118 | StyleguidistIcon,
|
114 | 119 | SvelteIcon,
|
115 | 120 | TailwindIcon,
|
116 | 121 | TypeScriptIcon,
|
117 | 122 | UnibitIcon,
|
| 123 | + ViteIcon, |
118 | 124 | VueIcon,
|
119 | 125 | VuePressIcon,
|
120 | 126 | WebAssemblyIcon,
|
121 |
| - SolidIcon, |
122 |
| - SanityIcon, |
123 | 127 | };
|
124 | 128 |
|
125 | 129 | export const Icons = {
|
126 | 130 | AdonisIcon,
|
127 | 131 | AngularIcon,
|
128 | 132 | ApolloIcon,
|
| 133 | + AstroIcon, |
129 | 134 | AureliaIcon,
|
130 | 135 | CordovaIcon,
|
131 | 136 | CxJSIcon,
|
@@ -169,25 +174,27 @@ export const Icons = {
|
169 | 174 | ReasonIcon,
|
170 | 175 | RemixIcon,
|
171 | 176 | RollupIcon,
|
| 177 | + SanityIcon, |
172 | 178 | SapperIcon,
|
173 | 179 | ServerlessIcon,
|
| 180 | + SolidIcon, |
174 | 181 | StackbitIcon,
|
175 | 182 | StorybookIcon,
|
176 | 183 | StyleguidistIcon,
|
177 | 184 | SvelteIcon,
|
178 | 185 | TailwindIcon,
|
179 | 186 | TypeScriptIcon,
|
180 | 187 | UnibitIcon,
|
| 188 | + ViteIcon, |
181 | 189 | VueIcon,
|
182 | 190 | VuePressIcon,
|
183 | 191 | WebAssemblyIcon,
|
184 |
| - SolidIcon, |
185 |
| - SanityIcon, |
186 | 192 | };
|
187 | 193 |
|
188 | 194 | export { AdonisIcon } from './AdonisIcon';
|
189 | 195 | export { AngularIcon } from './AngularIcon';
|
190 | 196 | export { ApolloIcon } from './ApolloIcon';
|
| 197 | +export { AstroIcon } from './AstroIcon'; |
191 | 198 | export { AureliaIcon } from './AureliaIcon';
|
192 | 199 | export { CordovaIcon } from './CordovaIcon';
|
193 | 200 | export { CxJSIcon } from './CxJSIcon';
|
@@ -231,17 +238,18 @@ export { ReactIcon } from './ReactIcon';
|
231 | 238 | export { ReasonIcon } from './ReasonIcon';
|
232 | 239 | export { RemixIcon } from './RemixIcon';
|
233 | 240 | export { RollupIcon } from './RollupIcon';
|
| 241 | +export { SanityIcon } from './SanityIcon'; |
234 | 242 | export { SapperIcon } from './SapperIcon';
|
235 | 243 | export { ServerlessIcon } from './ServerlessIcon';
|
| 244 | +export { SolidIcon } from './SolidIcon'; |
236 | 245 | export { StackbitIcon } from './StackbitIcon';
|
237 | 246 | export { StorybookIcon } from './StorybookIcon';
|
238 | 247 | export { StyleguidistIcon } from './StyleguidistIcon';
|
239 | 248 | export { SvelteIcon } from './SvelteIcon';
|
240 | 249 | export { TailwindIcon } from './TailwindIcon';
|
241 | 250 | export { TypeScriptIcon } from './TypeScriptIcon';
|
242 | 251 | export { UnibitIcon } from './UnibitIcon';
|
| 252 | +export { ViteIcon } from './ViteIcon'; |
243 | 253 | export { VueIcon } from './VueIcon';
|
244 | 254 | export { VuePressIcon } from './VuePressIcon';
|
245 | 255 | export { WebAssemblyIcon } from './WebAssemblyIcon';
|
246 |
| -export { SolidIcon } from './SolidIcon'; |
247 |
| -export { SanityIcon } from './SanityIcon'; |
|
0 commit comments