@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
18 lines (13 loc) • 550 B
JavaScript
;
var React = require('react');
var _ref =
/*#__PURE__*/
React.createElement("path", {
d: "M11.768.768a2.5 2.5 0 0 0-3.536 0L.768 8.232a2.5 2.5 0 0 0 0 3.536l7.464 7.464a2.5 2.5 0 0 0 3.536 0l7.464-7.464a2.5 2.5 0 0 0 0-3.536L11.768.768zM9 6a1 1 0 1 1 2 0v4a1 1 0 1 1-2 0V6zm2 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"
});
var SvgDiamondAlertMajor = function SvgDiamondAlertMajor(props) {
return React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), _ref);
};
exports.SvgDiamondAlertMajor = SvgDiamondAlertMajor;