@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.12 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 IconMaterialUnknownMedW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'UnknownMedW100Filled', short_name: 'UnknownMed', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M166-466q-14.17 0-24.08-9.88-9.92-9.88-9.92-24t9.92-24.12q9.91-10 24.08-10h240q14.17 0 24.08 9.88 9.92 9.88 9.92 24T430.08-476q-9.91 10-24.08 10H166Zm387 0q-14.17 0-24.08-9.88-9.92-9.88-9.92-24t9.92-24.12q9.91-10 24.08-10h240q14.17 0 24.08 9.88 9.92 9.88 9.92 24T817.08-476q-9.91 10-24.08 10H553Z" }) })));
});
IconMaterialUnknownMedW100Filled.displayName = 'OnesyIconMaterialUnknownMedW100Filled';
exports.default = IconMaterialUnknownMedW100Filled;
;