UNPKG

@carbon/pictograms-react

Version:

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

33 lines (30 loc) 2.56 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. */ 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 UnstructuredData = /*#__PURE__*/React.forwardRef(function UnstructuredData({ 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: "M30,31.36h-2c-0.199,0-0.36-0.161-0.36-0.36\tv-0.64H15.36V31c0,0.199-0.161,0.36-0.36,0.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-0.64H3.36V31c0,0.199-0.161,0.36-0.36,0.36H1\tc-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v0.64h9.28v-0.49l-9.789-9.79H1\tc-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v1.851l9.789,9.789H15\tc0.199,0,0.36,0.161,0.36,0.36v0.64h12.28V29c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2\tC30.36,31.199,30.199,31.36,30,31.36z M28.36,30.64h1.279v-1.28H28.36V30.64z M13.36,30.64h1.28v-1.28h-1.28V30.64z M1.36,30.64\th1.28v-1.28H1.36V30.64z M1.36,18.64h1.28v-1.28H1.36V18.64z M27,27.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-1.851l-9.789-9.79H13\tc-0.199,0-0.36-0.161-0.36-0.36v-1.851L2.851,3.36H1C0.801,3.36,0.64,3.199,0.64,3V1c0-0.199,0.161-0.36,0.36-0.36h2\tc0.199,0,0.36,0.161,0.36,0.36v0.64h12.28V1c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v0.64h9.279V1\tc0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2c0,0.199-0.161,0.36-0.36,0.36h-2c-0.199,0-0.36-0.161-0.36-0.36\tV2.36H18.36v0.491l9.789,9.789H30c0.199,0,0.36,0.161,0.36,0.36v2c0,0.199-0.161,0.36-0.36,0.36h-2c-0.199,0-0.36-0.161-0.36-0.36\tv-1.851L17.851,3.36H16c-0.199,0-0.36-0.161-0.36-0.36V2.36H3.36v0.491l9.789,9.789H15c0.199,0,0.36,0.161,0.36,0.36v1.851\tl9.79,9.789H27c0.199,0,0.36,0.161,0.36,0.36v2C27.36,27.199,27.199,27.36,27,27.36z M25.36,26.64h1.279v-1.28H25.36V26.64z M28.36,14.64h1.279v-1.28H28.36V14.64z M13.36,14.64h1.28v-1.28h-1.28V14.64z M28.36,2.64h1.279V1.36H28.36V2.64z M16.36,2.64h1.28\tV1.36h-1.28V2.64z M1.36,2.64h1.28V1.36H1.36V2.64z" })), children); }); export { UnstructuredData as default };