@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 2.25 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 University = /*#__PURE__*/React.forwardRef(function University({
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: "M31,31.36H1c-0.199,0-0.36-0.161-0.36-0.36v-3c0-0.199,0.161-0.36,0.36-0.36h1.64V25\tc0-0.199,0.161-0.36,0.36-0.36h26c0.199,0,0.36,0.161,0.36,0.36v2.64H31c0.199,0,0.36,0.161,0.36,0.36v3\tC31.36,31.199,31.199,31.36,31,31.36z M1.36,30.64h29.28v-2.28H1.36V30.64z M3.36,27.64h25.28v-2.28H3.36V27.64z M27,22.36h-4\tc-0.199,0-0.36-0.161-0.36-0.36v-6c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v6\tC27.36,22.199,27.199,22.36,27,22.36z M23.36,21.64h3.279v-5.28H23.36V21.64z M18,22.36h-4c-0.199,0-0.36-0.161-0.36-0.36v-6\tc0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v6C18.36,22.199,18.199,22.36,18,22.36z M14.36,21.64h3.28v-5.28\th-3.28V21.64z M9,22.36H5c-0.199,0-0.36-0.161-0.36-0.36v-6c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v6\tC9.36,22.199,9.199,22.36,9,22.36z M5.36,21.64h3.28v-5.28H5.36V21.64z M29,13.36H3v-0.72h26V13.36z M31,10.36H1\tc-0.162,0-0.304-0.108-0.347-0.264s0.023-0.322,0.162-0.405l15-9c0.113-0.068,0.257-0.068,0.37,0l15,9\tc0.139,0.083,0.204,0.249,0.161,0.405C31.304,10.252,31.162,10.36,31,10.36z M2.3,9.64h27.4L16,1.42L2.3,9.64z M16,7.86\tc-1.301,0-2.36-1.059-2.36-2.36S14.699,3.14,16,3.14c1.302,0,2.36,1.059,2.36,2.36S17.302,7.86,16,7.86z M16,3.86\tc-0.904,0-1.64,0.736-1.64,1.64S15.096,7.14,16,7.14c0.904,0,1.64-0.736,1.64-1.64S16.904,3.86,16,3.86z"
})), children);
});
module.exports = University;