@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.05 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 IconMaterialStarW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'StarW100Filled', short_name: 'Star', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m480-330-139 84q-5 2-8.5 1.5T325-247q-4-2-6-6.5t0-9.5l37-157-122-106q-4-3-5.5-7.5t.5-8.5q2-4 5-6.5t8-3.5l161-14 63-149q2-5 5.5-7t8.5-2q5 0 8.5 2t5.5 7l63 149 161 14q5 1 8 3.5t5 6.5q2 4 .5 8.5T726-526L604-420l37 157q2 5 0 9.5t-6 6.5q-4 2-7.5 2.5T619-246l-139-84Z" }) })));
});
IconMaterialStarW100Filled.displayName = 'OnesyIconMaterialStarW100Filled';
exports.default = IconMaterialStarW100Filled;
;