@uiw/bootstrap-icons
Version:
Official open source SVG icon library for Bootstrap.
15 lines • 493 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
export var PentagonFill = props => /*#__PURE__*/_jsx("svg", _extends({
viewBox: "0 0 20 20",
width: "16px",
height: "16px"
}, props, {
className: "btfont " + (props.className ? props.className : ''),
children: /*#__PURE__*/_jsx("path", {
d: "m8 0 8 6.5-3 9.5H3L0 6.5 8 0z",
fillRule: "evenodd"
})
}));
//# sourceMappingURL=PentagonFill.js.map