@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 706 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialHighlighterSize1W100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "HighlighterSize1W100",
short_name: "HighlighterSize1",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m286-230-56-56q-5-5-5-10.5t5-10.5l423-423q5-5 10.5-5t10.5 5l56 56q5 5 5 10.5t-5 10.5L306-230q-4 4-10 4t-10-4Z"
}));
});
IconMaterialHighlighterSize1W100.displayName = 'OnesyIconMaterialHighlighterSize1W100';
export default IconMaterialHighlighterSize1W100;