UNPKG

web-toolkit

Version:

A GTK inspired toolkit designed to build awesome web apps

15 lines (13 loc) 941 B
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="M8 1.031A6.963 6.963 0 001.031 8 6.963 6.963 0 008 14.969 6.963 6.963 0 0014.969 8 6.963 6.963 0 008 1.031zM5 5h1.031c.255.011.51.129.688.313L8 6.593l1.312-1.28c.266-.231.447-.306.688-.313h1v1c0 .286-.034.55-.25.75L9.469 8.031l1.25 1.25c.188.188.281.454.281.719v1h-1c-.265 0-.53-.093-.719-.281L8 9.438l-1.281 1.28A1.015 1.015 0 016 11H5v-1c0-.265.093-.53.281-.719l1.281-1.25-1.28-1.281A.909.909 0 015 6z" style={{ lineHeight: "normal", InkscapeFontSpecification: "'Andale Mono'", textIndent: 0, textAlign: "start", textDecorationLine: "none", textTransform: "none", marker: "none" }} color="#bebebe" fontWeight={400} fontFamily="Andale Mono" overflow="visible" fill="#474747" /></svg>; } export default SvgComponent;