24 lines
558 B
XML
24 lines
558 B
XML
<!--
|
|
tags: [date, day, plan, schedule, agenda, calender, calendar, event, control, operation]
|
|
category: System
|
|
version: "1.1"
|
|
unicode: "ea52"
|
|
-->
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="24"
|
|
height="24"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<path d="M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12" />
|
|
<path d="M16 3l0 4" />
|
|
<path d="M8 3l0 4" />
|
|
<path d="M4 11l16 0" />
|
|
<path d="M8 15h2v2h-2l0 -2" />
|
|
</svg>
|