@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.83 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 IconMaterialSwapDrivingAppsWheelW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SwapDrivingAppsWheelW100', short_name: 'SwapDrivingAppsWheel', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M479.68-132q-71.68 0-135.04-27.34-63.36-27.34-110.66-74.64t-74.64-110.66Q132-408 132-479.68q0-72.56 27.5-135.94Q187-679 234-726q47-47 110.61-74.5T479.68-828q72.32 0 135.82 27.5T726-726q47 47 74.5 110.38Q828-552.24 828-479.68q0 71.68-27.5 135.18T726-234q-47 47-110.38 74.5Q552.24-132 479.68-132Zm.32-162q54 0 106.5 15t97.5 45q56-45 86-109.61 30-64.6 30-136.39 0-134-93-227t-227-93q-134 0-227 93t-93 227q0 72 30 136.5T276-234q45-30 97.5-45T480-294Zm.15 28Q433-266 388-253q-45 13-86 37 39 27 84.58 41.5t93.5 14.5q47.92 0 93.42-14.5T658-216q-41-24-85.85-37-44.85-13-92-13ZM280-530q12 0 21-9t9-21q0-12-9-21t-21-9q-12 0-21 9t-9 21q0 12 9 21t21 9Zm120-120q12 0 21-9t9-21q0-12-9-21t-21-9q-12 0-21 9t-9 21q0 12 9 21t21 9Zm280 120q12 0 21-9t9-21q0-12-9-21t-21-9q-12 0-21 9t-9 21q0 12 9 21t21 9ZM480-426q23 0 38.5-15.5T534-480q0-13-5.5-24T514-524l66-166q2-5-.5-10.5t-7.66-7.5q-4.84-2-10.29.24-5.44 2.24-7.55 7.76l-68 166q-24-3-42 13t-18 41q0 23 15.5 38.5T480-426Zm0 132Zm0-223Zm0 251Z" }) })));
});
IconMaterialSwapDrivingAppsWheelW100.displayName = 'OnesyIconMaterialSwapDrivingAppsWheelW100';
exports.default = IconMaterialSwapDrivingAppsWheelW100;
;