@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 702 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialHighlighterSize3W100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "HighlighterSize3W100",
short_name: "HighlighterSize3",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M328-188 187-329q-4-4-4-10t4-10l423-424q5-5 11-5t10 5l141 142q4 4 4 10t-4 10L349-188q-5 5-10.5 5t-10.5-5Z"
}));
});
IconMaterialHighlighterSize3W100.displayName = 'OnesyIconMaterialHighlighterSize3W100';
export default IconMaterialHighlighterSize3W100;