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 IconMaterialArrowInsertFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ArrowInsertFilled', short_name: 'ArrowInsert', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M8 8.4V16q0 .425-.287.712Q7.425 17 7 17t-.713-.288Q6 16.425 6 16V6q0-.425.287-.713Q6.575 5 7 5h10q.425 0 .712.287Q18 5.575 18 6t-.288.713Q17.425 7 17 7H9.4l8.9 8.9q.275.275.275.7 0 .425-.275.7-.275.275-.7.275-.425 0-.7-.275Z" }) }))); }); IconMaterialArrowInsertFilled.displayName = 'AmauiIconMaterialArrowInsertFilled'; exports.default = IconMaterialArrowInsertFilled;