@ohu-mobile/icons
Version:
12 lines (11 loc) • 422 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const WomenOutlined = {
name: 'women',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M11 15.934A7.501 7.501 0 0 1 12 1a7.5 7.5 0 0 1 1 14.934V18h5v2h-5v4h-2v-4H6v-2h5zM12 14a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11"/>',
};
exports.default = WomenOutlined;