UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 543 B
"use strict"; 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 Mcafee = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12 4.823L1.58 0v19.177L12 24l10.42-4.823V0zm6.172 11.626l-6.143 2.843-6.144-2.843V6.69l6.144 2.842 6.143-2.842z" })); exports.default = Mcafee;