UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 797 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 PassportFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-passport-fill", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M8 6a2 2 0 100 4 2 2 0 000-4" }), React.createElement("path", { d: "M2 3.252a1.5 1.5 0 011.232-1.476l8-1.454A1.5 1.5 0 0113 1.797v.47A2 2 0 0114 4v10a2 2 0 01-2 2H4a2 2 0 01-1.51-.688 1.5 1.5 0 01-.49-1.11V3.253zM5 8a3 3 0 106 0 3 3 0 00-6 0m0 4.5a.5.5 0 00.5.5h5a.5.5 0 000-1h-5a.5.5 0 00-.5.5" })); exports.default = PassportFill;