first commit
This commit is contained in:
20
frontend/node_modules/@ant-design/icons/es/icons/AudioOutlined.js
generated
vendored
Normal file
20
frontend/node_modules/@ant-design/icons/es/icons/AudioOutlined.js
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
import _extends from "@babel/runtime/helpers/esm/extends";
|
||||
// GENERATE BY ./scripts/generate.ts
|
||||
// DON NOT EDIT IT MANUALLY
|
||||
|
||||
import * as React from 'react';
|
||||
import AudioOutlinedSvg from "@ant-design/icons-svg/es/asn/AudioOutlined";
|
||||
import AntdIcon from "../components/AntdIcon";
|
||||
var AudioOutlined = function AudioOutlined(props, ref) {
|
||||
return /*#__PURE__*/React.createElement(AntdIcon, _extends({}, props, {
|
||||
ref: ref,
|
||||
icon: AudioOutlinedSvg
|
||||
}));
|
||||
};
|
||||
|
||||
/** */
|
||||
var RefIcon = /*#__PURE__*/React.forwardRef(AudioOutlined);
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
RefIcon.displayName = 'AudioOutlined';
|
||||
}
|
||||
export default RefIcon;
|
||||
Reference in New Issue
Block a user