UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 597 B
import { createIconBase } from '../createIcon.js'; export const RhUiContainerIconConfig = { name: 'RhUiContainerIcon', icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M16 30.856a1 1 0 0 1-.5-.134l-12-6.929a1 1 0 0 1-.5-.866V9.072c0-.357.19-.688.5-.866l12-6.929a1.003 1.003 0 0 1 1 0l12 6.929a1 1 0 0 1 .5.866v13.855c0 .357-.19.688-.5.866l-12 6.929a1 1 0 0 1-.5.134ZM5 22.351l11 6.352 11-6.352V9.65L16 3.298 5 9.65v12.701Zm23 .577h.01H28Z"}, rhUiIcon: null, }; export const RhUiContainerIcon = createIconBase(RhUiContainerIconConfig); export default RhUiContainerIcon;