UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 758 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const BookBookmarkLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M208 26H72a30 30 0 00-30 30v168a6 6 0 006 6h144a6 6 0 000-12H54v-2a18 18 0 0118-18h136a6 6 0 006-6V32a6 6 0 00-6-6zm-90 12h52v78l-22.41-16.8a6 6 0 00-7.2 0L118 116zm84 148H72a29.87 29.87 0 00-18 6V56a18 18 0 0118-18h34v90a6 6 0 009.6 4.8l28.4-21.3 28.41 21.3A6 6 0 00182 128V38h20z" })); exports.default = BookBookmarkLight;