UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 655 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 Passport = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M11.875 0A9.6 9.6 0 002.4 9.475h4.8A4.81 4.81 0 0111.875 4.8zm.25 0v4.8A4.81 4.81 0 0116.8 9.475h4.8A9.6 9.6 0 0012.125 0zM2.4 9.725V24H12v-4.8H7.2V9.724zm9.6 9.474a9.599 9.599 0 009.6-9.474h-4.8A4.807 4.807 0 0112 14.4z" })); exports.default = Passport;