iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.03 kB
JavaScript
"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 FaceMask = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-face-mask", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M5 14.5h-.222C3.243 14.5 2 13.38 2 12s1.243-2.5 2.778-2.5H5M19 14.5h.222C20.756 14.5 22 13.38 22 12s-1.244-2.5-2.778-2.5H19M9 10h6M9 14h6" }),
React.createElement("path", { d: "M12.55 18.843l5-1.429A2 2 0 0019 15.491V8.51a2 2 0 00-1.45-1.923l-5-1.429a2 2 0 00-1.1 0l-5 1.429A2 2 0 005 8.509v6.982a2 2 0 001.45 1.923l5 1.429a2 2 0 001.1 0z" }));
exports.default = FaceMask;