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.
 
 
 
 
 

10 line
560 B

  1. {# templates/_atoms/icon-calendar.html.twig #}
  2. <svg viewBox="0 0 18 18" fill="none">
  3. <rect x="1" y="3" width="16" height="14" rx="2" stroke="currentColor" stroke-width="1.5"/>
  4. <path d="M1 7h16" stroke="currentColor" stroke-width="1.5"/>
  5. <path d="M5 1v4M13 1v4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
  6. <rect x="4" y="10" width="2" height="2" rx="0.5" fill="currentColor"/>
  7. <rect x="8" y="10" width="2" height="2" rx="0.5" fill="currentColor"/>
  8. <rect x="12" y="10" width="2" height="2" rx="0.5" fill="currentColor"/>
  9. </svg>