import React from 'react'; const GlitterIcon = ({ width = 18, height = 18, fillColor = '', color = 'currentColor', }) => ( ); export default GlitterIcon;