iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 675 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 Lbry = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M23.35 14.19l.168-1.066-1.031-.177.067-.414 1.446.245-.237 1.48zm.151-5.496v1.192l-11.734 7.211-8.842-4.336.017-.668 8.792 4.328L22.91 9.557v-.49l-10.55-5.09-11.768 7.28v3.254l11.142 5.512 11.632-7.135.33.507L11.767 20.7 0 14.883v-3.956L12.325 3.3z" }));
exports.default = Lbry;