UNPKG

@semcore/icon

Version:
29 lines 1.49 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function Question({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Question", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M13 18.018a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9.5 9.4c0-1.373.977-2.4 2.5-2.4 1.523 0 2.5 1.027 2.5 2.4 0 .998-.518 1.51-1.381 2.212l-.163.131C12.168 12.376 11 13.313 11 15a1 1 0 1 0 2 0c0-.692.409-1.045 1.381-1.837.887-.722 2.119-1.761 2.119-3.763C16.5 6.892 14.597 5 12 5S7.5 6.892 7.5 9.4a1 1 0 0 0 2 0Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11Zm0-2a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z", shapeRendering: "geometricPrecision" })); } Question.displayName = 'Question'; export default createBaseComponent(Question);