UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 2.91 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 StyledCommentSmileSolid = ({ 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 1.458C5.372 1.458.042 5.823.042 11.208c0 2.326 1.001 4.452 2.67 6.126C2.128 19.696.17 21.8.146 21.824a.364.364 0 0 0-.07.409.36.36 0 0 0 .34.223c3.106 0 5.396-1.488 6.591-2.409a14.34 14.34 0 0 0 5.035.91C18.67 20.957 24 16.591 24 11.249c0-5.343-5.37-9.791-11.999-9.791Zm2.958 5.292c.832 0 1.458.668 1.458 1.5s-.668 1.458-1.5 1.458-1.458-.624-1.458-1.458.708-1.5 1.5-1.5Zm-6 0c.832 0 1.458.668 1.458 1.5S9.83 9.708 8.958 9.708s-1.5-.624-1.5-1.458.708-1.5 1.5-1.5Zm8.02 7.467A6.529 6.529 0 0 1 12 16.502a6.523 6.523 0 0 1-4.978-2.285 1.12 1.12 0 1 1 1.706-1.453 4.29 4.29 0 0 0 6.499-.002 1.118 1.118 0 0 1 1.581-.13c.517.404.569 1.116.17 1.585Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledCommentSmileSolid); const CommentSmileSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = CommentSmileSolid; exports.default = _default; module.exports = exports.default;