web-toolkit
Version:
A GTK inspired toolkit designed to build awesome web apps
45 lines (43 loc) • 1.92 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 color="#000" fill="#474747"><path d="M9.99 4.99a1 1 0 00-.697 1.717L12 9.414l2.707-2.707a1 1 0 10-1.414-1.414L12 6.586l-1.293-1.293a1 1 0 00-.717-.303z" 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"
}} fontWeight={400} fontFamily="sans-serif" overflow="visible" /><path d="M6 1C4.356 1 3 2.355 3 4v8c0 1.645 1.356 3 3 3h4v-2H6c-.571 0-1-.429-1-1V4c0-.571.429-1 1-1h4c.572 0 1 .429 1 1v4h2V4c0-1.645-1.355-3-3-3z" 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"
}} fontWeight={400} fontFamily="sans-serif" overflow="visible" /><path d="M9 6V5h1v1zm5 0V5h1v1z" style={{
marker: "none"
}} overflow="visible" /></g></svg>;
}
export default SvgComponent;