@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.02 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var SurfaceHub = /*#__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: "M19.25 2c.41 0 .74.33.75.73v.1l-1 9.5a.75.75 0 0 1-.65.66l-.1.01h-.73L19 21.12v.1a.75.75 0 0 1-1.45.26l-.03-.1L16.9 18h-2.8l-.6 3.38a.75.75 0 0 1-1.5-.16l.02-.1.56-3.12H8.1l-.6 3.38a.75.75 0 0 1-1.5-.16l.02-.1L7.48 13H4.75a.75.75 0 0 1-.75-.73v-.1l1-9.5c.04-.35.31-.62.65-.66l.1-.01h13.5Zm-5.77 11H9l-.63 3.5h4.48l.63-3.5ZM16 13h-1l-.63 3.5h2.26L16 13Z"
}));
});
SurfaceHub.displayName = 'SurfaceHub';
export var SurfaceHubDimensions = {
height: 24,
width: 24
};