UNPKG

web-toolkit

Version:

A GTK inspired toolkit designed to build awesome web apps

49 lines (47 loc) 2.05 kB
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 color="#000" fill="#474747"><path d="M9.04 4A1 1 0 008 5v6a1 1 0 001.514.857l5-3a1 1 0 000-1.714l-5-3A1 1 0 009.04 4zM10 6.768L12.055 8 10 9.232z" 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" }} fontWeight={400} fontFamily="sans-serif" overflow="visible" /><path d="M9 11H8v1h1zm0-7H8v1h1z" style={{ marker: "none" }} overflow="visible" /><path d="M2.04 4A1 1 0 001 5v6a1 1 0 001.514.857l5-3a1 1 0 000-1.714l-5-3A1 1 0 002.04 4zM3 6.768L5.055 8 3 9.232z" 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" }} fontWeight={400} fontFamily="sans-serif" overflow="visible" /><path d="M2 11H1v1h1zm0-7H1v1h1zm7 1l5 3-5 3zM2 5l5 3-5 3z" style={{ marker: "none" }} overflow="visible" /></g></svg>; } export default SvgComponent;