@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 1.54 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 IbmElmMethodComposer = /*#__PURE__*/React.forwardRef(function IbmElmMethodComposer({
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: "M29.36,2v5.36H24V6.64h4.225\tC25.434,3.287,21.394,1.36,17,1.36C8.927,1.36,2.36,7.927,2.36,16c0,8.072,6.567,14.64,14.64,14.64v0.721\tC8.53,31.36,1.64,24.47,1.64,16S8.53,0.64,17,0.64c4.538,0,8.716,1.959,11.64,5.376V2H29.36z M29.255,23.745\tc0.067,0.067,0.105,0.159,0.105,0.255v4c0,0.199-0.161,0.36-0.36,0.36h-4c-0.096,0-0.188-0.038-0.255-0.105l-15-15\tc-0.141-0.141-0.141-0.368,0-0.509l4-4c0.141-0.141,0.368-0.141,0.509,0L29.255,23.745z M13,15.491L16.491,12L14,9.509L10.509,13\tL13,15.491z M28.64,24.149L17,12.509L13.509,16l11.64,11.64h3.49L28.64,24.149L28.64,24.149z"
})), children);
});
module.exports = IbmElmMethodComposer;