UNPKG

web-toolkit

Version:

A GTK inspired toolkit designed to build awesome web apps

62 lines (60 loc) 2.58 kB
import * as React from "react"; function SvgComponent(props) { return <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.014 16.014" width="1em" height="1em" {...props}><g fill="#474747"><path d="M13 1a1 1 0 00-1 1v13a1 1 0 102 0V3h1a1 1 0 100-2z" 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" /><path d="M13 6v3h3V6zm1 1h1v1h-1zm-1 3v3h3v-3zm1 1h1v1h-1z" 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="M0 4v12h10v-2h1v-2H8v2H2V6h3V4H4z" 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" /><path d="M6 1l5 4H8v4.531H6z" /><path d="M7.995 9.505A2.495 2.495 0 015.5 12a2.495 2.495 0 01-2.495-2.495A2.495 2.495 0 015.5 7.01a2.495 2.495 0 012.495 2.495z" /></g></svg>; } export default SvgComponent;