UNPKG

@carbon/pictograms-react

Version:

React components for pictograms in digital and software products using the Carbon Design System

35 lines (31 loc) 2.46 kB
/** * 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. */ 'use strict'; var _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js'); var React = require('react'); var Icon_js = require('../Icon.js'); require('@carbon/icon-helpers'); require('prop-types'); var _path; const DataManagement_02 = /*#__PURE__*/React.forwardRef(function DataManagement_02({ children, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._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: "M10.36,13.5c0-1.025-0.834-1.86-1.86-1.86\ts-1.86,0.834-1.86,1.86s0.834,1.86,1.86,1.86S10.36,14.525,10.36,13.5z M8.5,14.64c-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.14S9.128,14.64,8.5,14.64z M8.14,17h0.72v3H8.14V17z M13.5,16.64\tc-1.025,0-1.86,0.834-1.86,1.86s0.834,1.86,1.86,1.86s1.86-0.835,1.86-1.86S14.525,16.64,13.5,16.64z M13.5,19.64\tc-0.628,0-1.14-0.511-1.14-1.14s0.512-1.14,1.14-1.14s1.14,0.511,1.14,1.14S14.128,19.64,13.5,19.64z M13.14,12h0.72v3h-0.72V12z M18.5,15.36c1.025,0,1.86-0.834,1.86-1.86s-0.835-1.86-1.86-1.86s-1.86,0.834-1.86,1.86S17.475,15.36,18.5,15.36z M18.5,12.36\tc0.629,0,1.14,0.512,1.14,1.14s-0.511,1.14-1.14,1.14s-1.14-0.512-1.14-1.14S17.871,12.36,18.5,12.36z M18.14,17h0.721v3H18.14V17z M21.64,18.5c0,1.025,0.835,1.86,1.86,1.86s1.86-0.835,1.86-1.86s-0.835-1.86-1.86-1.86S21.64,17.475,21.64,18.5z M23.5,17.36\tc0.629,0,1.14,0.511,1.14,1.14s-0.511,1.14-1.14,1.14s-1.14-0.511-1.14-1.14S22.871,17.36,23.5,17.36z M23.86,15h-0.72v-3h0.721\tL23.86,15L23.86,15z M13.116,28.305l-0.165,0.701C6.88,27.572,2.64,22.225,2.64,16c0-7.088,5.552-12.887,12.533-13.318l-1.427-1.428\tl0.509-0.509L16.509,3l-2.255,2.254l-0.509-0.509l1.339-1.339C8.542,3.878,3.36,9.339,3.36,16\tC3.36,21.889,7.372,26.949,13.116,28.305z M16.828,29.318l1.427,1.427l-0.51,0.51L15.491,29l2.254-2.255l0.51,0.51l-1.339,1.338\tC23.458,28.121,28.64,22.66,28.64,16c0-5.892-3.984-10.947-9.689-12.294l0.166-0.701C25.147,4.429,29.36,9.773,29.36,16\tC29.36,23.088,23.809,28.887,16.828,29.318z" })), children); }); module.exports = DataManagement_02;