@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 2.39 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 IbmElmInsights = /*#__PURE__*/React.forwardRef(function IbmElmInsights({
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,31.36c-0.059,0-0.117-0.015-0.171-0.043\tl-13-7c-0.113-0.062-0.186-0.179-0.189-0.308c-0.003-0.128,0.062-0.249,0.171-0.316l6.747-4.141l0.377,0.613l-6.213,3.813L16,30.591\tl12.64-6.806l-0.017-7.767l0.721-0.002l0.017,7.983c0,0.133-0.073,0.255-0.189,0.318l-13,7C16.117,31.346,16.059,31.36,16,31.36z M20.5,22.36c-1.577,0-2.86-1.283-2.86-2.86c0-0.214,0.023-0.422,0.068-0.622l-6.633-2.39c-0.33,0.523-0.913,0.872-1.575,0.872\tc-1.025,0-1.86-0.835-1.86-1.86s0.834-1.86,1.86-1.86c0.505,0,0.964,0.203,1.3,0.531l4.061-2.792\tc-0.141-0.262-0.221-0.561-0.221-0.878c0-1.025,0.834-1.86,1.86-1.86s1.86,0.834,1.86,1.86c0,0.609-0.294,1.15-0.748,1.49\tl2.08,4.766c0.256-0.075,0.527-0.116,0.808-0.116c1.577,0,2.86,1.283,2.86,2.86S22.077,22.36,20.5,22.36z M20.5,17.36\tc-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14S21.68,17.36,20.5,17.36z M11.333,15.816l6.619,2.385\tc0.245-0.479,0.621-0.88,1.081-1.155l-2.07-4.744c-0.565,0.146-1.208-0.006-1.644-0.365l-4.112,2.828\tc0.098,0.226,0.152,0.475,0.152,0.736C11.36,15.608,11.351,15.713,11.333,15.816z M9.5,14.36c-0.628,0-1.14,0.512-1.14,1.14\ts0.512,1.14,1.14,1.14s1.14-0.512,1.14-1.14S10.128,14.36,9.5,14.36z M16.5,9.36c-0.628,0-1.14,0.512-1.14,1.14\ts0.512,1.14,1.14,1.14c0.629,0,1.14-0.512,1.14-1.14S17.129,9.36,16.5,9.36z M3.36,16H2.64V8c0-0.132,0.073-0.254,0.189-0.317l13-7\tc0.107-0.058,0.234-0.058,0.342,0l13,7c0.113,0.061,0.186,0.178,0.188,0.307c0.004,0.128-0.062,0.25-0.171,0.317l-6.807,4.187\tl-0.377-0.613l6.274-3.86L16,1.409L3.36,8.215V16z"
})), children);
});
export { IbmElmInsights as default };