iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 698 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 Revanced = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M5.1 0a.28.28 0 00-.23.42l6.88 11.93a.28.28 0 00.48 0L19.13.42A.28.28 0 0018.9 0zM.5 0a.33.33 0 00-.3.46L10.43 23.8c.05.12.17.2.3.2h2.54c.13 0 .25-.08.3-.2L23.8.46a.33.33 0 00-.3-.46h-2.32a.24.24 0 00-.21.14L12.2 20.08a.23.23 0 01-.42 0L3.03.14A.23.23 0 002.82 0z" }));
exports.default = Revanced;