@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 835 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialEastW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "EastW100Filled",
short_name: "East",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M14.075 17.925q-.125-.1-.137-.237-.013-.138.112-.263l5.075-5.075H3.375q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h15.75L14.05 6.575q-.1-.1-.112-.25-.013-.15.112-.25.1-.1.25-.1t.25.1l5.4 5.4q.125.125.163.25.037.125.037.275 0 .15-.037.287-.038.138-.163.263l-5.4 5.375q-.1.1-.225.1t-.25-.1Z"
}));
});
IconMaterialEastW100Filled.displayName = 'AmauiIconMaterialEastW100Filled';
export default IconMaterialEastW100Filled;