// 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 BlogIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M13 17H5c-1.3 0-1.3 2 0 2h8c1.3 0 1.3-2 0-2Zm6-8H5c-1.3 0-1.3 2 0 2h14c1.3 0 1.3-2 0-2ZM5 15h14c1.3 0 1.3-2 0-2H5c-1.3 0-1.3 2 0 2Zm0-8h14c1.3 0 1.3-2 0-2H5C3.7 5 3.7 7 5 7Z" />
  </svg>
);

const BlogIconWrapper = toIcon(BlogIcon);
export default BlogIconWrapper;
