import React from "react"; export const UserIcon = ({ fill = 'currentColor', filled, size, height, width, label, ...props }: any) => { return ( ); };