iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 634 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 BookmarkFillIcon = (props) => React.createElement("svg", { "aria-label": "bookmarked icon", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M17.501 2H9C6.794 2 5 3.795 5 6v17l5.5-6 5.5 6V10h4a1 1 0 0 0 1-1V6c0-2.205-1.292-4-3.499-4zM19 8h-3V6c0-1.104.398-2 1.501-2C18.603 4 19 4.896 19 6v2z" }));
exports.default = BookmarkFillIcon;