import React, { FC } from 'react' import { I_ICON_PROPS } from '../types' const FilterOff: FC = ({ id, width, height, fill, }) => ( ) export default FilterOff