@iconscout/react-unicons-monochrome
Version:
1,100+ vector icons as easy to use React Components
21 lines • 1.07 kB
JavaScript
import * as React from "react";
import "../utils/style.css";
function UimFacebookMessengerAlt(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("g", {
"data-name": "Brand Logos"
}, /*#__PURE__*/React.createElement("path", {
opacity: 0.5,
d: "M12 2a9.651 9.651 0 0 0-10 9.7 9.49 9.49 0 0 0 3.14 7.175.806.806 0 0 1 .27.57l.055 1.779a.801.801 0 0 0 1.122.708l1.984-.875a.798.798 0 0 1 .534-.04A10.876 10.876 0 0 0 12 21.4 9.705 9.705 0 1 0 12 2Z"
}), /*#__PURE__*/React.createElement("path", {
opacity: 1,
d: "M6.499 14.772a1 1 0 0 1-.765-1.642l3.052-3.636a.996.996 0 0 1 1.29-.21l3.346 2.056 2.312-2.755a1 1 0 1 1 1.532 1.285l-2.867 3.416a1 1 0 0 1-1.289.21L9.764 11.44l-2.498 2.975a.994.994 0 0 1-.767.357Z"
})));
}
export default UimFacebookMessengerAlt;