UNPKG

doly-icons

Version:

React icon component based on Bootstrap Icons

8 lines (7 loc) 852 B
import { __assign } from "tslib"; import React from 'react'; import IconBase from '../icon/IconBase'; var PassportFill = function (props) { return (React.createElement(IconBase, __assign({ "aria-label": "passport-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: "M8 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4" }), React.createElement("path", { d: "M2 3.252a1.5 1.5 0 0 1 1.232-1.476l8-1.454A1.5 1.5 0 0 1 13 1.797v.47A2 2 0 0 1 14 4v10a2 2 0 0 1-2 2H4a2 2 0 0 1-1.51-.688 1.5 1.5 0 0 1-.49-1.11V3.253ZM5 8a3 3 0 1 0 6 0 3 3 0 0 0-6 0m0 4.5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 0-1h-5a.5.5 0 0 0-.5.5" }))); } }))); }; export default PassportFill;