UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.26 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 IconMaterialTextRotationAngledownFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'TextRotationAngledownFilled', short_name: 'TextRotationAngledown', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M464-200 120-544q-11-11-11-28t11-28q11-11 28-11t28 11l344 344v-24q0-17 11.5-28.5T560-320q17 0 28.5 11.5T600-280v120q0 17-11.5 28.5T560-120H440q-17 0-28.5-11.5T400-160q0-17 11.5-28.5T440-200h24Zm12-428-84 39q-10 5-20.5 3.5T353-595q-14-14-10.5-32t20.5-26l358-162q11-5 22-3t19 10l20 20q8 8 10 19t-3 22L625-388q-8 17-26 20t-31-10q-8-8-10-19t3-22l41-83-126-126Zm62-30 92 94 84-174-2-2-174 82Z" }) }))); }); IconMaterialTextRotationAngledownFilled.displayName = 'OnesyIconMaterialTextRotationAngledownFilled'; exports.default = IconMaterialTextRotationAngledownFilled;