UNPKG

@carbon/icons-react

Version:

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

40 lines (36 loc) 1.27 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. */ 'use strict'; 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 UpdateComplete = /*#__PURE__*/React.forwardRef(function UpdateComplete({ 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: "M16,30c-7.72,0-14-6.28-14-14h2c0,6.617,5.383,12,12,12v2ZM12,8h-4.922c2.258-2.524,5.467-4,8.922-4,6.617,0,12,5.383,12,12h2c0-7.72-6.28-14-14-14-3.828,0-7.393,1.558-10,4.234V2h-2v8h8v-2ZM22,27.18l-2.59-2.59-1.41,1.41,4,4,8-8-1.41-1.41s-6.59,6.59-6.59,6.59Z" })), children); }); if (process.env.NODE_ENV !== "production") { UpdateComplete.propTypes = iconPropTypes.iconPropTypes; } module.exports = UpdateComplete;