UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 785 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 BookmarksLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M192 26H96a14 14 0 00-14 14v18H64a14 14 0 00-14 14v152a6 6 0 009.49 4.88L112 191.37l52.52 37.51A6 6 0 00174 224v-43.2l22.51 16.08A6 6 0 00206 192V40a14 14 0 00-14-14zm-30 186.34l-46.52-33.22a6 6 0 00-7 0L62 212.34V72a2 2 0 012-2h96a2 2 0 012 2zm32-32l-20-14.28V72a14 14 0 00-14-14H94V40a2 2 0 012-2h96a2 2 0 012 2z" })); exports.default = BookmarksLight;