@amaui/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("@amaui/ui-react");
const IconMaterialBodySystemFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BodySystemFilled', short_name: 'BodySystem', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m442 622-35 162q-1 7-5 13t-9 10q-5 4-11.5 6.5T367 816q-20 0-32.5-15t-8.5-35l66-314-72 28v56q0 17-11.5 28.5T280 576q-17 0-28.5-11.5T240 536V428l202-85q14-6 29.5-7.5T501 339q14 5 26.5 14t20.5 23l40 64q23 37 57 60.5t76 31.5q17 3 28 15t11 29q0 17-12 28t-29 9q-56-8-101-34t-78-63l-24 60 84 80v120q0 17-11.5 28.5T560 816q-17 0-28.5-11.5T520 776v-82l-78-72Zm98-306q-33 0-56.5-23.5T460 236q0-33 23.5-56.5T540 156q33 0 56.5 23.5T620 236q0 33-23.5 56.5T540 316Zm-60 660q-83 0-156-31.5T197 859q-54-54-85.5-127T80 576q0-108 51.5-196.5T268 237q14-8 29-3.5t23 19.5q8 14 3.5 30T305 308q-66 43-105.5 113T160 576q0 134 93 227t227 93q125 0 214.5-81T798 613q2-16 14-26.5t28-10.5q17 0 28.5 11t9.5 28q-15 153-127.5 257T480 976Z" }) })));
});
IconMaterialBodySystemFilled.displayName = 'AmauiIconMaterialBodySystemFilled';
exports.default = IconMaterialBodySystemFilled;