@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 955 B
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialPentagonW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PentagonW100Filled', short_name: 'Pentagon', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M302-146q-20 0-35.5-11T245-187L125-548q-6-19 0-38t23-30l298-208q16-11 34-11t34 11l298 208q17 11 23 30t0 38L715-187q-6 19-21.5 30T658-146H302Z" }) })));
});
IconMaterialPentagonW100Filled.displayName = 'OnesyIconMaterialPentagonW100Filled';
exports.default = IconMaterialPentagonW100Filled;
;