@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 989 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: "M3 7a1 1 0 0 1 1-1h2.76a4 4 0 0 1 2.83 1.17l2.95 2.95a3 3 0 0 0 2.12.88h3.92L15.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-3.97a3 3 0 0 0-2.08.88L9.6 16.83A4 4 0 0 1 6.76 18H4a1 1 0 1 1 0-2h2.76a2 2 0 0 0 1.41-.59l2.95-2.95a5 5 0 0 1 .54-.46 5 5 0 0 1-.54-.46L8.17 8.59A2 2 0 0 0 6.76 8H4a1 1 0 0 1-1-1Z"
}));
});
Merge.displayName = 'Merge';
export var MergeDimensions = {
height: 24,
width: 24
};