@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.22 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 IconMaterialCongenitalW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CongenitalW100Filled', short_name: 'Congenital', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M401-251q-85 0-156.5-43T133-412l-22-41q-7-14-5-29.5t12-27.5l176-214q7-8 16-13.5t19-7.5q10-2 20-.5t20 6.5l111 60 98-54q9-5 19.5-4t18.5 9q8 8 10 17.5t-3 19.5L512-431q-8 17-24 25t-34 4l-318-67 21 40q35 69 100.5 109T401-280h162q54 0 103.5-20t87.5-58l37-37h-72q-28 0-45.5-21T660-464l22-149q2-10 8.5-17t15.5-10q9-3 17.5-.5T739-630l104 121q10 11 12 25.5t-5 28.5l-14 29q-37 81-111 128t-162 47H401Z" }) })));
});
IconMaterialCongenitalW100Filled.displayName = 'OnesyIconMaterialCongenitalW100Filled';
exports.default = IconMaterialCongenitalW100Filled;
;