@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.39 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialFontDownloadOffW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FontDownloadOffW100Filled', short_name: 'FontDownloadOff', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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';
exports.default = IconMaterialFontDownloadOffW100Filled;