iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 649 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 BookmarkSimpleBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M184 28H72a20 20 0 00-20 20v176a12 12 0 0018.36 10.18l57.63-36 57.65 36A12 12 0 00204 224V48a20 20 0 00-20-20zm-4 174.35l-45.65-28.53a12 12 0 00-12.72 0L76 202.35V52h104z" }));
exports.default = BookmarkSimpleBold;