UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.21 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 IconMaterialTextRotateVerticalW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'TextRotateVerticalW100Filled', short_name: 'TextRotateVertical', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m546-452-39 105q-2 4-5 6.5t-8 2.5q-8 0-11.5-6t-1.5-13l144-377q2-4 5-6t7-2h10q4 0 7 2.5t5 6.5l140 376q2 7-1.5 13t-11.5 6q-5 0-8-2t-5-7l-39-105H546Zm10-26h168l-80-220h-4l-84 220ZM228-254v-546q0-6 4-10t10-4q6 0 10 4t4 10v546l60-57q5-4 10-4t10 5q5 5 5 10t-5 10l-73 73q-9 9-21 9t-21-9l-73-73q-4-4-4.5-9.5T148-310q4-4 9.5-4.5T168-311l60 57Z" }) }))); }); IconMaterialTextRotateVerticalW100Filled.displayName = 'OnesyIconMaterialTextRotateVerticalW100Filled'; exports.default = IconMaterialTextRotateVerticalW100Filled;