@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
29 lines (27 loc) • 1.67 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.
*/
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:IbmCloudContinuousDelivery.js
const IbmCloudContinuousDelivery = React.forwardRef(function IbmCloudContinuousDelivery({ 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: "M23,1l-6,6,1.4146,1.4023,3.5854-3.584V21H10V10h-2v11c0,1.1025,.8972,2,2,2h12c1.1028,0,2-.8975,2-2V4.8154l3.5859,3.5869,1.4141-1.4023L23,1Z" }), /* @__PURE__ */ jsx("path", { d: "M18.5,19h-5c-.8271,0-1.5-.6729-1.5-1.5v-5c0-.8271,.6729-1.5,1.5-1.5h5c.8271,0,1.5,.6729,1.5,1.5v5c0,.8271-.6729,1.5-1.5,1.5Zm-4.5-2h4v-4h-4v4Z" }), /* @__PURE__ */ jsx("path", { d: "M16,31v-2c7.1682,0,13-5.8318,13-13,0-1.2648-.1812-2.5145-.5383-3.7147l1.917-.5706c.4124,1.3855,.6213,2.8273,.6213,4.2853,0,8.271-6.729,15-15,15Z" }), /* @__PURE__ */ jsx("path", { d: "M1.6213,20.2853c-.4124-1.3855-.6213-2.8273-.6213-4.2853C1,7.729,7.729,1,16,1V3c-7.1682,0-13,5.8318-13,13,0,1.2648,.1812,2.5145,.5383,3.7147l-1.917,.5706Z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmCloudContinuousDelivery.propTypes = iconPropTypes;
//#endregion
export { IbmCloudContinuousDelivery as default };