UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 827 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 BookmarksSimpleDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M168 72v152l-56-40-56 40V72a8 8 0 018-8h96a8 8 0 018 8z", opacity: ".2" }), React.createElement("path", { d: "M160 56H64a16 16 0 00-16 16v152a8 8 0 0012.65 6.51L112 193.83l51.36 36.68A8 8 0 00176 224V72a16 16 0 00-16-16zm0 152.46l-43.36-31a8 8 0 00-9.3 0L64 208.45V72h96zM208 40v152a8 8 0 01-16 0V40H88a8 8 0 010-16h104a16 16 0 0116 16z" })); exports.default = BookmarksSimpleDuotone;