@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 1 kB
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhUiBrightnessDownIconConfig = {
name: 'RhUiBrightnessDownIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M16 8c-4.411 0-8 3.589-8 8s3.589 8 8 8 8-3.589 8-8-3.589-8-8-8Zm0 14c-3.309 0-6-2.691-6-6s2.691-6 6-6 6 2.691 6 6-2.691 6-6 6ZM5.625 7.002a1.376 1.376 0 1 1 2.751.001 1.376 1.376 0 0 1-2.751-.001Zm-.255 9a1.376 1.376 0 1 1-2.751-.001 1.376 1.376 0 0 1 2.751.001Zm3.005 9a1.376 1.376 0 1 1-2.751-.001 1.376 1.376 0 0 1 2.751.001Zm9 3a1.376 1.376 0 1 1-2.751-.001 1.376 1.376 0 0 1 2.751.001Zm9-3a1.376 1.376 0 1 1-2.751-.001 1.376 1.376 0 0 1 2.751.001Zm3-9a1.376 1.376 0 1 1-2.751-.001 1.376 1.376 0 0 1 2.751.001Zm-3-8.998a1.376 1.376 0 1 1-2.751-.001 1.376 1.376 0 0 1 2.751.001Zm-11.75-2.992a1.376 1.376 0 1 1 2.751.001 1.376 1.376 0 0 1-2.751-.001Z"},
rhUiIcon: null,
};
export const RhUiBrightnessDownIcon = createIconBase(RhUiBrightnessDownIconConfig);
export default RhUiBrightnessDownIcon;