UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.01 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 IconMaterialArrowTopLeftW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ArrowTopLeftW100', short_name: 'ArrowTopLeft', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m250 470 160 159q4 4 4 10t-4 10q-4 5-10 4.5t-10-4.5L218 477q-9-9-9-21t9-21l172-173q4-4 10-4t10 4q4 4 4 10t-4 10L251 442h423q25 0 42.5 17.5T734 502v354q0 6-4 10t-10 4q-6 0-10-4t-4-10V502q0-14-9-23t-23-9H250Z" }) }))); }); IconMaterialArrowTopLeftW100.displayName = 'AmauiIconMaterialArrowTopLeftW100'; exports.default = IconMaterialArrowTopLeftW100;