UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 647 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 PresenceUnavailable = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props }, React.createElement("path", { d: "M6 12a6 6 0 1 1 12 0 6 6 0 0 1-12 0z", fill: "inherit" }), React.createElement("path", { d: "M15 12a3 3 0 1 0-6 0 3 3 0 0 0 6 0zm-9 0a6 6 0 1 1 12 0 6 6 0 0 1-12 0z", fill: "currentColor" })); exports.default = PresenceUnavailable;