UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.03 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 IconMaterialArrowInsertW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ArrowInsertW100Filled', short_name: 'ArrowInsert', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M7.625 6.85V16q0 .15-.1.25t-.25.1q-.15 0-.25-.1t-.1-.25V6.4q0-.325.213-.538.212-.212.537-.212h9.6q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1h-9.15l10 10.025q.1.1.087.238-.012.137-.112.237-.1.1-.225.1t-.225-.1Z" }) }))); }); IconMaterialArrowInsertW100Filled.displayName = 'AmauiIconMaterialArrowInsertW100Filled'; exports.default = IconMaterialArrowInsertW100Filled;