@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 2.04 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-fe323da0.js';
import React from 'react';
import Icon from '../Icon.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const MasterThreatHunting = /*#__PURE__*/React.forwardRef(function MasterThreatHunting({
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: "M18.901,4.724l0.18-0.697\tc4.345,1.115,7.748,4.504,8.88,8.846l-0.697,0.182C26.198,8.966,22.994,5.774,18.901,4.724z M18.944,27.265l0.182,0.697\tc4.339-1.131,7.728-4.531,8.845-8.873l-0.697-0.18C26.222,22.998,23.03,26.2,18.944,27.265z M13.09,4.727L12.91,4.03\tc-4.356,1.121-7.759,4.524-8.881,8.88l0.697,0.18C5.783,8.987,8.987,5.783,13.09,4.727z M4.727,18.91L4.03,19.09\tc1.122,4.357,4.525,7.76,8.882,8.881l0.18-0.697C8.988,26.218,5.783,23.014,4.727,18.91z M17.745,13.746L16,15.491l-1.746-1.745\tl-0.509,0.509L15.491,16l-1.745,1.745l0.509,0.51L16,16.509l1.745,1.746l0.51-0.51L16.509,16l1.746-1.746L17.745,13.746z M9,17.64\tc1.301,0,2.36,1.059,2.36,2.36S10.301,22.36,9,22.36S6.64,21.302,6.64,20S7.699,17.64,9,17.64z M9,18.36\tc-0.904,0-1.64,0.735-1.64,1.64S8.096,21.64,9,21.64s1.64-0.735,1.64-1.64S9.904,18.36,9,18.36z M20,12.36\tc-1.302,0-2.36-1.059-2.36-2.36S18.698,7.64,20,7.64s2.36,1.059,2.36,2.36S21.302,12.36,20,12.36z M20,11.64\tc0.904,0,1.64-0.736,1.64-1.64S20.904,8.36,20,8.36S18.36,9.096,18.36,10S19.096,11.64,20,11.64z M13,15.64H1v0.72h12V15.64z M19,15.64v0.72h12v-0.72H19z M16.36,1h-0.72v12h0.72V1z M15.64,31h0.72V19h-0.72V31z"
})), children);
});
export { MasterThreatHunting as default };