@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.24 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var BookToolbox = /*#__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: "M14 4h-.5c-.83 0-1.5.67-1.5 1.5V7h2.5v-.25a.75.75 0 0 1 1.5 0V7h3v-.25a.75.75 0 0 1 1.5 0V7H23V5.5c0-.83-.67-1.5-1.5-1.5H21V3c0-.97-.78-1.75-1.75-1.75h-3.5C14.78 1.25 14 2.03 14 3v1zm1.5-1c0-.14.11-.25.25-.25h3.5c.14 0 .25.11.25.25v1h-4V3zM12 10.5v-2h2.5v.75a.75.75 0 0 0 1.5 0V8.5h3v.75a.75.75 0 0 0 1.5 0V8.5H23v2c0 .83-.67 1.5-1.5 1.5h-8a1.5 1.5 0 0 1-1.5-1.5zm1-7.45a2.5 2.5 0 0 0-2 2.45v5a2.5 2.5 0 0 0 2.5 2.5h7v5.75c0 .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-15A2.5 2.5 0 0 1 6.5 2h6.69c-.12.31-.19.65-.19 1v.05z"
}));
});
BookToolbox.displayName = 'BookToolbox';
export var BookToolboxDimensions = {
height: 24,
width: 24
};