iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 939 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 Avira = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M24 23.414a.586.586 0 01-.586.587H.585A.586.586 0 010 23.414V.586c0-.324.262-.587.585-.587h22.829c.325 0 .586.263.586.587v22.828zm-4.971-9.675l-.04-.044-1.323 1.256a.925.925 0 01-1.342 1.272 1.234 1.234 0 01-.118-.122l-3.56-3.753 4.857-4.609c-3.034-2.858-7.795-2.984-10.765-.111-2.969 2.874-3.337 7.527-.539 10.838l5.106-4.845 3.748 3.952a2.777 2.777 0 001.995.74 2.681 2.681 0 001.772-.742c.559-.526.894-1.272.887-2.022a2.702 2.702 0 00-.678-1.81zm-4.573-5.55l-7.65 7.259c-2.576-4.553 2.815-10.009 7.65-7.259z" }));
exports.default = Avira;