iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 829 B
JavaScript
;
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 Tab = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.995 17.25a1 1 0 100 2h.01a1 1 0 100-2h-.01z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.75 2A2.25 2.25 0 004.5 4.25v15.5A2.25 2.25 0 006.75 22h10.5a2.25 2.25 0 002.25-2.25V4.25A2.25 2.25 0 0017.25 2H6.75zM6 4.25a.75.75 0 01.75-.75h10.5a.75.75 0 01.75.75v15.5a.75.75 0 01-.75.75H6.75a.75.75 0 01-.75-.75V4.25z", fill: "#323544" }));
exports.default = Tab;