UNPKG

@carbon/icons-react

Version:

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

29 lines (28 loc) 1.48 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_Icon = require("./Icon-2zUDcllO.js"); const require_iconPropTypes = require("./iconPropTypes-DaTOKOBs.js"); let react = require("react"); react = require_Icon.__toESM(react); let react_jsx_runtime = require("react/jsx-runtime"); //#region virtual:ServerTimeUsage.js const ServerTimeUsage = /* @__PURE__ */ react.default.forwardRef(function ServerTimeUsage({ children, size = 16, ...rest }, ref) { return react.default.createElement(require_Icon.Icon, { 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: "M8,25c0,.5523-.4477,1-1,1s-1-.4477-1-1,.4477-1,1-1,1,.4477,1,1ZM30,28v-6c0-1.1025-.8975-2-2-2H4c-1.103,0-2,.8975-2,2v6c0,1.1025.897,2,2,2h24c1.1025,0,2-.8975,2-2ZM28,22v6H4l-.0015-6h24.0015ZM24,10c0-4.4111-3.5889-8-8-8s-8,3.5889-8,8,3.5889,8,8,8,8-3.5889,8-8ZM22,10c0,3.3086-2.6914,6-6,6s-6-2.6914-6-6,2.6914-6,6-6,6,2.6914,6,6ZM16,10h6c0-1.5907-.6326-3.1179-1.7574-4.2426s-2.652-1.7574-4.2426-1.7574v6Z" }), children); }); if (process.env.NODE_ENV !== "production") ServerTimeUsage.propTypes = require_iconPropTypes.iconPropTypes; //#endregion module.exports = ServerTimeUsage;