@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 2.93 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 Analytics_02 = /*#__PURE__*/React.forwardRef(function Analytics_02({
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: "M31,31.36H1c-0.199,0-0.36-0.161-0.36-0.36V1h0.72\tv28.377l6.314-13.529c0.054-0.116,0.166-0.194,0.293-0.206c0.136-0.008,0.252,0.046,0.326,0.149l4.578,6.41l0.979-3.161\tc-2.525-1.562-4.21-4.357-4.21-7.539c0-4.885,3.975-8.86,8.86-8.86c3.969,0,7.336,2.623,8.46,6.226l3.733-6.055l0.613,0.378\tl-4.103,6.653c0.103,0.537,0.156,1.091,0.156,1.658c0,2.246-0.831,4.364-2.347,6.005l5.241,5.24l-0.51,0.51l-5.24-5.241\tc-1.641,1.516-3.76,2.347-6.005,2.347c-1.441,0-2.803-0.347-4.008-0.96l-1.148,3.706c-0.041,0.131-0.151,0.228-0.287,0.249\tc-0.134,0.021-0.271-0.035-0.35-0.146l-4.642-6.498l-6.5,13.929H31V31.36z M18.5,3.36c-4.488,0-8.14,3.652-8.14,8.14\ts3.652,8.14,8.14,8.14c2.174,0,4.218-0.847,5.755-2.385c1.538-1.537,2.385-3.581,2.385-5.755C26.64,7.012,22.988,3.36,18.5,3.36z M18,7.5c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S18.276,7.5,18,7.5z M19.375,9.126\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S19.651,9.126,19.375,9.126z M20.751,10.751\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S21.028,10.751,20.751,10.751z M22.125,12.378\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S22.401,12.378,22.125,12.378z M23.5,14.001\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S23.776,14.001,23.5,14.001z M24.725,12.417\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S25.001,12.417,24.725,12.417z M25.95,10.833\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S26.226,10.833,25.95,10.833z M17.402,9.301\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S17.679,9.301,17.402,9.301z M16.8,11.102\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S17.076,11.102,16.8,11.102z M16.202,12.903\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5c0.276,0,0.5-0.224,0.5-0.5S16.478,12.903,16.202,12.903z M15.602,14.701\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5C16.102,14.925,15.879,14.701,15.602,14.701z M15,16.501\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S15.276,16.501,15,16.501z"
})), children);
});
export { Analytics_02 as default };