@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.16 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialCongenitalW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "CongenitalW100",
short_name: "Congenital",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("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 47H401Zm405-175 20-45q2-5 1-9t-4-8L718-610q-2-2-4.5-1t-2.5 3l-21 145q-2 14 7 25.5t24 11.5h85Zm-661-71 320 68q5 2 10.5-1.5t7.5-8.5l113-262q2-3-.5-5t-4.5 0l-111 62-125-69q-10-5-21-3t-19 11L145-497Zm226-77Zm387 103Z"
}));
});
IconMaterialCongenitalW100.displayName = 'OnesyIconMaterialCongenitalW100';
export default IconMaterialCongenitalW100;