@kietpt2003/react-native-core-ui
Version:
React Native Core UI components by KietPT
5 lines • 301 B
TypeScript
import React from 'react';
import { SvgIconProps } from 'SvgIcon/types/SvgIconTypes';
declare const IconCheckBoxOutlineBlank: ({ size, color, strokeWidth, fill, style }: SvgIconProps) => React.JSX.Element;
export default IconCheckBoxOutlineBlank;
//# sourceMappingURL=IconCheckBoxOutlineBlank.d.ts.map