UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

20 lines (19 loc) 969 B
// THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { forwardRef } from "react"; import { SVGIcon } from "@react-md/core/icon/SVGIcon"; export default /*#__PURE__*/ forwardRef(function BookOnlineTwoToneIcon(props, ref) { return /*#__PURE__*/ _jsxs(SVGIcon, { ...props, ref: ref, children: [ /*#__PURE__*/ _jsx("path", { d: "M17 4H7V3h10zm0 17H7v-1h10z", opacity: ".3" }), /*#__PURE__*/ _jsx("path", { d: "M17 4H7V3h10zm0 17H7v-1h10zm0-20H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2M7 6h10v12H7zm9 5V9.14C16 8.51 15.55 8 15 8H9c-.55 0-1 .51-1 1.14v1.96c.55 0 1 .45 1 1s-.45 1-1 1v1.76c0 .63.45 1.14 1 1.14h6c.55 0 1-.51 1-1.14V13c-.55 0-1-.45-1-1s.45-1 1-1m-3.5 3.5h-1v-1h1zm0-2h-1v-1h1zm0-2h-1v-1h1z" }) ] }); });