iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 956 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 Khanacademy = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M21.724 4.973L13.418.328a3.214 3.214 0 00-2.828 0L2.276 4.973A3.05 3.05 0 00.862 7.371v9.256a3.05 3.05 0 001.414 2.4l8.306 4.645a3.214 3.214 0 002.828 0l8.314-4.645a3.05 3.05 0 001.414-2.4V7.373a3.05 3.05 0 00-1.414-2.4zM12 4.921a2.571 2.571 0 11.001 5.143A2.571 2.571 0 0112 4.92zm3.094 13.627a9.119 9.119 0 01-3.103.549 8.972 8.972 0 01-3.076-.55 8.493 8.493 0 01-5.486-7.987v-.857c4.646.017 8.074 3.823 8.074 8.51v.198h.926v-.197c0-4.688 3.445-8.51 8.056-8.51.026.29.043.582.086.856a8.502 8.502 0 01-5.477 7.988z" }));
exports.default = Khanacademy;