@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.98 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BookSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.BookSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.63673 0.15918L12.9091 0.15918C13.3973 0.15918 13.8656 0.353131 14.2108 0.698366C14.556 1.0436 14.75 1.51184 14.75 2.00008V10.7272C14.75 11.2155 14.556 11.6837 14.2108 12.029C14.0501 12.1897 13.8627 12.3176 13.6591 12.4084L13.659 14.3408H14C14.4142 14.3408 14.75 14.6766 14.75 15.0908C14.75 15.505 14.4142 15.8408 14 15.8408H12.9138C12.9122 15.8408 12.9106 15.8408 12.909 15.8408C12.9074 15.8408 12.9058 15.8408 12.9042 15.8408H3.63647C3.00357 15.8408 2.39659 15.5894 1.94907 15.1419C1.50154 14.6944 1.25012 14.0874 1.25012 13.4545C1.25012 13.4452 1.25018 13.4359 1.25028 13.4266C1.25018 13.4214 1.25012 13.4161 1.25012 13.4109V2.50189L1.25039 2.48189C1.26698 1.86008 1.5257 1.26933 1.97144 0.835477C2.41712 0.401684 3.0148 0.159028 3.63673 0.15918ZM2.75012 11.2389C3.02937 11.1271 3.32988 11.0681 3.63647 11.0681H12.9091C12.9995 11.0681 13.0862 11.0322 13.1501 10.9683C13.2141 10.9044 13.25 10.8177 13.25 10.7272V2.00008C13.25 1.90966 13.2141 1.82296 13.1501 1.75903C13.0862 1.6951 12.9995 1.65918 12.9091 1.65918H3.63647C3.40543 1.6591 3.18323 1.74923 3.01767 1.91037C2.85414 2.06954 2.75838 2.28557 2.75012 2.51341V11.2389ZM12.159 14.3408L12.1591 12.5681H3.63647C3.40139 12.5681 3.17595 12.6615 3.00973 12.8277C2.8435 12.994 2.75012 13.2194 2.75012 13.4545C2.75012 13.6896 2.8435 13.915 3.00973 14.0812C3.17595 14.2474 3.40139 14.3408 3.63647 14.3408H12.159Z", fill: "currentColor" }))); });
exports.BookSIcon.displayName = 'BookSIcon';