UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 606 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 DoorClosedFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-door-closed-fill", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M12 1a1 1 0 011 1v13h1.5a.5.5 0 010 1h-13a.5.5 0 010-1H3V2a1 1 0 011-1zm-2 9a1 1 0 100-2 1 1 0 000 2" })); exports.default = DoorClosedFill;