@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
41 lines (39 loc) • 1.43 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:IbmEloPublishing.js
const IbmEloPublishing = React.forwardRef(function IbmEloPublishing({ 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", {
strokeWidth: "0",
d: "M18 26 26.1719 26 23.5859 28.5859 25 30 30 25 25 20 23.5859 21.4141 26.1719 24 18 24 18 26z"
}), /* @__PURE__ */ jsx("path", {
strokeWidth: "0",
d: "M10 21H15V23H10z"
}), /* @__PURE__ */ jsx("path", {
strokeWidth: "0",
d: "M10 16H20V18H10z"
}), /* @__PURE__ */ jsx("path", {
strokeWidth: "0",
d: "m24.7,9.3l-7-7c-.2-.2-.4-.3-.7-.3H7c-1.1,0-2,.8999-2,2v24c0,1.103.8975,2,2,2h8v-2h-8V4h8v6c0,1.1001.9,2,2,2h6v6h2v-8c0-.3-.1-.5-.3-.7Zm-7.7.7v-5.6001l5.6,5.6001h-5.6Z"
}), children);
});
if (process.env.NODE_ENV !== "production") IbmEloPublishing.propTypes = iconPropTypes;
//#endregion
export { IbmEloPublishing as default };