UNPKG

phx-react

Version:

PHX REACT

18 lines 1.05 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Icons = void 0; const DEFAULT = 'https://sisv2-cdn.phx-smartschool.com/library/book-copy/5-13-2025/70a99adb-376b-4020-8556-c0da1208a904-default.png'; const ATTENTION = 'https://sisv2-cdn.phx-smartschool.com/library/book-copy/5-13-2025/22ee9e09-7bb1-44e7-bc1c-9839b1acc0ec-attention.png'; const DANGER = 'https://sisv2-cdn.phx-smartschool.com/library/book-copy/5-13-2025/a87c6463-9cd1-4a5e-88a8-af564fe2d31c-danger.png'; const INFORMATIONAL = 'https://sisv2-cdn.phx-smartschool.com/library/book-copy/5-13-2025/7eb4a009-18f0-4cb3-a09e-6bb7397b60e8-info.png'; const SUCCESS = 'https://sisv2-cdn.phx-smartschool.com/library/book-copy/5-13-2025/d275f2ce-71e4-4675-a420-8ac963e9ea97-success.png'; const WARNING = 'https://sisv2-cdn.phx-smartschool.com/library/book-copy/5-13-2025/81d52650-0f09-458b-9662-ae0523c90972-warning.png'; exports.Icons = { DEFAULT, ATTENTION, DANGER, INFORMATIONAL, SUCCESS, WARNING, }; //# sourceMappingURL=icon.js.map