@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
48 lines (45 loc) • 1.7 kB
JavaScript
/**
* 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 TextLeading = /*#__PURE__*/React.forwardRef(function TextLeading({
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", {
d: "M14 13H30V15H14z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M15 28H30V30H15z"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "M25.85,27H28L23.64,17H21.36L17,27h2.15l.8-2h5.1Zm-5.1-4,1.75-4.37L24.25,23Z"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "M25.85,12H28L23.64,2H21.36L17,12h2.15l.8-2h5.1Zm-5.1-4L22.5,3.63,24.25,8Z"
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
d: "M6 15.83 8.58 18.41 10 17 6 13 2 17 3.41 18.42 6 15.83z"
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
d: "M6 27.17 3.42 24.59 2 26 6 30 10 26 8.59 24.58 6 27.17z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
TextLeading.propTypes = iconPropTypes;
}
export { TextLeading as default };