UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 726 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 Bookmarks = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, 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 = Bookmarks;