UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 898 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialMetroW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "MetroW100", short_name: "Metro", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M172-202v-537q0-20 14.5-34.5t34.77-14.5h21.53q15.2 0 28.2 9t18 23l191 505 189-503q6-16 19.56-25 13.56-9 30.35-9h16.14q21.95 0 37.45 15.51Q788-756.98 788-735v533q0 12.5-8.75 21.25T758-172q-12.5 0-21.25-8.75T728-202v-532L518-191q-3 8-10.3 13.5-7.31 5.5-16.44 5.5h-23.13q-9.13 0-16.63-5.5Q444-183 441-191L232-730v528q0 12.5-8.75 21.25T202-172q-12.5 0-21.25-8.75T172-202Z" })); }); IconMaterialMetroW100.displayName = 'OnesyIconMaterialMetroW100'; export default IconMaterialMetroW100;