iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.04 kB
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 BookmarkCircle = (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: "M10.72 6.857a2.25 2.25 0 00-2.25 2.25v7.75a.75.75 0 001.174.619l2.431-1.668a.75.75 0 01.849 0l2.431 1.668a.75.75 0 001.175-.619v-7.75a2.25 2.25 0 00-2.25-2.25h-3.56zm-.75 2.25a.75.75 0 01.75-.75h3.56a.75.75 0 01.75.75v6.326l-1.257-.862a2.25 2.25 0 00-2.546 0l-1.257.862V9.107z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.5 2.232c-5.523 0-10 4.478-10 10 0 5.523 4.477 10 10 10s10-4.477 10-10c0-5.522-4.477-10-10-10zm-8.5 10a8.5 8.5 0 1117 0 8.5 8.5 0 01-17 0z", fill: "#323544" }));
exports.default = BookmarkCircle;