UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 1.82 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:washington-dc--monument/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 WashingtonDcMonument = /*#__PURE__*/ React.forwardRef(function WashingtonDcMonument({ 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: "M28.36,29.64v-5.28h2v-2.72h-2.72V22v2.36v5.279h-3.28V24.36h2v-2.72h-2.72V22v2.36v5.279 h-3.28V24.36h2v-2.72h-2.72V22v2.36v5.279h-1.28V5c0-0.056-0.014-0.111-0.038-0.161l-2-4c-0.121-0.244-0.522-0.244-0.644,0l-2,4 C13.653,4.889,13.64,4.944,13.64,5v24.64h-3.28v-5.28h2v-2.72H9.64V22v2.36v5.279H6.36V24.36h2v-2.72H5.64V22v2.36v5.279H2.36V24.36 h2v-2.72H1.64V22v2.36v5.279H1v0.721h30v-0.72H28.36z M29.64,23.64h-1.28v-1.28h1.279L29.64,23.64L29.64,23.64z M25.64,23.64h-1.28 v-1.28h1.279L25.64,23.64L25.64,23.64z M21.64,23.64h-1.28v-1.28h1.279L21.64,23.64L21.64,23.64z M11.64,23.64h-1.28v-1.28h1.28 V23.64z M7.64,23.64H6.36v-1.28h1.28C7.64,22.36,7.64,23.64,7.64,23.64z M3.64,23.64H2.36v-1.28h1.28 C3.64,22.36,3.64,23.64,3.64,23.64z M14.36,5.085L16,1.805l1.64,3.28V29.64h-3.28V5.085z" }), children] }); }); //#endregion export { WashingtonDcMonument as default };