@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.06 kB
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 IconMaterialPentagonW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PentagonW100', short_name: 'Pentagon', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M302-174h356q11 0 19-6t11-16l120-360q3-10 0-20.5T796-593L498-801q-8-6-18-6t-18 6L164-593q-9 6-12 16.5t0 20.5l120 360q3 10 11 16t19 6Zm0 28q-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-146H302Zm178-345Z" }) })));
});
IconMaterialPentagonW100.displayName = 'OnesyIconMaterialPentagonW100';
exports.default = IconMaterialPentagonW100;