UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 1.36 kB
"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 IdCard = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M6.837 9.861a1.616 1.616 0 113.232 0 1.616 1.616 0 01-3.232 0z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.24 12.087A2.238 2.238 0 005 14.325v.93c0 .415.336.75.75.75h5.405a.75.75 0 00.75-.75v-.93a2.238 2.238 0 00-2.238-2.238H7.239zM6.5 14.325c0-.407.33-.738.738-.738h2.429c.407 0 .738.33.738.738v.18H6.501v-.18z", fill: "#323544" }), React.createElement("path", { d: "M19 10.501a.75.75 0 01-.75.75h-4.1a.75.75 0 010-1.5h4.1a.75.75 0 01.75.75zM16.15 14.251a.75.75 0 000-1.5h-2a.75.75 0 000 1.5h2z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.25 4.501A2.25 2.25 0 002 6.751v10.5a2.25 2.25 0 002.25 2.25h15.5a2.25 2.25 0 002.25-2.25v-10.5a2.25 2.25 0 00-2.25-2.25H4.25zm-.75 2.25a.75.75 0 01.75-.75h15.5a.75.75 0 01.75.75v10.5a.75.75 0 01-.75.75H4.25a.75.75 0 01-.75-.75v-10.5z", fill: "#323544" })); exports.default = IdCard;