UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 697 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 Crunchyroll = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M2.933 13.467a10.55 10.55 0 1121.067-.8V12c0-6.627-5.373-12-12-12S0 5.373 0 12s5.373 12 12 12h.8a10.617 10.617 0 01-9.867-10.533zM19.2 14a3.85 3.85 0 01-1.333-7.467A7.89 7.89 0 0014 5.6a8.4 8.4 0 108.4 8.4 6.492 6.492 0 00-.133-1.6A3.415 3.415 0 0119.2 14z" })); exports.default = Crunchyroll;