UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 789 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialVillaFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "VillaFilled", short_name: "Villa", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M360-120v-280q0-33 23.5-56.5T440-480h240q0-33 23.5-56.5T760-560q33 0 56.5 23.5T840-480v360H640v-160q0-17-11.5-28.5T600-320q-17 0-28.5 11.5T560-280v160H360Zm-240 0v-465q0-25 14-45.5t37-29.5l415-159q20-8 37 4t17 33v222H400q-50 0-85 35t-35 85v320H120Z" })); }); IconMaterialVillaFilled.displayName = 'OnesyIconMaterialVillaFilled'; export default IconMaterialVillaFilled;