iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 617 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 Red = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 6.679V0L8.655 4.945zm0 1.976v6.69l7.673-4L16.327 6.4zm0-1.976l3.345-1.734L12 0zm8.655 6.133L12 17.322V24l12-6.242zM12 24v-6.679l-8.655-4.509L0 17.758zM4.327 11.345l7.673 4v-6.69L7.673 6.4z" }));
exports.default = Red;