UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 999 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialFormatInkHighlighter = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FormatInkHighlighter", short_name: "FormatInkHighlighter", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M160 0q-33 0-56.5-23.5T80-80q0-33 23.5-56.5T160-160h640q33 0 56.5 23.5T880-80q0 33-23.5 56.5T800 0H160Zm424-480L480-584 320-424l103 104 161-160Zm-47-160 103 103 160-159-104-104-159 160Zm-84-29 216 216-189 190q-24 24-56.5 24T367-263l-5 4q-11 9-24 14t-27 5H189q-14 0-19.5-12t4.5-22l92-91q-24-24-25-57.5t23-57.5l189-189Zm0 0 187-187q24-24 56.5-24t56.5 24l104 103q24 24 24 56.5T857-640L669-453 453-669Z" })); }); IconMaterialFormatInkHighlighter.displayName = 'OnesyIconMaterialFormatInkHighlighter'; export default IconMaterialFormatInkHighlighter;