iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 801 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 PersonVideo3 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-person-video3", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M14 9.5a2 2 0 11-4 0 2 2 0 014 0m-6 5.7c0 .8.8.8.8.8h6.4s.8 0 .8-.8-.8-3.2-4-3.2-4 2.4-4 3.2" }),
React.createElement("path", { d: "M2 2a2 2 0 00-2 2v8a2 2 0 002 2h5.243c.122-.326.295-.668.526-1H2a1 1 0 01-1-1V4a1 1 0 011-1h12a1 1 0 011 1v7.81c.353.23.656.496.91.783Q16 12.312 16 12V4a2 2 0 00-2-2z" }));
exports.default = PersonVideo3;