iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 746 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 BookmarksSimpleLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M160 58H64a14 14 0 00-14 14v152a6 6 0 009.49 4.88L112 191.37l52.52 37.51A6 6 0 00174 224V72a14 14 0 00-14-14zm2 154.34l-46.52-33.22a6 6 0 00-7 0L62 212.34V72a2 2 0 012-2h96a2 2 0 012 2zM206 40v152a6 6 0 01-12 0V40a2 2 0 00-2-2H88a6 6 0 010-12h104a14 14 0 0114 14z" }));
exports.default = BookmarksSimpleLight;