UNPKG

doly-icons

Version:

React icon component based on Bootstrap Icons

8 lines (7 loc) 770 B
import { __assign } from "tslib"; import React from 'react'; import IconBase from '../icon/IconBase'; var BookmarksFill = function (props) { return (React.createElement(IconBase, __assign({ "aria-label": "bookmarks-fill" }, props, { renderChild: function (childProps) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, childProps), React.createElement("path", { d: "M2 4a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v11.5a.5.5 0 0 1-.777.416L7 13.101l-4.223 2.815A.5.5 0 0 1 2 15.5z" }), React.createElement("path", { d: "M4.268 1A2 2 0 0 1 6 0h6a2 2 0 0 1 2 2v11.5a.5.5 0 0 1-.777.416L13 13.768V2a1 1 0 0 0-1-1z" }))); } }))); }; export default BookmarksFill;