@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
19 lines (15 loc) • 1.59 kB
JavaScript
;
var React = require('react');
var SvgAtmWithdrawalIcon = function SvgAtmWithdrawalIcon(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M14.75 3.5h-9.5c-.966 0-1.75.784-1.75 1.75v1c0 .414.336.75.75.75s.75-.336.75-.75v-1c0-.138.112-.25.25-.25h9.5c.138 0 .25.112.25.25v1c0 .414.336.75.75.75s.75-.336.75-.75v-1c0-.966-.784-1.75-1.75-1.75Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M6.25 5.75c.414 0 .75.336.75.75 0 1.095-.283 2.69-.588 4.217-.1.499-.203.992-.301 1.467-.212 1.022-.407 1.96-.52 2.687-.003.023 0 .038.002.046.003.01.009.02.02.031.02.024.065.052.137.052h8.5c.072 0 .114-.028.132-.048.01-.01.014-.02.016-.027.002-.007.005-.02.001-.045-.107-.658-.282-1.505-.473-2.438-.113-.549-.232-1.127-.347-1.714-.302-1.538-.579-3.145-.579-4.228 0-.414.336-.75.75-.75s.75.336.75.75c0 .912.244 2.376.55 3.94.108.548.223 1.108.335 1.65.197.96.382 1.863.495 2.547.173 1.058-.673 1.863-1.63 1.863h-8.5c-.954 0-1.804-.803-1.64-1.859.118-.765.326-1.768.543-2.813.096-.466.195-.94.288-1.405.31-1.555.559-3.002.559-3.923 0-.414.336-.75.75-.75Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M10 6.75c.414 0 .75.336.75.75v3.94l.72-.72c.293-.293.767-.293 1.06 0 .293.293.293.767 0 1.06l-2 2c-.14.141-.331.22-.53.22s-.39-.079-.53-.22l-2-2c-.293-.293-.293-.767 0-1.06.293-.293.767-.293 1.06 0l.72.72v-3.94c0-.414.336-.75.75-.75Z"
}));
};
SvgAtmWithdrawalIcon.displayName = "AtmWithdrawalIcon";
exports.SvgAtmWithdrawalIcon = SvgAtmWithdrawalIcon;