UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 744 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialHomeMiniW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "HomeMiniW100Filled", short_name: "HomeMini", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480-708q65 0 127.5 14T719-651.5q49 28.5 79 71T828-480H132q0-58 30-100.5t79-71Q290-680 352.5-694T480-708ZM360-252q-87 0-151-57t-75-143h692q-11 86-75 143t-151 57H360Z" })); }); IconMaterialHomeMiniW100Filled.displayName = 'OnesyIconMaterialHomeMiniW100Filled'; export default IconMaterialHomeMiniW100Filled;