iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 729 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 Qwik = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M7.547 0a2.957 2.957 0 00-2.56 1.478L.532 9.191a2.957 2.957 0 000 2.957l4.453 7.713a2.955 2.955 0 002.561 1.477H12l8.594 2.648a.284.284 0 00.336-.402l-1.916-3.723 4.453-7.713a2.957 2.957 0 000-2.957L19.014 1.48A2.957 2.957 0 0016.453 0zm0 .766l10.185 9.904-1.896 1.899.578 7.533L6.268 10.67l2.37-2.373z" }));
exports.default = Qwik;