@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
40 lines (36 loc) • 1.88 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.
*/
;
var React = require('react');
var Icon_js = require('./Icon.js');
var iconPropTypes = require('./iconPropTypes-BoFFIf2P.js');
require('@carbon/icon-helpers');
require('prop-types');
var _path;
const RunViewIcon = /*#__PURE__*/React.forwardRef(function RunViewIcon({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
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: "M28.48,14.1201L8.48,3.1201c-.1499-.0801-.3101-.1201-.48-.1201-.55,0-1,.4502-1,1v11h2V5.6899l16.9199,9.3101-7.04,3.8799,1.4702,1.4702,8.1299-4.4702c.1699-.0996.3-.23.3999-.3999.2603-.48.0901-1.0898-.3999-1.3599ZM13.9748,26.0001h2.0254v-2h-2v-1.5c0-.0276-.0037-.0542-.0042-.0818l2.7112-2.7112-1.4141-1.4141-1.8374,1.8374c-.8876-1.8481-2.7725-3.1304-4.9556-3.1304s-4.068,1.2822-4.9556,3.1304l-1.8374-1.8374-1.4141,1.4141,2.7112,2.7112c-.0005.0276-.0042.0542-.0042.0818v1.5H1.0002v2h2.0254c.0398.4397.1337.8632.2712,1.2671l-2.8513,1.9009,1.1094,1.6641,2.7219-1.8147c1.0098,1.2104,2.5278,1.9827,4.2234,1.9827s3.2136-.7722,4.2234-1.9827l2.7219,1.8147,1.1094-1.6641-2.8513-1.9009c.1376-.4039.2314-.8274.2712-1.2671ZM8.5002,19.0001c1.3909,0,2.585.8218,3.1489,2h-6.2979c.564-1.1782,1.7581-2,3.1489-2ZM8.5002,29.0001c-1.9297,0-3.5-1.5703-3.5-3.5v-2.5h7v2.5c0,1.9297-1.5703,3.5-3.5,3.5Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
RunViewIcon.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = RunViewIcon;