@styled-icons/heroicons-solid
Version:
Heroicons Solid icons available as Styled Components
27 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Server = /*#__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: "M4.08 5.227A3 3 0 0 1 6.979 3H17.02a3 3 0 0 1 2.9 2.227l2.113 7.926A5.228 5.228 0 0 0 18.75 12H5.25a5.228 5.228 0 0 0-3.284 1.153L4.08 5.227z"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M5.25 13.5a3.75 3.75 0 1 0 0 7.5h13.5a3.75 3.75 0 1 0 0-7.5H5.25zm10.5 4.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm3.75-.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0z",
clipRule: "evenodd"
}));
});
Server.displayName = 'Server';
export var ServerDimensions = {
height: 24,
width: 24
};