import React from 'react'; import Style from '../../styles'; type Props = { fill?: string } export default function EditIcon({ fill = Style.color2.link }: Props) { return ( ); }