UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 2.28 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:web--banners/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 WebBanners = /*#__PURE__*/ React.forwardRef(function WebBanners({ 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: "M29,3.5C29,3.776,28.776,4,28.5,4S28,3.776,28,3.5 S28.224,3,28.5,3S29,3.224,29,3.5z M26.5,3C26.224,3,26,3.224,26,3.5S26.224,4,26.5,4S27,3.776,27,3.5S26.776,3,26.5,3z M24.5,3 C24.224,3,24,3.224,24,3.5S24.224,4,24.5,4S25,3.776,25,3.5S24.776,3,24.5,3z M25.178,30.36c-0.001,0-0.003,0-0.004,0 c-0.15-0.002-0.283-0.097-0.335-0.237l-1.365-3.763H20c-0.199,0-0.36-0.161-0.36-0.36v-8c0-0.199,0.161-0.36,0.36-0.36h8 c0.199,0,0.36,0.161,0.36,0.36v7.565l0.763,0.278c0.141,0.051,0.235,0.184,0.237,0.334c0.001,0.15-0.09,0.285-0.23,0.34 l-2.602,1.011l-1.016,2.603C25.459,30.27,25.326,30.36,25.178,30.36z M23.602,24.602l1.588,4.377l0.726-1.859 c0.036-0.094,0.11-0.168,0.205-0.205l1.857-0.722L23.602,24.602z M20.36,25.64h2.852l-0.551-1.517 c-0.047-0.132-0.015-0.279,0.084-0.378c0.1-0.099,0.247-0.13,0.378-0.083l4.517,1.642V18.36h-7.28V25.64z M31.36,30h-0.72V5.36H1.36 V30H0.64V2c0-0.199,0.161-0.36,0.36-0.36h30c0.199,0,0.36,0.161,0.36,0.36V30z M1.36,4.64h29.28V2.36H1.36V4.64z M16,26.36H4v-0.72 h12V26.36z M16,24.36H4v-0.72h12V24.36z M16,22.36H4v-0.72h12V22.36z M16,20.36H4v-0.72h12V20.36z M10,18.36H4v-0.72h6V18.36z M28,14.36H4c-0.199,0-0.36-0.161-0.36-0.36V8c0-0.199,0.161-0.36,0.36-0.36h24c0.199,0,0.36,0.161,0.36,0.36v6 C28.36,14.199,28.199,14.36,28,14.36z M4.36,13.64h23.28V8.36H4.36V13.64z" }), children] }); }); //#endregion export { WebBanners as default };