@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
25 lines (19 loc) • 673 B
JavaScript
;
var React = require('react');
var _ref =
/*#__PURE__*/
React.createElement("path", {
fillRule: "evenodd",
d: "M5 5c0 .35.06.687.17 1H4.5A1.5 1.5 0 0 0 3 7.5V9h14V7.5a1.5 1.5 0 0 0-1.34-1.492 3.5 3.5 0 0 0-6.022-3.523A3 3 0 0 0 5 5zm7.5 1A1.5 1.5 0 1 0 11 4.5V6h1.5zM9 5v1H8a1 1 0 1 1 1-1z"
});
var _ref2 =
/*#__PURE__*/
React.createElement("path", {
d: "M4 11h5v6H5.5A1.5 1.5 0 0 1 4 15.5V11zm12 0h-5v6h3.5a1.5 1.5 0 0 0 1.5-1.5V11z"
});
var SvgGiftCardMinor = function SvgGiftCardMinor(props) {
return React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), _ref, _ref2);
};
exports.SvgGiftCardMinor = SvgGiftCardMinor;