@ohu-mobile/icons
Version:
12 lines (11 loc) • 368 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const SettingsFilled = {
name: 'settings',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="m12 1 9.5 5.5v11L12 23l-9.5-5.5v-11zm0 14a3 3 0 1 0 0-6 3 3 0 0 0 0 6"/>',
};
exports.default = SettingsFilled;