UNPKG

web-toolkit

Version:

A GTK inspired toolkit designed to build awesome web apps

9 lines (7 loc) 630 B
import * as React from "react"; function SvgComponent(props) { return <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.974 16" width="1em" height="1em" {...props}><path d="M7 0v1.031A6.514 6.514 0 001.063 7H0v1h1.063A6.513 6.513 0 007 13.969V15h1v-1.031c3.188-.234 5.724-2.78 5.969-5.969H15V7h-1.03C13.724 3.811 11.189 1.233 8 1V0zm.531 2.813A4.665 4.665 0 0112.22 7.5a4.665 4.665 0 01-4.688 4.688c-2.606 0-4.75-2.082-4.75-4.688s2.144-4.688 4.75-4.688zM7.501 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7z" style={{ marker: "none" }} color="#000" overflow="visible" fill="#474747" /></svg>; } export default SvgComponent;