@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
32 lines (25 loc) • 823 B
JavaScript
;
var React = require('react');
var _ref =
/*#__PURE__*/
React.createElement("path", {
d: "M1.5 1A1.5 1.5 0 0 0 0 2.5V4h20V2.5A1.5 1.5 0 0 0 18.5 1h-17z"
});
var _ref2 =
/*#__PURE__*/
React.createElement("path", {
fillRule: "evenodd",
d: "M0 13.5V6h20v3h-5c-2.757 0-5 2.236-5 4.987V15H1.5A1.5 1.5 0 0 1 0 13.5zM2 10h5V8H2v2z"
});
var _ref3 =
/*#__PURE__*/
React.createElement("path", {
fillRule: "evenodd",
d: "M13 14v1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1v-1a3 3 0 1 0-6 0zm3-1a1 1 0 0 0-1 1v1h2v-1a1 1 0 0 0-1-1z"
});
var SvgCreditCardSecureMajor = function SvgCreditCardSecureMajor(props) {
return React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), _ref, _ref2, _ref3);
};
exports.SvgCreditCardSecureMajor = SvgCreditCardSecureMajor;