UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.24 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 IconMaterialTextRotateVerticalFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'TextRotateVerticalFilled', short_name: 'TextRotateVertical', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m552-432-32 89q-4 11-13 17t-20 6q-19 0-29.5-15.5T454-368l137-368q4-11 13.5-17.5T626-760h28q12 0 21.5 6.5T689-736l137 369q7 17-3.5 32T793-320q-11 0-20-6.5T760-344l-32-88H552Zm22-64h132l-64-182h-4l-64 182ZM200-314v-486q0-17 11.5-28.5T240-840q17 0 28.5 11.5T280-800v486l16-15q12-11 28-11t28 12q11 11 11 28t-11 28l-84 84q-12 12-28 12t-28-12l-84-84q-11-11-11-28t12-29q11-11 27-11t28 11l16 15Z" }) }))); }); IconMaterialTextRotateVerticalFilled.displayName = 'OnesyIconMaterialTextRotateVerticalFilled'; exports.default = IconMaterialTextRotateVerticalFilled;