@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 863 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialArrowUpwardW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ArrowUpwardW100Filled",
short_name: "ArrowUpward",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("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"
}));
});
IconMaterialArrowUpwardW100Filled.displayName = 'AmauiIconMaterialArrowUpwardW100Filled';
export default IconMaterialArrowUpwardW100Filled;