@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 1.98 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.
*/
;
var _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js');
var React = require('react');
var Icon_js = require('../Icon.js');
require('@carbon/icon-helpers');
require('prop-types');
var _path;
const BerlinBrandenburgGate = /*#__PURE__*/React.forwardRef(function BerlinBrandenburgGate({
children,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._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: "M27.36,9.64V6.36H29V5.64H18.403C18.568,4.909,19.22,4.36,20,4.36V3.64\tc-1.178,0-2.149,0.87-2.324,2h-1.28C16.58,3.804,18.116,2.36,20,2.36V1.64c-1.791,0-3.33,1.087-4,2.634\tc-0.67-1.547-2.209-2.634-4-2.634v0.72c1.884,0,3.42,1.444,3.604,3.28h-1.28c-0.175-1.13-1.145-2-2.323-2v0.72\tc0.78,0,1.433,0.549,1.597,1.28H3v0.72h1.64v3.28H1v0.72h30V9.64H27.36z M5.36,6.36h21.28v3.28H5.36V6.36z M20,7.64v0.72h-8V7.64H20\tz M1,11.64h30v0.72H1V11.64z M1,13.64v0.72h1.64v13.28H1v0.721h30V27.64h-1.64V14.36H31v-0.72C31,13.64,1,13.64,1,13.64z M7.36,14.36h1.28v13.28H7.36V14.36z M6.64,27.64H5.36V14.36h1.28C6.64,14.36,6.64,27.64,6.64,27.64z M9.36,14.36h1.28v13.28H9.36\tV14.36z M11.36,14.36h1.28v13.28h-1.28V14.36z M13.36,14.36h5.28v13.28h-5.28C13.36,27.64,13.36,14.36,13.36,14.36z M19.36,14.36\th1.279v13.28H19.36V14.36z M21.36,14.36h1.279v13.28H21.36V14.36z M23.36,14.36h1.279v13.28H23.36V14.36z M25.36,14.36h1.279v13.28\tH25.36V14.36z M3.36,14.36h1.28v13.28H3.36V14.36z M28.64,27.64h-1.28V14.36h1.279L28.64,27.64L28.64,27.64z"
})), children);
});
module.exports = BerlinBrandenburgGate;