UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.53 kB
"use strict"; 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 IconMaterialFormatTextOverflowW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FormatTextOverflowW100', short_name: 'FormatTextOverflow', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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" }) }))); }); IconMaterialFormatTextOverflowW100.displayName = 'OnesyIconMaterialFormatTextOverflowW100'; exports.default = IconMaterialFormatTextOverflowW100;