UNPKG

web-toolkit

Version:

A GTK inspired toolkit designed to build awesome web apps

7 lines (5 loc) 401 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}><path d="M5 8a2 2 0 01-2 2 2 2 0 01-2-2 2 2 0 012-2 2 2 0 012 2zm5 0a2 2 0 01-2 2 2 2 0 01-2-2 2 2 0 012-2 2 2 0 012 2zm5 0a2 2 0 01-2 2 2 2 0 01-2-2 2 2 0 012-2 2 2 0 012 2z" fill="#474747" /></svg>; } export default SvgComponent;