@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.07 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardCameraIconConfig: {
name: 'RhStandardCameraIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M31 9.38h-6.74l-2.82-2.82a.6.6 0 0 0-.44-.18h-6a.6.6 0 0 0-.44.18l-2.82 2.82H5a.62.62 0 0 0-.62.62v19a.62.62 0 0 0 .62.62h26a.62.62 0 0 0 .62-.62V10a.62.62 0 0 0-.62-.62Zm-19 1.24a.6.6 0 0 0 .44-.18l2.82-2.82h5.48l2.82 2.82a.6.6 0 0 0 .44.18h6.38v4.76h-7.65a6.59 6.59 0 0 0-9.46 0H5.62v-4.76Zm6 4A5.38 5.38 0 1 1 12.62 20 5.39 5.39 0 0 1 18 14.62ZM5.62 28.38V16.62h6.69a6.62 6.62 0 1 0 11.38 0h6.69v11.76Z"},{"path":"M8 8.62h2a.62.62 0 0 0 0-1.24H8a.62.62 0 1 0 0 1.24Zm18 5h2a.62.62 0 1 0 0-1.24h-2a.62.62 0 0 0 0 1.24Zm-11 7a.62.62 0 0 0 .62-.62A2.39 2.39 0 0 1 18 17.62a.62.62 0 0 0 0-1.24A3.62 3.62 0 0 0 14.38 20a.62.62 0 0 0 .62.62Z"}]},
rhUiIcon: null,
};
export declare const RhStandardCameraIcon: ComponentClass<SVGIconProps>;
export default RhStandardCameraIcon;