UNPKG

web-toolkit

Version:

A GTK inspired toolkit designed to build awesome web apps

9 lines (7 loc) 430 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="M2.127 13.08a1.11 1.11 0 01-1.113-1.113V4.122a1.11 1.11 0 011.113-1.114h11.738a1.11 1.11 0 011.113 1.114v7.845a1.11 1.11 0 01-1.113 1.114zm5.842-3l4-4.04h-8z" style={{ marker: "none" }} fill="#474747" /></svg>; } export default SvgComponent;