UNPKG

@carbon/icons-react

Version:

React components for icons in digital and software products using the Carbon Design System

35 lines (33 loc) 1.78 kB
/** * Copyright IBM Corp. 2016, 2023 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. * * Code generated by @carbon/icon-build-helpers. DO NOT EDIT. */ const require_chunk = require('./chunk-CsKB0u1v.js'); const require_Icon_js = require('./Icon.js'); const require_iconPropTypes = require('./iconPropTypes-U9gLABJo.js'); let react = require("react"); react = require_chunk.__toESM(react); let react_jsx_runtime = require("react/jsx-runtime"); //#region virtual:WarningMultiple.js const WarningMultiple = react.default.forwardRef(function WarningMultiple({ children, size = 16, ...rest }, ref) { return react.default.createElement(require_Icon_js, { width: size, height: size, ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m29,23h-4v-2h2.3821l-7.8821-15.7639-1.1055,2.2112-1.7891-.8945,2-4c.1694-.3387.532-.5527.8945-.5527s.7251.214.8945.5527l9.5,19c.1548.3101.1384.6782-.0439.973-.1821.2948-.5039.4742-.8506.4742Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", { cx: "14", cy: "25", r: "1.25" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 15H15V22H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m25,30H3c-.3499,0-.6743-.1829-.8555-.4823s-.1926-.6718-.0303-.9817L13.1143,7.536c.1726-.3296.5292-.536.8857-.536s.7131.2064.8857.536l11,21c.1624.3099.1509.6823-.0303.9817s-.5056.4823-.8555.4823Zm-20.3474-2h18.6948L14,10.1552,4.6526,28Z" }), children); }); if (process.env.NODE_ENV !== "production") WarningMultiple.propTypes = require_iconPropTypes.iconPropTypes; //#endregion module.exports = WarningMultiple;