// This file is auto-generated. Do not edit it directly.
// To update the icon component, change the related icon.svg file and run "yarn build:icons" in the root directory.
import { type SVGProps } from 'react';

import toIcon from '../toIcon';

const PauseIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg
    {...props}
    xmlns="http://www.w3.org/2000/svg"
    width="80"
    height="80"
    viewBox="0 0 80 80"
    fill="none"
  >
    <rect x="16" y="7" width="18" height="65" rx="4" fill="currentColor" />
    <rect x="46" y="7" width="18" height="65" rx="4" fill="currentColor" />
  </svg>
);

const PauseIconWrapper = toIcon(PauseIcon);
export default PauseIconWrapper;
