UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.34 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var WindowDatabase = /*#__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: "M3 6.25C3 4.45 4.46 3 6.25 3h11.5C19.55 3 21 4.46 21 6.25v4.58c-.47-.12-.98-.2-1.5-.25V8.5h-15v9.25c0 .97.78 1.75 1.75 1.75h5.25V21H6.25A3.25 3.25 0 0 1 3 17.75V6.25Zm11.66 6.23c.9-.3 2.07-.48 3.34-.48s2.45.18 3.34.48c.44.15.84.35 1.13.59.3.24.53.55.53.93s-.23.7-.53.93c-.3.24-.7.44-1.13.59-.9.3-2.07.48-3.34.48s-2.45-.18-3.34-.48a3.79 3.79 0 0 1-1.13-.59c-.3-.24-.53-.55-.53-.93s.23-.7.53-.93c.3-.24.7-.44 1.13-.59ZM13 21v-4.6c.38.23.8.4 1.18.54 1.08.37 2.43.56 3.82.56 1.39 0 2.74-.2 3.82-.56.39-.13.8-.3 1.18-.55V21c0 .43-.26.75-.55.98-.29.22-.68.4-1.11.55-.88.3-2.06.47-3.34.47-1.28 0-2.46-.17-3.34-.47a3.75 3.75 0 0 1-1.11-.55c-.29-.23-.55-.55-.55-.98Z" })); }); WindowDatabase.displayName = 'WindowDatabase'; export var WindowDatabaseDimensions = { height: 24, width: 24 };