import React from "react"; import { Icon } from '@types'; const TilesIcon: Icon = ({ fill }) => ( ); export default TilesIcon;