import type { IconData } from '../../types'; export const data: IconData = { o: '', f: '', vb: '0 0 500 500', }; export default data;