@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.38 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var HomeDatabase = /*#__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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M18.1 2.78a3.25 3.25 0 0 0-4.2 0l-9.75 8.28A3.25 3.25 0 0 0 3 13.54V26.5A2.5 2.5 0 0 0 5.5 29h9.92a2.92 2.92 0 0 1-.42-1.5v-9.25h.01c.07-.8.48-1.47.97-1.97A6.2 6.2 0 0 1 17.96 15c1.5-.64 3.45-1 5.54-1 2.07 0 4.01.35 5.5.98v-1.44c0-.95-.42-1.86-1.15-2.48L18.1 2.78ZM29 22.02a14.5 14.5 0 0 1-5.5.98c-2.09 0-4.05-.36-5.54-1a6.98 6.98 0 0 1-1.46-.83v6.33c0 .55.34 1.06.94 1.5 1.2.9 3.47 1.5 6.06 1.5 3.87 0 7-1.34 7-3v-6.33c-.44.33-.94.6-1.46.83l-.04.02Zm-11.87-2.27a2.88 2.88 0 0 1-.08-.08 1.67 1.67 0 0 1-.55-1.17c0-.08 0-.17.02-.25.3-1.54 3.31-2.75 6.98-2.75 2.23 0 4.22.45 5.5 1.14.94.51 1.5 1.16 1.5 1.86 0 .45-.23.87-.63 1.25-.24.22-.53.42-.87.6-1.28.7-3.27 1.15-5.5 1.15-2.83 0-5.26-.72-6.37-1.75Z"
}));
});
HomeDatabase.displayName = 'HomeDatabase';
export var HomeDatabaseDimensions = {
height: 32,
width: 32
};