@vuduc0801/react-native-phosphor-icons
Version:
Since [Phosphor](https://phosphoricons.com/) does not support React Native, we have to convert all the SVGs to React Native SVGs.
6 lines • 297 B
TypeScript
import React from 'react';
import { IconProps } from '../types';
declare function BracketsAngle(props: IconProps): import("react/jsx-runtime").JSX.Element;
declare const _default: React.MemoExoticComponent<typeof BracketsAngle>;
export default _default;
//# sourceMappingURL=BracketsAngle.d.ts.map