@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.45 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 IconMaterialFormatTextdirectionLToRW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FormatTextdirectionLToRW100', short_name: 'FormatTextdirectionLToR', 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-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';
exports.default = IconMaterialFormatTextdirectionLToRW100;
;