web-toolkit
Version:
A GTK inspired toolkit designed to build awesome web apps
61 lines (59 loc) • 2.61 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}><path d="M9 7V6c0-.265-.093-.53-.281-.719l-3-3L5.438 2h-.875l-.282.281-3 3a1.015 1.015 0 00-.28.719L1 7h1c.265 0 .53-.093.719-.281L5 4.438l2.281 2.28c.188.189.454.282.72.282h1z" style={{
lineHeight: "normal",
InkscapeFontSpecification: "'Bitstream Vera Sans'",
textIndent: 0,
textAlign: "start",
textDecorationLine: "none",
textTransform: "none",
marker: "none"
}} color="#000" fontWeight={400} fontFamily="Bitstream Vera Sans" overflow="visible" fill="#474747" /><path d="M4 4v7h2V4z" 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" fill="#474747" /><path d="M15 8v1c0 .265-.093.53-.281.719l-3 3-.281.281h-.875l-.282-.281-3-3A1.015 1.015 0 017.001 9L7 8h1c.265 0 .53.093.719.281L11 10.562l2.281-2.28c.188-.189.454-.282.72-.282h1z" style={{
lineHeight: "normal",
InkscapeFontSpecification: "'Bitstream Vera Sans'",
textIndent: 0,
textAlign: "start",
textDecorationLine: "none",
textTransform: "none",
marker: "none"
}} color="#000" fontWeight={400} fontFamily="Bitstream Vera Sans" overflow="visible" fill="#474747" /><path d="M10 4v7h2V4z" 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" fill="#474747" /></svg>;
}
export default SvgComponent;