@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
14 lines (11 loc) • 700 B
JavaScript
import { createIcon } from '../createIcon';
export const ChildIconConfig = {
name: 'ChildIcon',
height: 512,
width: 384,
svgPath: 'M120 72c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.764-32.235 72-72 72s-72-32.236-72-72zm254.627 1.373c-12.496-12.497-32.758-12.497-45.254 0L242.745 160H141.254L54.627 73.373c-12.496-12.497-32.758-12.497-45.254 0-12.497 12.497-12.497 32.758 0 45.255L104 213.254V480c0 17.673 14.327 32 32 32h16c17.673 0 32-14.327 32-32V368h16v112c0 17.673 14.327 32 32 32h16c17.673 0 32-14.327 32-32V213.254l94.627-94.627c12.497-12.497 12.497-32.757 0-45.254z',
yOffset: 0,
xOffset: 0,
};
export const ChildIcon = createIcon(ChildIconConfig);
export default ChildIcon;