UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 915 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialVerticalDistribute = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "VerticalDistribute", short_name: "VerticalDistribute", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M120-80q-17 0-28.5-11.5T80-120q0-17 11.5-28.5T120-160h720q17 0 28.5 11.5T880-120q0 17-11.5 28.5T840-80H120Zm220-340q-25 0-42.5-17.5T280-480q0-25 17.5-42.5T340-540h280q25 0 42.5 17.5T680-480q0 25-17.5 42.5T620-420H340ZM120-800q-17 0-28.5-11.5T80-840q0-17 11.5-28.5T120-880h720q17 0 28.5 11.5T880-840q0 17-11.5 28.5T840-800H120Z" })); }); IconMaterialVerticalDistribute.displayName = 'OnesyIconMaterialVerticalDistribute'; export default IconMaterialVerticalDistribute;