iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 778 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 Bookmark1 = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 4.482a2.25 2.25 0 012.25-2.25h10.5A2.25 2.25 0 0120 4.482v17a.75.75 0 01-1.166.625l-5.918-3.946a.75.75 0 00-.832 0l-5.918 3.945A.75.75 0 015 21.483v-17zm2.25-.75a.75.75 0 00-.75.75v15.599l4.752-3.168a2.25 2.25 0 012.496 0l4.752 3.168V4.482a.75.75 0 00-.75-.75H7.25z", fill: "#323544" }));
exports.default = Bookmark1;