UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 959 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialAlignHorizontalRightFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AlignHorizontalRightFilled", short_name: "AlignHorizontalRight", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M840-80q-17 0-28.5-11.5T800-120v-720q0-17 11.5-28.5T840-880q17 0 28.5 11.5T880-840v720q0 17-11.5 28.5T840-80ZM380-280q-25 0-42.5-17.5T320-340q0-25 17.5-42.5T380-400h280q25 0 42.5 17.5T720-340q0 25-17.5 42.5T660-280H380ZM140-560q-25 0-42.5-17.5T80-620q0-25 17.5-42.5T140-680h520q25 0 42.5 17.5T720-620q0 25-17.5 42.5T660-560H140Z" })); }); IconMaterialAlignHorizontalRightFilled.displayName = 'OnesyIconMaterialAlignHorizontalRightFilled'; export default IconMaterialAlignHorizontalRightFilled;