UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 700 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 BookmarksSimpleFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M160 56H64a16 16 0 00-16 16v152a8 8 0 0012.65 6.51L112 193.83l51.36 36.68A8 8 0 00176 224V72a16 16 0 00-16-16z" }), React.createElement("path", { d: "M192 24H88a8 8 0 000 16h104v152a8 8 0 0016 0V40a16 16 0 00-16-16z" })); exports.default = BookmarksSimpleFill;