@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 2.12 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 { _ as _extends } from '../_rollupPluginBabelHelpers-CuCmpz4u.js';
import React from 'react';
import Icon from '../Icon.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const ParisPompidouCenter = /*#__PURE__*/React.forwardRef(function ParisPompidouCenter({
children,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref: ref
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
d: "M31,23.36H1v-0.72h30V23.36z M31,21.36H9v-0.72h22V21.36z M7,21.36H1v-0.72h5.851\tl1.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\tc0.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\tc-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\tC13.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\tH1v-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\tl1.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\tl-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\tC12.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\tH1v-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\tV11.36z M31,9.36H1V8.64h30V9.36z"
})), children);
});
export { ParisPompidouCenter as default };