UNPKG

@clive-cudi/geist-ui

Version:

Modern and minimalist React UI library.

10 lines (9 loc) 222 B
import React from 'react'; interface Props { disabled?: boolean; checked?: boolean; fill?: string; bg?: string; } declare const CheckboxIcon: React.NamedExoticComponent<Props>; export default CheckboxIcon;