@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.54 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 StyledCloudExclamationRegular = ({
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 8.80073C12.4988 8.80073 12.9 9.20198 12.9 9.70073V13.9007C12.9 14.3995 12.4988 14.8007 12 14.8007C11.5013 14.8007 11.1 14.3995 11.1 13.9007V9.70073C11.1 9.20198 11.5013 8.80073 12 8.80073ZM13.2 17.2007C13.2 17.8645 12.6638 18.4007 12 18.4007C11.3363 18.4007 10.8 17.8645 10.8 17.2007C10.8 16.537 11.3363 16.0007 12 16.0007C12.6638 16.0007 13.2 16.537 13.2 17.2007ZM5.4 20.8007C2.41763 20.8007 0 18.382 0 15.4007C0 13.0495 1.50263 11.017 3.6 10.3082V10.3007C3.6 6.82073 6.42 4.00073 9.9 4.00073C11.8088 4.00073 13.515 4.84823 14.6737 6.18736C15.2325 5.93873 15.8475 5.80073 16.5 5.80073C18.9862 5.80073 21 7.81448 21 10.3007C21 10.5482 20.9813 10.7882 20.9438 11.0245C22.7438 11.812 24 13.612 24 15.7007C24 18.4157 21.8775 20.6357 19.2 20.7932V20.8007H5.4ZM9.9 5.80073C7.41375 5.80073 5.4 7.81448 5.4 10.3007V11.5795L4.16625 12.007C2.799 12.502 1.8 13.837 1.8 15.4007C1.8 17.3882 3.41175 19.0007 5.4 19.0007H18.9975L19.095 18.9932C20.8275 18.8957 22.2 17.4557 22.2 15.7007C22.2 14.3507 21.39 13.1845 20.22 12.6745L18.9413 12.1157L19.1663 10.7395C19.1888 10.597 19.2 10.4507 19.2 10.3007C19.2 8.80823 17.9925 7.60073 16.5 7.60073C16.1063 7.60073 15.735 7.68323 15.405 7.83323L14.1825 8.37698L13.3088 7.36448C12.48 6.40373 11.2613 5.80073 9.86625 5.80073H9.9Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledCloudExclamationRegular);
const CloudExclamationRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = CloudExclamationRegular;
exports.default = _default;
module.exports = exports.default;