@icongo/li
Version:
LibreICONS Icons
15 lines • 749 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LISocialPaypal = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
className: "prefix__social-paypal",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M11.179 4.071c0 2.256-1.986 4.043-5.356 4.043h-.982l-.753 3.295H1.722L4.032 1h3.923c2.08 0 3.224 1.31 3.224 3.071zm-2.482.068c0-.945-.78-1.196-1.685-1.196H5.967l-.692 3.118h.93c1.35 0 2.492-.53 2.492-1.922zm3.163-.506c.447 3.527-2.89 5.339-6.378 5.29l-.76 3.24h-1.64L2.899 13H5.43l.73-3.234c5.098-.154 7.06-3.873 5.7-6.133z"
})
}));
export { LISocialPaypal };