// 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 AwalIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M19 21.22h-5.67l-.07-8.34-4.86 8.34-6.4-.09L12.54 3H19v18.22Z" />
  </svg>
);

const AwalIconWrapper = toIcon(AwalIcon);
export default AwalIconWrapper;
