UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.04 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 IconMaterialArrowOutwardW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ArrowOutwardW100Filled', short_name: 'ArrowOutward', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m16.65 6.85-10 9.975q-.1.1-.237.1-.138 0-.238-.1-.1-.1-.1-.238 0-.137.1-.237l9.975-10H7q-.15 0-.25-.1T6.65 6q0-.15.1-.25t.25-.1h9.6q.325 0 .538.212.212.213.212.538V16q0 .15-.1.25t-.25.1q-.15 0-.25-.1t-.1-.25Z" }) }))); }); IconMaterialArrowOutwardW100Filled.displayName = 'AmauiIconMaterialArrowOutwardW100Filled'; exports.default = IconMaterialArrowOutwardW100Filled;