iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.08 kB
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 Key = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-key", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M14.52 2c1.029 0 2.015.409 2.742 1.136l3.602 3.602a3.877 3.877 0 010 5.483l-2.643 2.643a3.88 3.88 0 01-4.941.452l-.105-.078-5.882 5.883a3 3 0 01-1.68.843l-.22.027-.221.009H4c-1.014 0-1.867-.759-1.991-1.823L2 20v-1.172c0-.704.248-1.386.73-1.96l.149-.161.414-.414A1 1 0 014 16h1v-1a1 1 0 01.883-.993L6 14h1v-1a1 1 0 01.206-.608l.087-.1 1.468-1.469-.076-.103a3.9 3.9 0 01-.678-1.963L8 8.521c0-1.029.409-2.015 1.136-2.742l2.643-2.643A3.88 3.88 0 0114.52 2m.495 5h-.02a2 2 0 100 4h.02a2 2 0 100-4" }));
exports.default = Key;