import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="none" fill="currentColor" fillRule="evenodd" clipRule="evenodd" {...props}><path fillRule="evenodd" d="M10.542 15.486a1.7 1.7 0 0 1 2.915 0l1.886 3.142A1.566 1.566 0 0 1 14 21h-4a1.566 1.566 0 0 1-1.343-2.372l1.885-3.143Z" clipRule="evenodd" /><path d="M6.934 3c-.886 0-1.65 0-2.262.082-.655.088-1.284.287-1.793.797-.51.51-.709 1.138-.797 1.793C2 6.284 2 7.048 2 7.934v5.098c0 .439 0 .817.021 1.13.023.33.072.66.207.986a3 3 0 0 0 1.624 1.624c.326.135.656.184.986.207.313.021.691.021 1.13.021h1.333l1.526-2.543c1.437-2.396 4.908-2.396 6.345 0L16.698 17h1.334c.439 0 .817 0 1.13-.021.33-.023.66-.072.986-.207a3 3 0 0 0 1.624-1.624 3.07 3.07 0 0 0 .207-.986c.021-.313.021-.691.021-1.13V7.934c0-.886 0-1.65-.082-2.262-.088-.655-.287-1.284-.797-1.793-.51-.51-1.138-.709-1.793-.797C18.716 3 17.952 3 17.066 3H6.934Z" /></svg>;
export default SvgComponent;