@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2 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 IconMaterialDownloadingW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DownloadingW100', short_name: 'Downloading', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M403-140q-120-27-195.5-122T132-479.68q0-122.68 76-217.51Q284-792.03 403-819q7-2 12 2.34 5 4.35 5 11.59 0 5.07-2.67 8.59-2.66 3.52-7.33 4.48-110 25-180 112t-70 200q0 113 70 200t180 112q5 2 7.5 5.73 2.5 3.73 2.5 8.48 0 6.79-5 11.29-5 4.5-12 2.5Zm154-1q-6 2-11.5-2.14-5.5-4.14-5.5-11.03 0-4.83 2-8.33t7-5.5q27.27-6 53.02-16.5Q627.77-195 651-210q4-2 8.5-1.29 4.5.72 7.83 4.29 4.67 5 3.67 11t-6 10q-25.06 15.58-52.27 26.83Q585.51-147.92 557-141Zm195.33-151.25Q749-296 748.5-300t1.5-8q15-22.77 25.5-48.52Q786-382.26 792-409q1.02-4.83 4.75-7.41 3.72-2.59 8.47-2.59 6.78 0 11.28 5 4.5 5 2.5 12-6.92 28.51-18.17 55.73Q789.58-319.06 774-294q-4 5-10.5 6t-11.17-4.25ZM805.35-540q-5.35 0-8.85-2t-4.5-7q-6.22-27-17.11-52.5T750-651q-3-4-2-8.5t4.33-7.83q4.67-4.67 11.22-4 6.55.66 10.45 6.33 15.58 25.06 26.83 52.27Q812.08-585.51 819-557q2 6-2 11.5t-11.65 5.5ZM651-750q-23-15-48.5-25.5T550-792q-4.67-1.02-7.33-4.75-2.67-3.72-2.67-8.47 0-6.78 5-11.28 5-4.5 12-2.5 29 7 56 17.5t52 27.5q5 4 6 10t-3.67 11.25Q664-749 659.5-748t-8.5-2ZM494-370l120-120q5-5 10-5t10 5q5 5 5 10t-5 10L501-337q-9 9-21 9t-21-9L326-470q-5-5-5-10t5-10q5-5 10-5t10 5l120 120v-260q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v260Z" }) })));
});
IconMaterialDownloadingW100.displayName = 'OnesyIconMaterialDownloadingW100';
exports.default = IconMaterialDownloadingW100;
;