@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.06 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 IconMaterialTibiaFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'TibiaFilled', short_name: 'Tibia', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m360-592-85-85q-17-17-26-39t-9-45q0-50 34.5-84.5T358-880h244q49 0 83 34.5t34 83.5q0 25-10 47.5T682-675l-82 82v222l84 84q17 17 26.5 39t9.5 46q0 51-35 86t-86 35q-24 0-46-9t-39-26q-7-8-15.5-11.5T480-131q-10 0-18.5 4T446-116q-17 17-39 26t-46 9q-51 0-86-35t-35-86q0-24 9-46t26-39l85-83v-222Z" }) })));
});
IconMaterialTibiaFilled.displayName = 'OnesyIconMaterialTibiaFilled';
exports.default = IconMaterialTibiaFilled;
;