iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 771 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 Libretube = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M2.12 0a.52.52 0 00-.514.52V5.52c0 .187.101.36.264.452l9.877 5.577a.52.52 0 010 .905L1.87 18.03a.52.52 0 00-.264.453v4.997a.52.52 0 00.783.448l19.818-11.616a.378.378 0 000-.652L2.388.072A.516.516 0 002.12 0zm-.005 7.946a.52.52 0 00-.509.52v7.056c0 .398.43.649.776.452l6.222-3.528a.52.52 0 000-.904L2.382 8.014a.515.515 0 00-.267-.068z" }));
exports.default = Libretube;