@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 2.69 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 Bat_02 = /*#__PURE__*/React.forwardRef(function Bat_02({
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: "M7.2,30.3l-0.4-0.599c0.028-0.02,2.84-1.952,2.84-5.701\tc0-4.69-4.727-6.646-4.774-6.666c-0.09-0.036-0.161-0.107-0.198-0.196c-0.037-0.09-0.037-0.19,0.001-0.279\tc0.939-2.19,1.064-4.086,0.371-5.636C4.095,9.107,1.908,8.349,1.886,8.341c-0.13-0.044-0.224-0.158-0.242-0.294\tS1.686,7.776,1.8,7.701C4.458,5.928,2.773,3.31,2.7,3.199s-0.08-0.253-0.017-0.37C2.746,2.713,2.868,2.64,3,2.64\tc8.016,0,15.854,6.755,16.233,7.086c0.026,0.022,0.048,0.047,0.066,0.075c0.055,0.082,0.074,0.185,0.05,0.284\tc-0.029,0.121-0.119,0.218-0.236,0.257C18.99,10.383,16.36,11.309,16.36,14c0,1.094,0.355,3.64,3.64,3.64\tc1.221,0,2.376-0.354,3.028-0.75c-0.894-2.488,0.698-4.125,0.717-4.144c0.098-0.097,0.236-0.132,0.369-0.087\tc2.8,0.933,3.185,3.519,3.237,4.184l0.798,0.797H30c0.125,0,0.24,0.065,0.307,0.171c0.065,0.106,0.071,0.239,0.016,0.351l-1,2\tC29.261,20.283,29.137,20.36,29,20.36c-1.106,0-2.777,0-3.678,1.801C23.597,25.61,21.134,27.36,18,27.36h-7v-0.72h7\tc2.878,0,5.062-1.57,6.678-4.801c1.031-2.061,2.938-2.19,4.1-2.198l0.641-1.28H28c-0.096,0-0.188-0.038-0.255-0.105l-1-1\tc-0.066-0.067-0.104-0.159-0.105-0.254c0-0.109-0.043-2.607-2.527-3.578c-0.389,0.509-1.32,2.116,0.188,4.377l-0.6,0.398\tc-0.146-0.221-0.273-0.437-0.382-0.647C22.568,17.979,21.35,18.36,20,18.36c-2.73,0-4.36-1.63-4.36-4.36\tc0-1.042,0.336-1.863,0.792-2.498c-2,1.356-3.072,3.586-3.072,6.498h-0.72c0-3.614,1.607-6.337,4.478-7.71\tc-2.297,0.067-6.247,0.697-8.837,3.935l-0.562-0.45c2.808-3.509,6.976-4.165,9.399-4.219C14.969,8.764,10.833,7.712,5.04,8.358\tL4.96,7.642c5.322-0.592,9.246,0.186,11.609,0.948C13.777,6.621,8.701,3.598,3.598,3.373c0.423,0.964,0.955,2.96-0.888,4.542\tc0.805,0.4,2.222,1.31,2.983,3.005c0.747,1.663,0.669,3.646-0.229,5.899c1.15,0.571,4.896,2.77,4.896,7.181\tC10.36,28.145,7.329,30.214,7.2,30.3z"
})), children);
});
module.exports = Bat_02;