@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.06 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardVolumeUpIconConfig: {
name: 'RhStandardVolumeUpIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M18.28 6.44a.63.63 0 0 0-.66.06l-7.83 5.88H6A1.61 1.61 0 0 0 4.38 14v8A1.61 1.61 0 0 0 6 23.62h3.79l7.83 5.88a.63.63 0 0 0 1-.5V7a.63.63 0 0 0-.34-.56Zm-.9 21.31-7-5.25a.66.66 0 0 0-.38-.12H6a.38.38 0 0 1-.38-.38v-8a.38.38 0 0 1 .38-.38h4a.66.66 0 0 0 .38-.12l7-5.25Zm7.43-16.56a.63.63 0 0 0-.89.89 8.37 8.37 0 0 1 0 11.84.63.63 0 0 0 .89.89 9.65 9.65 0 0 0 0-13.62Z"},{"path":"M27.61 8.39a.63.63 0 0 0-.88 0 .61.61 0 0 0 0 .88 12.37 12.37 0 0 1 0 17.46.61.61 0 0 0 0 .88.63.63 0 0 0 .88 0 13.6 13.6 0 0 0 0-19.22ZM21.09 14a.64.64 0 0 0 0 .89 4.38 4.38 0 0 1 0 6.18.63.63 0 0 0 .91.93 5.66 5.66 0 0 0 0-8 .64.64 0 0 0-.91 0Z"}]},
rhUiIcon: null,
};
export declare const RhStandardVolumeUpIcon: ComponentClass<SVGIconProps>;
export default RhStandardVolumeUpIcon;