UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 777 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialAlignFlexEnd = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AlignFlexEnd", short_name: "AlignFlexEnd", viewBox: "0 96 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M120 976q-17 0-28.5-11.5T80 936q0-17 11.5-28.5T120 896h720q17 0 28.5 11.5T880 936q0 17-11.5 28.5T840 976H120Zm340-160q-17 0-28.5-11.5T420 776V296q0-17 11.5-28.5T460 256h40q17 0 28.5 11.5T540 296v480q0 17-11.5 28.5T500 816h-40Z" })); }); IconMaterialAlignFlexEnd.displayName = 'AmauiIconMaterialAlignFlexEnd'; export default IconMaterialAlignFlexEnd;