// 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 PandoraIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M21.6 9.4A7.3 7.3 0 0 0 14.2 3H5v19h4.8c.6 0 1.1-.5 1.1-1.2v-3.6h3.6a7.1 7.1 0 0 0 7-7.8z" />
  </svg>
);

const PandoraIconWrapper = toIcon(PandoraIcon);
export default PandoraIconWrapper;
