@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
58 lines (54 loc) • 3.38 kB
JavaScript
/**
* Copyright IBM Corp. 2016, 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.
*/
'use strict';
var React = require('react');
var Icon_js = require('./Icon.js');
var iconPropTypes = require('./iconPropTypes-BoFFIf2P.js');
require('@carbon/icon-helpers');
require('prop-types');
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path0;
const DataUnreal = /*#__PURE__*/React.forwardRef(function DataUnreal({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
d: "m16.4961,18.1318l-7-4c-.1536-.0879-.3248-.1318-.4961-.1318s-.3425.0439-.4961.1318l-7,4c-.3115.1777-.5039.5093-.5039.8682v8c0,.3589.1924.6904.5039.8682l7,4c.1536.0879.325.1318.4961.1318s.3425-.0439.4961-.1318l7-4c.3115-.1777.5039-.5093.5039-.8682v-8c0-.3589-.1924-.6904-.5039-.8682Zm-7.4961-1.98l4.9844,2.8481-4.9844,2.8481-4.9844-2.8481,4.9844-2.8481Zm-6,4.5713l5,2.8569v5.6968l-5-2.8569v-5.6968Zm7,8.5537v-5.6968l5-2.8569v5.6968l-5,2.8569Z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "m28,19v5c0,1.1025-.8972,2-2,2h-3.1719l1.5859-1.5859-1.4141-1.4141-4,4,4,4,1.4141-1.4141-1.5859-1.5859h3.1719c2.2056,0,4-1.7944,4-4v-5h-2Z"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "m17.5039,15.0111l-2-1.1428c-.3115-.1781-.5039-.5094-.5039-.8683v-2h2v1.4197l1.4961.8549-.9922,1.7366Z"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "m25.5039,14.4175l-1.5039.8594v-2.2769h-2v2.2769l-1.5039-.8594-.9922,1.7368,3,1.7139c.1536.0879.325.1318.4961.1318s.3425-.0439.4961-.1318l3-1.7139-.9922-1.7368Z"
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
d: "m28.4961,15.0111l-.9922-1.7366,1.4961-.8549v-1.4197h2v2c0,.3589-.1924.6902-.5039.8683l-2,1.1428Z"
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
d: "M25.4961 8.7256 24.5039 6.9888 23 7.8481 21.4961 6.9888 20.5039 8.7256 22 9.5801 22 11 24 11 24 9.5801 25.4961 8.7256z"
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
d: "m30.4961,4.1318l-3-1.7144-.9922,1.7368,1.4805.8457-1.4805.8457.9922,1.7368,1.5039-.8594v2.2769h2v-4c0-.3589-.1924-.6904-.5039-.8682Z"
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
d: "m24.5039,3.0111l-1.5039-.8594-1.5039.8594-.9922-1.7366,2-1.1428C22.6575.0439,22.8287,0,23,0s.3425.0439.4961.1317l2,1.1428-.9922,1.7366Z"
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
d: "m19.4961,4.1543l-.9922-1.7368-3,1.7144c-.3115.1777-.5039.5093-.5039.8682v4h2v-2.2769l1.5039.8594.9922-1.7368-1.4805-.8457,1.4805-.8457Z"
})), _path0 || (_path0 = /*#__PURE__*/React.createElement("path", {
d: "m9,1l-1.4141,1.4141,1.5859,1.5859h-3.1719c-2.2056,0-4,1.7944-4,4v5h2v-5c0-1.1025.8972-2,2-2h3.1719l-1.5859,1.5859,1.4141,1.4141,4-4L9,1Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
DataUnreal.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = DataUnreal;