iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 725 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 Applenews = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M0 12.94c2.726 4.673 6.394 8.385 11.039 11.058H1.416A1.416 1.416 0 010 22.582V12.94zM0 1.414C0 .634.632.002 1.412.002H6.22L24 17.758v4.773c0 .39-.154.762-.43 1.038a1.467 1.467 0 01-1.037.43H17.76L0 6.241M12.963.002h9.619A1.419 1.419 0 0124 1.42v9.625C21.265 6.494 17.616 2.775 12.963.002z" }));
exports.default = Applenews;