UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

16 lines (15 loc) 1.05 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.Book = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { d: "M18 3H7a.997.997 0 00-.707.293l-3 3-.057.062a.996.996 0 00-.235.6L3 7.008V18c0 1.654 1.346 3 3 3h9a3.006 3.006 0 002.829-2h.671c1.402 0 2.5-1.317 2.5-3V6c0-1.654-1.346-3-3-3zM6 19c-.551 0-1-.448-1-1V8h2v11H6zm10-1c0 .552-.449 1-1 1H8V8h7c.551 0 1 .448 1 1v9zm3-2c0 .62-.324 1-.5 1H18V9c0-1.654-1.346-3-3-3H6.414l1-1H18c.551 0 1 .448 1 1v10z", key: "k0" }))); }); exports.Book.displayName = 'Book'; exports.BookDimensions = { height: 24, width: 24 };