@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
12 lines • 549 B
TypeScript
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const CloneIconConfig: {
name: 'CloneIcon',
height: 512,
width: 512,
svgPath: 'M464 0c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48H176c-26.51 0-48-21.49-48-48V48c0-26.51 21.49-48 48-48h288M176 416c-44.112 0-80-35.888-80-80V128H48c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48v-48H176z',
yOffset: 0,
xOffset: 0,
};
export declare const CloneIcon: React.ComponentClass<SVGIconProps>;
export default CloneIcon;