@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.55 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 IconMaterialLanguageChineseWubiFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'LanguageChineseWubiFilled', short_name: 'LanguageChineseWubi', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M247-308h169v-161H282q-8 41-16.5 81T247-308Zm281 48H99q-10 0-17-7t-7-17q0-10 7-17t17-7h95q10-40 18.5-80t16.5-81h-76q-11 0-18-7t-7-18q0-11 7-18t18-7h85q5-26 9.5-53t9.5-53H133q-10 0-17-7t-7-17q0-10 7-17t17-7h356q10 0 17 7t7 17q0 10-7 17t-17 7H311q-5 26-10 53t-10 53h133q17 0 28.5 11.5T464-479v171h64q10 0 17 7t7 17q0 10-7 17t-17 7Zm174-74q28 0 54.5-13t48.5-37v-106q-23 3-42.5 7t-36.5 9q-45 14-67.5 35T636-390q0 26 18 41t48 15Zm-23 68q-57 0-90-32.5T556-387q0-52 33-85t106-53q23-6 50.5-11t59.5-9q-2-47-22-68.5T721-635q-21 0-41 6t-47 20q-12 7-25 4t-20-15q-7-12-3-25.5t16-20.5q31-17 66.5-27.5T740-704q71 0 108 44t37 128v224q0 14-9.5 23.5T852-275h-5q-13 0-22-8.5T814-304l-2-16q-28 25-61.5 39.5T679-266Z" }) })));
});
IconMaterialLanguageChineseWubiFilled.displayName = 'OnesyIconMaterialLanguageChineseWubiFilled';
exports.default = IconMaterialLanguageChineseWubiFilled;
;