@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.05 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Tabs = /*#__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: "M18.75 8a3.25 3.25 0 0 1 3.24 3.06l.01.19v7.5a3.25 3.25 0 0 1-3.07 3.24h-7.68a3.25 3.25 0 0 1-3.24-3.06L8 18.75v-7.5A3.25 3.25 0 0 1 11.07 8h7.68zm-3-3c1.35 0 2.51.82 3 2h-7.5A4.25 4.25 0 0 0 7 11.25v7.5a3.25 3.25 0 0 1-2-2.82V8.25a3.25 3.25 0 0 1 3.07-3.24L8.25 5h7.5zm-3-3c1.3 0 2.42.76 2.94 1.87l.06.13H8.04A4.26 4.26 0 0 0 4 8.26v7.5a3.25 3.25 0 0 1-2-2.82V5.25a3.25 3.25 0 0 1 3.07-3.24L5.25 2h7.5z"
}));
});
Tabs.displayName = 'Tabs';
export var TabsDimensions = {
height: 24,
width: 24
};