@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 1.35 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 IbmElmGcm = /*#__PURE__*/React.forwardRef(function IbmElmGcm({
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: "M17,31.36c-0.059,0-0.117-0.015-0.171-0.043l-13-7\tl0.342-0.635L17,30.591l12.64-6.806V8.215L17,1.409L4.36,8.215V12H3.64V8c0-0.132,0.073-0.254,0.189-0.317l13-7\tc0.107-0.058,0.234-0.058,0.342,0l13,7C30.287,7.746,30.36,7.868,30.36,8v16c0,0.133-0.073,0.254-0.189,0.317l-13,7\tC17.117,31.346,17.059,31.36,17,31.36z M21.509,16l-5.254-5.254l-0.509,0.509l4.385,4.386H2v0.72h18.131l-4.385,4.385l0.509,0.51\tL21.509,16z"
})), children);
});
module.exports = IbmElmGcm;