import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}><path d="M5 12h2.75a.346.346 0 0 0 .329-.237l1.796-5.388c.041-.124.217-.123.261 0l3.739 10.281.01.028c.04.11.196.113.24.003l1.76-4.397c.07-.175.239-.29.427-.29H19" /></svg>;
export default SvgComponent;