UNPKG

web-toolkit

Version:

A GTK inspired toolkit designed to build awesome web apps

17 lines (15 loc) 1.14 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 fill="#474747"><path d="M6 1c-1.01.005-1 1-1 1v11c0 1 1 1 1 1h4c1 0 1-1 1-1V5c0-.554-.446-1-1-1H7V2s-.009-.994-1-1zm0 4h4v3.031L6 8zm0 4h1v1h1V9h1v1h1v1H9v1h1v1H9v-1H8v1H7v-1H6v-1h1v-1H6zm1 2v1h1v-1zm1 0h1v-1H8z" style={{ marker: "none" }} color="#000" overflow="visible" /><path d="M16 5v1c0 .257-.13.528-.313.719L14.408 8l1.28 1.281c.183.19.313.462.313.719v1h-1c-.31 0-.552-.09-.75-.281L11.594 8l2.656-2.719c.198-.19.44-.281.75-.281zM0 5v1c0 .257.13.528.313.719L1.593 8 .314 9.281C.13 9.471 0 9.743 0 10v1h1c.31 0 .552-.09.75-.281L4.406 8 1.75 5.281C1.552 5.091 1.31 5 1 5z" style={{ lineHeight: "normal", InkscapeFontSpecification: "'Bitstream Vera Sans'", textIndent: 0, textAlign: "start", textDecorationLine: "none", textTransform: "none", marker: "none" }} color="#bebebe" fontWeight={400} fontFamily="Bitstream Vera Sans" overflow="visible" /></g></svg>; } export default SvgComponent;