@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.2 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DataWhisker = /*#__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: "M5.75 2a.75.75 0 0 0 0 1.5h1V5h-.5C5.01 5 4 6 4 7.25V11h7V7.25C11 6.01 10 5 8.75 5h-.5V3.5h1a.75.75 0 0 0 0-1.5h-3.5zM5.75 18a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-1v-1.5h.5c1.24 0 2.25-1 2.25-2.25V12.5H4v1.75c0 1.24 1 2.25 2.25 2.25h.5V18h-1zM14 4.75c0-.41.34-.75.75-.75h3.5a.75.75 0 0 1 0 1.5h-1V7h.5C18.99 7 20 8 20 9.25V11h-7V9.25C13 8.01 14 7 15.25 7h.5V5.5h-1a.75.75 0 0 1-.75-.75zM13 16.25V12.5h7v3.75c0 1.24-1 2.25-2.25 2.25h-.5V20h1a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1 0-1.5h1v-1.5h-.5c-1.24 0-2.25-1-2.25-2.25z"
}));
});
DataWhisker.displayName = 'DataWhisker';
export var DataWhiskerDimensions = {
height: 24,
width: 24
};