@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 708 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialHighlighterSize4 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "HighlighterSize4",
short_name: "HighlighterSize4",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M353-127 127-353q-12-12-12-28.5t12-28.5l423-423q12-12 28.5-12t27.5 12l227 226q12 12 12 28.5T833-550L410-127q-12 12-28.5 12T353-127Z"
}));
});
IconMaterialHighlighterSize4.displayName = 'OnesyIconMaterialHighlighterSize4';
export default IconMaterialHighlighterSize4;