@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.15 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialFontDownloadOffW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "FontDownloadOffW100Filled",
short_name: "FontDownloadOff",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M842-78 538-382h40l232 232q-8 8-19 13t-23 5H192q-25 0-42.5-17.5T132-192v-576q0-5 .5-9t2.5-8l-35-35q-4-4-4.5-9.5T100-840q5-5 10-5t10 5L862-98q4 4 4.5 9.5T862-78q-5 5-10 5t-10-5Zm-14-690v452q0 10-5.5 17T809-289q-8 3-16.5 2t-15.5-8L561-511l-69-193q-1-3-3.5-4.5T483-710h-6q-3 0-5.5 1.5T468-704l-26 74-147-147q-7-7-8-15.5t2-16.5q3-8 10-13.5t17-5.5h452q25 0 42.5 17.5T828-768ZM382-382h156l-28-28H392l31-87-21-21-85 237q-2 7 1.5 13t11.5 6q5 0 8-2t5-7l39-111Zm96-270h4l34 96-53-53 15-43Zm100 270 39 111q2 5 5 7t8 2q8 0 11.5-6t1.5-13l-65-101Z"
}));
});
IconMaterialFontDownloadOffW100Filled.displayName = 'OnesyIconMaterialFontDownloadOffW100Filled';
export default IconMaterialFontDownloadOffW100Filled;