@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
17 lines • 2.2 kB
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _title;
import React from 'react';
const ClickToPaySVG = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
fill: "none",
width: "68",
height: "42",
viewBox: "0 0 68 42"
}, props), _title || (_title = React.createElement("title", null, "ClickToPay")), React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
fill: props.fill,
d: "M43.8967 7.60994C43.6918 7.27086 43.3174 7.03775 42.8865 7.03775C42.2366 7.03775 41.7068 7.56755 41.7068 8.22451C41.7068 8.57065 41.8552 8.88147 42.0883 9.10046L50.982 19.9368L42.1872 30.5682H38.3867L46.7011 20.848C46.7082 20.841 46.7082 20.8339 46.7153 20.8268C46.9484 20.5725 47.0473 20.2688 47.0473 19.9792C47.0543 19.6825 46.9484 19.3858 46.7153 19.1315C46.7082 19.1244 46.7082 19.1173 46.7011 19.1103L36.769 7.63113L36.762 7.62407C36.5571 7.27793 36.1756 7.04481 35.7447 7.04481H28.7725C28.1226 7.04481 27.5928 7.57462 27.5928 8.23158C27.5928 8.42937 27.621 8.63423 27.727 8.78258L36.9668 20.0286L29.0974 29.5157C29.048 29.5651 28.3698 30.5329 27.176 30.5329H17.7384C16.4598 30.5329 15.4002 29.5298 15.4002 28.1947V11.7354C15.4002 10.5769 16.4598 9.38302 17.7666 9.38302H23.651C24.3433 9.38302 24.8307 8.90973 24.8307 8.21745C24.8307 7.52517 24.3433 7.00949 23.651 7.00949L17.7101 7.03775C14.9127 7.03775 13.0337 9.36183 13.0337 11.7212V28.2018C13.0337 30.7378 15.2589 32.9064 17.7101 32.9064H27.1477C27.621 32.9064 28.059 32.8358 28.4475 32.7228C28.504 32.7086 28.5606 32.6874 28.61 32.6733C29.9027 32.2495 30.6868 31.3806 30.8423 31.1969L39.7006 20.8198C40.1174 20.3394 40.1739 19.6471 39.7077 19.1315C39.7006 19.1244 39.7006 19.1173 39.6936 19.1103L31.3085 9.39009H35.1796L43.9391 19.9792L34.7204 31.1545C34.7204 31.1545 34.7204 31.1687 34.7346 31.1828C34.6498 31.3453 34.6003 31.536 34.6003 31.7338C34.6003 32.3908 35.1302 32.9206 35.7801 32.9206H42.7523C43.1832 32.9206 43.5647 32.6874 43.7695 32.3413L43.7766 32.3342L53.7016 20.848C53.7087 20.841 53.7087 20.8339 53.7158 20.8268C54.182 20.3112 54.1255 19.6189 53.7087 19.1385L43.8967 7.60994Z"
}));
export default ClickToPaySVG;
//# sourceMappingURL=ClickToPay.js.map