import * as React from 'react' import {StyledIcon, StyledIconBase, StyledIconProps} from '@styled-icons/styled-icon' export const Readme: StyledIcon = React.forwardRef((props, ref) => { const attrs: React.SVGProps = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", } return ( ) }) Readme.displayName = 'Readme' export const ReadmeDimensions = {height: 512, width: 576}