UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.32 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialFormatTextOverflowW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FormatTextOverflowW100Filled", short_name: "FormatTextOverflow", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M238.96-186q-5.96 0-9.96-4.02-4-4.03-4-9.98v-560q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v560q0 5.95-4.04 9.98-4.03 4.02-10 4.02Zm260-428q-5.96 0-9.96-4.03-4-4.02-4-9.97v-132q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v132q0 5.95-4.04 9.97-4.03 4.03-10 4.03ZM640-385q-3.73 4-8.87 4-5.13 0-10.13-4-4-5-4-10.45 0-5.46 4-9.55l61-61H387q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h295l-61-61q-4-4.09-4-9.55 0-5.45 4-10.45 4-5 9.5-5t9.5 5l74 74q9 9 9 21t-9 21l-74 74ZM498.96-186q-5.96 0-9.96-4.02-4-4.03-4-9.98v-132q0-5.95 4.04-9.98 4.03-4.02 10-4.02 5.96 0 9.96 4.02 4 4.03 4 9.98v132q0 5.95-4.04 9.98-4.03 4.02-10 4.02Z" })); }); IconMaterialFormatTextOverflowW100Filled.displayName = 'OnesyIconMaterialFormatTextOverflowW100Filled'; export default IconMaterialFormatTextOverflowW100Filled;