UNPKG

react-sprite

Version:

React Component to Display SVG from Sprite with Polyfill for IE11.

7 lines (6 loc) 222 B
import React, { SVGProps } from 'react'; type Props = SVGProps<SVGSVGElement>; declare const _default: ({ href, xlinkHref, force, ...props }: Props & { force: boolean; }) => React.JSX.Element; export default _default;