iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 999 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 CircleKey = (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-circle-key", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M12 2c5.523 0 10 4.477 10 10a10 10 0 01-20 0C2 6.477 6.477 2 12 2zm2 5a3 3 0 00-2.98 2.65l-.015.174L11 10l.005.176c.019.319.087.624.197.908l.09.209-3.5 3.5-.082.094a1 1 0 000 1.226l.083.094 1.5 1.5.094.083a1 1 0 001.226 0l.094-.083.083-.094a1 1 0 000-1.226l-.083-.094-.792-.793.585-.585.793.792.094.083a1 1 0 001.403-1.403l-.083-.094-.792-.793.792-.792A3 3 0 1014 7zm0 2a1 1 0 110 2 1 1 0 010-2z" }));
exports.default = CircleKey;