import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; import { Icon } from '../iconTypes'; const IconPageBack = ({ className = '', color = '#000000', height = 13, title, width = 8 }: Icon) => ( ); export default IconPageBack;