UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 706 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialHighlighterSize2W100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "HighlighterSize2W100", short_name: "HighlighterSize2", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m300-216-84-84q-5-5-5-10.5t5-10.5l423-423q5-5 10.5-5t10.5 5l84 85q4 4 4 10t-4 10L321-216q-5 5-10.5 5t-10.5-5Z" })); }); IconMaterialHighlighterSize2W100.displayName = 'OnesyIconMaterialHighlighterSize2W100'; export default IconMaterialHighlighterSize2W100;