@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 729 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialHighlighterSize5W100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "HighlighterSize5W100Filled",
short_name: "HighlighterSize5",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M428-88 88-428q-4-4-4-10t4-10l424-424q4-4 10-3.5t10 4.5l340 339q4 4 4 10t-4 10L448-88q-4 4-10 4t-10-4Z"
}));
});
IconMaterialHighlighterSize5W100Filled.displayName = 'OnesyIconMaterialHighlighterSize5W100Filled';
export default IconMaterialHighlighterSize5W100Filled;