@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.25 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 IconMaterialRefreshW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'RefreshW100', short_name: 'Refresh', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M484-212q-112.23 0-190.11-77.84-77.89-77.84-77.89-190T293.89-670q77.88-78 190.11-78 72 0 134 35.5t98 98.5v-120q0-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.97v144q0 12.75-8.62 21.37Q726.75-560 714-560H570q-5.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-4h128q-31-61-88-96.5T484-720q-100 0-170 70t-70 170q0 100 70 170t170 70q72.51 0 132.75-40Q677-320 705-386q2-6 7.5-8.5t11.31-.5q6.19 2 7.69 8t-.5 12q-31 74-98 118.5Q565.99-212 484-212Z" }) })));
});
IconMaterialRefreshW100.displayName = 'OnesyIconMaterialRefreshW100';
exports.default = IconMaterialRefreshW100;
;