UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.12 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialMonorailW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "MonorailW100Filled", short_name: "Monorail", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M299-132q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h167v-97q0-5.95 4.04-9.98 4.03-4.02 10-4.02 5.96 0 9.96 4.02 4 4.03 4 9.98v97h168q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H299Zm33-696h296q49.5 0 84.75 35.25T748-708v363q0 43.5-30.75 74.25T643-240h-52q-7.22 0-12.11-4.89Q574-249.77 574-257q0-38.77-27.66-66.39Q518.68-351 479.84-351t-66.34 27.61Q386-295.77 386-257q0 7.23-4.89 12.11Q376.23-240 369-240h-52q-43.5 0-74.25-30.75T212-345v-363q0-49.5 35.25-84.75T332-828Zm-92 136v160h480v-160H240Z" })); }); IconMaterialMonorailW100Filled.displayName = 'OnesyIconMaterialMonorailW100Filled'; export default IconMaterialMonorailW100Filled;