UNPKG

web-toolkit

Version:

A GTK inspired toolkit designed to build awesome web apps

25 lines (23 loc) 818 B
import * as React from "react"; function SvgComponent(props) { return <svg viewBox="0 0 16 16" id="svg8" width="1em" height="1em" {...props}><defs id="defs2" /><g id="layer1" transform="translate(0,-292.76666)"><rect style={{ opacity: 1, vectorEffect: "none", fill: "#000000", fillOpacity: 1, stroke: "none", strokeWidth: 2.58198857, strokeLinecap: "butt", strokeLinejoin: "round", strokeMiterlimit: 4, strokeDasharray: "none", strokeDashoffset: 0, strokeOpacity: 1, marker: "none", markerStart: "none", markerMid: "none", markerEnd: "none", paintOrder: "normal" }} id="rect817" width={2} height={9.9999971} x={7} y={295.76666} /></g></svg>; } export default SvgComponent;