@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 695 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialHighlighterSize5 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "HighlighterSize5",
short_name: "HighlighterSize5",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M410-70 70-410q-11-11-11-28t11-28l424-424q11-11 27.5-11t28.5 12l340 339q11 11 11 28t-11 28L466-70q-11 11-28 11t-28-11Z"
}));
});
IconMaterialHighlighterSize5.displayName = 'OnesyIconMaterialHighlighterSize5';
export default IconMaterialHighlighterSize5;