iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.17 kB
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 Pretzel = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M22.439.03L10.757 6.516a.305.305 0 00-.142.236v5.426l2.72 1.704v-5.54a.303.303 0 01.143-.235l6.24-3.48a.286.286 0 01.415.237v10.322a2.807 2.807 0 01-1.38 2.555 2.827 2.827 0 01-2.909-.02l-6.24-3.951-.03-.03a5.569 5.569 0 00-6.245.333 5.524 5.524 0 00-1.977 5.917 5.462 5.462 0 002.662 3.331A5.656 5.656 0 006.676 24a5.961 5.961 0 001.597-.236 5.544 5.544 0 003.43-2.919l.09-.236-2.308-1.474-.237.56a2.792 2.792 0 01-1.74 1.478 2.836 2.836 0 01-2.189-.236 2.738 2.738 0 01-1.36-1.704c-.413-1.42.414-2.949 1.805-3.45.294-.105.604-.153.916-.142a2.834 2.834 0 011.449.413l6.241 3.977h.03a5.558 5.558 0 002.898.797 5.968 5.968 0 001.597-.236 5.572 5.572 0 002.896-2.049 5.544 5.544 0 001.067-3.377V.266A.29.29 0 0022.576 0a.293.293 0 00-.137.03z" }));
exports.default = Pretzel;