@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 2.24 kB
JavaScript
/**
* 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:paris--pompidou-center/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 ParisPompidouCenter = /*#__PURE__*/ React.forwardRef(function ParisPompidouCenter({ 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: "M31,23.36H1v-0.72h30V23.36z M31,21.36H9v-0.72h22V21.36z M7,21.36H1v-0.72h5.851 l1.895-1.895C8.813,18.678,8.904,18.64,9,18.64h3.851l1.895-1.894c0.067-0.068,0.159-0.105,0.254-0.105h3.851l1.895-1.895 c0.067-0.068,0.159-0.105,0.255-0.105h3.851l1.895-1.895c0.067-0.068,0.159-0.105,0.255-0.105h4v0.72h-3.851l-1.895,1.895 c-0.068,0.066-0.16,0.104-0.256,0.104h-3.851l-1.895,1.895C19.188,17.322,19.096,17.36,19,17.36h-3.851l-1.895,1.895 C13.187,19.322,13.096,19.36,13,19.36H9.149l-1.895,1.895C7.187,21.322,7.096,21.36,7,21.36z M31,19.36H15v-0.72h16V19.36z M6,19.36 H1v-0.72h4.851l1.895-1.894C7.813,16.678,7.904,16.64,8,16.64h3.851l1.895-1.895c0.067-0.068,0.159-0.105,0.254-0.105h3.851 l1.895-1.895c0.067-0.068,0.159-0.105,0.255-0.105h3.851l1.895-1.895c0.067-0.068,0.159-0.105,0.255-0.105h5v0.72h-4.851 l-1.895,1.895c-0.068,0.067-0.16,0.105-0.256,0.105h-3.851l-1.895,1.895C18.188,15.322,18.096,15.36,18,15.36h-3.851l-1.895,1.895 C12.187,17.322,12.096,17.36,12,17.36H8.149l-1.895,1.895C6.187,19.322,6.096,19.36,6,19.36z M31,17.36H21v-0.72h10V17.36z M6,17.36 H1v-0.72h5V17.36z M31,15.36h-4v-0.72h4V15.36z M12,15.36H1v-0.72h11V15.36z M18,13.36H1v-0.72h17V13.36z M24,11.36H1v-0.72h23 V11.36z M31,9.36H1V8.64h30V9.36z" }), children]
});
});
//#endregion
export { ParisPompidouCenter as default };