@ohu-mobile/icons
Version:
12 lines (11 loc) • 509 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const StarOutlined = {
name: 'star',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="m12 18.26-7.053 3.948 1.575-7.928L.587 8.792l8.027-.952L12 .5l3.386 7.34 8.027.952-5.935 5.488 1.575 7.928zm0-2.292 4.247 2.377-.949-4.773 3.573-3.305-4.833-.573L12 5.275l-2.038 4.42-4.833.572 3.573 3.305-.949 4.773z"/>',
};
exports.default = StarOutlined;