UNPKG

react-native-heroicons

Version:
8 lines (7 loc) 280 B
import * as React from "react"; import { SvgProps, NumberProp } from "react-native-svg"; interface Props extends SvgProps { size?: NumberProp; } declare const PresentationChartBarIcon: ({ size, ...props }: Props) => React.JSX.Element; export default PresentationChartBarIcon;