iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 754 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 Key1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.986 4.528l2.104 2.104-1.059 1.06-1.043-1.044a.75.75 0 10-1.06 1.06l1.043 1.044-2.334 2.334a5.374 5.374 0 101.06 1.06l6.044-6.043a.75.75 0 10-1.06-1.061l-.53.53-2.104-2.104a.75.75 0 00-1.06 1.06zm-2.858 8.098l.015.014.015.015a3.873 3.873 0 11-.03-.03z", fill: "#323544" }));
exports.default = Key1;