UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.07 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 StyledCloudExclamationSolid = ({ 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: "M5.4 20.8007C2.41763 20.8007 0 18.382 0 15.4007C0 13.0457 1.50637 11.0432 3.6075 10.3045C3.60263 10.2032 3.6 10.102 3.6 10.0007C3.6 6.68573 6.285 4.00073 9.6 4.00073C11.8238 4.00073 13.7625 5.21011 14.8013 7.00823C15.3713 6.59198 16.0613 6.40073 16.8 6.40073C18.7875 6.40073 20.4 7.97948 20.4 10.0007C20.4 10.4582 20.3137 10.8932 20.16 11.2982C22.35 11.7407 24 13.6795 24 16.0007C24 18.652 21.8513 20.8007 19.2 20.8007H5.4ZM11.1 9.70073V13.9007C11.1 14.3995 11.5013 14.8007 12 14.8007C12.4988 14.8007 12.9 14.3995 12.9 13.9007V9.70073C12.9 9.20198 12.4988 8.80073 12 8.80073C11.5013 8.80073 11.1 9.20198 11.1 9.70073ZM12 16.0007C11.3363 16.0007 10.8 16.537 10.8 17.2007C10.8 17.8645 11.3363 18.4007 12 18.4007C12.6638 18.4007 13.2 17.8645 13.2 17.2007C13.2 16.537 12.6638 16.0007 12 16.0007Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledCloudExclamationSolid); const CloudExclamationSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = CloudExclamationSolid; exports.default = _default; module.exports = exports.default;