UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 748 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 BookmarksBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M192 20H96a20 20 0 00-20 20v20H64a20 20 0 00-20 20v144a12 12 0 0019.32 9.51L108 199.14l44.69 34.37A12 12 0 00172 224v-46.4l20.68 15.91A12 12 0 00212 184V40a20 20 0 00-20-20zm-44 179.63l-32.69-25.14a12 12 0 00-14.63 0L68 199.63V84h80zm40-40l-16-12.3V80a20 20 0 00-20-20h-52V44h88z" })); exports.default = BookmarksBold;