UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.31 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 StyledCommentsDotsSolid = ({ 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.45703C5.37187 1.45703 0.0421877 5.82203 0.0421877 11.207C0.0421877 13.533 1.04297 15.6592 2.71266 17.3336C2.12672 19.6947 0.16875 21.7994 0.145313 21.8228C0.0398439 21.9283 0.0105471 22.0916 0.0750002 22.2322C0.133547 22.3728 0.263485 22.4556 0.415828 22.4556C3.5213 22.4556 5.81114 20.9669 7.00645 20.0467C8.53598 20.6209 10.2418 20.9556 12.0408 20.9556C18.6689 20.9556 23.9986 16.5902 23.9986 11.2478C23.9986 5.90547 18.6281 1.45703 12 1.45703ZM5.95781 12.707C5.12578 12.707 4.45781 12.0391 4.45781 11.2492C4.45781 10.4594 5.12578 9.74922 5.95781 9.74922C6.78984 9.74922 7.45781 10.4172 7.45781 11.2492C7.45781 12.0812 6.82969 12.707 5.95781 12.707ZM12 12.707C11.168 12.707 10.5422 12.0391 10.5422 11.2492C10.5422 10.4594 11.2102 9.74922 12 9.74922C12.7898 9.74922 13.4578 10.4172 13.4578 11.2492C13.4578 12.0812 12.8344 12.707 12 12.707ZM17.9578 12.707C17.1258 12.707 16.4578 12.0391 16.4578 11.2492C16.4578 10.4594 17.1258 9.74922 17.9578 9.74922C18.7898 9.74922 19.4578 10.4172 19.4578 11.2492C19.4578 12.0812 18.8297 12.707 17.9578 12.707Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledCommentsDotsSolid); const CommentsDotsSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = CommentsDotsSolid; exports.default = _default; module.exports = exports.default;