UNPKG

web-toolkit

Version:

A GTK inspired toolkit designed to build awesome web apps

7 lines (5 loc) 354 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 4c-.5 0-1 .5-1 1v4c0 .5.5 1 1 1h1V8h10v2h1c.5 0 1-.5 1-1V5c0-.5-.5-1-1-1zm2-3v2h8V1z" /><path d="M4 9v5h8V9z" /></g></svg>; } export default SvgComponent;