web-toolkit
Version:
A GTK inspired toolkit designed to build awesome web apps
25 lines (23 loc) • 806 B
JavaScript
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)"><circle style={{
opacity: 1,
vectorEffect: "none",
fill: "none",
fillOpacity: 1,
stroke: "#000000",
strokeWidth: 2,
strokeLinecap: "butt",
strokeLinejoin: "round",
strokeMiterlimit: 4,
strokeDasharray: "none",
strokeDashoffset: 0,
strokeOpacity: 1,
marker: "none",
markerStart: "none",
markerMid: "none",
markerEnd: "none",
paintOrder: "normal"
}} id="path838" cx={7.9791398} cy={300.75595} r={4.0169363} /></g></svg>;
}
export default SvgComponent;