@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 889 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var SplitVertical = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M25.5 5.25a1.25 1.25 0 1 0-2.5 0v37.5a1.25 1.25 0 1 0 2.5 0V5.25zM39.75 40H27.5V8h12.25C42.1 8 44 9.9 44 12.25v23.5C44 38.1 42.1 40 39.75 40zM21 8H8.25A4.25 4.25 0 0 0 4 12.25v23.5C4 38.1 5.9 40 8.25 40H21V8z"
}));
});
SplitVertical.displayName = 'SplitVertical';
export var SplitVerticalDimensions = {
height: 48,
width: 48
};