UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.52 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 IconMaterialFormatTextdirectionVerticalW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FormatTextdirectionVerticalW100', short_name: 'FormatTextdirectionVertical', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M293.96-276q-5.96 0-9.96-4.02-4-4.03-4-9.98v-121q-62 0-105-43t-43-105q0-62 43-105t105-43h232q5.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-66v389q0 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-389H308v389q0 5.95-4.04 9.98-4.03 4.02-10 4.02ZM697-223q-5 0-10.5-2.5T676-232l-100-94q-4.58-3.75-4.79-9.38-.21-5.62 4.49-10.32 4.3-4.3 9.8-4.8 5.5-.5 10.5 3.5l87 82v-428q0-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.97v428l87-82q5-4 10.5-3.5t9.5 4.5q5 5 4.5 10.5T817-326l-99 94q-5 4-10.5 6.5T697-223ZM280-439v-240q-50 0-85 35.25T160-559q0 49.5 35.25 84.75T280-439Zm0-120Z" }) }))); }); IconMaterialFormatTextdirectionVerticalW100.displayName = 'OnesyIconMaterialFormatTextdirectionVerticalW100'; exports.default = IconMaterialFormatTextdirectionVerticalW100;