@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
18 lines (14 loc) • 2.61 kB
JavaScript
;
var React = require('react');
var SvgMoneyNoneIcon = function SvgMoneyNoneIcon(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M15.46 5.936v.009l2.217-2.216c.302-.302.792-.302 1.095 0 .302.302.302.792 0 1.095l-2.118 2.117c.04.016.079.034.117.054.424.216.768.56.984.984.144.283.198.578.222.875.023.28.023.622.023 1.017v3.008c0 .395 0 .736-.023 1.017-.024.297-.078.592-.222.875-.216.424-.56.768-.983.984-.284.144-.58.198-.876.222-.28.023-.622.023-1.017.023h-7.284l-2.026 2.027c-.303.302-.793.302-1.095 0-.303-.303-.303-.793 0-1.095l1.204-1.204-.007-.004 1.232-1.232h.01l1.32-1.319c-.002-.002-.002-.005-.003-.008l1.285-1.285v.01l2.765-2.764-.005-.006 3.185-3.184Zm.314 2.332c-.118-.01-.256-.014-.43-.016l-1.2 1.199c.228.615.356 1.311.356 2.049 0 1.152-.313 2.204-.828 3h1.178c.432 0 .712 0 .924-.018.204-.017.28-.045.316-.064.142-.072.256-.186.328-.327.02-.038.047-.113.064-.317.017-.212.018-.492.018-.924v-2.95c0-.432 0-.712-.018-.924-.017-.204-.045-.28-.064-.316-.072-.142-.186-.256-.328-.328-.037-.02-.112-.047-.316-.064Zm-2.774 3.232c0-.292-.026-.57-.073-.831l-2.907 2.907c.047.08.097.157.148.228.385.533.787.696 1.082.696.295 0 .697-.163 1.082-.696.384-.532.668-1.342.668-2.304Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M6 13.205v-3.305c0-.432 0-.712.018-.924.017-.204.045-.28.064-.316.072-.142.186-.256.328-.328.037-.02.112-.047.316-.064.212-.017.492-.018.924-.018h1.352c-.568.754-.94 1.791-.995 2.948l4.449-4.448h-4.835c-.395 0-.736 0-1.017.023-.297.024-.592.078-.875.222-.424.216-.768.56-.984.984-.144.283-.198.578-.222.875-.023.28-.023.622-.023 1.017v1.874c-.104-.002-.194-.006-.274-.013-.204-.017-.28-.045-.316-.064-.142-.072-.256-.186-.328-.327-.02-.038-.047-.113-.064-.317-.017-.212-.018-.492-.018-.924v-2.95c0-.432 0-.712.018-.924.017-.204.045-.28.064-.316.072-.142.186-.256.328-.328.037-.02.112-.047.316-.064.212-.017.492-.018.924-.018h7.2c.432 0 .712 0 .924.018.204.017.28.045.317.064l.021.011 1.075-1.074c-.127-.106-.266-.198-.415-.274-.284-.144-.58-.198-.876-.222-.28-.023-.622-.023-1.017-.023h-7.258c-.395 0-.736 0-1.017.023-.297.024-.592.078-.875.222-.424.216-.768.56-.984.984-.144.283-.198.578-.222.875-.023.28-.023.622-.023 1.017v3.008c0 .395 0 .736.023 1.017.024.297.078.592.222.875.216.424.56.768.984.984.283.144.578.198.875.222.121.01.254.016.397.019.001.243.006.46.022.65.018.222.052.442.129.658l1.349-1.35Z"
}));
};
SvgMoneyNoneIcon.displayName = "MoneyNoneIcon";
exports.SvgMoneyNoneIcon = SvgMoneyNoneIcon;