UNPKG

@scaleflex/icons

Version:
32 lines 2.83 kB
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["color", "size"]; import React from 'react'; import { intrinsicComponent } from './utils/functions'; export var NoPayment = intrinsicComponent(function (_ref, ref) { var _ref$color = _ref.color, color = _ref$color === void 0 ? 'currentColor' : _ref$color, _ref$size = _ref.size, size = _ref$size === void 0 ? 14 : _ref$size, rest = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ "data-icon-name": "NoPayment", ref: ref, width: size, height: size, viewBox: "0 0 50 50", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99363 0.000610352C3.57887 0.000610352 0 3.57947 0 7.99423V36.3352C0 40.75 3.57887 44.3288 7.99363 44.3288H20.3055C20.6862 44.3288 21.0596 44.3007 21.424 44.2466C19.9782 41.7764 19.1495 38.901 19.1495 35.8321C19.1495 33.4243 19.6596 31.1356 20.5777 29.0683H13.0805C12.2778 29.0683 11.6271 28.4176 11.6271 27.6149C11.6271 26.8122 12.2778 26.1615 13.0805 26.1615H22.2369C25.2613 21.9176 30.2232 19.1501 35.8316 19.1501C38.8965 19.1501 41.7683 19.9766 44.2363 21.4189C44.2968 21.052 44.3283 20.6746 44.3283 20.2888V7.99422C44.3283 3.57947 40.7494 0.000610352 36.3347 0.000610352H7.99363ZM13.0805 15.2611C12.2778 15.2611 11.6271 15.9118 11.6271 16.7145C11.6271 17.5172 12.2778 18.1679 13.0805 18.1679H31.2478C32.0505 18.1679 32.7012 17.5172 32.7012 16.7145C32.7012 15.9118 32.0505 15.2611 31.2478 15.2611H13.0805Z", fill: color }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M50 35.775C50 43.6316 43.6309 50.0006 35.7743 50.0006C27.9177 50.0006 21.5487 43.6316 21.5487 35.775C21.5487 27.9184 27.9177 21.5493 35.7743 21.5493C43.6309 21.5493 50 27.9184 50 35.775ZM42.4544 40.3944L37.7838 35.791L42.419 31.1558C42.6983 30.8765 42.8418 30.5382 42.8418 30.1254C42.8418 29.7126 42.6983 29.3742 42.419 29.095C41.8634 28.5393 40.9252 28.5213 40.3881 29.1005L35.7557 33.7665L31.1195 29.1304C30.5558 28.5666 29.6579 28.5666 29.0941 29.1304C28.8195 29.405 28.6713 29.7416 28.6713 30.1254C28.6713 30.4966 28.8106 30.8723 29.0941 31.1558L33.7312 35.7928L29.0941 40.4299C28.8195 40.7045 28.6713 41.0411 28.6713 41.4248C28.6713 41.7961 28.8106 42.1717 29.0941 42.4552C29.6496 43.0107 30.5874 43.0289 31.1246 42.4502L35.7566 37.8182L40.3936 42.4552C40.6729 42.7345 41.0112 42.878 41.424 42.878C41.8368 42.878 42.1752 42.7345 42.4544 42.4552C42.7337 42.176 42.8772 41.8376 42.8772 41.4248C42.8772 41.012 42.7337 40.6737 42.4544 40.3944Z", fill: color })); }); export default NoPayment;