@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
35 lines (33 loc) • 1.85 kB
JavaScript
/**
* 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:CarbonForMobile.js
const CarbonForMobile = react.default.forwardRef(function CarbonForMobile({ 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: "m32,14h-2v-5.9258l-5.5039-3.2104,1.0078-1.7275,6,3.5c.3071.1792.4961.5083.4961.8638v6.5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m20,22c-.1743,0-.3481-.0454-.5039-.1362l-6-3.5c-.3071-.1792-.4961-.5083-.4961-.8638v-7c0-.3555.189-.6846.4961-.8638l6-3.5c.3115-.1816.6963-.1816,1.0078,0l6,3.5c.3071.1792.4961.5083.4961.8638v7c0,.3555-.189.6846-.4961.8638l-6,3.5c-.1558.0908-.3296.1362-.5039.1362Zm-5-5.0742l5,2.9165,5-2.9165v-5.8516l-5-2.9165-5,2.9165v5.8516Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "12.5",
cy: "24.5",
r: "1.5"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m19,30H6c-1.1028,0-2-.8972-2-2V4c0-1.1028.8972-2,2-2h13v2H6v24h13v-4h2v4c0,1.1028-.8972,2-2,2Z" }), children);
});
if (process.env.NODE_ENV !== "production") CarbonForMobile.propTypes = require_iconPropTypes.iconPropTypes;
//#endregion
module.exports = CarbonForMobile;