You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
349 B

3 years ago
  1. <svg xmlns="http://www.w3.org/2000/svg">
  2. <defs>
  3. <symbol id="snowflake" viewBox="0 0 24 24">
  4. <line x1="2" y1="12" x2="22" y2="12"></line>
  5. <line x1="12" y1="2" x2="12" y2="22"></line>
  6. <path d="M20 16l-4-4 4-4"></path>
  7. <path d="M4 8l4 4-4 4"></path>
  8. <path d="M16 4l-4 4-4-4"></path>
  9. <path d="M8 20l4-4 4 4"></path>
  10. </symbol>
  11. </defs>
  12. </svg>