iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 703 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 Litecoin = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 0a12 12 0 1012 12A12 12 0 0012 0zm-.262 3.678h2.584a.343.343 0 01.33.435l-2.03 6.918 1.905-.582-.408 1.385-1.924.56-1.248 4.214h6.676a.343.343 0 01.328.437l-.582 2a.459.459 0 01-.44.33H6.733l1.723-5.822-1.906.58.42-1.361 1.91-.58 2.422-8.18a.456.456 0 01.437-.334z" }));
exports.default = Litecoin;