UNPKG

@patternfly/react-icons

Version:
9 lines 824 B
import { ComponentClass } from 'react'; import { SVGIconProps } from '../createIcon.js'; export declare const RhUiEmbedFillIconConfig: { name: 'RhUiEmbedFillIcon', icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm-3.204 19.205A1.127 1.127 0 0 1 12 22.126c-.288 0-.576-.11-.796-.33L6.558 17.15a1.628 1.628 0 0 1 0-2.298l4.646-4.646a1.127 1.127 0 0 1 1.592 0 1.127 1.127 0 0 1 0 1.591l-4.205 4.205 4.205 4.205Zm12.646-3.056-4.646 4.646a1.122 1.122 0 0 1-1.592 0 1.127 1.127 0 0 1 0-1.591l4.205-4.205-4.205-4.205a1.127 1.127 0 0 1 0-1.591 1.127 1.127 0 0 1 1.592 0l4.646 4.646a1.628 1.628 0 0 1 0 2.298Z"}, rhUiIcon: null, }; export declare const RhUiEmbedFillIcon: ComponentClass<SVGIconProps>; export default RhUiEmbedFillIcon;