UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 790 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 BookmarksSimpleThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M160 60H64a12 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 224V72a12 12 0 00-12-12zm4 156.23l-49.68-35.49a4 4 0 00-4.65 0L60 216.23V72a4 4 0 014-4h96a4 4 0 014 4zM204 40v152a4 4 0 01-8 0V40a4 4 0 00-4-4H88a4 4 0 010-8h104a12 12 0 0112 12z" })); exports.default = BookmarksSimpleThin;