UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.03 kB
"use strict"; 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 BookmarkStar = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-bookmark-star", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M7.84 4.1a.178.178 0 01.32 0l.634 1.285a.18.18 0 00.134.098l1.42.206c.145.021.204.2.098.303L9.42 6.993a.18.18 0 00-.051.158l.242 1.414a.178.178 0 01-.258.187l-1.27-.668a.18.18 0 00-.165 0l-1.27.668a.178.178 0 01-.257-.187l.242-1.414a.18.18 0 00-.05-.158l-1.03-1.001a.178.178 0 01.098-.303l1.42-.206a.18.18 0 00.134-.098z" }), React.createElement("path", { d: "M2 2a2 2 0 012-2h8a2 2 0 012 2v13.5a.5.5 0 01-.777.416L8 13.101l-5.223 2.815A.5.5 0 012 15.5zm2-1a1 1 0 00-1 1v12.566l4.723-2.482a.5.5 0 01.554 0L13 14.566V2a1 1 0 00-1-1z" })); exports.default = BookmarkStar;