UNPKG

@nomercyicons/react

Version:
24 lines 2.58 kB
const React = require("react"); function HangoutIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 41 48", strokeWidth: 1.5, stroke: "none", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M40.682 16.932c-.726-3.972-2.458-7.441-5.194-10.402a20.11 20.11 0 00-3.877-3.258 20.238 20.238 0 00-8.7-3.142c-.384-.045-.772-.04-1.15-.13H19.05c-.03.069-.093.044-.142.048a21.02 21.02 0 00-2.083.273c-5.035.958-9.17 3.44-12.371 7.451C1.82 11.07.37 14.854.058 19.072a20.694 20.694 0 00.441 6.07 19.604 19.604 0 001.492 4.295c.059.117.116.234.176.351 1.093 2.162 2.5 4.088 4.262 5.752.928.876 1.92 1.668 2.993 2.353 3.29 2.096 6.88 3.196 10.78 3.245.24.003.305.063.304.308-.011 2.097-.006 4.194-.006 6.29 0 .082.007.163.011.264.068-.028.11-.043.15-.063 3.922-1.85 7.523-4.187 10.733-7.118a30.465 30.465 0 001.837-1.83c.252-.272.502-.549.754-.82.39-.419.727-.886 1.094-1.327.424-.508.805-1.048 1.18-1.591a26.505 26.505 0 002.196-3.78c.315-.668.615-1.343.881-2.033.009-.013.02-.025.027-.039a24.744 24.744 0 001.435-5.854c.086-.699.142-1.402.177-2.105a19.62 19.62 0 00-.293-4.508zM13.208 29.755c-.277.041-.458-.114-.561-.365 0-.775.002-1.549.003-2.323.013-.228-.078-.473.103-.674.09-.1.193-.168.33-.202.405-.102.814-.184 1.182-.404.677-.406 1.099-.993 1.286-1.756.029-.12.057-.242.084-.363l-4.879-.008c-.14 0-.28-.005-.416-.043-.415-.115-.732-.495-.733-.925-.003-2.469.002-4.939.004-7.408-.034-.395 0-.765.33-1.047a.922.922 0 01.613-.245c2.391 0 4.783.002 7.174-.001.633-.001.99.197.99 1.293 0 .182.02 5.724 0 8.414-.014 1.786-.706 3.288-2.008 4.506-.068.063-.134.13-.2.194-.675.52-1.405.929-2.232 1.154-.352.096-.711.15-1.07.203zm14.209-.35l-.052.03c-.463.132-.93.24-1.407.31-.364.054-.64-.152-.644-.52l-.007-.774.013-1.385c-.002-.102-.006-.204-.006-.305 0-.355.137-.505.576-.605.557-.128 1.08-.309 1.514-.713.52-.485.783-1.09.903-1.775l-4.507-.009c-.164 0-.327.002-.491 0-.614-.01-1.034-.437-1.034-1.056l.006-7.317c0-.023-.002-.047-.004-.07-.047-.457.083-.83.487-1.084.157-.1.328-.14.508-.14 2.376-.001 4.751 0 7.127-.002.633-.001.993.56.993 1.296 0 .339.002 5.729 0 8.424-.002 2.409-1.505 4.662-3.72 5.587-.056.024-.11.055-.164.083l-.091.026z" })); } const ForwardRef = React.forwardRef(HangoutIcon); module.exports = ForwardRef;