@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 1.74 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.
*/
import { _ as _extends } from '../_rollupPluginBabelHelpers-CuCmpz4u.js';
import React from 'react';
import Icon from '../Icon.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const LoopHearing = /*#__PURE__*/React.forwardRef(function LoopHearing({
children,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _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: "M1.254,31.255l-0.509-0.51l18-18l0.51,0.509\tL1.254,31.255z M28.36,31h-0.72v-5.64H25v-0.72h6v0.721h-2.64V31z M19.64,26v-2.286c0-1.187,0.49-2.339,1.344-3.163l2.835-2.736\tc3.757-3.759,3.757-9.873-0.002-13.631c-3.758-3.758-9.874-3.759-13.633,0C8.363,6.004,7.36,8.425,7.36,11H6.64\tc0-2.768,1.078-5.369,3.034-7.326c4.039-4.039,10.612-4.039,14.652,0c4.039,4.04,4.039,10.612,0,14.652l-2.843,2.742\tc-0.714,0.689-1.123,1.653-1.123,2.646V26c0,2.955-2.405,5.36-5.36,5.36c-1.171,0-2.283-0.371-3.216-1.072l0.433-0.576\tc0.808,0.607,1.77,0.928,2.784,0.928C17.559,30.64,19.64,28.559,19.64,26z M21.693,15.292l-0.531-0.486\tc0.953-1.041,1.478-2.393,1.478-3.806c0-3.11-2.529-5.64-5.64-5.64c-3.11,0-5.64,2.53-5.64,5.64h-0.72c0-3.507,2.853-6.36,6.36-6.36\ts6.36,2.853,6.36,6.36C23.36,12.593,22.769,14.118,21.693,15.292z M27.255,5.254l-0.51-0.509l4-4l0.51,0.509L27.255,5.254z"
})), children);
});
export { LoopHearing as default };