@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
27 lines (21 loc) • 905 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _reactNativeSvg = require("react-native-svg");
var _gen = require("./helper/gen");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
const IconQuestionOutline = (0, _gen.genIcon)({
render: color => {
return /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
fill: color,
fillRule: "nonzero",
d: "M11.649 19.349a1.1 1.1 0 1 1 0 2.2 1.1 1.1 0 0 1 0-2.2zm0-16.062a5.399 5.399 0 0 1 .75 10.745V17a.75.75 0 0 1-1.493.102L10.899 17v-3.666a.75.75 0 0 1 .75-.75A3.899 3.899 0 1 0 7.75 8.685a.75.75 0 0 1-1.5 0 5.399 5.399 0 0 1 5.399-5.398z"
});
}
});
var _default = IconQuestionOutline;
exports.default = _default;
//# sourceMappingURL=question.js.map