iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.05 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 FaceMaskOff = (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-off", ...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 10h1m4 0h1M9 14h5" }),
React.createElement("path", { d: "M19 15V8.51a2 2 0 00-1.45-1.923l-5-1.429a2 2 0 00-1.1 0l-1.788.511m-3.118.891l-.094.027A2 2 0 005 8.509v6.982a2 2 0 001.45 1.923l5 1.429a2 2 0 001.1 0l4.899-1.4M3 3l18 18" }));
exports.default = FaceMaskOff;