// 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 AlbumIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18Zm0 13a4 4 0 1 1 0-8 4 4 0 0 1 0 8Zm0-4.9c-.5 0-.9.4-.9.9s.4.9.9.9.9-.4.9-.9-.4-.9-.9-.9Z" />
  </svg>
);

const AlbumIconWrapper = toIcon(AlbumIcon);
export default AlbumIconWrapper;
