@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 698 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const CheckSquareIconConfig = {
name: 'CheckSquareIcon',
icon: {"xOffset":0,"yOffset":0,"width":448,"height":512,"svgPathData":"M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zm-204.686-98.059l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L184 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.379 6.25 22.628.001z"},
rhUiIcon: null,
};
export const CheckSquareIcon = createIconBase(CheckSquareIconConfig);
export default CheckSquareIcon;