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="M7.25 4.664C8.12 3.367 9.623 2 12 2s3.88 1.367 4.75 2.664a8.956 8.956 0 0 1 1.235 2.851l1.535 7.914A3 3 0 0 1 16.575 19h-9.15a3 3 0 0 1-2.945-3.571l1.535-7.914A8.956 8.956 0 0 1 7.25 4.663Z" clipRule="evenodd" /><path d="M8.514 20c.252.48.638.983 1.223 1.367.61.4 1.376.633 2.31.633.933 0 1.7-.233 2.31-.633.585-.384.97-.886 1.223-1.367H8.514Z" /></svg>;
export default SvgComponent;