@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
15 lines (11 loc) • 535 B
JavaScript
;
var React = require('react');
var SvgQuestionMarkMinor = function SvgQuestionMarkMinor(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M11 11h-2v-.148c0-.876.306-1.499 1-1.852.385-.195 1-.568 1-1a1.001 1.001 0 0 0-2 0h-2c0-1.654 1.346-3 3-3s3 1 3 3-2 2.165-2 3zm-2 4h2v-2h-2v2zm1-13a8 8 0 1 0 0 16 8 8 0 0 0 0-16z"
}));
};
exports.SvgQuestionMarkMinor = SvgQuestionMarkMinor;