iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.05 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", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.351 1.091a4.528 4.528 0 013.44 3.16c.215.724.247 1.49.093 2.23a4.583 4.583 0 01-4.437 3.6c-.438 0-.874-.063-1.293-.19l-.8.938-.379.175H7v1.5l-.5.5H5v1.5l-.5.5h-3l-.5-.5v-2.307l.146-.353L6.12 6.87a4.464 4.464 0 01-.2-1.405 4.528 4.528 0 015.431-4.375zm1.318 7.2a3.568 3.568 0 001.239-2.005l.004.005A3.543 3.543 0 009.72 2.08a3.576 3.576 0 00-2.8 3.4c-.01.456.07.908.239 1.33l-.11.543L2 12.404v1.6h2v-1.5l.5-.5H6v-1.5l.5-.5h1.245l.876-1.016.561-.14a3.47 3.47 0 001.269.238 3.568 3.568 0 002.218-.795zm-.838-2.732a1 1 0 10-1.662-1.11 1 1 0 001.662 1.11z", fill: "#C5C5C5" }));
exports.default = Key;