@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 1.77 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 RLanguageAndEnvironment = /*#__PURE__*/React.forwardRef(function RLanguageAndEnvironment({
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: "M14.083,17.031h-1.092V7.957h3.614\tc1.586,0,2.535,0.923,2.535,2.574c0,1.326-0.637,2.223-1.82,2.496l2.08,4.004h-1.235l-1.963-3.9h-2.119V17.031z M16.605,12.195\tc0.858,0,1.365-0.468,1.365-1.3v-0.677c0-0.832-0.507-1.3-1.365-1.3h-2.522v3.276h2.522V12.195z M23,31.36H9v-0.72h6.64v-4.28H3\tc-1.301,0-2.36-1.059-2.36-2.36V7c0-1.301,1.059-2.36,2.36-2.36h1.64V1c0-0.199,0.161-0.36,0.36-0.36h22\tc0.199,0,0.36,0.161,0.36,0.36v3.64H29c1.302,0,2.36,1.059,2.36,2.36v17c0,1.302-1.059,2.36-2.36,2.36H16.36v4.279H23V31.36z M3,5.36C2.096,5.36,1.36,6.096,1.36,7v17c0,0.904,0.736,1.64,1.64,1.64h26c0.904,0,1.64-0.735,1.64-1.64V7\tc0-0.904-0.735-1.64-1.64-1.64h-1.64V21c0,0.199-0.161,0.36-0.36,0.36H5c-0.199,0-0.36-0.161-0.36-0.36V5.36H3z M5.36,20.64h21.28\tV4.36H5.36V20.64z M5.36,3.64h21.28V1.36H5.36V3.64z"
})), children);
});
module.exports = RLanguageAndEnvironment;