@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 701 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialHighlighterSize1 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "HighlighterSize1",
short_name: "HighlighterSize1",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m268-212-56-56q-12-12-12-28.5t12-28.5l423-423q12-12 28.5-12t28.5 12l56 56q12 12 12 28.5T748-635L324-212q-11 11-28 11t-28-11Z"
}));
});
IconMaterialHighlighterSize1.displayName = 'OnesyIconMaterialHighlighterSize1';
export default IconMaterialHighlighterSize1;