UNPKG

web-toolkit

Version:

A GTK inspired toolkit designed to build awesome web apps

9 lines (7 loc) 692 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}><g fill="#474747"><path d="M2.469 1s-1.5 0-1.5 1.5v11.969s0 1.53 1.5 1.53h7.5v-2h-7V3h1V1zm8.5 0v2h1v7h2V2.5c0-1.5-1.5-1.5-1.5-1.5z" /><path d="M5.5 0h3.969c.277 0 .5.223.5.5v3c0 .277-.223.5-.5.5H5.5a.499.499 0 01-.5-.5v-3c0-.277.223-.5.5-.5z" /><path d="M10.969 11h1.375l1.125 1.094L14.563 11h1.406v1.469l-1.094 1.062 1.094 1.063V16H14.53l-1.062-1.063L12.406 16H10.97v-1.406l1.062-1.063-1.062-1.062z" style={{ marker: "none" }} color="#bebebe" overflow="visible" /></g></svg>; } export default SvgComponent;