UNPKG

@carbon/pictograms-react

Version:

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

35 lines (31 loc) 2.14 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 Tree_02 = /*#__PURE__*/React.forwardRef(function Tree_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: "M16.36,31h-0.72v-8.851l-3.895-3.895l0.509-0.51\tl3.386,3.386V7h0.72v8.131l3.385-3.385l0.51,0.509L16.36,16.15v9.491H22c3.11,0,5.64-2.529,5.64-5.64\tc0-2.257-1.356-4.285-3.455-5.168c-0.095-0.04-0.168-0.119-0.201-0.217s-0.022-0.205,0.028-0.294C24.423,13.603,24.64,12.8,24.64,12\tc0-2.249-1.61-4.165-3.829-4.558c-0.097-0.017-0.183-0.073-0.237-0.155C20.52,7.206,20.5,7.105,20.521,7.01\tC20.602,6.652,20.64,6.321,20.64,6c0-2.559-2.081-4.64-4.64-4.64S11.36,3.441,11.36,6c0,0.353,0.052,0.718,0.162,1.149\tc0.034,0.133-0.01,0.273-0.114,0.362s-0.25,0.113-0.375,0.058C10.705,7.431,10.357,7.36,10,7.36c-1.456,0-2.64,1.185-2.64,2.64\tc0,0.886,0.452,1.708,1.208,2.198c0.113,0.073,0.175,0.203,0.163,0.336s-0.099,0.249-0.223,0.299C5.988,13.855,4.36,16.276,4.36,19\tc0,3.661,2.979,6.64,6.64,6.64h1v0.721h-1c-4.058,0-7.36-3.302-7.36-7.36c0-2.815,1.569-5.337,4.045-6.583\tC7.022,11.79,6.64,10.922,6.64,10c0-1.853,1.507-3.36,3.36-3.36c0.236,0,0.469,0.024,0.696,0.072C10.658,6.465,10.64,6.231,10.64,6\tc0-2.956,2.404-5.36,5.36-5.36c2.955,0,5.36,2.404,5.36,5.36c0,0.264-0.022,0.531-0.067,0.809C23.67,7.396,25.36,9.524,25.36,12\tc0,0.798-0.187,1.596-0.54,2.331c2.163,1.068,3.54,3.252,3.54,5.669c0,3.507-2.854,6.36-6.36,6.36h-5.64V31z" })), children); }); module.exports = Tree_02;