iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 870 B
JavaScript
;
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 BookmarksDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M200 40v152l-32-22.85V72a8 8 0 00-8-8H88V40a8 8 0 018-8h96a8 8 0 018 8z", opacity: ".2" }),
React.createElement("path", { d: "M192 24H96a16 16 0 00-16 16v16H64a16 16 0 00-16 16v152a8 8 0 0012.65 6.51L112 193.83l51.36 36.68A8 8 0 00176 224v-39.31l19.35 13.82A8 8 0 00208 192V40a16 16 0 00-16-16zm-32 184.46l-43.36-31a8 8 0 00-9.3 0L64 208.45V72h96zm32-32L176 165V72a16 16 0 00-16-16H96V40h96z" }));
exports.default = BookmarksDuotone;