UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.23 kB
"use strict"; exports.__esModule = true; exports.default = void 0; var _react = _interopRequireWildcard(require("react")); var _accessibleIcon = require("../accessible-icon"); var _styles = require("../styles"); var _jsxRuntime = require("react/jsx-runtime"); function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } const StyledCircleQuestionRegular = ({ label, color = "#000000", className = "", css = {}, viewBox = "0 0 24 24" }, ref) => { return /*#__PURE__*/(0, _jsxRuntime.jsx)(_accessibleIcon.AccessibleIcon, { label: label, children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.StyledSvg, { className: className, css: css, viewBox: viewBox, xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", ref: ref, children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.StyledPath, { css: { fill: `${color}` }, d: "M12 0C5.37188 0 0 5.37188 0 12C0 18.6281 5.37188 24 12 24C18.6281 24 24 18.6281 24 12C24 5.37188 18.6281 0 12 0ZM12 21.75C6.62344 21.75 2.25 17.3761 2.25 12C2.25 6.62391 6.62344 2.25 12 2.25C17.3766 2.25 21.75 6.62391 21.75 12C21.75 17.3761 17.3766 21.75 12 21.75ZM12 15.75C11.1562 15.75 10.5 16.4062 10.5 17.25C10.5 18.0938 11.1141 18.75 12 18.75C12.8016 18.75 13.5 18.0938 13.5 17.25C13.5 16.4062 12.8016 15.75 12 15.75ZM13.5516 6H11.1562C9.32812 6 7.875 7.45312 7.875 9.28125C7.875 9.89062 8.39062 10.4062 9 10.4062C9.60938 10.4062 10.125 9.89062 10.125 9.28125C10.125 8.71875 10.5516 8.25 11.1141 8.25H13.5094C14.1141 8.25 14.625 8.71875 14.625 9.28125C14.625 9.65625 14.4375 9.94219 14.1094 10.1297L11.4375 11.7656C11.0625 12 10.875 12.375 10.875 12.75V13.5C10.875 14.1094 11.3906 14.625 12 14.625C12.6094 14.625 13.125 14.1094 13.125 13.5V13.4062L15.2391 12.0938C16.2234 11.4844 16.8328 10.4062 16.8328 9.28125C16.875 7.45312 15.4219 6 13.5516 6Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledCircleQuestionRegular); const CircleQuestionRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = CircleQuestionRegular; exports.default = _default; module.exports = exports.default;