UNPKG

@comfortdelgro/compass-icons

Version:
34 lines (32 loc) 2.43 kB
import * as React from "react"; import { forwardRef } from "react"; const Skrill = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 58 40", ref: ref, ...props }, /*#__PURE__*/ React.createElement("g", { fill: "none" }, /*#__PURE__*/ React.createElement("rect", { x: 0.5, y: 0.5, width: 57, height: 39, rx: 5.5, fill: "white" }), /*#__PURE__*/ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.4622 17.0004C33.4622 16.4481 33.8997 16 34.4385 16C34.9782 16 35.4154 16.4481 35.4154 17.0004C35.4154 17.5531 34.9782 18.0002 34.4385 18.0002C33.8997 18.0002 33.4622 17.5531 33.4622 17.0004ZM36.2692 16.8181L38.2494 16.4552V24.2412H36.2692V16.8181ZM39.1615 16.8181V24.2412H41.1429V16.4552L39.1615 16.8181ZM33.4486 18.5464V24.2412H35.4297V18.5464H33.4486ZM29.5707 21.0375C29.5707 19.3648 30.5007 18.5233 32.331 18.4629C32.331 18.4629 32.6617 18.4499 32.8568 18.4924V20.157C31.6965 20.1979 31.5683 20.6271 31.5683 21.6282V24.2412H29.5707V21.0375ZM26.9564 18.5399L26.9463 18.5667L26.9463 18.5667C26.8754 18.7574 26.5525 19.6252 25.8281 20.5225V16.4552L23.7836 16.8695V24.2412H25.8281V21.9622C26.4202 22.872 26.7127 24.2412 26.7127 24.2412H29.1611C28.919 23.2099 27.8597 21.3088 27.8597 21.3088C28.8109 20.0735 29.2281 18.7579 29.2947 18.5399H26.9564ZM19.5248 18.7621C19.5248 19.2966 20.1048 19.3353 20.3551 19.3518C22.1912 19.4779 23.2855 20.3984 23.2855 21.8147C23.2855 23.0643 22.307 24.3247 20.1241 24.3247C19.112 24.3247 18.2484 24.2226 17.4825 24.0163V22.1974C17.9939 22.4129 18.8366 22.639 19.7047 22.639C20.4969 22.639 20.9681 22.3706 20.9681 21.9144C20.9681 21.3641 20.3967 21.3282 20.1776 21.3145L20.1752 21.3143C17.6183 21.1359 17.3429 19.5868 17.3429 18.9291C17.3429 17.787 18.1342 16.4552 20.3675 16.4552C21.6629 16.4552 22.3613 16.6622 22.9628 16.8776L22.993 16.887V18.6536L22.9705 18.6471C22.729 18.5425 22.4454 18.4398 22.4454 18.4398C21.9358 18.2835 21.2232 18.1172 20.6724 18.1172C20.3592 18.1172 19.5248 18.1172 19.5248 18.7621Z", fill: "#862165" }), /*#__PURE__*/ React.createElement("rect", { x: 0.5, y: 0.5, width: 57, height: 39, rx: 5.5, stroke: "#F2F4F7" }))); const ForwardRef = /*#__PURE__*/ forwardRef(Skrill); export default ForwardRef;