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