@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.32 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 IconMaterialAutorenewW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AutorenewW100Filled', short_name: 'Autorenew', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M214-478q0 20 3 40.5t10 40.5q2 6-.5 11.5T219-378q-5 2-10.5 0t-7.5-8q-8-22-11.5-45.5T186-478q0-123 86-209.5T480-774h70l-80-80q-4-4-4.5-9.5T470-874q5-5 10-5t10 5l93 93q9 9 9 21t-9 21l-93 93q-4 4-9.5 4.5T470-646q-5-5-5-10t5-10l80-80h-70q-111 0-188.5 78T214-478Zm532-4q0-20-3-40.5T733-563q-2-6 .5-11.5t7.5-7.5q5-2 10 0t7 8q8 22 12 45.5t4 46.5q0 123-86 209.5T480-186h-70l80 80q4 4 4.5 9.5T490-86q-5 5-10 5t-10-5l-93-93q-9-9-9-21t9-21l93-93q4-4 9.5-4.5T490-314q5 5 5 10t-5 10l-80 80h70q111 0 188.5-78T746-482Z" }) })));
});
IconMaterialAutorenewW100Filled.displayName = 'OnesyIconMaterialAutorenewW100Filled';
exports.default = IconMaterialAutorenewW100Filled;
;