UNPKG

@shopify/polaris-icons

Version:

[![npm version](https://img.shields.io/npm/v/@shopify/polaris-icons.svg?style=flat)](https://www.npmjs.com/package/@shopify/polaris-icons)

19 lines (14 loc) 494 B
'use strict'; var React = require('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); }; exports.SvgCircleAlertMajor = SvgCircleAlertMajor;