@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
14 lines (10 loc) • 1.25 kB
JavaScript
;
var React = require('react');
var SvgProductCostMajor = function SvgProductCostMajor(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M17 1h-6c-.768 0-1.536.293-2.121.88l-7 7a3 3 0 0 0 0 4.242l5 5a3 3 0 0 0 3.121.708c1.107-.39 1.076-.887 1.025-1.704a7.5 7.5 0 0 1 6.975-8.11c.333-.005 1-.216 1-1.016v-5a2 2 0 0 0-2-2Zm-1 5a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm.316 5c.484 0 .877.336.877.75v.147c.434.13.973.374 1.497.823a.676.676 0 0 1 0 1.06.985.985 0 0 1-1.24 0 2.305 2.305 0 0 0-.863-.475 1.622 1.622 0 0 0-.286-.055c-.478.007-.862.34-.862.75 0 .365.123.454.197.502.16.102.41.167.893.27l.058.013c.396.084.987.21 1.461.513.584.375.9.942.9 1.702 0 .98-.733 1.813-1.755 2.122v.128c0 .414-.393.75-.877.75-.485 0-.877-.336-.877-.75v-.147a4.132 4.132 0 0 1-1.498-.823.676.676 0 0 1 0-1.06.986.986 0 0 1 1.24 0c.332.283.649.413.864.475a1.623 1.623 0 0 0 .285.055c.478-.007.863-.34.863-.75 0-.365-.123-.454-.197-.502-.16-.102-.41-.167-.893-.27l-.058-.013c-.396-.084-.988-.21-1.462-.513-.583-.375-.899-.942-.899-1.702 0-.98.732-1.813 1.755-2.122v-.128c0-.414.392-.75.877-.75Z"
}));
};
exports.SvgProductCostMajor = SvgProductCostMajor;