UNPKG

@patternfly/react-icons

Version:
9 lines 793 B
import { ComponentClass } from 'react'; import { SVGIconProps } from '../createIcon.js'; export declare const RhUiDataSinkIconConfig: { name: 'RhUiDataSinkIcon', icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M26 19c-2.757 0-5 2.243-5 5s2.243 5 5 5 5-2.243 5-5-2.243-5-5-5Zm0 8c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3Zm-8.293-3.707a.999.999 0 0 1 0 1.414l-4 4a.997.997 0 0 1-1.414 0 .999.999 0 0 1 0-1.414L14.586 25H8c-3.309 0-6-2.691-6-6s2.691-6 6-6h16c2.206 0 4-1.794 4-4s-1.794-4-4-4H3a1 1 0 1 1 0-2h21c3.309 0 6 2.691 6 6s-2.691 6-6 6H8c-2.206 0-4 1.794-4 4s1.794 4 4 4h6.586l-2.293-2.293a.999.999 0 1 1 1.414-1.414l4 4Z"}, rhUiIcon: null, }; export declare const RhUiDataSinkIcon: ComponentClass<SVGIconProps>; export default RhUiDataSinkIcon;