UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 660 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 Pocketcasts = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0zm3.564 12A3.564 3.564 0 1012 15.564V17.6a5.6 5.6 0 115.6-5.6h-2.036zM19 12a7 7 0 10-7 7v2.333a9.333 9.333 0 110-18.666A9.333 9.333 0 0121.333 12H19z" })); exports.default = Pocketcasts;