/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const ReuseStyleIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <g>
        <path d='M19.485 17A9 9 0 0 0 12 3H4a1 1 0 0 0 0 2h8a7 7 0 0 1 4.899 12z' />
        <path d='M4.516 7A9 9 0 0 0 12 21h8a1 1 0 1 0 0-2h-8A7 7 0 0 1 7.101 7z' />
        <path d='M11 9a1 1 0 1 1 2 0v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2H9a1 1 0 1 1 0-2h2z' />
      </g>
    </g>
  </svg>
);
export default ReuseStyleIcon;
