UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.12 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("@amaui/ui-react"); const IconMaterialArrowsMoreUpW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ArrowsMoreUpW100Filled', short_name: 'ArrowsMoreUp', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M17.35 14.025q-.15 0-.25-.1t-.1-.25v-8.65H8.35q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h8.6q.325 0 .538.212.212.213.212.538v8.6q0 .15-.1.25t-.25.1Zm-3.7 3.675q-.15 0-.25-.1t-.1-.25V8.7H4.65q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h8.6q.325 0 .538.212.212.213.212.538v8.6q0 .15-.1.25t-.25.1Z" }) }))); }); IconMaterialArrowsMoreUpW100Filled.displayName = 'AmauiIconMaterialArrowsMoreUpW100Filled'; exports.default = IconMaterialArrowsMoreUpW100Filled;