@nant-design/nant-icons
Version:
30 lines (17 loc) • 864 B
JSX
import React from 'react';
export const CalendarOutline = (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"/>
<circle cx="296" cy="232" r="24"/>
<circle cx="376" cy="232" r="24"/>
<circle cx="296" cy="312" r="24"/>
<circle cx="376" cy="312" r="24"/>
<circle cx="136" cy="312" r="24"/>
<circle cx="216" cy="312" r="24"/>
<circle cx="136" cy="392" r="24"/>
<circle cx="216" cy="392" r="24"/>
<circle cx="296" cy="392" r="24"/>
<path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="32" strokeLinecap="round" d="M128 48v32m256-32v32"/>
<path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="32" d="M464 160H48"/>
</svg>;
};