iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 616 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 Instructure = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.996 0l-5.11 2.878L12 5.76l5.115-2.878zM6.032 3.36L.918 6.237 6.036 9.12l5.115-2.879zm11.929 0l-5.112 2.878 5.115 2.882 5.118-2.879zM12 11.52L.918 17.76 12 24l11.082-6.241z" }));
exports.default = Instructure;