via-icons/dist/hi/outline/BoltIcon.d.ts

4 lines
244 B
TypeScript
Raw Permalink Normal View History

2024-08-22 13:58:09 -06:00
import * as React from 'react';
declare const BoltIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
export default BoltIcon;