@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 765 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialHovW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "HovW100",
short_name: "Hov",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M480-165q-8 0-14.5-4T454-181L307-452q-4-7-5.5-14t-1.5-15q0-8 1.5-14.5T307-509l147-270q5-8 11.5-12t14.5-4q8 0 14.5 4t11.5 12l147 270q4 7 5.5 13.5T660-481q0 8-1.5 15t-5.5 14L506-181q-5 8-11.5 12t-14.5 4Zm0-26 156-290-156-288-156 288 156 290Zm0-289Z"
}));
});
IconMaterialHovW100.displayName = 'OnesyIconMaterialHovW100';
export default IconMaterialHovW100;