@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
13 lines (10 loc) • 560 B
JavaScript
import React from 'react';
var SvgCircleCancelMinor = function SvgCircleCancelMinor(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M10 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16zm-2.293 4.293a1 1 0 0 0-1.414 1.414l2.293 2.293-2.293 2.293a1 1 0 1 0 1.414 1.414l2.293-2.293 2.293 2.293a1 1 0 1 0 1.414-1.414l-2.293-2.293 2.293-2.293a1 1 0 0 0-1.414-1.414l-2.293 2.293-2.293-2.293z"
}));
};
export { SvgCircleCancelMinor as S };