@iconscout/react-unicons-monochrome
Version:
1,100+ vector icons as easy to use React Components
25 lines • 1.18 kB
JavaScript
import * as React from "react";
import "../utils/style.css";
function UimGoogleHangoutsAlt(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({}, props, {
xmlns: "http://www.w3.org/2000/svg",
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.5,
d: "M12 23a1 1 0 0 1-1-1v-1.477a9.842 9.842 0 1 1 10.705-8.527 12.531 12.531 0 0 1-9.466 10.975A.997.997 0 0 1 12 23Z"
}), /*#__PURE__*/React.createElement("path", {
opacity: 1,
d: "M9 11.689a2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2Z"
}), /*#__PURE__*/React.createElement("path", {
opacity: 1,
d: "M8.515 14.688a1 1 0 0 1 0-2 .501.501 0 0 0 .5-.5v-2.5a1 1 0 0 1 2 0v2.5a2.502 2.502 0 0 1-2.5 2.5zm6.485-3a2 2 0 0 1-2-2 2 2 0 0 1 2-2 2 2 0 0 1 2 2 2 2 0 0 1-2 2z"
}), /*#__PURE__*/React.createElement("path", {
opacity: 1,
d: "M14.515 14.688a1 1 0 0 1 0-2 .501.501 0 0 0 .5-.5v-2.5a1 1 0 0 1 2 0v2.5a2.502 2.502 0 0 1-2.5 2.5Z"
}));
}
export default UimGoogleHangoutsAlt;