import React from 'react'; const SparkleIcon = ({ width = 14, height = 14, fill = 'currentColor' }) => ( ); export default SparkleIcon;