UNPKG

@skyrim-royale/skyrim-royale-ui-components

Version:
6 lines (5 loc) 228 B
import React from "react"; export interface CheckboxSVGProps extends React.SVGProps<SVGSVGElement> { isChecked?: boolean; } export declare const CheckboxIcon: ({ isChecked, ...props }: CheckboxSVGProps) => JSX.Element;