UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.44 kB
"use strict"; 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 Hackthebox = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M22.51 6.457l.001-.013a.888.888 0 00-.271-.638l-.027-.024c-.019-.016-.037-.033-.057-.048-.02-.015-.04-.028-.06-.04l-.029-.02-9.61-5.547a.891.891 0 00-.922.004L1.933 5.674l-.03.02-.023.014-.02.015a.877.877 0 00-.147.134l-.003.003a.887.887 0 00-.221.584v.014l-.001.027v11.07c0 .328.18.63.469.784l9.599 5.542.023.011a.875.875 0 00.166.07l.04.01a.88.88 0 00.072.015c.012.002.023.005.035.006a.835.835 0 00.216 0c.012-.001.023-.004.035-.006a.9.9 0 00.072-.014l.04-.012a.895.895 0 00.064-.022.913.913 0 00.102-.047l.023-.011 9.599-5.542a.889.889 0 00.469-.784V6.478l-.001-.021zM5.255 6.082l6.537-3.774a.418.418 0 01.418 0l6.537 3.774a.418.418 0 010 .725l-6.537 3.774a.418.418 0 01-.418 0L5.254 6.807a.418.418 0 010-.725zm5.614 14.345a.417.417 0 01-.626.361l-6.524-3.766a.417.417 0 01-.209-.361V9.127a.417.417 0 01.626-.361l6.524 3.766a.417.417 0 01.209.362v7.532zm9.623-3.766a.417.417 0 01-.209.36l-6.524 3.767a.417.417 0 01-.626-.36v-7.533c0-.15.08-.287.209-.362l6.524-3.766a.417.417 0 01.626.36v7.534z" })); exports.default = Hackthebox;