UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.33 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var BookDatabase = /*#__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: "M10.56 8.42c-.5.27-.56.5-.56.58 0 .08.07.31.56.58.46.24 1.14.42 1.94.42s1.48-.18 1.94-.42c.5-.27.56-.5.56-.58 0-.08-.07-.31-.56-.58A4.21 4.21 0 0 0 12.5 8c-.8 0-1.48.18-1.94.42ZM15 13v-2.02c-.7.33-1.57.52-2.5.52-.93 0-1.8-.19-2.5-.52V13c0 .08.07.31.56.58.46.24 1.14.42 1.94.42s1.48-.18 1.94-.42c.5-.27.56-.5.56-.58ZM4 4.5A2.5 2.5 0 0 1 6.5 2H18a2.5 2.5 0 0 1 2.5 2.5v14.25c0 .41-.34.75-.75.75H5.5a1 1 0 0 0 1 1h13.25a.75.75 0 0 1 0 1.5H6.5A2.5 2.5 0 0 1 4 19.5v-15Zm5.85 2.6c-.7.37-1.35 1-1.35 1.9v4c0 .9.66 1.53 1.35 1.9.71.38 1.65.6 2.65.6s1.94-.22 2.65-.6c.7-.37 1.35-1 1.35-1.9V9c0-.9-.66-1.53-1.35-1.9a5.7 5.7 0 0 0-2.65-.6c-1 0-1.94.22-2.65.6Z" })); }); BookDatabase.displayName = 'BookDatabase'; export var BookDatabaseDimensions = { height: 24, width: 24 };