├── README.md ├── spacemacs-logo.svg ├── spacemacs.icns └── spacemacs.ico /README.md: -------------------------------------------------------------------------------- 1 | # spacemacs-logo 2 | 3 | ![spacemacs-logo](https://www.nasser.space/imgs/spacemacs-logo.png) 4 | 5 | Creative Commons Licence
Spacemacs logo by Nasser Alshammari is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Based on a work at https://github.com/nashamri/spacemacs-logo. 6 | -------------------------------------------------------------------------------- /spacemacs-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 20 | 22 | 33 | 35 | 39 | 43 | 47 | 51 | 52 | 61 | 63 | 67 | 71 | 75 | 79 | 80 | 89 | 91 | 95 | 99 | 100 | 109 | 111 | 115 | 119 | 120 | 129 | 138 | 140 | 144 | 148 | 152 | 156 | 157 | 167 | 169 | 173 | 177 | 181 | 185 | 189 | 190 | 200 | 210 | 220 | 230 | 240 | 250 | 260 | 270 | 280 | 281 | 300 | 302 | 303 | 305 | image/svg+xml 306 | 308 | 309 | 310 | 311 | 312 | 318 | 322 | 329 | 335 | 341 | 346 | 351 | 356 | 357 | 358 | 364 | 372 | 380 | 388 | 396 | 404 | 405 | 406 | -------------------------------------------------------------------------------- /spacemacs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nashamri/spacemacs-logo/917f2f2694019d534098f5e2e365b5f6e5ddbd37/spacemacs.icns -------------------------------------------------------------------------------- /spacemacs.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nashamri/spacemacs-logo/917f2f2694019d534098f5e2e365b5f6e5ddbd37/spacemacs.ico --------------------------------------------------------------------------------