@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 844 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Merge = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M7.59 8H4a1 1 0 0 1 0-2h4a1 1 0 0 1 .7.3l4.71 4.7h5.17L15.3 7.71a1 1 0 0 1 1.42-1.41l5 5a1 1 0 0 1 0 1.4l-5 5a1 1 0 0 1-1.42-1.4l3.3-3.3h-5.2l-4.7 4.7a1 1 0 0 1-.7.3H4a1 1 0 0 1 0-2h3.59l4-4-4-4z"
}));
});
Merge.displayName = 'Merge';
export var MergeDimensions = {
height: 24,
width: 24
};