iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 980 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 Checkmarx = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M6.544.12A6.553 6.553 0 000 6.664v10.674a6.551 6.551 0 006.544 6.542h10.912A6.551 6.551 0 0024 17.338v-.831a2.193 2.193 0 00-4.388 0v.83c0 1.19-.967 2.157-2.156 2.157H6.544a2.16 2.16 0 01-2.158-2.156V6.748c0-1.19.969-2.16 2.158-2.16 3.843.004 7.814-.009 11.612.001.556.138.892.445 1.058.848.193.47.343 1.118-.404 1.748l-6.26 4.596-1.892-2.441a2.191 2.191 0 00-3.075-.391 2.191 2.191 0 00-.391 3.076l3.198 4.133a2.197 2.197 0 003.035.424l7.252-5.301a56.68 56.68 0 001.22-.977c2.106-1.926 2.517-4.393 1.627-6.553C22.603 1.51 20.268.12 17.435.12z" }));
exports.default = Checkmarx;