@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.57 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 IconMaterialSyncW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SyncW100Filled', short_name: 'Sync', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M214-476q0 49.88 18.94 96.99Q251.89-331.9 292-292l50 50v-114q0-5.95 4.04-9.98 4.03-4.02 10-4.02 5.96 0 9.96 4.02 4 4.03 4 9.98v132q0 12.75-8.62 21.37Q352.75-194 340-194H208q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h114l-50-50q-45-45-65.5-97.7T186-476q0-85 44-156t118-110q6-3 12.5-2t8.5 6.68q2 5.32-.42 11.24T360-717q-67 35-106.5 99.3Q214-553.39 214-476Zm532-8q0-49.88-18.94-96.99Q708.11-628.1 668-668l-50-50v114q0 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.97v-132q0-12.75 8.63-21.38Q607.25-766 620-766h132q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H638l50 50q44.83 44.82 65.41 97.41Q774-538 774-483.84q0 84.84-43.5 155.34T613-219q-6 3-12.5 2.5t-8.5-6.18q-2-5.32.5-11.32t7.5-9q67-35 106.5-99.3Q746-406.61 746-484Z" }) })));
});
IconMaterialSyncW100Filled.displayName = 'OnesyIconMaterialSyncW100Filled';
exports.default = IconMaterialSyncW100Filled;
;