@iconscout/react-unicons-monochrome
Version:
1,100+ vector icons as easy to use React Components
20 lines • 1.72 kB
JavaScript
import * as React from "react";
import "../utils/style.css";
function UimPaypal(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: "M8.88188,19.94c-0.07709,0.48569-0.49587,0.84325-0.98764,0.84325H4.06249c-0.84674,0.00182-1.53463-0.68312-1.53646-1.52986c-0.00018-0.08553,0.00679-0.17093,0.02085-0.25529L5.13672,2.5918C5.28397,1.67638,6.07281,1.00247,7,1h6.21387c2.56054,0,4.4082,0.62012,5.49218,1.84277c1.04665,1.20585,1.44867,2.8419,1.08008,4.39551c-0.02148,0.13477-0.043,0.27051-0.07519,0.418c-0.82324,4.21777-3.65528,6.457-8.18555,6.457H9.80664L8.88188,19.94z M4.52246,19.31157l-0.00195,0.00684L4.52246,19.31157z M7.11328,2.89657l-0.001,0.002L7.11328,2.89657z"
}), /*#__PURE__*/React.createElement("path", {
opacity: 1,
d: "M20.43652,7.10449c-0.16614-0.18597-0.34869-0.35577-0.54498-0.508c-0.02191,0.2146-0.05493,0.42896-0.10541,0.64178c-0.02148,0.13477-0.04303,0.27051-0.0752,0.41797c-0.82324,4.21777-3.65527,6.45703-8.18555,6.45703H9.80664L8.8819,19.94c-0.07709,0.48572-0.49591,0.84326-0.98767,0.84326H6.72656l-0.08203,0.52045c-0.01196,0.07568-0.01801,0.15222-0.01807,0.22888C6.62616,22.34271,7.28265,22.99969,8.09277,23h3.23438c0.86566,0.00732,1.60815-0.61591,1.75104-1.46973l0.64062-4.03125l0.01074-0.05463h0.29883c4.03223,0,6.55078-1.99323,7.28516-5.76276C21.76788,10.10339,21.44214,8.40308,20.43652,7.10449z"
}));
}
export default UimPaypal;