// 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 CodeIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path
      fillRule="evenodd"
      d="M14.2 2c.6.1.9.7.8 1.2l-4 18a1 1 0 1 1-2-.4l4-18a1 1 0 0 1 1.2-.8ZM7.7 6.3c.4.4.4 1 0 1.4L3.4 12l4.3 4.3a1 1 0 1 1-1.4 1.4l-5-5a1 1 0 0 1 0-1.4l5-5a1 1 0 0 1 1.4 0Zm8.6 0a1 1 0 0 1 1.4 0l5 5c.4.4.4 1 0 1.4l-5 5a1 1 0 0 1-1.4-1.4l4.3-4.3-4.3-4.3a1 1 0 0 1 0-1.4Z"
      clipRule="evenodd"
    />
  </svg>
);

const CodeIconWrapper = toIcon(CodeIcon);
export default CodeIconWrapper;
