UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 797 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var BookSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.637.16h9.272A1.84 1.84 0 0 1 14.75 2v8.727a1.84 1.84 0 0 1-1.09 1.681l-.001 1.933H14a.75.75 0 0 1 0 1.5H3.636a2.386 2.386 0 0 1-2.386-2.43V2.48A2.386 2.386 0 0 1 3.637.16M2.75 11.238c.28-.112.58-.17.886-.17h9.273a.34.34 0 0 0 .341-.342V2a.34.34 0 0 0-.34-.34H3.635a.887.887 0 0 0-.886.853zm9.409 3.102v-1.773H3.636a.886.886 0 0 0 0 1.773z", clipRule: "evenodd" }))); }); BookSIcon.displayName = 'BookSIcon';