iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 796 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 Pentagon = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-pentagon", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M7.685 1.545a.5.5 0 01.63 0l6.263 5.088a.5.5 0 01.161.539l-2.362 7.479a.5.5 0 01-.476.349H4.099a.5.5 0 01-.476-.35L1.26 7.173a.5.5 0 01.161-.54l6.263-5.087zm8.213 5.28a.5.5 0 00-.162-.54L8.316.257a.5.5 0 00-.631 0L.264 6.286a.5.5 0 00-.162.538l2.788 8.827a.5.5 0 00.476.349h9.268a.5.5 0 00.476-.35l2.788-8.826z" }));
exports.default = Pentagon;