UNPKG

@carbon/icons-react

Version:

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

56 lines (53 loc) 1.8 kB
/** * 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. */ import React from 'react'; import Icon from './Icon.js'; import { i as iconPropTypes } from './iconPropTypes-C5chbmyn.js'; import '@carbon/icon-helpers'; import 'prop-types'; var _path, _path2, _path3, _path4, _path5, _path6; const Succession = /*#__PURE__*/React.forwardRef(function Succession({ children, size = 16, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon, { 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", { strokeWidth: "0", d: "M19 27H21V31H19z", transform: "rotate(90 20 29)" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { strokeWidth: "0", d: "M25 27H27V31H25z", transform: "rotate(90 26 29)" })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { strokeWidth: "0", d: "m13,28v-3h-2v3c0,1.1046.8954,2,2,2h3v-2h-3Z" })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", { strokeWidth: "0", d: "M11 19H13V23H11z" })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", { strokeWidth: "0", d: "M11 13H13V17H11z" })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", { strokeWidth: "0", d: "M22 12 12 2 2 12 3.4141 13.4141 11 5.8281 11 11 13 11 13 5.8281 20.5859 13.4141 22 12z" })), children); }); if (process.env.NODE_ENV !== "production") { Succession.propTypes = iconPropTypes; } export { Succession as default };