@wener/ui
Version:
31 lines • 2.44 kB
JavaScript
;
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
const React = __importStar(require("react"));
function SvgCertificateVerifiedBadgeOutlined(props) {
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", className: "CertificateVerifiedBadgeOutlined_svg__icon", viewBox: "0 0 1037 1024" }, props),
React.createElement("defs", null,
React.createElement("style", null)),
React.createElement("path", { d: "M514.286 1024a133.929 133.929 0 01-91.071-37.5l-75-75H246.429A128.572 128.572 0 01112.5 777.57V675.785l-69.643-75a128.572 128.572 0 010-187.5l69.643-69.643V241.856a128.572 128.572 0 01133.93-133.929h101.786l69.643-69.643a133.929 133.929 0 01187.5 0l69.643 69.643h101.786a42.857 42.857 0 010 80.358h-133.93l-91.072-96.43a48.214 48.214 0 00-75 0l-96.428 96.43h-133.93a48.214 48.214 0 00-53.57 53.571v133.929l-96.43 96.429a48.214 48.214 0 000 75l96.43 96.428v139.286a48.214 48.214 0 0053.57 53.572h133.93l96.428 91.071a48.214 48.214 0 0075 0l96.43-96.428H787.5a48.214 48.214 0 0053.572-53.572V643.642l96.428-96.428a48.214 48.214 0 000-75 41.679 41.679 0 1158.929-58.93 128.572 128.572 0 010 187.501l-69.643 69.643v101.786A128.572 128.572 0 01782.144 911.5H675l-69.643 69.643A133.929 133.929 0 01514.286 1024z" }),
React.createElement("path", { d: "M514.286 702.571L300 498.999a42.857 42.857 0 1153.572-58.928l160.714 150 342.858-342.858a41.679 41.679 0 0158.929 58.929z" })));
}
exports.default = SvgCertificateVerifiedBadgeOutlined;
//# sourceMappingURL=CertificateVerifiedBadgeOutlined.js.map