UNPKG

@kietpt2003/react-native-core-ui

Version:
5 lines 265 B
import React from 'react'; import { SvgIconProps } from 'SvgIcon/types/SvgIconTypes'; declare const IconCheckBox: ({ size, color, strokeWidth, fill, style }: SvgIconProps) => React.JSX.Element; export default IconCheckBox; //# sourceMappingURL=IconCheckBox.d.ts.map