UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 680 B
import { createIconBase } from '../createIcon.js'; export const CaretUpIconConfig = { name: 'CaretUpIcon', icon: {"xOffset":0,"yOffset":0,"width":320,"height":512,"svgPathData":"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z"}, rhUiIcon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M29 22a.997.997 0 0 1-.707-.293L16 9.414 3.707 21.707a.999.999 0 1 1-1.414-1.414L14.939 7.646a1.501 1.501 0 0 1 2.121 0l12.646 12.646a.999.999 0 0 1-.707 1.707Z"}, }; export const CaretUpIcon = createIconBase(CaretUpIconConfig); export default CaretUpIcon;