@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 710 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialHighlighterSize4W100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "HighlighterSize4W100",
short_name: "HighlighterSize4",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M371-145 145-371q-5-5-5-10.5t5-10.5l423-423q4-4 10-4t10 4l227 226q5 5 5 10.5t-5 10.5L392-145q-5 5-10.5 5t-10.5-5Z"
}));
});
IconMaterialHighlighterSize4W100.displayName = 'OnesyIconMaterialHighlighterSize4W100';
export default IconMaterialHighlighterSize4W100;