@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
40 lines (36 loc) • 956 B
JavaScript
import { gettext } from '@c8y/ngx-components/gettext';
const handsIcons = [
['sign-language', 'signing'],
['hand-o-down'],
['hand-o-left'],
['hand-o-up'],
['hand-o-right'],
['hand-peace-o'],
['hand-pointer-o'],
['hand-spock-o'],
['hand-lizard-o'],
['hand-scissors-o'],
['hand-paper-o', 'hand-stop-o'],
['hand-grab-o', 'hand-rock-o'],
['thumbs-up', 'thumbs-o-up'],
['thumbs-down', 'thumbs-o-down'],
['do-not-touch'],
['hand'],
['disclaimer'],
['touchpad'],
['holding-box'],
['recieve'],
['sell'],
['get-revenue'],
['handshake', 'handshake-o', 'partners'],
['wearable-technology']
];
const handsIconCategory = {
label: gettext('Hands`human hands, icons-category`'),
icons: handsIcons
};
/**
* Generated bundle index. Do not edit.
*/
export { handsIconCategory, handsIcons };
//# sourceMappingURL=c8y-ngx-components-icon-selector-icons-hands.mjs.map