import React from 'react' const ItemSold = (props: React.SVGAttributes) => { return ( ) } export default ItemSold