UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 990 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialLocationCityW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "LocationCityW100", short_name: "LocationCity", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M226-194v-448q0-13 8.5-21.5T256-672h130v-116q0-13 6.5-27.5T408-839l50-46q9-9 22-9t22 9l50 46q9 9 15.5 23.5T574-788v276h130q13 0 21.5 8.5T734-482v288q0 13-8.5 21.5T704-164H256q-13 0-21.5-8.5T226-194Zm28 2h132v-132H254v132Zm0-160h132v-132H254v132Zm0-160h132v-132H254v132Zm160 320h132v-132H414v132Zm0-160h132v-132H414v132Zm0-160h132v-132H414v132Zm0-160h132v-132H414v132Zm160 480h132v-132H574v132Zm0-160h132v-132H574v132Z" })); }); IconMaterialLocationCityW100.displayName = 'OnesyIconMaterialLocationCityW100'; export default IconMaterialLocationCityW100;