UNPKG

wix-style-react

Version:
13 lines (12 loc) 357 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.icons = exports.dataHooks = void 0; var dataHooks = { socialIcon: 'social-button-icon', socialTitle: 'social-button-title' }; exports.dataHooks = dataHooks; var icons = ['facebook', 'instagram', 'twitter', 'linkedin', 'pinterest', 'youtube']; exports.icons = icons;