@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.22 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialFormatTextdirectionLToRW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "FormatTextdirectionLToRW100",
short_name: "FormatTextdirectionLToR",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M447-800v400q0 6-4.04 10-4.03 4-10 4-5.96 0-9.96-4.02-4-4.03-4-9.98v-174h-23q-53 0-89.5-37T270-701q0-53 36.5-90t89.5-37h214q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4h-60v400q0 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.98v-400h-75Zm-28 198v-198h-23q-41 0-69.5 29.12-28.5 29.11-28.5 70Q298-660 326.5-631q28.5 29 69.5 29h23Zm0-99Zm315 466H186q-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-4h547l-73-73q-5-5-5-10.5t5-10.5q5-5 10.5-5t10.5 5l86 86q9 9 9 21t-9 21l-86 87q-3.67 5-9.33 5-5.67 0-10.67-5t-5-10q0-5 5-10l73-73Z"
}));
});
IconMaterialFormatTextdirectionLToRW100.displayName = 'OnesyIconMaterialFormatTextdirectionLToRW100';
export default IconMaterialFormatTextdirectionLToRW100;