@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 863 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhStandardContainerPrivateIconConfig = {
name: 'RhStandardContainerPrivateIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M15.66 15.71a2.36 2.36 0 0 0 1.06 2l-1 4.18a.59.59 0 0 0 .11.53.61.61 0 0 0 .5.24h3.42a.61.61 0 0 0 .5-.24.59.59 0 0 0 .11-.53l-1-4.18a2.36 2.36 0 0 0 1.06-2 2.34 2.34 0 0 0-4.68 0Z"},{"path":"m30.44 10.46-12.13-7a.62.62 0 0 0-.62 0l-12.13 7a.63.63 0 0 0-.31.54v14a.63.63 0 0 0 .31.54l12.13 7a.64.64 0 0 0 .62 0l12.13-7a.63.63 0 0 0 .31-.54V11a.63.63 0 0 0-.31-.54Zm-.94 14.18L18 31.28 6.5 24.64V11.36L18 4.72l11.5 6.64Z"}]},
rhUiIcon: null,
};
export const RhStandardContainerPrivateIcon = createIconBase(RhStandardContainerPrivateIconConfig);
export default RhStandardContainerPrivateIcon;