UNPKG

@nant-design/nant-icons

Version:

10 lines (7 loc) 455 B
import React from 'react'; export const CalendarClearOutline = (props) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}> <rect fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="32" x="48" y="80" width="416" height="384" rx="48"/> <path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="32" strokeLinecap="round" d="M128 48v32m256-32v32m80 80H48"/> </svg>; };