@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 727 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialHighlighterSize3Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "HighlighterSize3Filled",
short_name: "HighlighterSize3",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M310-170 169-311q-11-11-11-28t11-28l423-424q12-12 29-12t28 12l141 142q11 11 11 28t-11 28L367-170q-12 12-28.5 12T310-170Z"
}));
});
IconMaterialHighlighterSize3Filled.displayName = 'OnesyIconMaterialHighlighterSize3Filled';
export default IconMaterialHighlighterSize3Filled;