@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 IconMaterialMissingController = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'MissingController', short_name: 'MissingController', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m226-774-56-56q59-62 138.5-96T480-960q92 0 171.5 34T790-830l-56 56q-48-50-113.5-78T480-880q-75 0-140.5 28T226-774Zm112 112-56-56q38-38 88.5-60T480-800q59 0 109.5 22t88.5 60l-56 56q-27-27-63.5-42.5T480-720q-42 0-78.5 15.5T338-662ZM480 0q-57 0-98.5-41.5T340-140v-322q0-57 41.5-98.5T480-602q57 0 98.5 41.5T620-462v322q0 57-41.5 98.5T480 0Zm0-380q33 0 56.5-23.5T560-460q0-33-23.5-56.5T480-540q-33 0-56.5 23.5T400-460q0 33 23.5 56.5T480-380Z" }) })));
});
IconMaterialMissingController.displayName = 'OnesyIconMaterialMissingController';
exports.default = IconMaterialMissingController;
;