@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
50 lines (47 loc) • 1.9 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, _path7;
const ResultDraft = /*#__PURE__*/React.forwardRef(function ResultDraft({
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: "M29.7,19.3l-3-3c-0.4-0.4-1-0.4-1.4,0L16,25.6V30h4.4l9.3-9.3C30.1,20.3,30.1,19.7,29.7,19.3z M19.6,28H18v-1.6l5-5l1.6,1.6 L19.6,28z M26,21.6L24.4,20l1.6-1.6l1.6,1.6L26,21.6z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M10 23H12V25H10z"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "M14 18H18V20H14z"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "M10 18H12V20H10z"
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
d: "M14 13H22V15H14z"
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
d: "M10 13H12V15H10z"
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
d: "M7,28V7h3v3h12V7h3v6h2V7c0-1.1-0.9-2-2-2h-3V4c0-1.1-0.9-2-2-2h-8c-1.1,0-2,0.9-2,2v1H7C5.9,5,5,5.9,5,7v21 c0,1.1,0.9,2,2,2h5v-2H7z M12,4h8v4h-8V4z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
ResultDraft.propTypes = iconPropTypes;
}
export { ResultDraft as default };