web-toolkit
Version:
A GTK inspired toolkit designed to build awesome web apps
46 lines (44 loc) • 2.14 kB
JavaScript
import * as React from "react";
function SvgComponent(props) {
return <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="1em" height="1em" {...props}><g fill="#474747"><path d="M3 1a1 1 0 00-1 1v13a1 1 0 001 1h10a1 1 0 001-1V5.5a1 1 0 00-.293-.707l-3.5-3.5A1 1 0 009.5 1zm1 2h5.086L12 5.914V14H4z" style={{
lineHeight: "normal",
fontVariantLigatures: "normal",
fontVariantPosition: "normal",
fontVariantCaps: "normal",
fontVariantNumeric: "normal",
fontVariantAlternates: "normal",
fontFeatureSettings: "normal",
textIndent: 0,
textAlign: "start",
textDecorationLine: "none",
textDecorationStyle: "solid",
textDecorationColor: "#000",
textTransform: "none",
textOrientation: "mixed",
shapePadding: 0,
isolation: "auto",
mixBlendMode: "normal"
}} color="#000" fontWeight={400} fontFamily="sans-serif" overflow="visible" fillRule="evenodd" /><path d="M9 2v4h4z" fillRule="evenodd" /><path d="M6.418 4.986c-.86 0-1.568.708-1.568 1.569 0 .86.708 1.568 1.568 1.568.86 0 1.569-.708 1.569-1.568 0-.86-.709-1.569-1.569-1.569zm0 1c.32 0 .569.249.569.569 0 .32-.25.568-.569.568a.561.561 0 01-.568-.568c0-.32.248-.569.568-.569z" style={{
lineHeight: "normal",
fontVariantLigatures: "normal",
fontVariantPosition: "normal",
fontVariantCaps: "normal",
fontVariantNumeric: "normal",
fontVariantAlternates: "normal",
fontFeatureSettings: "normal",
textIndent: 0,
textAlign: "start",
textDecorationLine: "none",
textDecorationStyle: "solid",
textDecorationColor: "#000",
textTransform: "none",
textOrientation: "mixed",
shapePadding: 0,
isolation: "auto",
mixBlendMode: "normal",
marker: "none"
}} color="#000" fontWeight={400} fontFamily="sans-serif" overflow="visible" /><path d="M8.986 7.986h2v1h-2zm-4 2h6v1h-6zm0 2h6v1h-6z" style={{
marker: "none"
}} color="#000" overflow="visible" /></g></svg>;
}
export default SvgComponent;