@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.47 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialFormatTextdirectionRToLW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FormatTextdirectionRToLW100', short_name: 'FormatTextdirectionRToL', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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 4H225Zm194-367v-198h-23q-41 0-69.5 29.12-28.5 29.11-28.5 70Q298-660 326.5-631q28.5 29 69.5 29h23Zm0-99Z" }) })));
});
IconMaterialFormatTextdirectionRToLW100.displayName = 'OnesyIconMaterialFormatTextdirectionRToLW100';
exports.default = IconMaterialFormatTextdirectionRToLW100;
;