UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 877 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 BookmarksThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M192 28H96a12 12 0 00-12 12v20H64a12 12 0 00-12 12v152a4 4 0 006.33 3.25L112 188.92l53.69 38.33a3.94 3.94 0 002.31.75 4.08 4.08 0 001.83-.44A4 4 0 00172 224v-47.08l25.68 18.33a3.94 3.94 0 002.32.75 4.08 4.08 0 001.83-.44A4 4 0 00204 192V40a12 12 0 00-12-12zm-28 188.23l-49.68-35.48a4 4 0 00-4.65 0L60 216.23V72a4 4 0 014-4h96a4 4 0 014 4zm32-32l-24-17.14V72a12 12 0 00-12-12H92V40a4 4 0 014-4h96a4 4 0 014 4z" })); exports.default = BookmarksThin;