@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 997 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialAlignHorizontalRightW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "AlignHorizontalRightW100",
short_name: "AlignHorizontalRight",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M19.35 20.7q-.15 0-.25-.1t-.1-.25V3.65q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25v16.7q0 .15-.1.25t-.25.1ZM5.175 9.65q-.35 0-.613-.263-.262-.262-.262-.612t.262-.613q.263-.262.613-.262h10.2q.35 0 .613.262.262.263.262.613t-.262.612q-.263.263-.613.263Zm6 6.45q-.35 0-.613-.262-.262-.263-.262-.613t.262-.612q.263-.263.613-.263h4.2q.35 0 .613.263.262.262.262.612t-.262.613q-.263.262-.613.262Z"
}));
});
IconMaterialAlignHorizontalRightW100.displayName = 'AmauiIconMaterialAlignHorizontalRightW100';
export default IconMaterialAlignHorizontalRightW100;