UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.77 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 StyledCommentsDotsRegular = ({ 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: "M6.75008 9.74922C5.92039 9.74922 5.25008 10.4148 5.25008 11.207C5.25008 12.0789 5.92039 12.7492 6.75008 12.7492C7.57976 12.7492 8.20789 12.0812 8.20789 11.2492C8.20789 10.4172 7.58445 9.74922 6.75008 9.74922ZM12.0001 9.70703C11.168 9.70703 10.5423 10.375 10.5423 11.207C10.5423 12.0391 11.2102 12.6648 12.0001 12.6648C12.7899 12.6648 13.4579 11.9969 13.4579 11.207C13.4579 10.4172 12.8344 9.70703 12.0001 9.70703ZM17.2501 9.74922C16.418 9.74922 15.7923 10.4172 15.7923 11.2492C15.7923 12.0812 16.4602 12.7492 17.2501 12.7492C18.0821 12.7492 18.7496 12.0812 18.7496 11.2492C18.7501 10.4148 18.0844 9.74922 17.2501 9.74922ZM12.0001 1.45703C5.37195 1.45703 0.0422683 5.82203 0.0422683 11.207C0.0422683 13.4392 0.975549 15.4844 2.52242 17.1273C1.82539 18.9789 0.372268 20.5436 0.348831 20.5609C0.0383308 20.8891 -0.0436536 21.3695 0.132081 21.7797C0.272799 22.2273 0.674143 22.4992 1.12508 22.4992C4.00742 22.4992 6.23914 21.2922 7.64539 20.3312C8.99867 20.7531 10.4654 20.9992 12.0001 20.9992C18.6282 20.9992 23.9579 16.6337 23.9579 11.2914C23.9579 5.94906 18.6282 1.45703 12.0001 1.45703ZM12.0001 18.7492C10.7462 18.7492 9.51008 18.5559 8.32695 18.1811L7.26055 17.8471L6.34695 18.4914C5.67898 18.9658 4.7593 19.4936 3.65211 19.8508C3.99777 19.2826 4.3257 18.6437 4.58352 17.9641L5.08133 16.6516L4.11477 15.6264C3.27242 14.7227 2.25289 13.2273 2.25289 11.2492C2.25289 7.1125 6.62351 3.74922 11.9607 3.74922C17.2979 3.74922 21.6685 7.1125 21.6685 11.2492C21.6685 15.3859 17.3813 18.7492 12.0001 18.7492Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledCommentsDotsRegular); const CommentsDotsRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = CommentsDotsRegular; exports.default = _default; module.exports = exports.default;