UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.17 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialHumerusAltW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "HumerusAltW100Filled", short_name: "HumerusAlt", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M494-179q-25 0-48.5-9.5T403-216L135-467q-8-8-9.5-20t6.5-21l155-198q10-13 25.5-15t29.5 6q66 45 115.5 107.5T525-481q43-54 85.5-80.5T743-612q20-5 37.5-10.5T814-633q14-5 26.5 3t12.5 23v193q0 16-7.5 29.5T825-363L566-200q-16 10-34 15.5t-38 5.5ZM390-346q11 0 19.5-8.5T418-374v-3.5q0-1.5-1-3.5 3 2 6 2.5t6 .5q11 0 19.5-8.5T457-406q0-11-8.5-19.5T429-434q-8 0-14 4t-10 10L301-537q8-3 13.5-10t5.5-16q0-11-8.5-19.5T292-591q-11 0-19.5 8.5T264-563q0 2 .5 3t.5 3q-3-2-6-2.5t-6-.5q-11 0-19.5 8.5T225-532q0 11 8.5 19.5T253-504q8 0 14.5-4t10.5-11l105 118q-9 2-15 9.5t-6 17.5q0 11 8.5 19.5T390-346Z" })); }); IconMaterialHumerusAltW100Filled.displayName = 'OnesyIconMaterialHumerusAltW100Filled'; export default IconMaterialHumerusAltW100Filled;