UNPKG

@carbon/pictograms-react

Version:

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

35 lines (31 loc) 1.86 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 ConceptExpansion = /*#__PURE__*/React.forwardRef(function ConceptExpansion({ 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: "M31,31.36H21c-0.199,0-0.36-0.161-0.36-0.36v-1.64H16c-0.199,0-0.36-0.161-0.36-0.36V16.358\th-4.292C11.163,19.147,8.835,21.36,6,21.36c-2.956,0-5.36-2.405-5.36-5.36c0-2.956,2.404-5.36,5.36-5.36\tc2.834,0,5.161,2.21,5.348,4.998h4.292V3c0-0.199,0.161-0.36,0.36-0.36l4.64-0.002V1c0-0.199,0.161-0.36,0.36-0.36h10\tc0.199,0,0.36,0.161,0.36,0.36v4c0,0.199-0.161,0.36-0.36,0.36H21c-0.199,0-0.36-0.161-0.36-0.36V3.358l-4.28,0.001v12.278h4.28V14\tc0-0.199,0.161-0.36,0.36-0.36h10c0.199,0,0.36,0.161,0.36,0.36v4c0,0.199-0.161,0.36-0.36,0.36H21c-0.199,0-0.36-0.161-0.36-0.36\tv-1.642h-4.28V28.64h4.28V27c0-0.199,0.161-0.36,0.36-0.36h10c0.199,0,0.36,0.161,0.36,0.36v4C31.36,31.199,31.199,31.36,31,31.36z M21.36,30.64h9.279v-3.28H21.36V30.64z M6,11.36c-2.559,0-4.64,2.082-4.64,4.64S3.441,20.64,6,20.64s4.64-2.081,4.64-4.64\tS8.559,11.36,6,11.36z M21.36,17.64h9.279v-3.28H21.36V17.64z M21.36,4.64h9.279V1.36H21.36V4.64z" })), children); }); module.exports = ConceptExpansion;