UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.39 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var DocumentDatabase = /*#__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: "M12 2v6c0 1.1.9 2 2 2h6v10a2 2 0 0 1-2 2h-6.53c.32-.42.53-.92.53-1.5v-6.2a2.65 2.65 0 0 0-.85-1.65 5.17 5.17 0 0 0-1.8-1.09 8.66 8.66 0 0 0-1.7-.43 10.68 10.68 0 0 0-3.65.06V4c0-1.1.9-2 2-2h6Zm-1 18.5c0 .56-.37 1.08-1 1.5-.91.6-2.36 1-4 1-2.05 0-3.81-.62-4.58-1.5-.27-.3-.42-.64-.42-1v-4c.31.26.66.49 1.02.66.57.29 1.25.51 1.98.65a10.53 10.53 0 0 0 5-.25c.35-.11.68-.25.98-.4H10l.02-.02c.34-.17.68-.39.98-.65v4.01ZM6 17c-.71 0-1.39-.07-2-.2-1.77-.4-3-1.27-3-2.3 0-1.03 1.23-1.9 3-2.3a9.42 9.42 0 0 1 5 .3c1.21.46 2 1.18 2 2 0 .43-.21.83-.6 1.18a.82.82 0 0 1-.06.06 3.83 3.83 0 0 1-1.15.69 5.95 5.95 0 0 1-1.26.38 8.58 8.58 0 0 1-.55.1h-.02A9.7 9.7 0 0 1 6 17Zm7.5-14.5V8c0 .28.22.5.5.5h5.5l-6-6Z" })); }); DocumentDatabase.displayName = 'DocumentDatabase'; export var DocumentDatabaseDimensions = { height: 24, width: 24 };