UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 789 B
"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 VenetianMask = (props) => React.createElement("svg", { className: "lucide lucide-venetian-mask", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M2 12a5 5 0 005 5 8 8 0 015 2 8 8 0 015-2 5 5 0 005-5V7h-5a8 8 0 00-5 2 8 8 0 00-5-2H2z" }), React.createElement("path", { d: "M6 11c1.5 0 3 .5 3 2-2 0-3 0-3-2zM18 11c-1.5 0-3 .5-3 2 2 0 3 0 3-2z" })); exports.default = VenetianMask;