UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.14 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 IconMaterialArrowsMoreUpFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ArrowsMoreUpFilled', short_name: 'ArrowsMoreUp', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M18 14q-.425 0-.712-.288Q17 13.425 17 13V5H9q-.425 0-.712-.288Q8 4.425 8 4t.288-.713Q8.575 3 9 3h9q.425 0 .712.287Q19 3.575 19 4v9q0 .425-.288.712Q18.425 14 18 14Zm-5 5q-.425 0-.712-.288Q12 18.425 12 18v-8H4q-.425 0-.712-.288Q3 9.425 3 9t.288-.713Q3.575 8 4 8h9q.425 0 .713.287Q14 8.575 14 9v9q0 .425-.287.712Q13.425 19 13 19Z" }) }))); }); IconMaterialArrowsMoreUpFilled.displayName = 'AmauiIconMaterialArrowsMoreUpFilled'; exports.default = IconMaterialArrowsMoreUpFilled;