@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 839 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var BranchFork = /*#__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: "M11 5.5a3.5 3.5 0 0 1-3 3.46v2.54h6.25c1.24 0 2.25-1 2.25-2.25v-.4a3.5 3.5 0 1 1 1.5.11v.29A3.75 3.75 0 0 1 14.25 13H8v2.04a3.5 3.5 0 1 1-1.5.1V8.86A3.5 3.5 0 1 1 11 5.5z"
}));
});
BranchFork.displayName = 'BranchFork';
export var BranchForkDimensions = {
height: 24,
width: 24
};