@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 873 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function BookmarkIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", "aria-label": "bookmark icon", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M17.501 2H9C6.794 2 5 3.776 5 5.958v15.547a.503.503 0 0 0 .869.334l4.631-4.998 4.631 4.999a.504.504 0 0 0 .707.03.493.493 0 0 0 .162-.365V9.915h4c.552 0 1-.442 1-.99V5.959C21 3.776 19.708 2 17.501 2ZM14 5.958V17.83l-3.5-3.957L7 17.83V5.958a1.99 1.99 0 0 1 2-1.98h5.536A3.915 3.915 0 0 0 14 5.959Zm2 1.978h3V5.958c0-1.093-.397-1.98-1.499-1.98-1.103 0-1.501.887-1.501 1.98v1.978Z", clipRule: "evenodd" }) });
}
exports.default = BookmarkIcon;