@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.07 kB
JavaScript
;
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 IconMaterialArrowUpwardW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ArrowUpwardW100', short_name: 'ArrowUpward', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12 19q-.15 0-.25-.1t-.1-.25V6.35l-5.9 5.9q-.125.125-.25.125t-.25-.125q-.125-.125-.125-.25t.125-.25l6.225-6.225q.125-.125.263-.175.137-.05.262-.05.15 0 .275.05.125.05.25.175l6.225 6.225q.125.125.125.25t-.125.25q-.125.125-.25.125t-.25-.125l-5.9-5.9v12.3q0 .15-.1.25T12 19Z" }) })));
});
IconMaterialArrowUpwardW100.displayName = 'AmauiIconMaterialArrowUpwardW100';
exports.default = IconMaterialArrowUpwardW100;