@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.37 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialTibiaW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "TibiaW100",
short_name: "Tibia",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M412-614 312-714q-9-9-14.5-21t-5.5-26q0-28.15 19.02-47.58Q330.03-828 358-828h244q27.03 0 45.52 19.71Q666-788.59 666-761q0 13.67-5.54 26.49Q654.92-721.69 645-712l-97 97v264.8L647-250q9.71 9.6 14.86 22.02Q667-215.55 667-202q0 29.08-19.55 49.04T599-133q-13.55 0-25.98-5.14Q560.6-143.29 551-153q-14-14-32.5-21.5T480-182q-20 0-38.5 7.5T409-153q-9.75 9.71-22.37 14.86-12.62 5.14-26.38 5.14-29.25 0-48.75-20T291-202q0-14 5-26t15-22l101-99.06V-614Zm28 5v256q0 8-3 15.5t-9 12.5l-96 95q-6 6-9 13.5t-3 15.5q0 17 12 29t29 12q8 0 15.5-3t13.5-9q18-17.53 41-27.26 23-9.74 49-9.74t49 9.5q23 9.5 41 27.5 6 6 13.5 9t15.5 3q17 0 29-12.25t12-28.91q0-7.84-3-15.34t-9-13.5l-96-95q-6-5-9-12.32T520-353v-256q0-8 3-15.5t8-12.5l95-96q6-6 9-13.5t3-15.5q0-16-10.71-27T601-800H358q-17 0-28 11t-11 27.84q0 8.42 3.5 15.79Q326-738 331-733l97 96q6 5 9 12.5t3 15.5Zm40 129Z"
}));
});
IconMaterialTibiaW100.displayName = 'OnesyIconMaterialTibiaW100';
export default IconMaterialTibiaW100;