@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
18 lines (13 loc) • 601 B
JavaScript
;
var React = require('react');
var _ref =
/*#__PURE__*/
React.createElement("path", {
d: "M13.707.295l6 6a1.003 1.003 0 0 1-.066 1.475l-5.65 4.706c-.154 4.105-2.292 5.294-2.544 5.42a1 1 0 0 1-1.154-.187L7 14.416l-5.293 5.293a1 1 0 0 1-1.414-1.414l5.293-5.293-3.293-3.293a1.001 1.001 0 0 1-.188-1.155c.126-.252 1.316-2.389 5.419-2.544L12.231.361a.998.998 0 0 1 .724-.358.966.966 0 0 1 .752.292z"
});
var SvgPinMajor = function SvgPinMajor(props) {
return React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), _ref);
};
exports.SvgPinMajor = SvgPinMajor;