import React from 'react'; const WandIcon = ({ width = 40, height = 40, color = '#000' }) => ( ); export default WandIcon;