UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.19 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 IconMaterialTextRotationDownW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'TextRotationDownW100Filled', short_name: 'TextRotationDown', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m244-212 58-58q4-4 9.5-4.5T322-270q5 5 5 10t-5 10l-71 71q-9 9-21 9t-21-9l-71-71q-4-4-4.5-9.5T138-270q5-5 10-5t10 5l58 58v-550q0-6 4-10t10-4q6 0 10 4t4 10v550Zm278-176v-188l-105-39q-4-2-6.5-5t-2.5-8q0-8 6-11.5t13-1.5l377 144q4 2 6 5t2 7v10q0 4-2.5 7t-6.5 5L427-323q-7 2-13-1.5t-6-11.5q0-5 2-8t7-5l105-39Zm26-10 220-80v-4l-220-84v168Z" }) }))); }); IconMaterialTextRotationDownW100Filled.displayName = 'OnesyIconMaterialTextRotationDownW100Filled'; exports.default = IconMaterialTextRotationDownW100Filled;