UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.25 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 IconMaterialTextRotationAngleupFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'TextRotationAngleupFilled', short_name: 'TextRotationAngleup', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M761-464 417-120q-11 11-28 11t-28-11q-11-11-11-28t11-28l344-344h-24q-17 0-28.5-11.5T641-560q0-17 11.5-28.5T681-600h120q17 0 28.5 11.5T841-560v120q0 17-11.5 28.5T801-400q-17 0-28.5-11.5T761-440v-24Zm-428-12 39 84q5 10 3.5 20.5T366-353q-14 14-32 10.5T308-363L146-721q-5-11-3-22t10-19l20-20q8-8 19-10t22 3l359 164q17 8 20 26t-10 31q-8 8-19 10t-22-3l-83-41-126 126Zm-30-62 94-92-174-84-2 2 82 174Z" }) }))); }); IconMaterialTextRotationAngleupFilled.displayName = 'OnesyIconMaterialTextRotationAngleupFilled'; exports.default = IconMaterialTextRotationAngleupFilled;