@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.17 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialFormatTextdirectionRToLW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "FormatTextdirectionRToLW100Filled",
short_name: "FormatTextdirectionRToL",
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-75ZM225-235l74 74q4 3.67 4 9.33 0 5.67-3.93 9.67t-10 4q-6.07 0-10.07-4l-86-86q-9-9.27-9-21.64 0-12.36 9-21.36l86-86q5-5 10-5t10 5q5 5 5 10.5t-5 10.5l-73 73h548q5.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 4H225Z"
}));
});
IconMaterialFormatTextdirectionRToLW100Filled.displayName = 'OnesyIconMaterialFormatTextdirectionRToLW100Filled';
export default IconMaterialFormatTextdirectionRToLW100Filled;