@iconscout/react-unicons-monochrome
Version:
1,100+ vector icons as easy to use React Components
20 lines • 2.22 kB
JavaScript
import * as React from "react";
import "../utils/style.css";
function UimWhatsapp(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: 1,
d: "M21.99 6.547a10.59 10.59 0 0 0-.103-1.282 4.312 4.312 0 0 0-.363-1.09A3.853 3.853 0 0 0 19.83 2.48a4.299 4.299 0 0 0-1.083-.362 10.523 10.523 0 0 0-1.292-.105c-.183-.007-.42-.01-.53-.01L7.077 2c-.11 0-.347.003-.53.01a10.565 10.565 0 0 0-1.282.103 4.312 4.312 0 0 0-1.09.363A3.854 3.854 0 0 0 2.48 4.17a4.303 4.303 0 0 0-.362 1.083 10.545 10.545 0 0 0-.106 1.292c-.006.183-.01.42-.01.53L2 16.923c0 .11.003.347.01.53a10.565 10.565 0 0 0 .103 1.282 4.313 4.313 0 0 0 .363 1.09A3.854 3.854 0 0 0 4.17 21.52a4.305 4.305 0 0 0 1.083.362 10.52 10.52 0 0 0 1.292.105c.183.007.42.01.53.01l9.848.002c.11 0 .347-.003.53-.01a10.578 10.578 0 0 0 1.282-.103 4.316 4.316 0 0 0 1.09-.363 3.854 3.854 0 0 0 1.696-1.694 4.301 4.301 0 0 0 .362-1.083 10.533 10.533 0 0 0 .106-1.292c.006-.183.01-.42.01-.53L22 7.077c0-.11-.003-.347-.01-.53Zm-9.773 12.41h-.003a7.126 7.126 0 0 1-3.407-.868l-3.78.991 1.012-3.693a7.13 7.13 0 1 1 6.178 3.57Z"
}), /*#__PURE__*/React.createElement("path", {
opacity: 1,
d: "M12.22 5.901a5.927 5.927 0 0 0-5.023 9.076l.141.224-.599 2.186 2.243-.588.216.128a5.918 5.918 0 0 0 3.016.826h.003A5.926 5.926 0 0 0 12.219 5.9Zm3.484 8.47a1.834 1.834 0 0 1-1.202.847 2.443 2.443 0 0 1-1.122-.07 10.276 10.276 0 0 1-1.015-.376 7.94 7.94 0 0 1-3.043-2.689 3.463 3.463 0 0 1-.728-1.842 1.997 1.997 0 0 1 .624-1.485.655.655 0 0 1 .475-.223c.118 0 .237 0 .341.006.11.005.256-.042.4.306.15.356.506 1.233.55 1.322a.328.328 0 0 1 .015.312 1.216 1.216 0 0 1-.178.297c-.09.104-.187.232-.267.312-.09.089-.182.185-.079.363a5.366 5.366 0 0 0 .991 1.234 4.863 4.863 0 0 0 1.433.884c.178.09.282.074.386-.045s.445-.52.564-.698.237-.148.4-.089 1.04.49 1.218.58.297.133.341.207a1.488 1.488 0 0 1-.104.847Z"
}));
}
export default UimWhatsapp;