UNPKG

@carbon/pictograms-react

Version:

React components for pictograms in digital and software products using the Carbon Design System

35 lines (31 loc) 2.97 kB
/** * 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. */ 'use strict'; 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_01 = /*#__PURE__*/React.forwardRef(function Bat_01({ 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: "M15.64,25v-1.998c0-0.019,0-0.037,0-0.056\tc-0.042-4.524-5.411-4.586-5.64-4.586c-0.165-0.001-0.309-0.113-0.349-0.273c-0.9-3.595-4.416-2.774-4.564-2.737\tc-0.194,0.045-0.388-0.07-0.436-0.262c-0.915-3.66-3.541-3.727-3.652-3.728c-0.136-0.001-0.26-0.079-0.32-0.2\tc-0.06-0.122-0.048-0.267,0.034-0.375C3.785,6.687,9.748,6.64,10,6.64c0.165,0,0.309,0.112,0.349,0.272\tc0.642,2.565,2.117,3.825,3.021,4.376c-0.213-0.826-0.352-2.13,0.309-3.45c0.052-0.104,0.15-0.176,0.264-0.194\tc0.116-0.016,0.231,0.02,0.312,0.101L16,9.491l1.745-1.745c0.082-0.083,0.197-0.118,0.312-0.101\tc0.114,0.019,0.213,0.091,0.265,0.194c0.659,1.32,0.521,2.625,0.309,3.45c0.902-0.551,2.379-1.811,3.02-4.376\tC21.69,6.752,21.835,6.64,22,6.64c0.252,0,6.215,0.047,9.288,4.144c0.081,0.108,0.094,0.253,0.034,0.375\tc-0.061,0.122-0.185,0.199-0.32,0.2c-0.111,0.001-2.737,0.067-3.652,3.728c-0.049,0.192-0.241,0.308-0.437,0.262\tc-0.148-0.038-3.666-0.86-4.563,2.737c-0.04,0.16-0.185,0.272-0.35,0.273c-0.229,0-5.596,0.063-5.64,4.586c0,0.018,0,0.035,0,0.054\tl0,0c0,0.001,0,0.001,0,0.002v1.998L15.64,25L15.64,25z M10.806,17.703c1.394,0.175,4.199,0.833,5.194,3.305\tc0.996-2.471,3.801-3.13,5.194-3.305l-1.449-1.449l0.51-0.509l1.575,1.576c0.651-1.792,1.946-2.446,2.967-2.673\tc0.562-0.125,1.089-0.133,1.498-0.108c-0.442-0.64-1.267-1.624-2.456-2.219l0.322-0.644c1.334,0.667,2.238,1.74,2.727,2.449\tc0.864-2.406,2.513-3.152,3.438-3.383c-2.571-2.901-6.922-3.315-8.052-3.374c-1.102,3.91-4.033,4.93-4.16,4.972\tc-0.142,0.046-0.29,0.004-0.386-0.105c-0.096-0.11-0.115-0.267-0.051-0.396c0.008-0.017,0.755-1.562,0.197-3.206l-1.621,1.621\tc-0.141,0.141-0.368,0.141-0.509,0l-1.621-1.621c-0.557,1.645,0.189,3.189,0.198,3.206c0.064,0.13,0.044,0.287-0.051,0.396\tc-0.095,0.109-0.248,0.152-0.385,0.105c-0.127-0.042-3.059-1.062-4.161-4.972c-1.13,0.059-5.48,0.473-8.052,3.374\tc0.926,0.231,2.574,0.977,3.438,3.383c0.489-0.708,1.393-1.782,2.727-2.449l0.322,0.644C6.97,12.916,6.146,13.9,5.703,14.54\tc0.408-0.026,0.938-0.017,1.498,0.108c1.021,0.227,2.315,0.88,2.966,2.673l1.576-1.576l0.509,0.509L10.806,17.703z" })), children); }); module.exports = Bat_01;