// 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 MoreIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M5.25 10A2.257 2.257 0 0 0 3 12.25a2.257 2.257 0 0 0 2.25 2.25 2.257 2.257 0 0 0 2.25-2.25A2.257 2.257 0 0 0 5.25 10zm13.5 0a2.257 2.257 0 0 0-2.25 2.25 2.257 2.257 0 0 0 2.25 2.25A2.257 2.257 0 0 0 21 12.25 2.257 2.257 0 0 0 18.75 10zM12 10a2.257 2.257 0 0 0-2.25 2.25A2.257 2.257 0 0 0 12 14.5a2.257 2.257 0 0 0 2.25-2.25A2.257 2.257 0 0 0 12 10z" />
  </svg>
);

const MoreIconWrapper = toIcon(MoreIcon);
export default MoreIconWrapper;
