@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 732 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialHov = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "Hov",
short_name: "Hov",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M480-118q-10 0-19-4.5T446-137L265-439q-6-10-9-20t-3-21q0-11 3-21t9-20l181-302q6-10 15-14.5t19-4.5q10 0 19 4.5t15 14.5l181 302q6 10 9 20t3 21q0 11-3 21t-9 20L514-137q-6 10-15 14.5t-19 4.5Zm0-118 147-244-147-244-147 244 147 244Zm0-244Z"
}));
});
IconMaterialHov.displayName = 'OnesyIconMaterialHov';
export default IconMaterialHov;