iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 767 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 BookmarkThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M184 36H72a12 12 0 00-12 12v176a4 4 0 006.12 3.39L128 188.72l61.89 38.67a4 4 0 002.11.61 4.06 4.06 0 001.94-.5A4 4 0 00196 224V48a12 12 0 00-12-12zM72 44h112a4 4 0 014 4v120.78l-57.89-36.17a4 4 0 00-4.24 0L68 168.78V48a4 4 0 014-4zm58.11 136.61a4 4 0 00-4.24 0L68 216.78v-38.56l60-37.5 60 37.5v38.56z" }));
exports.default = BookmarkThin;