iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 858 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 HeadsetVr = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-headset-vr", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M8 1.248c1.857 0 3.526.641 4.65 1.794a5 5 0 012.518 1.09C13.907 1.482 11.295 0 8 0 4.75 0 2.12 1.48.844 4.122a5 5 0 012.289-1.047C4.236 1.872 5.974 1.248 8 1.248" }),
React.createElement("path", { d: "M12 12a4 4 0 01-2.786-1.13l-.002-.002a1.6 1.6 0 00-.276-.167A2.2 2.2 0 008 10.5c-.414 0-.729.103-.935.201a1.6 1.6 0 00-.277.167l-.002.002A4 4 0 114 4h8a4 4 0 010 8" }));
exports.default = HeadsetVr;