@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.02 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 IconMaterialMangaW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'MangaW100Filled', short_name: 'Manga', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M192-212q-26 0-43-17t-17-43v-416q0-26 17-43t43-17h576q26 0 43 17t17 43v416q0 26-17 43t-43 17H192Zm165-28h411q12 0 22-10t10-22v-380l-120 39-93-30q-9-3-18 0t-15 11l-58 79-92 30q-9 3-15 11t-6 18v98l-57 78q-6 8-6 18t6 18l31 42Z" }) })));
});
IconMaterialMangaW100Filled.displayName = 'OnesyIconMaterialMangaW100Filled';
exports.default = IconMaterialMangaW100Filled;
;