UNPKG

web-toolkit

Version:

A GTK inspired toolkit designed to build awesome web apps

11 lines (9 loc) 680 B
import * as React from "react"; function SvgComponent(props) { return <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 15.974" width="1em" height="1em" {...props}><path d="M1 1h1v1H1zm2 0h1v1H3zm2 0h1v1H5zm2 0h1v1H7zm2 0h1v1H9zm2 0h1v1h-1zm2 0h1v1h-1zm0 2h1v1h-1zm0 2h1v1h-1zm0 2h1v1h-1zm0 2h1v1h-1zm0 2h1v1h-1zm0 2h1v1h-1zm-2 0h1v1h-1zm-2 0h1v1H9zm-2 0h1v1H7zm-2 0h1v1H5zm-2 0h1v1H3zm-2 0h1v1H1zm0-2h1v1H1zm0-2h1v1H1zm0-2h1v1H1zm0-2h1v1H1zm0-2h1v1H1zm2 5.104h4v4H3zm5 0h4v4H8zM3 3h9v4H3z" style={{ isolation: "auto", mixBlendMode: "normal", marker: "none" }} overflow="visible" color="#000" fill="#474747" /></svg>; } export default SvgComponent;