@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.07 kB
JavaScript
;
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 StyledChartPieRegular = ({
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.3337 11V1.69083C12.3337 1.31479 12.5879 1 13.0004 1C18.1545 1 22.3337 5.17917 22.3337 10.3333C22.3337 10.7083 22.017 11 21.642 11H12.3337ZM20.2129 9C19.6295 6.02083 17.3129 3.66833 14.3337 3.12083V9H20.2129ZM10.3337 3.06708V13L16.8545 19.5208C17.1337 19.8 17.1129 20.2583 16.792 20.4875C15.1587 21.65 13.1587 22.3333 11.0004 22.3333C5.47953 22.3333 1.00037 17.8583 1.00037 12.3333C1.00037 7.27917 4.75453 3.0975 9.58787 2.42708C10.0087 2.37458 10.3337 2.68167 10.3337 3.06708ZM8.3337 13.8292V4.78792C5.22537 5.8875 3.00037 8.85 3.00037 12.3333C3.00037 16.75 6.5462 20.3333 11.0004 20.3333C12.1337 20.3333 13.1712 20.1 14.1837 19.675L8.3337 13.8292ZM22.9337 13C23.317 13 23.6254 13.325 23.5754 13.7083C23.2545 16.0375 22.1295 18.1083 20.4962 19.6375C20.2462 19.8375 19.8545 19.8542 19.6129 19.6125L13.0004 13H22.9337Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledChartPieRegular);
const ChartPieRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = ChartPieRegular;
exports.default = _default;
module.exports = exports.default;