UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 983 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialAlignHorizontalCenterFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AlignHorizontalCenterFilled", short_name: "AlignHorizontalCenter", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M440-120v-160H300q-25 0-42.5-17.5T240-340q0-25 17.5-42.5T300-400h140v-160H180q-25 0-42.5-17.5T120-620q0-25 17.5-42.5T180-680h260v-160q0-17 11.5-28.5T480-880q17 0 28.5 11.5T520-840v160h260q25 0 42.5 17.5T840-620q0 25-17.5 42.5T780-560H520v160h140q25 0 42.5 17.5T720-340q0 25-17.5 42.5T660-280H520v160q0 17-11.5 28.5T480-80q-17 0-28.5-11.5T440-120Z" })); }); IconMaterialAlignHorizontalCenterFilled.displayName = 'OnesyIconMaterialAlignHorizontalCenterFilled'; export default IconMaterialAlignHorizontalCenterFilled;