iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 931 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 Avast = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M10.294 2.991a3.029 3.029 0 014.45 1.204l7.002 14.804A11.937 11.937 0 0024 12.086C24.046 5.456 18.71.047 12.083 0 5.456-.046.047 5.29 0 11.917a11.936 11.936 0 002.222 7.034l.281-.061 4.57-1.008c.128-.029.196.145.083.213l-3.782 2.242A11.956 11.956 0 0011.917 24a11.97 11.97 0 009.344-4.371L9.81 7.573a3.027 3.027 0 01.484-4.582zm2.15 13.609l-7.374.64a1.302 1.302 0 11.187-2.567l7.203 1.698c.129.03.114.217-.017.229zM9.03 10.116l8.94 7.232c.102.083.01.245-.113.198L7.104 13.471a1.96 1.96 0 111.926-3.355z" }));
exports.default = Avast;