UNPKG

@carbon/icons-react

Version:

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

29 lines (27 loc) 2.11 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. */ import Icon from "./Icon.js"; import { t as iconPropTypes } from "./iconPropTypes-B1cP964Y.js"; import React from "react"; import { jsx } from "react/jsx-runtime"; //#region virtual:Queued.js const Queued = React.forwardRef(function Queued({ children, size = 16, ...rest }, ref) { return React.createElement(Icon, { width: size, height: size, ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, /* @__PURE__ */ jsx("path", { d: "M22 20H30V22H22z" }), /* @__PURE__ */ jsx("path", { d: "M22 24H30V26H22z" }), /* @__PURE__ */ jsx("path", { d: "M22 28H30V30H22z" }), /* @__PURE__ */ jsx("path", { d: "M18 24H20V26H18z" }), /* @__PURE__ */ jsx("path", { d: "M18 20H20V22H18z" }), /* @__PURE__ */ jsx("path", { d: "M18 28H20V30H18z" }), /* @__PURE__ */ jsx("path", { d: "M6.8149,8.293A12.0777,12.0777,0,0,1,10.0068,5.62L9.0079,3.89A14.0845,14.0845,0,0,0,5.2841,7.0083Z" }), /* @__PURE__ */ jsx("path", { d: "M25.1851,8.293l1.5308-1.2847A14.0845,14.0845,0,0,0,22.9921,3.89l-.9989,1.73A12.0777,12.0777,0,0,1,25.1851,8.293Z" }), /* @__PURE__ */ jsx("path", { d: "M4.7366,11.9l-1.8772-.6831A13.9019,13.9019,0,0,0,2,16H4A11.917,11.917,0,0,1,4.7366,11.9Z" }), /* @__PURE__ */ jsx("path", { d: "M6.8149,23.707A11.9975,11.9975,0,0,1,4.7366,20.1l-1.8772.6831a13.99,13.99,0,0,0,2.4247,4.209Z" }), /* @__PURE__ */ jsx("path", { d: "M27.2634,11.9A11.917,11.917,0,0,1,28,16h2a13.8971,13.8971,0,0,0-.8594-4.7827Z" }), /* @__PURE__ */ jsx("path", { d: "M13.9182,27.8066A11.8894,11.8894,0,0,1,10.0068,26.38l-.9989,1.73a13.8673,13.8673,0,0,0,4.5633,1.664Z" }), /* @__PURE__ */ jsx("path", { d: "M13.9182,4.1934a11.3012,11.3012,0,0,1,4.1636,0l.347-1.9678a13.187,13.187,0,0,0-4.8576,0Z" }), children); }); if (process.env.NODE_ENV !== "production") Queued.propTypes = iconPropTypes; //#endregion export { Queued as default };