UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 926 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialAlignStretchFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AlignStretchFilled", short_name: "AlignStretch", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M320-560q-17 0-28.5-11.5T280-600v-200H120q-17 0-28.5-11.5T80-840q0-17 11.5-28.5T120-880h720q17 0 28.5 11.5T880-840q0 17-11.5 28.5T840-800H680v200q0 17-11.5 28.5T640-560H320ZM120-80q-17 0-28.5-11.5T80-120q0-17 11.5-28.5T120-160h160v-200q0-17 11.5-28.5T320-400h320q17 0 28.5 11.5T680-360v200h160q17 0 28.5 11.5T880-120q0 17-11.5 28.5T840-80H120Z" })); }); IconMaterialAlignStretchFilled.displayName = 'OnesyIconMaterialAlignStretchFilled'; export default IconMaterialAlignStretchFilled;