UNPKG

@wolmer/jam-icons

Version:

A rect library of comprehensive collection of over 940 meticulously crafted & free icons, for all your projects.

8 lines (7 loc) 278 B
import type { SVGProps } from "react"; interface SVGRProps { title?: string; titleId?: string; } declare const SvgNewsletterF: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element; export default SvgNewsletterF;