UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 597 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 Mask = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-mask", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M6.225 1.227A7.5 7.5 0 0110.5 8a7.5 7.5 0 01-4.275 6.773 7 7 0 100-13.546M4.187.966a8 8 0 117.627 14.069A8 8 0 014.186.964z" })); exports.default = Mask;