// 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 FontIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path
      fillRule="evenodd"
      d="M7 3h11.2c.3 0 .6 0 1 .2A3 3 0 0 1 20.7 5l.2 1v1a1 1 0 1 1-2 0 16.9 16.9 0 0 0 0-1.4 1 1 0 0 0-.6-.5H18L17 5h-4v14h2a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2h2V5H7a17 17 0 0 0-1.4 0 1 1 0 0 0-.5.6V6L5 7a1 1 0 1 1-2 0V5.8c0-.3 0-.6.2-1A3 3 0 0 1 5 3.3a3 3 0 0 1 1-.2h1Z"
      clipRule="evenodd"
    />
  </svg>
);

const FontIconWrapper = toIcon(FontIcon);
export default FontIconWrapper;
