@iconscout/react-unicons-monochrome
Version:
1,100+ vector icons as easy to use React Components
20 lines • 1.4 kB
JavaScript
import * as React from "react";
import "../utils/style.css";
function UimFacebookMessenger(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({}, props, {
xmlns: "http://www.w3.org/2000/svg",
enableBackground: "new 0 0 24 24",
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: "m18.004 9.465-2.936 4.658a1.501 1.501 0 0 1-2.169.4l-2.336-1.752a.6.6 0 0 0-.722.002l-3.157 2.396a.475.475 0 0 1-.688-.632l2.938-4.66a1.501 1.501 0 0 1 2.169-.4l2.336 1.753a.6.6 0 0 0 .722-.002l3.155-2.395a.475.475 0 0 1 .688.632z"
}), /*#__PURE__*/React.createElement("path", {
opacity: 1,
d: "M12.59 2A9.725 9.725 0 0 0 12 2c-5.327-.193-9.801 3.969-9.994 9.295-.005.135-.007.27-.006.405a9.49 9.49 0 0 0 3.14 7.175c.164.146.261.351.27.57l.055 1.779a.801.801 0 0 0 1.122.708l1.984-.875a.798.798 0 0 1 .534-.04c.943.257 1.917.386 2.895.384 5.357.163 9.833-4.048 9.996-9.405.163-5.358-4.048-9.833-9.405-9.996zm5.414 7.465-2.936 4.658a1.501 1.501 0 0 1-2.169.4l-2.336-1.752a.6.6 0 0 0-.722.002l-3.157 2.396a.475.475 0 0 1-.688-.632l2.938-4.66a1.501 1.501 0 0 1 2.169-.4l2.336 1.752a.6.6 0 0 0 .722-.001l3.155-2.395a.475.475 0 0 1 .688.632z"
}));
}
export default UimFacebookMessenger;