-
Notifications
You must be signed in to change notification settings - Fork 2
/
custom-icons.html
11 lines (10 loc) · 1.75 KB
/
custom-icons.html
1
2
3
4
5
6
7
8
9
10
11
<link rel="import" href="../core-iconset-svg/core-iconset-svg.html">
<core-iconset-svg id="zdkCalendar-icons" iconSize="100">
<svg>
<defs>
<path d="M51.438,0.0033188a49.774,49.774,0,0,0,-51.219,49.782,49.781,49.781,0,0,0,99.562,0,49.774,49.774,0,0,0,-48.343,-49.782zm-2.938,16.219c1.7818,0,3.541,0.6972,4.9062,2.0625,2.7306,2.7306,2.7306,7.1131,0,9.8438l-13.312,13.344h34.844c4.7528,0,8.5625,3.8097,8.5625,8.5625s-3.8097,8.5938-8.5625,8.5938h-34.312l12.781,12.812c2.7306,2.7306,2.7306,7.1131,0,9.8438-2.7306,2.7306-7.1131,2.7306-9.8438,0l-25.031-25c-1.4792-1.4792-2.1234-3.4477-2-5.375-0.007-0.0722,0.005-0.14602,0-0.21875-0.0164-0.21857-0.03125-0.43337-0.03125-0.65625,0-0.34171,0.024-0.66895,0.0625-1-0.24201-2.0442,0.39367-4.1749,1.9688-5.75l25.031-25c1.3653-1.3653,3.1557-2.0625,4.9375-2.0625z" id="prev" />
<path d="M51.453-0.43091a49.774,49.774,0,0,0,-51.219,49.75,49.774,49.774,0,1,0,99.531,0,49.774,49.774,0,0,0,-48.312,-49.75zm-0.719,24.844a24.933,24.933,0,0,1,24.188,24.906,24.933,24.933,0,0,1,-49.844,0,24.933,24.933,0,0,1,25.656,-24.906z" id="today"/>
<path d="M51.453-0.43092a49.774,49.774,0,0,0,-51.219,49.75,49.774,49.774,0,1,0,99.531,0,49.774,49.774,0,0,0,-48.313,-49.75zm0.03125,16.187c1.7818,0,3.5722,0.6972,4.9375,2.0625l25.031,25c1.5751,1.5751,2.2108,3.7058,1.9688,5.75,0.0385,0.33105,0.0625,0.65829,0.0625,1,0,0.22289-0.01485,0.43768-0.03125,0.65625-0.005,0.0727,0.007,0.14654,0,0.21875,0.12341,1.9273-0.52079,3.8958-2,5.375l-25.031,25c-2.7306,2.7306-7.1131,2.7306-9.8438,0-2.7306-2.7306-2.7306-7.1131,0-9.8438l12.781-12.812h-34.312c-4.7528,0-8.5625-3.8409-8.5625-8.5938,0-4.7528,3.8097-8.5625,8.5625-8.5625h34.844l-13.312-13.344c-2.7306-2.7306-2.7306-7.1131,0-9.8438,1.3653-1.3653,3.1244-2.0625,4.9062-2.0625z" id="next" />
</defs>
</svg>
</core-iconset-svg>