@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
64 lines (60 loc) • 2.8 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.
*/
'use strict';
var React = require('react');
var Icon_js = require('./Icon.js');
var iconPropTypes = require('./iconPropTypes-BoFFIf2P.js');
require('@carbon/icon-helpers');
require('prop-types');
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path0, _path1, _path10, _path11;
const Queued = /*#__PURE__*/React.forwardRef(function Queued({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
d: "M22 20H30V22H22z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M22 24H30V26H22z"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "M22 28H30V30H22z"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "M18 24H20V26H18z"
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
d: "M18 20H20V22H18z"
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
d: "M18 28H20V30H18z"
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("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"
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("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"
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("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"
})), _path0 || (_path0 = /*#__PURE__*/React.createElement("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"
})), _path1 || (_path1 = /*#__PURE__*/React.createElement("path", {
d: "M27.2634,11.9A11.917,11.917,0,0,1,28,16h2a13.8971,13.8971,0,0,0-.8594-4.7827Z"
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("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"
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("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.iconPropTypes;
}
module.exports = Queued;