UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 869 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialFileDownloadDoneFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FileDownloadDoneFilled", short_name: "FileDownloadDone", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m382-434 338-338q12-12 28.5-12t28.5 12q12 12 12 28.5T777-715L410-348q-12 12-28 12t-28-12L183-519q-12-12-11.5-28.5T184-576q12-12 28.5-12t28.5 12l141 142ZM240-160q-17 0-28.5-11.5T200-200q0-17 11.5-28.5T240-240h480q17 0 28.5 11.5T760-200q0 17-11.5 28.5T720-160H240Z" })); }); IconMaterialFileDownloadDoneFilled.displayName = 'OnesyIconMaterialFileDownloadDoneFilled'; export default IconMaterialFileDownloadDoneFilled;