web-toolkit
Version:
A GTK inspired toolkit designed to build awesome web apps
7 lines (5 loc) • 297 B
JavaScript
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}><g fill="#2e3436"><path d="M6.994 15h5l2-2V7h-7z" /><path d="M1.994 10h4V6h3V2H2z" /></g></svg>;
}
export default SvgComponent;