// 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 InstagramIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M15.75 2h-7.5A6.25 6.25 0 0 0 2 8.25v7.5C2 19.2 4.8 22 8.25 22h7.5C19.2 22 22 19.2 22 15.75v-7.5C22 4.8 19.2 2 15.75 2Zm4.38 13.75a4.38 4.38 0 0 1-4.38 4.38h-7.5a4.38 4.38 0 0 1-4.38-4.38v-7.5a4.38 4.38 0 0 1 4.38-4.38h7.5a4.38 4.38 0 0 1 4.38 4.38v7.5Z" />
    <path d="M12 7a5 5 0 1 0 0 10 5 5 0 0 0 0-10Zm0 8.13a3.13 3.13 0 1 1 0-6.26 3.13 3.13 0 0 1 0 6.26Zm5.38-9.17c.85 0 .85 1.33 0 1.33-.86 0-.86-1.33 0-1.33Z" />
  </svg>
);

const InstagramIconWrapper = toIcon(InstagramIcon);
export default InstagramIconWrapper;
