UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 1.81 kB
/** * Copyright IBM Corp. 2019, 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 React from "react"; import { jsx, jsxs } from "react/jsx-runtime"; //#region virtual:add-comments--mobile/index.js /** * Copyright IBM Corp. 2019, 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 AddCommentsMobile = /*#__PURE__*/ React.forwardRef(function AddCommentsMobile({ children, ...rest }, ref) { return /* @__PURE__ */ jsxs(Icon, { width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref, ...rest, children: [/* @__PURE__ */ jsx("path", { d: "M19,30.3604H3c-.1987,0-.3599-.1611-.3599-.3604V4c0-.1987.1611-.3599.3599-.3599h9.6401v-1.1401c0-.4741.3857-.8599.8599-.8599h15c.4746,0,.8604.3857.8604.8599v11c0,.4741-.3857.8599-.8604.8599h-9.1396v15.6401c0,.1992-.1611.3604-.3604.3604ZM3.3599,29.6396h15.2798v-5.2793H3.3599v5.2793ZM3.3599,23.6396h15.2798v-9.2798h-2.0073l-3.3989,2.8901c-.1064.0918-.2568.1104-.3843.0527-.1274-.0596-.209-.1865-.209-.3271V4.3599H3.3599v19.2798ZM13.3599,4v12.1968l2.9067-2.4712c.0654-.0552.1479-.0854.2334-.0854h12c.0771,0,.1396-.063.1396-.1401V2.5c0-.0771-.0625-.1401-.1396-.1401h-15c-.0771,0-.1401.063-.1401.1401v1.5ZM21.3604,11h-.7207v-2.6401h-2.6396v-.7197h2.6396v-2.6401h.7207v2.6401h2.6396v.7197h-2.6396v2.6401ZM11.75,27c0-.4142-.3358-.75-.75-.75s-.75.3358-.75.75.3358.75.75.75.75-.3358.75-.75Z" }), children] }); }); //#endregion export { AddCommentsMobile as default };