import React from 'react'; export const SquareIcon = ({ width = 24, height = 24, color = 'currentColor', }) => ( );