mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 08:24:55 +00:00
add todo repeat freq
This commit is contained in:
@ -4,6 +4,7 @@ const CalendarIcon: React.FC<SvgProps> = (props) => (
|
||||
<Svg
|
||||
width={props.width || 21}
|
||||
height={props.height || 21}
|
||||
viewBox="0 0 21 21"
|
||||
fill="none"
|
||||
{...props}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user