import React from 'react'; interface TickIconProps { size?: number; } export default ({ size = 24 }: TickIconProps) => ( );