UNPKG

@patternfly/react-icons

Version:
14 lines (11 loc) 463 B
import { createIcon } from '../createIcon'; export const AngleLeftIconConfig = { name: 'AngleLeftIcon', height: 512, width: 256, svgPath: 'M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z', yOffset: 0, xOffset: 0, }; export const AngleLeftIcon = createIcon(AngleLeftIconConfig); export default AngleLeftIcon;