@iconscout/react-unicons-monochrome
Version:
1,100+ vector icons as easy to use React Components
23 lines • 1.87 kB
JavaScript
import * as React from "react";
import "../utils/style.css";
function UimHipchat(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({}, props, {
xmlns: "http://www.w3.org/2000/svg",
"data-name": "Layer 1",
viewBox: "0 0 24 24",
width: props.size || '1em',
height: props.size || '1em',
fill: "currentColor",
className: `ui-svg-inline ${props.className || ''}`
}), /*#__PURE__*/React.createElement("path", {
opacity: 0.25,
d: "M17.544 19.985a.192.192 0 0 1 .048.116c0 .058-.055.098-.124.098a7.539 7.539 0 0 1-2.857-1.518.538.538 0 0 0-.488-.08 9.98 9.98 0 0 1-2.123.227c-4.597 0-8.323-3.076-8.323-6.873 0-3.794 3.726-6.87 8.323-6.87s8.323 3.076 8.323 6.87a6.566 6.566 0 0 1-3.374 5.526.546.546 0 0 0-.282.438 4.667 4.667 0 0 0 .877 2.066Z"
}), /*#__PURE__*/React.createElement("path", {
opacity: 1,
d: "M17.462 13.869a.4.4 0 0 0-.399-.398.392.392 0 0 0-.263.101 7.32 7.32 0 0 1-4.796 1.711h-.008a7.623 7.623 0 0 1-4.796-1.71.497.497 0 0 0-.272-.094.405.405 0 0 0-.39.44.932.932 0 0 0 .228.481 6.445 6.445 0 0 0 5.212 2.408h.044a6.445 6.445 0 0 0 5.212-2.408 1.09 1.09 0 0 0 .228-.531"
}), /*#__PURE__*/React.createElement("path", {
opacity: 1,
d: "M17.544 19.985a.192.192 0 0 1 .048.116c0 .058-.055.098-.124.098a7.539 7.539 0 0 1-2.857-1.518.538.538 0 0 0-.488-.08 9.98 9.98 0 0 1-2.123.227c-4.597 0-8.323-3.076-8.323-6.873 0-3.794 3.726-6.87 8.323-6.87s8.323 3.076 8.323 6.87a6.566 6.566 0 0 1-3.374 5.526.546.546 0 0 0-.282.438 4.667 4.667 0 0 0 .877 2.066Zm2.676.839a3.672 3.672 0 0 1-1.684-2.015.369.369 0 0 1 .134-.44A8.144 8.144 0 0 0 22 11.941c0-4.765-4.477-8.627-10-8.627S2 7.176 2 11.941c0 4.767 4.477 8.63 10 8.63a11.567 11.567 0 0 0 2.104-.192.565.565 0 0 1 .412.077A10.758 10.758 0 0 0 19.71 22a.703.703 0 0 0 .798-.698.54.54 0 0 0-.288-.478Z"
}));
}
export default UimHipchat;