const PaintRoller = () => { return ( <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none" > <g clip-path="url(#clip0_2300_12666)"> <path d="M8.33317 13.3332V11.6665C8.33317 11.2245 8.50877 10.8006 8.82133 10.488C9.13389 10.1754 9.55781 9.99984 9.99984 9.99984H16.6665C17.1085 9.99984 17.5325 9.82424 17.845 9.51168C18.1576 9.19912 18.3332 8.7752 18.3332 8.33317V5.83317C18.3332 5.39114 18.1576 4.96722 17.845 4.65466C17.5325 4.3421 17.1085 4.1665 16.6665 4.1665H14.9998M3.33317 1.6665H13.3332C14.2536 1.6665 14.9998 2.4127 14.9998 3.33317V4.99984C14.9998 5.92031 14.2536 6.6665 13.3332 6.6665H3.33317C2.4127 6.6665 1.6665 5.92031 1.6665 4.99984V3.33317C1.6665 2.4127 2.4127 1.6665 3.33317 1.6665ZM7.49984 13.3332H9.1665C9.62674 13.3332 9.99984 13.7063 9.99984 14.1665V17.4998C9.99984 17.9601 9.62674 18.3332 9.1665 18.3332H7.49984C7.0396 18.3332 6.6665 17.9601 6.6665 17.4998V14.1665C6.6665 13.7063 7.0396 13.3332 7.49984 13.3332Z" stroke="#171717" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" /> </g> <defs> <clipPath id="clip0_2300_12666"> <rect width="20" height="20" fill="white" /> </clipPath> </defs> </svg> ); }; return { PaintRoller };