@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.51 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 IconMaterialWoundsInjuriesW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'WoundsInjuriesW100', short_name: 'WoundsInjuries', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m258-238-92 91q-4 4-9.5 4t-9.5-4q-4-4-4-9.5t4-9.5l91-92-93-24q-5-2-8-7t-1-10q2-5 7-8.5t10-1.5l92 24-25-92q-2-5 1.5-10t8.5-7q5-2 10 1t7 8l25 93 181-181-92-25q-5-2-8.5-6.5T351-515q2-5 7-8.5t10-1.5l92 25-25-92q-2-5 1.5-10t8.5-7q5-2 10 1.5t7 8.5l25 92 181-181-93-25q-5-2-8-7t-1-10q2-5 7-8.5t10-1.5l92 25-24-92q-2-5 1.5-10t8.5-7q5-2 10 1t7 8l24 93 92-91q4-4 9.5-4t9.5 4q4 4 4 9.5t-4 9.5l-91 92 93 24q5 2 8 7t1 10q-2 5-7 8.5t-10 1.5l-92-24 25 92q2 5-1.5 10t-8.5 7q-5 2-10-1t-7-8l-25-93-181 181 92 25q5 2 8.5 6.5T609-445q-2 5-7 8.5t-10 1.5l-92-25 25 92q2 5-1.5 10t-8.5 7q-5 2-10-1.5t-7-8.5l-25-92-181 181 93 25q5 2 8 7t1 10q-2 5-7 8.5t-10 1.5l-92-25 24 92q2 5-1.5 10t-8.5 7q-5 2-10-1t-7-8l-24-93Z" }) })));
});
IconMaterialWoundsInjuriesW100.displayName = 'OnesyIconMaterialWoundsInjuriesW100';
exports.default = IconMaterialWoundsInjuriesW100;
;