@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
17 lines (13 loc) • 462 B
JavaScript
import React from 'react';
var _ref =
/*#__PURE__*/
React.createElement("path", {
fillRule: "evenodd",
d: "M10 0C4.486 0 0 4.486 0 10s4.486 10 10 10 10-4.486 10-10S15.514 0 10 0zM9 6a1 1 0 1 1 2 0v4a1 1 0 1 1-2 0V6zm1 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"
});
var SvgCircleAlertMajor = function SvgCircleAlertMajor(props) {
return React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), _ref);
};
export { SvgCircleAlertMajor as S };