import styled from "styled-components"; import { FunctionComponent } from "react"; export type ReactIcon = FunctionComponent<{ size?: number; style?: any }>;