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