iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 871 B
JavaScript
;
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 Remedyentertainment = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.717 5.245v6.613a3.309 3.309 0 003.306-3.307 3.31 3.31 0 00-3.306-3.306zm-4.594 0h-3.45v6.613h3.455a3.309 3.309 0 003.306-3.307 3.312 3.312 0 00-3.311-3.306zm11.448 9.915v-1.507a8.578 8.578 0 01-2.714 2.379l2.714 4.792v-2.878L24 24h-7.574l-2.709-4.789V24h-1.656l-3.907-6.897H5.673V24H0V0h9.123a8.5 8.5 0 014.589 1.337V0a8.551 8.551 0 016.859 3.441V1.939a8.527 8.527 0 013.133 6.612 8.516 8.516 0 01-3.133 6.609z" }));
exports.default = Remedyentertainment;