react-sass-inlinesvg
Version:
React library designed to control SVG from Sass.
72 lines (71 loc) • 3.06 kB
TypeScript
/// <reference types="react" />
import { ExtractProps } from "../..";
export declare type SvgProps = ExtractProps<typeof SVG>;
export declare const SVG: import("react").NamedExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "onError"> & {
defaultName?: import("../..").SpecialName | "Svg" | "React" | "Sass" | "AndroidIcon" | "Apple" | "AppleAppStore" | "Babel" | "Bluetooth" | "Chrome" | "CodepenIcon" | "CodesandboxIcon" | "Css3" | "DiscordIcon" | "Dropbox" | "Facebook" | "Figma" | "Firefox" | "GithubIcon" | "GitIcon" | "GoogleCalendar" | "GoogleCloud" | "GoogleDrive" | "GoogleGmail" | "GoogleIcon" | "GoogleMaps" | "GoogleMeet" | "GooglePhotos" | "GooglePlayIcon" | "GravatarIcon" | "Html5" | "InstagramIcon" | "IntellijIdea" | "Internetexplorer" | "Ios" | "Javascript" | "Jenkins" | "Jsfiddle" | "Markdown" | "MicrosoftEdge" | "Mozilla" | "NodejsIcon" | "NpmIcon" | "Opera" | "Preact" | "Prettier" | "Redux" | "Safari" | "SlackIcon" | "StackoverflowIcon" | "StorybookIcon" | "Terminal" | "TiktokIcon" | "Twitter" | "TypescriptIcon" | "Webpack" | "Wifi" | "YoutubeIcon" | undefined;
fetchOptions?: RequestInit | undefined;
innerRef?: import("react").Ref<SVGElement> | undefined;
} & {
title?: string | undefined;
description?: string | undefined;
onError?: import("../..").ErrorHandler | undefined;
onLoad?: import("../..").LoadHandler | undefined;
}>, pathMap: {
React: () => string;
Sass: () => string;
Svg: () => string;
AndroidIcon: () => string;
Apple: () => string;
AppleAppStore: () => string;
Babel: () => string;
Bluetooth: () => string;
Chrome: () => string;
CodepenIcon: () => string;
CodesandboxIcon: () => string;
Css3: () => string;
DiscordIcon: () => string;
Dropbox: () => string;
Facebook: () => string;
Figma: () => string;
Firefox: () => string;
GithubIcon: () => string;
GitIcon: () => string;
GoogleCalendar: () => string;
GoogleCloud: () => string;
GoogleDrive: () => string;
GoogleGmail: () => string;
GoogleIcon: () => string;
GoogleMaps: () => string;
GoogleMeet: () => string;
GooglePhotos: () => string;
GooglePlayIcon: () => string;
GravatarIcon: () => string;
Html5: () => string;
InstagramIcon: () => string;
IntellijIdea: () => string;
Internetexplorer: () => string;
Ios: () => string;
Javascript: () => string;
Jenkins: () => string;
Jsfiddle: () => string;
Markdown: () => string;
MicrosoftEdge: () => string;
Mozilla: () => string;
NodejsIcon: () => string;
NpmIcon: () => string;
Opera: () => string;
Preact: () => string;
Prettier: () => string;
Redux: () => string;
Safari: () => string;
SlackIcon: () => string;
StackoverflowIcon: () => string;
StorybookIcon: () => string;
Terminal: () => string;
TiktokIcon: () => string;
Twitter: () => string;
TypescriptIcon: () => string;
Webpack: () => string;
Wifi: () => string;
YoutubeIcon: () => string;
};