iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 987 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 Clerk = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M21.47 20.829l-2.881-2.881a.572.572 0 00-.7-.084 6.854 6.854 0 01-7.081 0 .576.576 0 00-.7.084l-2.881 2.881a.576.576 0 00-.103.69.57.57 0 00.166.186 12 12 0 0014.113 0 .58.58 0 00.239-.423.576.576 0 00-.172-.453zm.002-17.668l-2.88 2.88a.569.569 0 01-.701.084A6.857 6.857 0 008.724 8.08a6.862 6.862 0 00-1.222 3.692 6.86 6.86 0 00.978 3.764.573.573 0 01-.083.699l-2.881 2.88a.567.567 0 01-.864-.063A11.993 11.993 0 016.771 2.7a11.99 11.99 0 0114.637-.405.566.566 0 01.232.418.57.57 0 01-.168.448zm-7.118 12.261a3.427 3.427 0 100-6.854 3.427 3.427 0 000 6.854z" }));
exports.default = Clerk;