UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 789 B
"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 Bookmark = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M14.547 18.654l-4.502-5.551-4.38 5.551c-.613 0-1.665-.496-1.665-1.11V3.111C4 2.497 4.497 2 5.11 2h9.992c.613 0 1.11.497 1.11 1.11v14.434c0 .614-1.052 1.11-1.665 1.11zm.555-14.989a.555.555 0 0 0-.555-.554H5.665a.555.555 0 0 0-.555.554v12.768c0 .307.249.556.555.556l4.441-5.551 4.441 5.551a.555.555 0 0 0 .555-.556V3.665z", fill: "#000", fillRule: "evenodd" })); exports.default = Bookmark;