@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 1.55 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 IbmZOpenAutomationUtilities = /*#__PURE__*/React.forwardRef(function IbmZOpenAutomationUtilities({
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: "M16,29.36\tc-5,0-9.542-2.757-11.855-7.194l0.639-0.332C6.972,26.032,11.27,28.64,16,28.64c2.945,0,5.814-1.035,8.076-2.916l0.461,0.553\tC22.146,28.265,19.113,29.36,16,29.36z M27.259,23.194l-0.605-0.389c1.3-2.029,1.986-4.383,1.986-6.806\tc0-5.505-3.517-10.34-8.75-12.03l0.221-0.686c5.532,1.787,9.25,6.897,9.25,12.716C29.36,18.561,28.634,21.048,27.259,23.194z M23,20.36h-8v-0.72h8V20.36z M9.254,20.255l-0.509-0.51L12.491,16l-3.745-3.746l0.509-0.509L13.509,16L9.254,20.255z M2.797,18.055\tC2.693,17.379,2.64,16.688,2.64,16C2.64,8.633,8.633,2.64,16,2.64v0.72C9.03,3.36,3.36,9.03,3.36,16c0,0.651,0.05,1.306,0.149,1.945\tL2.797,18.055z"
})), children);
});
export { IbmZOpenAutomationUtilities as default };