styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
15 lines (14 loc) • 1.15 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Paypal = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { d: "M14.531 4.822c-.747 3.316-3.053 5.066-6.688 5.066H6.634l-.841 5.338H4.78l-.053.344a.374.374 0 00.369.431h2.588a.625.625 0 00.616-.525l.025-.131.488-3.091.031-.169a.622.622 0 01.616-.525h.384c2.506 0 4.469-1.019 5.044-3.963.216-1.119.134-2.069-.356-2.775z", key: "k0" }),
React.createElement("path", { d: "M12.984 1.206C12.243.362 10.903 0 9.19 0H4.218c-.35 0-.65.253-.703.6L1.443 13.731a.427.427 0 00.422.494h3.072l.772-4.891-.025.153c.053-.347.35-.6.7-.6h1.459c2.866 0 5.109-1.162 5.766-4.531.019-.1.037-.197.05-.291.194-1.244 0-2.094-.675-2.859z", key: "k1" })));
});
Paypal.displayName = 'Paypal';
export var PaypalDimensions = { height: 16, width: 16 };