kv-icon-kit 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/demo-files/demo.css +155 -0
- package/demo-files/demo.js +30 -0
- package/demo.html +4814 -0
- package/fonts/brands-700.eot +0 -0
- package/fonts/brands-700.svg +26 -0
- package/fonts/brands-700.ttf +0 -0
- package/fonts/brands-700.woff +0 -0
- package/fonts/brands-700.woff2 +0 -0
- package/fonts/regulars-400.eot +0 -0
- package/fonts/regulars-400.svg +298 -0
- package/fonts/regulars-400.ttf +0 -0
- package/fonts/regulars-400.woff +0 -0
- package/fonts/regulars-400.woff2 +0 -0
- package/fonts/solids-700.eot +0 -0
- package/fonts/solids-700.svg +298 -0
- package/fonts/solids-700.ttf +0 -0
- package/fonts/solids-700.woff +0 -0
- package/fonts/solids-700.woff2 +0 -0
- package/kv-icon-kit.css +3 -0
- package/kv-icon-kit.css.map +1 -0
- package/kv-icon-kit.scss +8 -0
- package/package.json +35 -0
- package/scss/_core.scss +32 -0
- package/scss/_icons.scss +5 -0
- package/scss/_variables.scss +727 -0
- package/scss/brand.scss +19 -0
- package/scss/color-mix.scss +23 -0
- package/scss/regular.scss +13 -0
- package/scss/solid.scss +13 -0
- package/svg/brands/apple.svg +1 -0
- package/svg/brands/facebook-messenger.svg +1 -0
- package/svg/brands/facebook.svg +1 -0
- package/svg/brands/google.svg +1 -0
- package/svg/brands/grab.svg +1 -0
- package/svg/brands/instagram.svg +1 -0
- package/svg/brands/kiotviet-connect.svg +1 -0
- package/svg/brands/kiotviet-finance.svg +1 -0
- package/svg/brands/kiotviet-software.svg +1 -0
- package/svg/brands/kiotviet.svg +1 -0
- package/svg/brands/lazada.svg +1 -0
- package/svg/brands/sendo.svg +1 -0
- package/svg/brands/shopee.svg +1 -0
- package/svg/brands/tiki.svg +1 -0
- package/svg/brands/tiktok.svg +1 -0
- package/svg/brands/zalo.svg +1 -0
- package/svg/color-mix/bag-circle-signal.svg +14 -0
- package/svg/color-mix/bag-shopping.svg +25 -0
- package/svg/color-mix/bowl-fire.svg +28 -0
- package/svg/color-mix/box-line-up.svg +24 -0
- package/svg/color-mix/box.svg +18 -0
- package/svg/color-mix/browser-plus.svg +12 -0
- package/svg/color-mix/browser-user.svg +25 -0
- package/svg/color-mix/burger-soda.svg +37 -0
- package/svg/color-mix/calendar-line-up.svg +16 -0
- package/svg/color-mix/calendar-pen.svg +22 -0
- package/svg/color-mix/cart-flatbed-box-taped.svg +24 -0
- package/svg/color-mix/cart-kiotviet.svg +21 -0
- package/svg/color-mix/chart-area.svg +24 -0
- package/svg/color-mix/circle-user.svg +19 -0
- package/svg/color-mix/dining-table.svg +51 -0
- package/svg/color-mix/export.svg +25 -0
- package/svg/color-mix/file-line.svg +24 -0
- package/svg/color-mix/file-pen-line.svg +30 -0
- package/svg/color-mix/file-percent.svg +24 -0
- package/svg/color-mix/files.svg +24 -0
- package/svg/color-mix/gear.svg +18 -0
- package/svg/color-mix/gift.svg +42 -0
- package/svg/color-mix/import.svg +25 -0
- package/svg/color-mix/kiotviet-connect.svg +27 -0
- package/svg/color-mix/kiotviet-finance.svg +27 -0
- package/svg/color-mix/kiotviet-software.svg +27 -0
- package/svg/color-mix/line-up-money-bill.svg +24 -0
- package/svg/color-mix/memo-arrow-left-right.svg +19 -0
- package/svg/color-mix/message-facebook-link-simple.svg +15 -0
- package/svg/color-mix/pad-dollar-pen.svg +39 -0
- package/svg/color-mix/paper-plane.svg +18 -0
- package/svg/color-mix/qrcode.svg +24 -0
- package/svg/color-mix/return.svg +19 -0
- package/svg/color-mix/sack-dollar.svg +24 -0
- package/svg/color-mix/selling.svg +24 -0
- package/svg/color-mix/spa.svg +19 -0
- package/svg/color-mix/square-line-up.svg +19 -0
- package/svg/color-mix/tags.svg +19 -0
- package/svg/color-mix/trash-can-check.svg +25 -0
- package/svg/color-mix/trash-can-undo.svg +25 -0
- package/svg/color-mix/truck.svg +24 -0
- package/svg/color-mix/user-box.svg +33 -0
- package/svg/color-mix/user-group.svg +30 -0
- package/svg/color-mix/user.svg +24 -0
- package/svg/color-mix/voucher.svg +13 -0
- package/svg/color-mix/wallet.svg +25 -0
- package/svg/regulars/240927/arrow-rotate-dollar.svg +1 -0
- package/svg/regulars/240927/arrow-up-right-from-square.svg +1 -0
- package/svg/regulars/240927/badge-dollar.svg +1 -0
- package/svg/regulars/240927/barcode.svg +1 -0
- package/svg/regulars/240927/bolt-slash.svg +1 -0
- package/svg/regulars/240927/building.svg +1 -0
- package/svg/regulars/240927/car.svg +1 -0
- package/svg/regulars/240927/card-lines.svg +1 -0
- package/svg/regulars/240927/checkbox-indeterminated.svg +1 -0
- package/svg/regulars/240927/checkbox-selected.svg +1 -0
- package/svg/regulars/240927/checkbox-unselected.svg +1 -0
- package/svg/regulars/240927/circle-connect.svg +1 -0
- package/svg/regulars/240927/circle-percent.svg +1 -0
- package/svg/regulars/240927/coins-circle-dollar.svg +1 -0
- package/svg/regulars/240927/desktop.svg +1 -0
- package/svg/regulars/240927/e-wallet.svg +1 -0
- package/svg/regulars/240927/favorite.svg +1 -0
- package/svg/regulars/240927/file-circle-arrow-right.svg +1 -0
- package/svg/regulars/240927/file-circle-check.svg +1 -0
- package/svg/regulars/240927/file-circle-xmark.svg +1 -0
- package/svg/regulars/240927/file-flip.svg +1 -0
- package/svg/regulars/240927/house.svg +1 -0
- package/svg/regulars/240927/location-line.svg +1 -0
- package/svg/regulars/240927/money-bills-simple.svg +1 -0
- package/svg/regulars/240927/money-waves.svg +1 -0
- package/svg/regulars/240927/octagon-info.svg +1 -0
- package/svg/regulars/240927/print-circle-check.svg +1 -0
- package/svg/regulars/240927/print-circle-exclamation.svg +1 -0
- package/svg/regulars/240927/qrcode.svg +1 -0
- package/svg/regulars/240927/radio-selected.svg +1 -0
- package/svg/regulars/240927/radio-unselected.svg +1 -0
- package/svg/regulars/240927/sliders-simple.svg +1 -0
- package/svg/regulars/240927/sparkles.svg +1 -0
- package/svg/regulars/240927/thumbs-down.svg +1 -0
- package/svg/regulars/240927/trash.svg +1 -0
- package/svg/regulars/address-card.svg +1 -0
- package/svg/regulars/angle-down.svg +1 -0
- package/svg/regulars/angle-left.svg +1 -0
- package/svg/regulars/angle-right.svg +1 -0
- package/svg/regulars/angle-up.svg +1 -0
- package/svg/regulars/arrow-down-left.svg +1 -0
- package/svg/regulars/arrow-down-right.svg +1 -0
- package/svg/regulars/arrow-down-to-line.svg +1 -0
- package/svg/regulars/arrow-down.svg +1 -0
- package/svg/regulars/arrow-left.svg +1 -0
- package/svg/regulars/arrow-right-arrow-left.svg +1 -0
- package/svg/regulars/arrow-right.svg +1 -0
- package/svg/regulars/arrow-trend-up.svg +1 -0
- package/svg/regulars/arrow-turn-down-left.svg +1 -0
- package/svg/regulars/arrow-turn-down-right.svg +1 -0
- package/svg/regulars/arrow-turn-down.svg +1 -0
- package/svg/regulars/arrow-turn-up.svg +1 -0
- package/svg/regulars/arrow-up-arrow-down.svg +1 -0
- package/svg/regulars/arrow-up-from-line.svg +1 -0
- package/svg/regulars/arrow-up-left.svg +1 -0
- package/svg/regulars/arrow-up-right.svg +1 -0
- package/svg/regulars/arrow-up.svg +1 -0
- package/svg/regulars/arrows-repeat.svg +1 -0
- package/svg/regulars/arrows-rotate.svg +1 -0
- package/svg/regulars/award.svg +1 -0
- package/svg/regulars/backward-step.svg +1 -0
- package/svg/regulars/bag-circle-signal.svg +1 -0
- package/svg/regulars/bag-shopping-xmark.svg +1 -0
- package/svg/regulars/bag-shopping.svg +1 -0
- package/svg/regulars/ban.svg +1 -0
- package/svg/regulars/bars-filter.svg +1 -0
- package/svg/regulars/bars.svg +1 -0
- package/svg/regulars/basket-shopping.svg +1 -0
- package/svg/regulars/bed-front.svg +1 -0
- package/svg/regulars/bell-concierge.svg +1 -0
- package/svg/regulars/bell.svg +1 -0
- package/svg/regulars/blanket.svg +1 -0
- package/svg/regulars/bolt.svg +1 -0
- package/svg/regulars/box-arrow-right.svg +1 -0
- package/svg/regulars/box-arrows-rotate.svg +1 -0
- package/svg/regulars/box-barcode.svg +1 -0
- package/svg/regulars/box-check.svg +1 -0
- package/svg/regulars/box-circle-dollar.svg +1 -0
- package/svg/regulars/box-circle-exclamation.svg +1 -0
- package/svg/regulars/box-circle-info.svg +1 -0
- package/svg/regulars/box-clock.svg +1 -0
- package/svg/regulars/box-open.svg +1 -0
- package/svg/regulars/box.svg +1 -0
- package/svg/regulars/boxes-stacked.svg +1 -0
- package/svg/regulars/broom.svg +1 -0
- package/svg/regulars/browser-circle-plus.svg +1 -0
- package/svg/regulars/bullhorn.svg +1 -0
- package/svg/regulars/burger-glass.svg +1 -0
- package/svg/regulars/cake-candles.svg +1 -0
- package/svg/regulars/calendar-check.svg +1 -0
- package/svg/regulars/calendar-day.svg +1 -0
- package/svg/regulars/calendar-lines.svg +1 -0
- package/svg/regulars/calendar-pen.svg +1 -0
- package/svg/regulars/calendar-star.svg +1 -0
- package/svg/regulars/camera.svg +1 -0
- package/svg/regulars/caret-down.svg +1 -0
- package/svg/regulars/caret-left.svg +1 -0
- package/svg/regulars/caret-right.svg +1 -0
- package/svg/regulars/caret-up.svg +1 -0
- package/svg/regulars/cart-flatbed-box-simple-xmark.svg +1 -0
- package/svg/regulars/cart-flatbed-box-simple.svg +1 -0
- package/svg/regulars/cart-flatbed-box-taped.svg +1 -0
- package/svg/regulars/cart-shopping.svg +1 -0
- package/svg/regulars/chart-area.svg +1 -0
- package/svg/regulars/chart-line-up.svg +1 -0
- package/svg/regulars/chart-pie-simple.svg +1 -0
- package/svg/regulars/chart-simple.svg +1 -0
- package/svg/regulars/check-double.svg +1 -0
- package/svg/regulars/check.svg +1 -0
- package/svg/regulars/chevron-down.svg +1 -0
- package/svg/regulars/chevron-left.svg +1 -0
- package/svg/regulars/chevron-right.svg +1 -0
- package/svg/regulars/chevron-up.svg +1 -0
- package/svg/regulars/children.svg +1 -0
- package/svg/regulars/circle-check.svg +1 -0
- package/svg/regulars/circle-dollar.svg +1 -0
- package/svg/regulars/circle-dot.svg +1 -0
- package/svg/regulars/circle-ellipsis.svg +1 -0
- package/svg/regulars/circle-exclamation.svg +1 -0
- package/svg/regulars/circle-info.svg +1 -0
- package/svg/regulars/circle-minus.svg +1 -0
- package/svg/regulars/circle-plus.svg +1 -0
- package/svg/regulars/circle-question.svg +1 -0
- package/svg/regulars/circle-user.svg +1 -0
- package/svg/regulars/circle-xmark.svg +1 -0
- package/svg/regulars/circle.svg +1 -0
- package/svg/regulars/clipboard-check.svg +1 -0
- package/svg/regulars/clipboard-line-up.svg +1 -0
- package/svg/regulars/clock-rotate-left.svg +1 -0
- package/svg/regulars/clock.svg +1 -0
- package/svg/regulars/coins.svg +1 -0
- package/svg/regulars/collapse.svg +1 -0
- package/svg/regulars/comment-dots.svg +1 -0
- package/svg/regulars/comment-sms.svg +1 -0
- package/svg/regulars/comment.svg +1 -0
- package/svg/regulars/copy.svg +1 -0
- package/svg/regulars/coupon.svg +1 -0
- package/svg/regulars/credit-card.svg +1 -0
- package/svg/regulars/dollar-sign-arrow-right.svg +1 -0
- package/svg/regulars/dollar-sign-plus.svg +1 -0
- package/svg/regulars/double-shield-check.svg +1 -0
- package/svg/regulars/down-to-bracket.svg +1 -0
- package/svg/regulars/ellipsis.svg +1 -0
- package/svg/regulars/envelope-open.svg +1 -0
- package/svg/regulars/envelope.svg +1 -0
- package/svg/regulars/expand.svg +1 -0
- package/svg/regulars/eye-slash.svg +1 -0
- package/svg/regulars/eye.svg +1 -0
- package/svg/regulars/face-smile.svg +1 -0
- package/svg/regulars/facebook-pos.svg +1 -0
- package/svg/regulars/file-arrow-right-arrow-left.svg +1 -0
- package/svg/regulars/file-arrows-rotate.svg +1 -0
- package/svg/regulars/file-chart-column.svg +1 -0
- package/svg/regulars/file-chart-pie.svg +1 -0
- package/svg/regulars/file-check.svg +1 -0
- package/svg/regulars/file-circle-e.svg +1 -0
- package/svg/regulars/file-circle-plus.svg +1 -0
- package/svg/regulars/file-csv.svg +1 -0
- package/svg/regulars/file-export.svg +1 -0
- package/svg/regulars/file-import.svg +1 -0
- package/svg/regulars/file-lines.svg +1 -0
- package/svg/regulars/file-pdf.svg +1 -0
- package/svg/regulars/file-pen-line.svg +1 -0
- package/svg/regulars/file-pen.svg +1 -0
- package/svg/regulars/file-percent.svg +1 -0
- package/svg/regulars/file-slash.svg +1 -0
- package/svg/regulars/file-user.svg +1 -0
- package/svg/regulars/file-xls.svg +1 -0
- package/svg/regulars/file-xmark.svg +1 -0
- package/svg/regulars/flip-image-left-right.svg +1 -0
- package/svg/regulars/flip-image-top-bottom.svg +1 -0
- package/svg/regulars/floppy-disk.svg +1 -0
- package/svg/regulars/fork-knife.svg +1 -0
- package/svg/regulars/forward-step.svg +1 -0
- package/svg/regulars/gamepad.svg +1 -0
- package/svg/regulars/gauge-low.svg +1 -0
- package/svg/regulars/gear.svg +1 -0
- package/svg/regulars/gift-check.svg +1 -0
- package/svg/regulars/gift.svg +1 -0
- package/svg/regulars/globe.svg +1 -0
- package/svg/regulars/grid-2.svg +1 -0
- package/svg/regulars/grip-dots-vertical.svg +1 -0
- package/svg/regulars/image-rotate-left.svg +1 -0
- package/svg/regulars/image-rotate-right.svg +1 -0
- package/svg/regulars/image.svg +1 -0
- package/svg/regulars/inbox-in.svg +1 -0
- package/svg/regulars/inbox.svg +1 -0
- package/svg/regulars/landmark.svg +1 -0
- package/svg/regulars/laptop.svg +1 -0
- package/svg/regulars/layer-group.svg +1 -0
- package/svg/regulars/lightbulb.svg +1 -0
- package/svg/regulars/line-columns.svg +1 -0
- package/svg/regulars/link-simple-slash.svg +1 -0
- package/svg/regulars/link-simple.svg +1 -0
- package/svg/regulars/list-check.svg +1 -0
- package/svg/regulars/list-radio.svg +1 -0
- package/svg/regulars/list.svg +1 -0
- package/svg/regulars/location-dot-slash.svg +1 -0
- package/svg/regulars/location-dot.svg +1 -0
- package/svg/regulars/lock-keyhole-simple-open.svg +1 -0
- package/svg/regulars/lock-keyhole-simple.svg +1 -0
- package/svg/regulars/lock-keyhole.svg +1 -0
- package/svg/regulars/magnifying-glass.svg +1 -0
- package/svg/regulars/memo-circle-dollar.svg +1 -0
- package/svg/regulars/memo-circle-left-right.svg +1 -0
- package/svg/regulars/memo-pad-dollar-pen.svg +1 -0
- package/svg/regulars/memos.svg +1 -0
- package/svg/regulars/message-dots.svg +1 -0
- package/svg/regulars/message-lines.svg +1 -0
- package/svg/regulars/message-question.svg +1 -0
- package/svg/regulars/message-smile.svg +1 -0
- package/svg/regulars/messages.svg +1 -0
- package/svg/regulars/minus.svg +1 -0
- package/svg/regulars/mobile-arrow-right.svg +1 -0
- package/svg/regulars/mobile-screen.svg +1 -0
- package/svg/regulars/mobile.svg +1 -0
- package/svg/regulars/money-check-dollar.svg +1 -0
- package/svg/regulars/money-transfer.svg +1 -0
- package/svg/regulars/money-wave.svg +1 -0
- package/svg/regulars/moon.svg +1 -0
- package/svg/regulars/nfc.svg +1 -0
- package/svg/regulars/palette.svg +1 -0
- package/svg/regulars/paper-plane.svg +1 -0
- package/svg/regulars/paperclip.svg +1 -0
- package/svg/regulars/pen-line.svg +1 -0
- package/svg/regulars/pen-to-square.svg +1 -0
- package/svg/regulars/person-hold-box.svg +1 -0
- package/svg/regulars/person-walking.svg +1 -0
- package/svg/regulars/phone-arrow-right.svg +1 -0
- package/svg/regulars/phone.svg +1 -0
- package/svg/regulars/plus.svg +1 -0
- package/svg/regulars/power-off.svg +1 -0
- package/svg/regulars/print.svg +1 -0
- package/svg/regulars/product-attribute.svg +1 -0
- package/svg/regulars/product-unit.svg +1 -0
- package/svg/regulars/reply.svg +1 -0
- package/svg/regulars/right-from-bracket.svg +1 -0
- package/svg/regulars/rotate-right.svg +1 -0
- package/svg/regulars/sack-dollar.svg +1 -0
- package/svg/regulars/scan.svg +1 -0
- package/svg/regulars/screen-users.svg +1 -0
- package/svg/regulars/self-delivery.svg +1 -0
- package/svg/regulars/selling.svg +1 -0
- package/svg/regulars/share.svg +1 -0
- package/svg/regulars/shield-check.svg +1 -0
- package/svg/regulars/signal-stream.svg +1 -0
- package/svg/regulars/sliders.svg +1 -0
- package/svg/regulars/sort.svg +1 -0
- package/svg/regulars/square-arrow-left.svg +1 -0
- package/svg/regulars/square-check.svg +1 -0
- package/svg/regulars/square-dashed.svg +1 -0
- package/svg/regulars/square-dollar.svg +1 -0
- package/svg/regulars/square-xmark.svg +1 -0
- package/svg/regulars/square.svg +1 -0
- package/svg/regulars/star-circle.svg +1 -0
- package/svg/regulars/star.svg +1 -0
- package/svg/regulars/store-location-dot.svg +1 -0
- package/svg/regulars/store-user.svg +1 -0
- package/svg/regulars/store.svg +1 -0
- package/svg/regulars/sun-bright.svg +1 -0
- package/svg/regulars/tag.svg +1 -0
- package/svg/regulars/tags.svg +1 -0
- package/svg/regulars/thumbs-up.svg +1 -0
- package/svg/regulars/thumbtack.svg +1 -0
- package/svg/regulars/trash-can-undo.svg +1 -0
- package/svg/regulars/trash-can.svg +1 -0
- package/svg/regulars/triangle-exclamation.svg +1 -0
- package/svg/regulars/truck-arrow-left.svg +1 -0
- package/svg/regulars/truck.svg +1 -0
- package/svg/regulars/up-from-bracket.svg +1 -0
- package/svg/regulars/up.svg +1 -0
- package/svg/regulars/upload.svg +1 -0
- package/svg/regulars/user-box.svg +1 -0
- package/svg/regulars/user-group.svg +1 -0
- package/svg/regulars/user-headset.svg +1 -0
- package/svg/regulars/user-location-dot.svg +1 -0
- package/svg/regulars/user-tie.svg +1 -0
- package/svg/regulars/user-triangle-exclamation.svg +1 -0
- package/svg/regulars/user-xmark.svg +1 -0
- package/svg/regulars/user.svg +1 -0
- package/svg/regulars/users.svg +1 -0
- package/svg/regulars/video-plus.svg +1 -0
- package/svg/regulars/voucher.svg +1 -0
- package/svg/regulars/wallet.svg +1 -0
- package/svg/regulars/warehouse.svg +1 -0
- package/svg/regulars/wifi-slash.svg +1 -0
- package/svg/regulars/wrench.svg +1 -0
- package/svg/regulars/xmark.svg +1 -0
- package/svg/solids/240927/arrow-rotate-dollar.svg +1 -0
- package/svg/solids/240927/arrow-up-right-from-square.svg +1 -0
- package/svg/solids/240927/badge-dollar.svg +1 -0
- package/svg/solids/240927/barcode.svg +1 -0
- package/svg/solids/240927/bolt-slash.svg +1 -0
- package/svg/solids/240927/building.svg +1 -0
- package/svg/solids/240927/car.svg +1 -0
- package/svg/solids/240927/card-lines.svg +1 -0
- package/svg/solids/240927/checkbox-indeterminated.svg +1 -0
- package/svg/solids/240927/checkbox-selected.svg +1 -0
- package/svg/solids/240927/checkbox-unselected.svg +1 -0
- package/svg/solids/240927/circle-connect.svg +1 -0
- package/svg/solids/240927/circle-percent.svg +1 -0
- package/svg/solids/240927/coins-circle-dollar.svg +1 -0
- package/svg/solids/240927/desktop.svg +1 -0
- package/svg/solids/240927/e-wallet.svg +1 -0
- package/svg/solids/240927/favorite.svg +1 -0
- package/svg/solids/240927/file-circle-arrow-right.svg +1 -0
- package/svg/solids/240927/file-circle-check.svg +1 -0
- package/svg/solids/240927/file-circle-xmark.svg +1 -0
- package/svg/solids/240927/file-flip.svg +1 -0
- package/svg/solids/240927/house.svg +1 -0
- package/svg/solids/240927/location-line.svg +1 -0
- package/svg/solids/240927/money-bills-simple.svg +1 -0
- package/svg/solids/240927/money-waves.svg +1 -0
- package/svg/solids/240927/octagon-info.svg +1 -0
- package/svg/solids/240927/print-circle-check.svg +1 -0
- package/svg/solids/240927/print-circle-exclamation.svg +1 -0
- package/svg/solids/240927/qrcode.svg +1 -0
- package/svg/solids/240927/radio-selected.svg +1 -0
- package/svg/solids/240927/radio-unselected.svg +1 -0
- package/svg/solids/240927/sliders-simple.svg +1 -0
- package/svg/solids/240927/sparkles.svg +1 -0
- package/svg/solids/240927/thumbs-down.svg +1 -0
- package/svg/solids/240927/trash.svg +1 -0
- package/svg/solids/address-card.svg +1 -0
- package/svg/solids/angle-down.svg +1 -0
- package/svg/solids/angle-left.svg +1 -0
- package/svg/solids/angle-right.svg +1 -0
- package/svg/solids/angle-up.svg +1 -0
- package/svg/solids/arrow-down-left.svg +1 -0
- package/svg/solids/arrow-down-right.svg +1 -0
- package/svg/solids/arrow-down-to-line.svg +1 -0
- package/svg/solids/arrow-down.svg +1 -0
- package/svg/solids/arrow-left.svg +1 -0
- package/svg/solids/arrow-right-arrow-left.svg +1 -0
- package/svg/solids/arrow-right.svg +1 -0
- package/svg/solids/arrow-trend-up.svg +1 -0
- package/svg/solids/arrow-turn-down-left.svg +1 -0
- package/svg/solids/arrow-turn-down-right.svg +1 -0
- package/svg/solids/arrow-turn-down.svg +1 -0
- package/svg/solids/arrow-turn-up.svg +1 -0
- package/svg/solids/arrow-up-arrow-down.svg +1 -0
- package/svg/solids/arrow-up-from-line.svg +1 -0
- package/svg/solids/arrow-up-left.svg +1 -0
- package/svg/solids/arrow-up-right.svg +1 -0
- package/svg/solids/arrow-up.svg +1 -0
- package/svg/solids/arrows-repeat.svg +1 -0
- package/svg/solids/arrows-rotate.svg +1 -0
- package/svg/solids/award.svg +1 -0
- package/svg/solids/backward-step.svg +1 -0
- package/svg/solids/bag-circle-signal.svg +1 -0
- package/svg/solids/bag-shopping-xmark.svg +1 -0
- package/svg/solids/bag-shopping.svg +1 -0
- package/svg/solids/ban.svg +1 -0
- package/svg/solids/bars-filter.svg +1 -0
- package/svg/solids/bars.svg +1 -0
- package/svg/solids/basket-shopping.svg +1 -0
- package/svg/solids/bed-front.svg +1 -0
- package/svg/solids/bell-concierge.svg +1 -0
- package/svg/solids/bell.svg +1 -0
- package/svg/solids/blanket.svg +1 -0
- package/svg/solids/bolt.svg +1 -0
- package/svg/solids/box-arrow-right.svg +1 -0
- package/svg/solids/box-arrows-rotate.svg +1 -0
- package/svg/solids/box-barcode.svg +1 -0
- package/svg/solids/box-check.svg +1 -0
- package/svg/solids/box-circle-dollar.svg +1 -0
- package/svg/solids/box-circle-exclamation.svg +1 -0
- package/svg/solids/box-circle-info.svg +1 -0
- package/svg/solids/box-clock.svg +1 -0
- package/svg/solids/box-open.svg +1 -0
- package/svg/solids/box.svg +1 -0
- package/svg/solids/boxes-stacked.svg +1 -0
- package/svg/solids/broom.svg +1 -0
- package/svg/solids/browser-circle-plus.svg +1 -0
- package/svg/solids/bullhorn.svg +1 -0
- package/svg/solids/burger-glass.svg +1 -0
- package/svg/solids/cake-candles.svg +1 -0
- package/svg/solids/calendar-check.svg +1 -0
- package/svg/solids/calendar-day.svg +1 -0
- package/svg/solids/calendar-lines.svg +1 -0
- package/svg/solids/calendar-pen.svg +1 -0
- package/svg/solids/calendar-star.svg +1 -0
- package/svg/solids/camera.svg +1 -0
- package/svg/solids/caret-down.svg +1 -0
- package/svg/solids/caret-left.svg +1 -0
- package/svg/solids/caret-right.svg +1 -0
- package/svg/solids/caret-up.svg +1 -0
- package/svg/solids/cart-flatbed-box-simple-xmark.svg +1 -0
- package/svg/solids/cart-flatbed-box-simple.svg +1 -0
- package/svg/solids/cart-flatbed-box-taped.svg +1 -0
- package/svg/solids/cart-shopping.svg +1 -0
- package/svg/solids/chart-area.svg +1 -0
- package/svg/solids/chart-line-up.svg +1 -0
- package/svg/solids/chart-pie-simple.svg +1 -0
- package/svg/solids/chart-simple.svg +1 -0
- package/svg/solids/check-double.svg +1 -0
- package/svg/solids/check.svg +1 -0
- package/svg/solids/chevron-down.svg +1 -0
- package/svg/solids/chevron-left.svg +1 -0
- package/svg/solids/chevron-right.svg +1 -0
- package/svg/solids/chevron-up.svg +1 -0
- package/svg/solids/children.svg +1 -0
- package/svg/solids/circle-check.svg +1 -0
- package/svg/solids/circle-dollar.svg +1 -0
- package/svg/solids/circle-dot.svg +1 -0
- package/svg/solids/circle-ellipsis.svg +1 -0
- package/svg/solids/circle-exclamation.svg +1 -0
- package/svg/solids/circle-info.svg +1 -0
- package/svg/solids/circle-minus.svg +1 -0
- package/svg/solids/circle-plus.svg +1 -0
- package/svg/solids/circle-question.svg +1 -0
- package/svg/solids/circle-user.svg +1 -0
- package/svg/solids/circle-xmark.svg +1 -0
- package/svg/solids/circle.svg +1 -0
- package/svg/solids/clipboard-check.svg +1 -0
- package/svg/solids/clipboard-line-up.svg +1 -0
- package/svg/solids/clock-rotate-left.svg +1 -0
- package/svg/solids/clock.svg +1 -0
- package/svg/solids/coins.svg +1 -0
- package/svg/solids/collapse.svg +1 -0
- package/svg/solids/comment-dots.svg +1 -0
- package/svg/solids/comment-sms.svg +1 -0
- package/svg/solids/comment.svg +1 -0
- package/svg/solids/copy.svg +1 -0
- package/svg/solids/coupon.svg +1 -0
- package/svg/solids/credit-card.svg +1 -0
- package/svg/solids/dollar-sign-arrow-right.svg +1 -0
- package/svg/solids/dollar-sign-plus.svg +1 -0
- package/svg/solids/double-shield-check.svg +1 -0
- package/svg/solids/down-to-bracket.svg +1 -0
- package/svg/solids/ellipsis.svg +1 -0
- package/svg/solids/envelope-open.svg +1 -0
- package/svg/solids/envelope.svg +1 -0
- package/svg/solids/expand.svg +1 -0
- package/svg/solids/eye-slash.svg +1 -0
- package/svg/solids/eye.svg +1 -0
- package/svg/solids/face-smile.svg +1 -0
- package/svg/solids/facebook-pos.svg +1 -0
- package/svg/solids/file-arrow-right-arrow-left.svg +1 -0
- package/svg/solids/file-arrows-rotate.svg +1 -0
- package/svg/solids/file-chart-column.svg +1 -0
- package/svg/solids/file-chart-pie.svg +1 -0
- package/svg/solids/file-check.svg +1 -0
- package/svg/solids/file-circle-e.svg +1 -0
- package/svg/solids/file-circle-plus.svg +1 -0
- package/svg/solids/file-csv.svg +1 -0
- package/svg/solids/file-export.svg +1 -0
- package/svg/solids/file-import.svg +1 -0
- package/svg/solids/file-lines.svg +1 -0
- package/svg/solids/file-pdf.svg +1 -0
- package/svg/solids/file-pen-line.svg +1 -0
- package/svg/solids/file-pen.svg +1 -0
- package/svg/solids/file-percent.svg +1 -0
- package/svg/solids/file-slash.svg +1 -0
- package/svg/solids/file-user.svg +1 -0
- package/svg/solids/file-xls.svg +1 -0
- package/svg/solids/file-xmark.svg +1 -0
- package/svg/solids/flip-image-left-right.svg +1 -0
- package/svg/solids/flip-image-top-bottom.svg +1 -0
- package/svg/solids/floppy-disk.svg +1 -0
- package/svg/solids/fork-knife.svg +1 -0
- package/svg/solids/forward-step.svg +1 -0
- package/svg/solids/gamepad.svg +1 -0
- package/svg/solids/gauge-low.svg +1 -0
- package/svg/solids/gear.svg +1 -0
- package/svg/solids/gift-check.svg +1 -0
- package/svg/solids/gift.svg +1 -0
- package/svg/solids/globe.svg +1 -0
- package/svg/solids/grid-2.svg +1 -0
- package/svg/solids/grip-dots-vertical.svg +1 -0
- package/svg/solids/image-rotate-left.svg +1 -0
- package/svg/solids/image-rotate-right.svg +1 -0
- package/svg/solids/image.svg +1 -0
- package/svg/solids/inbox-in.svg +1 -0
- package/svg/solids/inbox.svg +1 -0
- package/svg/solids/landmark.svg +1 -0
- package/svg/solids/laptop.svg +1 -0
- package/svg/solids/layer-group.svg +1 -0
- package/svg/solids/lightbulb.svg +1 -0
- package/svg/solids/line-columns.svg +1 -0
- package/svg/solids/link-simple-slash.svg +1 -0
- package/svg/solids/link-simple.svg +1 -0
- package/svg/solids/list-check.svg +1 -0
- package/svg/solids/list-radio.svg +1 -0
- package/svg/solids/list.svg +1 -0
- package/svg/solids/location-dot-slash.svg +1 -0
- package/svg/solids/location-dot.svg +1 -0
- package/svg/solids/lock-keyhole-simple-open.svg +1 -0
- package/svg/solids/lock-keyhole-simple.svg +1 -0
- package/svg/solids/lock-keyhole.svg +1 -0
- package/svg/solids/magnifying-glass.svg +1 -0
- package/svg/solids/memo-circle-dollar.svg +1 -0
- package/svg/solids/memo-circle-left-right.svg +1 -0
- package/svg/solids/memo-pad-dollar-pen.svg +1 -0
- package/svg/solids/memos.svg +1 -0
- package/svg/solids/message-dots.svg +1 -0
- package/svg/solids/message-lines.svg +1 -0
- package/svg/solids/message-question.svg +1 -0
- package/svg/solids/message-smile.svg +1 -0
- package/svg/solids/messages.svg +1 -0
- package/svg/solids/minus.svg +1 -0
- package/svg/solids/mobile-arrow-right.svg +1 -0
- package/svg/solids/mobile-screen.svg +1 -0
- package/svg/solids/mobile.svg +1 -0
- package/svg/solids/money-check-dollar.svg +1 -0
- package/svg/solids/money-transfer.svg +1 -0
- package/svg/solids/money-wave.svg +1 -0
- package/svg/solids/moon.svg +1 -0
- package/svg/solids/nfc.svg +1 -0
- package/svg/solids/palette.svg +1 -0
- package/svg/solids/paper-plane.svg +1 -0
- package/svg/solids/paperclip.svg +1 -0
- package/svg/solids/pen-line.svg +1 -0
- package/svg/solids/pen-to-square.svg +1 -0
- package/svg/solids/person-hold-box.svg +1 -0
- package/svg/solids/person-walking.svg +1 -0
- package/svg/solids/phone-arrow-right.svg +1 -0
- package/svg/solids/phone.svg +1 -0
- package/svg/solids/plus.svg +1 -0
- package/svg/solids/power-off.svg +1 -0
- package/svg/solids/print.svg +1 -0
- package/svg/solids/product-attribute.svg +1 -0
- package/svg/solids/product-unit.svg +1 -0
- package/svg/solids/reply.svg +1 -0
- package/svg/solids/right-from-bracket.svg +1 -0
- package/svg/solids/rotate-right.svg +1 -0
- package/svg/solids/sack-dollar.svg +1 -0
- package/svg/solids/scan.svg +1 -0
- package/svg/solids/screen-users.svg +1 -0
- package/svg/solids/self-delivery.svg +1 -0
- package/svg/solids/selling.svg +1 -0
- package/svg/solids/share.svg +1 -0
- package/svg/solids/shield-check.svg +1 -0
- package/svg/solids/signal-stream.svg +1 -0
- package/svg/solids/sliders.svg +1 -0
- package/svg/solids/sort.svg +1 -0
- package/svg/solids/square-arrow-left.svg +1 -0
- package/svg/solids/square-check.svg +1 -0
- package/svg/solids/square-dashed.svg +1 -0
- package/svg/solids/square-dollar.svg +1 -0
- package/svg/solids/square-xmark.svg +1 -0
- package/svg/solids/square.svg +1 -0
- package/svg/solids/star-circle.svg +1 -0
- package/svg/solids/star.svg +1 -0
- package/svg/solids/store-location-dot.svg +1 -0
- package/svg/solids/store-user.svg +1 -0
- package/svg/solids/store.svg +1 -0
- package/svg/solids/sun-bright.svg +1 -0
- package/svg/solids/tag.svg +1 -0
- package/svg/solids/tags.svg +1 -0
- package/svg/solids/thumbs-up.svg +1 -0
- package/svg/solids/thumbtack.svg +1 -0
- package/svg/solids/trash-can-undo.svg +1 -0
- package/svg/solids/trash-can.svg +1 -0
- package/svg/solids/triangle-exclamation.svg +1 -0
- package/svg/solids/truck-arrow-left.svg +1 -0
- package/svg/solids/truck.svg +1 -0
- package/svg/solids/up-from-bracket.svg +1 -0
- package/svg/solids/up.svg +1 -0
- package/svg/solids/upload.svg +1 -0
- package/svg/solids/user-box.svg +1 -0
- package/svg/solids/user-group.svg +1 -0
- package/svg/solids/user-headset.svg +1 -0
- package/svg/solids/user-location-dot.svg +1 -0
- package/svg/solids/user-tie.svg +1 -0
- package/svg/solids/user-triangle-exclamation.svg +1 -0
- package/svg/solids/user-xmark.svg +1 -0
- package/svg/solids/user.svg +1 -0
- package/svg/solids/users.svg +1 -0
- package/svg/solids/video-plus.svg +1 -0
- package/svg/solids/voucher.svg +1 -0
- package/svg/solids/wallet.svg +1 -0
- package/svg/solids/warehouse.svg +1 -0
- package/svg/solids/wifi-slash.svg +1 -0
- package/svg/solids/wrench.svg +1 -0
- package/svg/solids/xmark.svg +1 -0
|
@@ -0,0 +1,727 @@
|
|
|
1
|
+
$ik-css-prefix : ik !default;
|
|
2
|
+
$ik-style : 900 !default;
|
|
3
|
+
$ik-size : 14px !default;
|
|
4
|
+
$ik-style-family : "KV Icon Kit" !default;
|
|
5
|
+
|
|
6
|
+
$ik-display : inline-block !default;
|
|
7
|
+
$ik-font-display : block !default;
|
|
8
|
+
$ik-font-path : "../fonts" !default;
|
|
9
|
+
$ik-svg-path : "../svg" !default;
|
|
10
|
+
|
|
11
|
+
//Font ka content
|
|
12
|
+
$ik-address-card: \e900;
|
|
13
|
+
$ik-angle-down: \e901;
|
|
14
|
+
$ik-angle-left: \e902;
|
|
15
|
+
$ik-angle-right: \e903;
|
|
16
|
+
$ik-angle-up: \e904;
|
|
17
|
+
$ik-arrow-down: \e905;
|
|
18
|
+
$ik-arrow-down-left: \e906;
|
|
19
|
+
$ik-arrow-down-right: \e907;
|
|
20
|
+
$ik-arrow-down-to-line: \e908;
|
|
21
|
+
$ik-arrow-left: \e909;
|
|
22
|
+
$ik-arrow-right: \e90a;
|
|
23
|
+
$ik-arrow-right-arrow-left: \e90b;
|
|
24
|
+
$ik-arrows-repeat: \e90c;
|
|
25
|
+
$ik-arrows-rotate: \e90d;
|
|
26
|
+
$ik-arrow-turn-down: \e90e;
|
|
27
|
+
$ik-arrow-turn-down-left: \e90f;
|
|
28
|
+
$ik-arrow-turn-down-right: \e910;
|
|
29
|
+
$ik-arrow-turn-up: \e911;
|
|
30
|
+
$ik-arrow-trend-up: \e912;
|
|
31
|
+
$ik-arrow-up: \e913;
|
|
32
|
+
$ik-arrow-up-arrow-down: \e914;
|
|
33
|
+
$ik-arrow-up-from-line: \e915;
|
|
34
|
+
$ik-arrow-up-left: \e916;
|
|
35
|
+
$ik-arrow-up-right: \e917;
|
|
36
|
+
$ik-award: \e918;
|
|
37
|
+
$ik-backward-step: \e919;
|
|
38
|
+
$ik-bag-circle-signal: \e91a;
|
|
39
|
+
$ik-bag-shopping: \e91b;
|
|
40
|
+
$ik-bag-shopping-xmark: \e91c;
|
|
41
|
+
$ik-ban: \e91d;
|
|
42
|
+
$ik-bars: \e91e;
|
|
43
|
+
$ik-bars-filter: \e91f;
|
|
44
|
+
$ik-basket-shopping: \e920;
|
|
45
|
+
$ik-bed-front: \e921;
|
|
46
|
+
$ik-bell: \e922;
|
|
47
|
+
$ik-bell-concierge: \e923;
|
|
48
|
+
$ik-blanket: \e924;
|
|
49
|
+
$ik-bolt: \e925;
|
|
50
|
+
$ik-box: \e926;
|
|
51
|
+
$ik-box-arrow-right: \e927;
|
|
52
|
+
$ik-box-arrows-rotate: \e928;
|
|
53
|
+
$ik-box-barcode: \e929;
|
|
54
|
+
$ik-box-circle-dollar: \e92a;
|
|
55
|
+
$ik-box-circle-exclamation: \e92b;
|
|
56
|
+
$ik-box-circle-info: \e92c;
|
|
57
|
+
$ik-box-clock: \e92d;
|
|
58
|
+
$ik-box-check: \e92e;
|
|
59
|
+
$ik-boxes-stacked: \e92f;
|
|
60
|
+
$ik-box-open: \e930;
|
|
61
|
+
$ik-broom: \e931;
|
|
62
|
+
$ik-browser-circle-plus: \e932;
|
|
63
|
+
$ik-bullhorn: \e933;
|
|
64
|
+
$ik-burger-glass: \e934;
|
|
65
|
+
$ik-cake-candles: \e935;
|
|
66
|
+
$ik-calendar-check: \e936;
|
|
67
|
+
$ik-calendar-day: \e937;
|
|
68
|
+
$ik-calendar-lines: \e938;
|
|
69
|
+
$ik-calendar-pen: \e939;
|
|
70
|
+
$ik-calendar-star: \e93a;
|
|
71
|
+
$ik-camera: \e93b;
|
|
72
|
+
$ik-caret-down: \e93c;
|
|
73
|
+
$ik-caret-left: \e93d;
|
|
74
|
+
$ik-caret-right: \e93e;
|
|
75
|
+
$ik-caret-up: \e93f;
|
|
76
|
+
$ik-cart-flatbed-box-simple: \e940;
|
|
77
|
+
$ik-cart-flatbed-box-simple-xmark: \e941;
|
|
78
|
+
$ik-cart-flatbed-box-taped: \e942;
|
|
79
|
+
$ik-cart-shopping: \e943;
|
|
80
|
+
$ik-circle: \e944;
|
|
81
|
+
$ik-circle-check: \e945;
|
|
82
|
+
$ik-circle-dollar: \e946;
|
|
83
|
+
$ik-circle-dot: \e947;
|
|
84
|
+
$ik-circle-ellipsis: \e948;
|
|
85
|
+
$ik-circle-exclamation: \e949;
|
|
86
|
+
$ik-circle-info: \e94a;
|
|
87
|
+
$ik-circle-minus: \e94b;
|
|
88
|
+
$ik-circle-plus: \e94c;
|
|
89
|
+
$ik-circle-question: \e94d;
|
|
90
|
+
$ik-circle-user: \e94e;
|
|
91
|
+
$ik-circle-xmark: \e94f;
|
|
92
|
+
$ik-clipboard-check: \e950;
|
|
93
|
+
$ik-clipboard-line-up: \e951;
|
|
94
|
+
$ik-clock: \e952;
|
|
95
|
+
$ik-clock-rotate-left: \e953;
|
|
96
|
+
$ik-coins: \e954;
|
|
97
|
+
$ik-collapse: \e955;
|
|
98
|
+
$ik-comment: \e956;
|
|
99
|
+
$ik-comment-dots: \e957;
|
|
100
|
+
$ik-comment-sms: \e958;
|
|
101
|
+
$ik-copy: \e959;
|
|
102
|
+
$ik-coupon: \e95a;
|
|
103
|
+
$ik-credit-card: \e95b;
|
|
104
|
+
$ik-chart-area: \e95c;
|
|
105
|
+
$ik-chart-line-up: \e95d;
|
|
106
|
+
$ik-chart-pie-simple: \e95e;
|
|
107
|
+
$ik-chart-simple: \e95f;
|
|
108
|
+
$ik-check: \e960;
|
|
109
|
+
$ik-check-double: \e961;
|
|
110
|
+
$ik-chevron-down: \e962;
|
|
111
|
+
$ik-chevron-left: \e963;
|
|
112
|
+
$ik-chevron-right: \e964;
|
|
113
|
+
$ik-chevron-up: \e965;
|
|
114
|
+
$ik-children: \e966;
|
|
115
|
+
$ik-dollar-sign-arrow-right: \e967;
|
|
116
|
+
$ik-dollar-sign-plus: \e968;
|
|
117
|
+
$ik-double-shield-check: \e969;
|
|
118
|
+
$ik-down-to-bracket: \e96a;
|
|
119
|
+
$ik-ellipsis: \e96b;
|
|
120
|
+
$ik-envelope: \e96c;
|
|
121
|
+
$ik-envelope-open: \e96d;
|
|
122
|
+
$ik-expand: \e96e;
|
|
123
|
+
$ik-eye: \e96f;
|
|
124
|
+
$ik-eye-slash: \e970;
|
|
125
|
+
$ik-facebook-pos: \e971;
|
|
126
|
+
$ik-face-smile: \e972;
|
|
127
|
+
$ik-file-arrow-right-arrow-left: \e973;
|
|
128
|
+
$ik-file-arrows-rotate: \e974;
|
|
129
|
+
$ik-file-circle-e: \e975;
|
|
130
|
+
$ik-file-circle-plus: \e976;
|
|
131
|
+
$ik-file-csv: \e977;
|
|
132
|
+
$ik-file-chart-column: \e978;
|
|
133
|
+
$ik-file-chart-pie: \e979;
|
|
134
|
+
$ik-file-check: \e97a;
|
|
135
|
+
$ik-file-export: \e97b;
|
|
136
|
+
$ik-file-import: \e97c;
|
|
137
|
+
$ik-file-lines: \e97d;
|
|
138
|
+
$ik-file-pdf: \e97e;
|
|
139
|
+
$ik-file-pen: \e97f;
|
|
140
|
+
$ik-file-pen-line: \e980;
|
|
141
|
+
$ik-file-percent: \e981;
|
|
142
|
+
$ik-file-slash: \e982;
|
|
143
|
+
$ik-file-user: \e983;
|
|
144
|
+
$ik-file-xls: \e984;
|
|
145
|
+
$ik-file-xmark: \e985;
|
|
146
|
+
$ik-flip-image-left-right: \e986;
|
|
147
|
+
$ik-flip-image-top-bottom: \e987;
|
|
148
|
+
$ik-floppy-disk: \e988;
|
|
149
|
+
$ik-fork-knife: \e989;
|
|
150
|
+
$ik-forward-step: \e98a;
|
|
151
|
+
$ik-gamepad: \e98b;
|
|
152
|
+
$ik-gauge-low: \e98c;
|
|
153
|
+
$ik-gear: \e98d;
|
|
154
|
+
$ik-globe: \e98e;
|
|
155
|
+
$ik-grid-2: \e98f;
|
|
156
|
+
$ik-grip-dots-vertical: \e990;
|
|
157
|
+
$ik-gift: \e991;
|
|
158
|
+
$ik-gift-check: \e992;
|
|
159
|
+
$ik-image: \e993;
|
|
160
|
+
$ik-image-rotate-left: \e994;
|
|
161
|
+
$ik-image-rotate-right: \e995;
|
|
162
|
+
$ik-inbox: \e996;
|
|
163
|
+
$ik-inbox-in: \e997;
|
|
164
|
+
$ik-landmark: \e998;
|
|
165
|
+
$ik-laptop: \e999;
|
|
166
|
+
$ik-layer-group: \e99a;
|
|
167
|
+
$ik-lightbulb: \e99b;
|
|
168
|
+
$ik-line-columns: \e99c;
|
|
169
|
+
$ik-link-simple: \e99d;
|
|
170
|
+
$ik-link-simple-slash: \e99e;
|
|
171
|
+
$ik-list: \e99f;
|
|
172
|
+
$ik-list-check: \e9a0;
|
|
173
|
+
$ik-list-radio: \e9a1;
|
|
174
|
+
$ik-location-dot: \e9a2;
|
|
175
|
+
$ik-location-dot-slash: \e9a3;
|
|
176
|
+
$ik-lock-keyhole: \e9a4;
|
|
177
|
+
$ik-lock-keyhole-simple: \e9a5;
|
|
178
|
+
$ik-lock-keyhole-simple-open: \e9a6;
|
|
179
|
+
$ik-magnifying-glass: \e9a7;
|
|
180
|
+
$ik-memo-circle-dollar: \e9a8;
|
|
181
|
+
$ik-memo-circle-left-right: \e9a9;
|
|
182
|
+
$ik-memo-pad-dollar-pen: \e9aa;
|
|
183
|
+
$ik-memos: \e9ab;
|
|
184
|
+
$ik-message-dots: \e9ac;
|
|
185
|
+
$ik-message-lines: \e9ad;
|
|
186
|
+
$ik-message-question: \e9ae;
|
|
187
|
+
$ik-messages: \e9af;
|
|
188
|
+
$ik-message-smile: \e9b0;
|
|
189
|
+
$ik-minus: \e9b1;
|
|
190
|
+
$ik-mobile: \e9b2;
|
|
191
|
+
$ik-mobile-arrow-right: \e9b3;
|
|
192
|
+
$ik-mobile-screen: \e9b4;
|
|
193
|
+
$ik-money-check-dollar: \e9b5;
|
|
194
|
+
$ik-money-transfer: \e9b6;
|
|
195
|
+
$ik-money-wave: \e9b7;
|
|
196
|
+
$ik-moon: \e9b8;
|
|
197
|
+
$ik-nfc: \e9b9;
|
|
198
|
+
$ik-palette: \e9ba;
|
|
199
|
+
$ik-paperclip: \e9bb;
|
|
200
|
+
$ik-paper-plane: \e9bc;
|
|
201
|
+
$ik-pen-line: \e9bd;
|
|
202
|
+
$ik-pen-to-square: \e9be;
|
|
203
|
+
$ik-person-hold-box: \e9bf;
|
|
204
|
+
$ik-person-walking: \e9c0;
|
|
205
|
+
$ik-plus: \e9c1;
|
|
206
|
+
$ik-power-off: \e9c2;
|
|
207
|
+
$ik-print: \e9c3;
|
|
208
|
+
$ik-product-attribute: \e9c4;
|
|
209
|
+
$ik-product-unit: \e9c5;
|
|
210
|
+
$ik-phone: \e9c6;
|
|
211
|
+
$ik-phone-arrow-right: \e9c7;
|
|
212
|
+
$ik-reply: \e9c8;
|
|
213
|
+
$ik-right-from-bracket: \e9c9;
|
|
214
|
+
$ik-rotate-right: \e9ca;
|
|
215
|
+
$ik-sack-dollar: \e9cb;
|
|
216
|
+
$ik-scan: \e9cc;
|
|
217
|
+
$ik-screen-users: \e9cd;
|
|
218
|
+
$ik-self-delivery: \e9ce;
|
|
219
|
+
$ik-selling: \e9cf;
|
|
220
|
+
$ik-share: \e9d0;
|
|
221
|
+
$ik-shield-check: \e9d1;
|
|
222
|
+
$ik-signal-stream: \e9d2;
|
|
223
|
+
$ik-sliders: \e9d3;
|
|
224
|
+
$ik-sort: \e9d4;
|
|
225
|
+
$ik-square: \e9d5;
|
|
226
|
+
$ik-square-arrow-left: \e9d6;
|
|
227
|
+
$ik-square-check: \e9d7;
|
|
228
|
+
$ik-square-dashed: \e9d8;
|
|
229
|
+
$ik-square-dollar: \e9d9;
|
|
230
|
+
$ik-square-xmark: \e9da;
|
|
231
|
+
$ik-star: \e9db;
|
|
232
|
+
$ik-star-circle: \e9dc;
|
|
233
|
+
$ik-store: \e9dd;
|
|
234
|
+
$ik-store-location-dot: \e9de;
|
|
235
|
+
$ik-store-user: \e9df;
|
|
236
|
+
$ik-sun-bright: \e9e0;
|
|
237
|
+
$ik-tag: \e9e1;
|
|
238
|
+
$ik-tags: \e9e2;
|
|
239
|
+
$ik-thumbs-up: \e9e3;
|
|
240
|
+
$ik-thumbtack: \e9e4;
|
|
241
|
+
$ik-trash-can: \e9e5;
|
|
242
|
+
$ik-trash-can-undo: \e9e6;
|
|
243
|
+
$ik-triangle-exclamation: \e9e7;
|
|
244
|
+
$ik-truck: \e9e8;
|
|
245
|
+
$ik-truck-arrow-left: \e9e9;
|
|
246
|
+
$ik-up: \e9ea;
|
|
247
|
+
$ik-up-from-bracket: \e9eb;
|
|
248
|
+
$ik-upload: \e9ec;
|
|
249
|
+
$ik-user: \e9ed;
|
|
250
|
+
$ik-user-box: \e9ee;
|
|
251
|
+
$ik-user-group: \e9ef;
|
|
252
|
+
$ik-user-headset: \e9f0;
|
|
253
|
+
$ik-user-location-dot: \e9f1;
|
|
254
|
+
$ik-users: \e9f2;
|
|
255
|
+
$ik-user-tie: \e9f3;
|
|
256
|
+
$ik-user-triangle-exclamation: \e9f4;
|
|
257
|
+
$ik-user-xmark: \e9f5;
|
|
258
|
+
$ik-video-plus: \e9f6;
|
|
259
|
+
$ik-voucher: \e9f7;
|
|
260
|
+
$ik-wallet: \e9f8;
|
|
261
|
+
$ik-warehouse: \e9f9;
|
|
262
|
+
$ik-wifi-slash: \e9fa;
|
|
263
|
+
$ik-wrench: \e9fb;
|
|
264
|
+
$ik-xmark: \e9fc;
|
|
265
|
+
$ik-arrow-rotate-dollar: \e9fd;
|
|
266
|
+
$ik-arrow-up-right-from-square: \e9fe;
|
|
267
|
+
$ik-badge-dollar: \e9ff;
|
|
268
|
+
$ik-barcode: \ea00;
|
|
269
|
+
$ik-bolt-slash: \ea01;
|
|
270
|
+
$ik-building: \ea02;
|
|
271
|
+
$ik-car: \ea03;
|
|
272
|
+
$ik-card-lines: \ea04;
|
|
273
|
+
$ik-circle-connect: \ea05;
|
|
274
|
+
$ik-circle-percent: \ea06;
|
|
275
|
+
$ik-coins-circle-dollar: \ea07;
|
|
276
|
+
$ik-checkbox-indeterminated: \ea08;
|
|
277
|
+
$ik-checkbox-selected: \ea09;
|
|
278
|
+
$ik-checkbox-unselected: \ea0a;
|
|
279
|
+
$ik-desktop: \ea0b;
|
|
280
|
+
$ik-e-wallet: \ea0c;
|
|
281
|
+
$ik-favorite: \ea0d;
|
|
282
|
+
$ik-file-circle-arrow-right: \ea0e;
|
|
283
|
+
$ik-file-circle-check: \ea0f;
|
|
284
|
+
$ik-file-circle-xmark: \ea10;
|
|
285
|
+
$ik-file-flip: \ea11;
|
|
286
|
+
$ik-house: \ea12;
|
|
287
|
+
$ik-location-line: \ea13;
|
|
288
|
+
$ik-money-bills-simple: \ea14;
|
|
289
|
+
$ik-money-waves: \ea15;
|
|
290
|
+
$ik-octagon-info: \ea16;
|
|
291
|
+
$ik-print-circle-check: \ea17;
|
|
292
|
+
$ik-print-circle-exclamation: \ea18;
|
|
293
|
+
$ik-qrcode: \ea19;
|
|
294
|
+
$ik-radio-selected: \ea1a;
|
|
295
|
+
$ik-radio-unselected: \ea1b;
|
|
296
|
+
$ik-sliders-simple: \ea1c;
|
|
297
|
+
$ik-sparkles: \ea1d;
|
|
298
|
+
$ik-thumbs-down: \ea1e;
|
|
299
|
+
$ik-trash: \ea1f;
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
//font icon brand
|
|
303
|
+
$ik-apple: \e900;
|
|
304
|
+
$ik-facebook: \e901;
|
|
305
|
+
$ik-facebook-messenger: \e902;
|
|
306
|
+
$ik-google: \e903;
|
|
307
|
+
$ik-grab: \e904;
|
|
308
|
+
$ik-instagram: \e905;
|
|
309
|
+
$ik-kiotviet: \e906;
|
|
310
|
+
$ik-kiotviet-connect: \e907;
|
|
311
|
+
$ik-kiotviet-finance: \e908;
|
|
312
|
+
$ik-kiotviet-software: \e909;
|
|
313
|
+
$ik-lazada: \e90a;
|
|
314
|
+
$ik-sendo: \e90b;
|
|
315
|
+
$ik-shopee: \e90c;
|
|
316
|
+
$ik-tiki: \e90d;
|
|
317
|
+
$ik-tiktok: \e90e;
|
|
318
|
+
$ik-zalo: \e90f;
|
|
319
|
+
|
|
320
|
+
//Icon Color-mix
|
|
321
|
+
$ikc-selling: 'selling.svg'; /* Giao dịch / Bán hàng retail */
|
|
322
|
+
$ikc-file-pen-line: 'file-pen-line.svg'; /* Giao dịch / Lập phiếu thu */
|
|
323
|
+
$ikc-bag-shopping: 'bag-shopping.svg'; /* Giao dịch / Đặt hàng */
|
|
324
|
+
$ikc-return: 'return.svg'; /* Giao dịch / Trả hàng */
|
|
325
|
+
$ikc-import: 'import.svg'; /* Giao dịch / Nhập hàng */
|
|
326
|
+
$ikc-export: 'export.svg'; /* Giao dịch / Trả hàng nhập */
|
|
327
|
+
$ikc-cart-flatbed-box-taped: 'cart-flatbed-box-taped.svg'; /* Giao dịch / Chuyển hàng */
|
|
328
|
+
$ikc-trash-can-undo: 'trash-can-undo.svg'; /* Giao dịch / Xuất huỷ */
|
|
329
|
+
$ikc-trash-can-check: 'trash-can-check.svg'; /* Giao dịch / Kiểm kho */
|
|
330
|
+
$ikc-box: 'box.svg'; /* Giao dịch / Hàng hoá */
|
|
331
|
+
$ikc-file-line: 'file-line.svg'; /* Giao dịch / Hoá đơn */
|
|
332
|
+
$ikc-bowl-fire: 'bowl-fire.svg'; /* Giao dịch / Bán hàng FNB */
|
|
333
|
+
$ikc-burger-soda: 'burger-soda.svg'; /* Giao dịch / Hàng hoá FNB */
|
|
334
|
+
$ikc-user: 'user.svg'; /* Đối tác / Khách hàng */
|
|
335
|
+
$ikc-user-group: 'user-group.svg'; /* Đối tác / Nhóm khách hàng */
|
|
336
|
+
$ikc-browser-user: 'browser-user.svg'; /* Đối tác / Nhà cung cấp */
|
|
337
|
+
$ikc-circle-user: 'circle-user.svg'; /* Nhân viên */
|
|
338
|
+
$ikc-calendar-pen: 'calendar-pen.svg'; /* Nhân viên / Chấm công */
|
|
339
|
+
$ikc-pad-dollar-pen: 'pad-dollar-pen.svg'; /* Nhân viên / Bảng lương */
|
|
340
|
+
$ikc-memo-arrow-left-right: 'memo-arrow-left-right.svg'; /* Nhân viên / Phiếu giao ca */
|
|
341
|
+
$ikc-truck: 'truck.svg'; /* Giao hàng / Giao hàng */
|
|
342
|
+
$ikc-user-box: 'user-box.svg'; /* Giao hàng / Đối tác giao hàng */
|
|
343
|
+
$ikc-wallet: 'wallet.svg'; /* Báo cáo / Sổ quỹ */
|
|
344
|
+
$ikc-calendar-line-up: 'calendar-line-up.svg'; /* Báo cáo / Báo cáo cuối ngày */
|
|
345
|
+
$ikc-square-line-up: 'square-line-up.svg'; /* Báo cáo / Phân tích */
|
|
346
|
+
$ikc-chart-area: 'chart-area.svg'; /* Báo cáo */
|
|
347
|
+
$ikc-box-line-up: 'box-line-up.svg'; /* Báo cáo / Báo cáo hàng hoá */
|
|
348
|
+
$ikc-line-up-money-bill: 'line-up-money-bill.svg'; /* Báo cáo / Báo cáo bán hàng */
|
|
349
|
+
$ikc-qrcode: 'qrcode.svg'; /* Tài chính / Thanh toán */
|
|
350
|
+
$ikc-sack-dollar: 'sack-dollar.svg'; /* Tài chính / Vay vốn */
|
|
351
|
+
$ikc-dining-table: 'dining-table.svg'; /* Khác / Phòng bàn */
|
|
352
|
+
$ikc-files: 'files.svg'; /* Khác / Giấy tờ */
|
|
353
|
+
$ikc-gear: 'gear.svg'; /* Khác / Thiết lập */
|
|
354
|
+
$ikc-bag-circle-signal: 'bag-circle-signal.svg'; /* Bán oline / Bán sàn thương mại điện tử */
|
|
355
|
+
$ikc-message-facebook-link-simple: 'message-facebook-link-simple.svg'; /* Bán Online / Bán Facebook */
|
|
356
|
+
$ikc-browser-plus: 'browser-plus.svg'; /* Bán Online / Website bán hàng */
|
|
357
|
+
$ikc-cart-kiotviet: 'cart-kiotviet.svg'; /* Nguồn hàng */
|
|
358
|
+
$ikc-kiotviet-software: 'kiotviet-software.svg'; /* KiotViet Software */
|
|
359
|
+
$ikc-kiotviet-connect: 'kiotviet-connect.svg'; /* KiotViet Connect */
|
|
360
|
+
$ikc-kiotviet-finance: 'kiotviet-finance.svg'; /* KiotViet Finance */
|
|
361
|
+
$ikc-tags: 'tags.svg'; /* Giao dịch / Bảng giá */
|
|
362
|
+
$ikc-paper-plane: 'paper-plane.svg'; /* Khác / Gửi tin nhắn */
|
|
363
|
+
$ikc-spa: 'spa.svg'; /* Khác / Gói & Thẻ */
|
|
364
|
+
$ikc-gift: 'gift.svg'; /* Thanh toán / Khuyến mại */
|
|
365
|
+
$ikc-voucher: 'voucher.svg'; /* Thanh toán / Voucher */
|
|
366
|
+
$ikc-file-percent: 'file-percent.svg'; /* Nhân viên / Bảng hoa hồng */
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
$ik-icons: (
|
|
371
|
+
"address-card": $ik-address-card,
|
|
372
|
+
"angle-down": $ik-angle-down,
|
|
373
|
+
"angle-left": $ik-angle-left,
|
|
374
|
+
"angle-right": $ik-angle-right,
|
|
375
|
+
"angle-up": $ik-angle-up,
|
|
376
|
+
"arrow-down": $ik-arrow-down,
|
|
377
|
+
"arrow-down-left": $ik-arrow-down-left,
|
|
378
|
+
"arrow-down-right": $ik-arrow-down-right,
|
|
379
|
+
"arrow-down-to-line": $ik-arrow-down-to-line,
|
|
380
|
+
"arrow-left": $ik-arrow-left,
|
|
381
|
+
"arrow-right": $ik-arrow-right,
|
|
382
|
+
"arrow-right-arrow-left": $ik-arrow-right-arrow-left,
|
|
383
|
+
"arrows-repeat": $ik-arrows-repeat,
|
|
384
|
+
"arrows-rotate": $ik-arrows-rotate,
|
|
385
|
+
"arrow-turn-down": $ik-arrow-turn-down,
|
|
386
|
+
"arrow-turn-down-left": $ik-arrow-turn-down-left,
|
|
387
|
+
"arrow-turn-down-right": $ik-arrow-turn-down-right,
|
|
388
|
+
"arrow-turn-up": $ik-arrow-turn-up,
|
|
389
|
+
"arrow-trend-up": $ik-arrow-trend-up,
|
|
390
|
+
"arrow-up": $ik-arrow-up,
|
|
391
|
+
"arrow-up-arrow-down": $ik-arrow-up-arrow-down,
|
|
392
|
+
"arrow-up-from-line": $ik-arrow-up-from-line,
|
|
393
|
+
"arrow-up-left": $ik-arrow-up-left,
|
|
394
|
+
"arrow-up-right": $ik-arrow-up-right,
|
|
395
|
+
"award": $ik-award,
|
|
396
|
+
"backward-step": $ik-backward-step,
|
|
397
|
+
"bag-circle-signal": $ik-bag-circle-signal,
|
|
398
|
+
"bag-shopping": $ik-bag-shopping,
|
|
399
|
+
"bag-shopping-xmark": $ik-bag-shopping-xmark,
|
|
400
|
+
"ban": $ik-ban,
|
|
401
|
+
"bars": $ik-bars,
|
|
402
|
+
"bars-filter": $ik-bars-filter,
|
|
403
|
+
"basket-shopping": $ik-basket-shopping,
|
|
404
|
+
"bed-front": $ik-bed-front,
|
|
405
|
+
"bell": $ik-bell,
|
|
406
|
+
"bell-concierge": $ik-bell-concierge,
|
|
407
|
+
"blanket": $ik-blanket,
|
|
408
|
+
"bolt": $ik-bolt,
|
|
409
|
+
"box": $ik-box,
|
|
410
|
+
"box-arrow-right": $ik-box-arrow-right,
|
|
411
|
+
"box-arrows-rotate": $ik-box-arrows-rotate,
|
|
412
|
+
"box-barcode": $ik-box-barcode,
|
|
413
|
+
"box-circle-dollar": $ik-box-circle-dollar,
|
|
414
|
+
"box-circle-exclamation": $ik-box-circle-exclamation,
|
|
415
|
+
"box-circle-info": $ik-box-circle-info,
|
|
416
|
+
"box-clock": $ik-box-clock,
|
|
417
|
+
"box-check": $ik-box-check,
|
|
418
|
+
"boxes-stacked": $ik-boxes-stacked,
|
|
419
|
+
"box-open": $ik-box-open,
|
|
420
|
+
"broom": $ik-broom,
|
|
421
|
+
"browser-circle-plus": $ik-browser-circle-plus,
|
|
422
|
+
"bullhorn": $ik-bullhorn,
|
|
423
|
+
"burger-glass": $ik-burger-glass,
|
|
424
|
+
"calendar-check": $ik-calendar-check,
|
|
425
|
+
"cake-candles": $ik-cake-candles,
|
|
426
|
+
"calendar-day": $ik-calendar-day,
|
|
427
|
+
"calendar-lines": $ik-calendar-lines,
|
|
428
|
+
"calendar-pen": $ik-calendar-pen,
|
|
429
|
+
"calendar-star": $ik-calendar-star,
|
|
430
|
+
"camera": $ik-camera,
|
|
431
|
+
"caret-down": $ik-caret-down,
|
|
432
|
+
"caret-right": $ik-caret-right,
|
|
433
|
+
"caret-left": $ik-caret-left,
|
|
434
|
+
"caret-up": $ik-caret-up,
|
|
435
|
+
"cart-flatbed-box-simple": $ik-cart-flatbed-box-simple,
|
|
436
|
+
"cart-flatbed-box-simple-xmark": $ik-cart-flatbed-box-simple-xmark,
|
|
437
|
+
"cart-flatbed-box-taped": $ik-cart-flatbed-box-taped,
|
|
438
|
+
"cart-shopping": $ik-cart-shopping,
|
|
439
|
+
"circle": $ik-circle,
|
|
440
|
+
"circle-check": $ik-circle-check,
|
|
441
|
+
"circle-dollar": $ik-circle-dollar,
|
|
442
|
+
"circle-dot": $ik-circle-dot,
|
|
443
|
+
"circle-ellipsis": $ik-circle-ellipsis,
|
|
444
|
+
"circle-exclamation": $ik-circle-exclamation,
|
|
445
|
+
"circle-info": $ik-circle-info,
|
|
446
|
+
"circle-minus": $ik-circle-minus,
|
|
447
|
+
"circle-plus": $ik-circle-plus,
|
|
448
|
+
"circle-question": $ik-circle-question,
|
|
449
|
+
"circle-user": $ik-circle-user,
|
|
450
|
+
"circle-xmark": $ik-circle-xmark,
|
|
451
|
+
"clipboard-check": $ik-clipboard-check,
|
|
452
|
+
"clipboard-line-up": $ik-clipboard-line-up,
|
|
453
|
+
"clock": $ik-clock,
|
|
454
|
+
"clock-rotate-left": $ik-clock-rotate-left,
|
|
455
|
+
"coins": $ik-coins,
|
|
456
|
+
"collapse": $ik-collapse,
|
|
457
|
+
"comment": $ik-comment,
|
|
458
|
+
"comment-dots": $ik-comment-dots,
|
|
459
|
+
"comment-sms": $ik-comment-sms,
|
|
460
|
+
"copy": $ik-copy,
|
|
461
|
+
"coupon": $ik-coupon,
|
|
462
|
+
"credit-card": $ik-credit-card,
|
|
463
|
+
"chart-area": $ik-chart-area,
|
|
464
|
+
"chart-line-up": $ik-chart-line-up,
|
|
465
|
+
"chart-pie-simple": $ik-chart-pie-simple,
|
|
466
|
+
"chart-simple": $ik-chart-simple,
|
|
467
|
+
"check": $ik-check,
|
|
468
|
+
"check-double": $ik-check-double,
|
|
469
|
+
"chevron-down": $ik-chevron-down,
|
|
470
|
+
"chevron-left": $ik-chevron-left,
|
|
471
|
+
"chevron-right": $ik-chevron-right,
|
|
472
|
+
"chevron-up": $ik-chevron-up,
|
|
473
|
+
"children": $ik-children,
|
|
474
|
+
"dollar-sign-arrow-right": $ik-dollar-sign-arrow-right,
|
|
475
|
+
"dollar-sign-plus": $ik-dollar-sign-plus,
|
|
476
|
+
"double-shield-check": $ik-double-shield-check,
|
|
477
|
+
"down-to-bracket": $ik-down-to-bracket,
|
|
478
|
+
"ellipsis": $ik-ellipsis,
|
|
479
|
+
"envelope": $ik-envelope,
|
|
480
|
+
"envelope-open": $ik-envelope-open,
|
|
481
|
+
"expand": $ik-expand,
|
|
482
|
+
"eye": $ik-eye,
|
|
483
|
+
"eye-slash": $ik-eye-slash,
|
|
484
|
+
"facebook-pos": $ik-facebook-pos,
|
|
485
|
+
"face-smile": $ik-face-smile,
|
|
486
|
+
"file-arrow-right-arrow-left": $ik-file-arrow-right-arrow-left,
|
|
487
|
+
"file-arrows-rotate": $ik-file-arrows-rotate,
|
|
488
|
+
"file-circle-e": $ik-file-circle-e,
|
|
489
|
+
"file-circle-plus": $ik-file-circle-plus,
|
|
490
|
+
"file-csv": $ik-file-csv,
|
|
491
|
+
"file-chart-column": $ik-file-chart-column,
|
|
492
|
+
"file-chart-pie": $ik-file-chart-pie,
|
|
493
|
+
"file-check": $ik-file-check,
|
|
494
|
+
"file-export": $ik-file-export,
|
|
495
|
+
"file-import": $ik-file-import,
|
|
496
|
+
"file-lines": $ik-file-lines,
|
|
497
|
+
"file-pdf": $ik-file-pdf,
|
|
498
|
+
"file-pen": $ik-file-pen,
|
|
499
|
+
"file-pen-line": $ik-file-pen-line,
|
|
500
|
+
"file-percent": $ik-file-percent,
|
|
501
|
+
"file-slash": $ik-file-slash,
|
|
502
|
+
"file-user": $ik-file-user,
|
|
503
|
+
"file-xls": $ik-file-xls,
|
|
504
|
+
"file-xmark": $ik-file-xmark,
|
|
505
|
+
"flip-image-left-right": $ik-flip-image-left-right,
|
|
506
|
+
"flip-image-top-bottom": $ik-flip-image-top-bottom,
|
|
507
|
+
"floppy-disk": $ik-floppy-disk,
|
|
508
|
+
"fork-knife": $ik-fork-knife,
|
|
509
|
+
"forward-step": $ik-forward-step,
|
|
510
|
+
"gamepad": $ik-gamepad,
|
|
511
|
+
"gauge-low": $ik-gauge-low,
|
|
512
|
+
"gear": $ik-gear,
|
|
513
|
+
"globe": $ik-globe,
|
|
514
|
+
"grid-2": $ik-grid-2,
|
|
515
|
+
"grip-dots-vertical": $ik-grip-dots-vertical,
|
|
516
|
+
"gift": $ik-gift,
|
|
517
|
+
"gift-check": $ik-gift-check,
|
|
518
|
+
"image": $ik-image,
|
|
519
|
+
"image-rotate-left": $ik-image-rotate-left,
|
|
520
|
+
"image-rotate-right": $ik-image-rotate-right,
|
|
521
|
+
"inbox": $ik-inbox,
|
|
522
|
+
"inbox-in": $ik-inbox-in,
|
|
523
|
+
"landmark": $ik-landmark,
|
|
524
|
+
"laptop": $ik-laptop,
|
|
525
|
+
"layer-group": $ik-layer-group,
|
|
526
|
+
"lightbulb": $ik-lightbulb,
|
|
527
|
+
"line-columns": $ik-line-columns,
|
|
528
|
+
"link-simple": $ik-link-simple,
|
|
529
|
+
"link-simple-slash": $ik-link-simple-slash,
|
|
530
|
+
"list": $ik-list,
|
|
531
|
+
"list-check": $ik-list-check,
|
|
532
|
+
"list-radio": $ik-list-radio,
|
|
533
|
+
"location-dot": $ik-location-dot,
|
|
534
|
+
"location-dot-slash": $ik-location-dot-slash,
|
|
535
|
+
"lock-keyhole": $ik-lock-keyhole,
|
|
536
|
+
"lock-keyhole-simple": $ik-lock-keyhole-simple,
|
|
537
|
+
"lock-keyhole-simple-open": $ik-lock-keyhole-simple-open,
|
|
538
|
+
"magnifying-glass": $ik-magnifying-glass,
|
|
539
|
+
"memo-circle-dollar": $ik-memo-circle-dollar,
|
|
540
|
+
"memo-circle-left-right": $ik-memo-circle-left-right,
|
|
541
|
+
"memo-pad-dollar-pen": $ik-memo-pad-dollar-pen,
|
|
542
|
+
"memos": $ik-memos,
|
|
543
|
+
"message-dots": $ik-message-dots,
|
|
544
|
+
"message-lines": $ik-message-lines,
|
|
545
|
+
"message-question": $ik-message-question,
|
|
546
|
+
"messages": $ik-messages,
|
|
547
|
+
"message-smile": $ik-message-smile,
|
|
548
|
+
"minus": $ik-minus,
|
|
549
|
+
"mobile": $ik-mobile,
|
|
550
|
+
"mobile-arrow-right": $ik-mobile-arrow-right,
|
|
551
|
+
"mobile-screen": $ik-mobile-screen,
|
|
552
|
+
"money-check-dollar": $ik-money-check-dollar,
|
|
553
|
+
"money-transfer": $ik-money-transfer,
|
|
554
|
+
"money-wave": $ik-money-wave,
|
|
555
|
+
"moon": $ik-moon,
|
|
556
|
+
"nfc": $ik-nfc,
|
|
557
|
+
"palette": $ik-palette,
|
|
558
|
+
"paperclip": $ik-paperclip,
|
|
559
|
+
"paper-plane": $ik-paper-plane,
|
|
560
|
+
"pen-line": $ik-pen-line,
|
|
561
|
+
"pen-to-square": $ik-pen-to-square,
|
|
562
|
+
"person-hold-box": $ik-person-hold-box,
|
|
563
|
+
"person-walking": $ik-person-walking,
|
|
564
|
+
"plus": $ik-plus,
|
|
565
|
+
"power-off": $ik-power-off,
|
|
566
|
+
"print": $ik-print,
|
|
567
|
+
"product-attribute": $ik-product-attribute,
|
|
568
|
+
"product-unit": $ik-product-unit,
|
|
569
|
+
"phone": $ik-phone,
|
|
570
|
+
"phone-arrow-right": $ik-phone-arrow-right,
|
|
571
|
+
"reply": $ik-reply,
|
|
572
|
+
"right-from-bracket": $ik-right-from-bracket,
|
|
573
|
+
"rotate-right": $ik-rotate-right,
|
|
574
|
+
"sack-dollar": $ik-sack-dollar,
|
|
575
|
+
"scan": $ik-scan,
|
|
576
|
+
"screen-users": $ik-screen-users,
|
|
577
|
+
"self-delivery": $ik-self-delivery,
|
|
578
|
+
"selling": $ik-selling,
|
|
579
|
+
"share": $ik-share,
|
|
580
|
+
"shield-check": $ik-shield-check,
|
|
581
|
+
"signal-stream": $ik-signal-stream,
|
|
582
|
+
"sliders": $ik-sliders,
|
|
583
|
+
"sort": $ik-sort,
|
|
584
|
+
"square": $ik-square,
|
|
585
|
+
"square-arrow-left": $ik-square-arrow-left,
|
|
586
|
+
"square-check": $ik-square-check,
|
|
587
|
+
"square-dashed": $ik-square-dashed,
|
|
588
|
+
"square-dollar": $ik-square-dollar,
|
|
589
|
+
"square-xmark": $ik-square-xmark,
|
|
590
|
+
"star": $ik-star,
|
|
591
|
+
"star-circle": $ik-star-circle,
|
|
592
|
+
"store": $ik-store,
|
|
593
|
+
"store-location-dot": $ik-store-location-dot,
|
|
594
|
+
"store-user": $ik-store-user,
|
|
595
|
+
"sun-bright": $ik-sun-bright,
|
|
596
|
+
"tag": $ik-tag,
|
|
597
|
+
"tags": $ik-tags,
|
|
598
|
+
"thumbs-up": $ik-thumbs-up,
|
|
599
|
+
"thumbtack": $ik-thumbtack,
|
|
600
|
+
"trash-can": $ik-trash-can,
|
|
601
|
+
"trash-can-undo": $ik-trash-can-undo,
|
|
602
|
+
"triangle-exclamation": $ik-triangle-exclamation,
|
|
603
|
+
"truck": $ik-truck,
|
|
604
|
+
"truck-arrow-left": $ik-truck-arrow-left,
|
|
605
|
+
"up": $ik-up,
|
|
606
|
+
"up-from-bracket": $ik-up-from-bracket,
|
|
607
|
+
"upload": $ik-upload,
|
|
608
|
+
"user": $ik-user,
|
|
609
|
+
"user-box": $ik-user-box,
|
|
610
|
+
"user-group": $ik-user-group,
|
|
611
|
+
"user-headset": $ik-user-headset,
|
|
612
|
+
"user-location-dot": $ik-user-location-dot,
|
|
613
|
+
"users": $ik-users,
|
|
614
|
+
"user-tie": $ik-user-tie,
|
|
615
|
+
"user-triangle-exclamation": $ik-user-triangle-exclamation,
|
|
616
|
+
"user-xmark": $ik-user-xmark,
|
|
617
|
+
"video-plus": $ik-video-plus,
|
|
618
|
+
"voucher": $ik-voucher,
|
|
619
|
+
"wallet": $ik-wallet,
|
|
620
|
+
"warehouse": $ik-warehouse,
|
|
621
|
+
"wifi-slash": $ik-wifi-slash,
|
|
622
|
+
"wrench": $ik-wrench,
|
|
623
|
+
"xmark": $ik-xmark,
|
|
624
|
+
"arrow-rotate-dollar": $ik-arrow-rotate-dollar,
|
|
625
|
+
"arrow-up-right-from-square": $ik-arrow-up-right-from-square,
|
|
626
|
+
"badge-dollar": $ik-badge-dollar,
|
|
627
|
+
"barcode": $ik-barcode,
|
|
628
|
+
"bolt-slash": $ik-bolt-slash,
|
|
629
|
+
"building": $ik-building,
|
|
630
|
+
"car": $ik-car,
|
|
631
|
+
"card-lines": $ik-card-lines,
|
|
632
|
+
"circle-connect": $ik-circle-connect,
|
|
633
|
+
"circle-percent": $ik-circle-percent,
|
|
634
|
+
"coins-circle-dollar": $ik-coins-circle-dollar,
|
|
635
|
+
"checkbox-indeterminated": $ik-checkbox-indeterminated,
|
|
636
|
+
"checkbox-selected": $ik-checkbox-selected,
|
|
637
|
+
"checkbox-unselected": $ik-checkbox-unselected,
|
|
638
|
+
"desktop": $ik-desktop,
|
|
639
|
+
"e-wallet": $ik-e-wallet,
|
|
640
|
+
"favorite": $ik-favorite,
|
|
641
|
+
"file-circle-arrow-right": $ik-file-circle-arrow-right,
|
|
642
|
+
"file-circle-check": $ik-file-circle-check,
|
|
643
|
+
"file-circle-xmark": $ik-file-circle-xmark,
|
|
644
|
+
"file-flip": $ik-file-flip,
|
|
645
|
+
"house": $ik-house,
|
|
646
|
+
"location-line": $ik-location-line,
|
|
647
|
+
"money-bills-simple": $ik-money-bills-simple,
|
|
648
|
+
"money-waves": $ik-money-waves,
|
|
649
|
+
"octagon-info": $ik-octagon-info,
|
|
650
|
+
"print-circle-check": $ik-print-circle-check,
|
|
651
|
+
"print-circle-exclamation": $ik-print-circle-exclamation,
|
|
652
|
+
"qrcode": $ik-qrcode,
|
|
653
|
+
"radio-selected": $ik-radio-selected,
|
|
654
|
+
"radio-unselected": $ik-radio-unselected,
|
|
655
|
+
"sliders-simple": $ik-sliders-simple,
|
|
656
|
+
"sparkles": $ik-sparkles,
|
|
657
|
+
"thumbs-down": $ik-thumbs-down,
|
|
658
|
+
"trash": $ik-trash
|
|
659
|
+
);
|
|
660
|
+
|
|
661
|
+
$ik-brand-icons: (
|
|
662
|
+
"apple": $ik-apple,
|
|
663
|
+
"facebook": $ik-facebook,
|
|
664
|
+
"facebook-messenger": $ik-facebook-messenger,
|
|
665
|
+
"google": $ik-google,
|
|
666
|
+
"grab": $ik-grab,
|
|
667
|
+
"instagram": $ik-instagram,
|
|
668
|
+
"kiotviet": $ik-kiotviet,
|
|
669
|
+
"kiotviet-connect": $ik-kiotviet-connect,
|
|
670
|
+
"kiotviet-finance": $ik-kiotviet-finance,
|
|
671
|
+
"kiotviet-software": $ik-kiotviet-software,
|
|
672
|
+
"lazada": $ik-lazada,
|
|
673
|
+
"sendo": $ik-sendo,
|
|
674
|
+
"shopee": $ik-shopee,
|
|
675
|
+
"tiki": $ik-tiki,
|
|
676
|
+
"tiktok": $ik-tiktok,
|
|
677
|
+
"zalo": $ik-zalo
|
|
678
|
+
);
|
|
679
|
+
|
|
680
|
+
$ik-color-mix-icons: (
|
|
681
|
+
'selling': $ikc-selling,
|
|
682
|
+
'file-pen-line': $ikc-file-pen-line,
|
|
683
|
+
'bag-shopping': $ikc-bag-shopping,
|
|
684
|
+
'return': $ikc-return,
|
|
685
|
+
'import': $ikc-import,
|
|
686
|
+
'export': $ikc-export,
|
|
687
|
+
'cart-flatbed-box-taped': $ikc-cart-flatbed-box-taped,
|
|
688
|
+
'trash-can-undo': $ikc-trash-can-undo,
|
|
689
|
+
'trash-can-check': $ikc-trash-can-check,
|
|
690
|
+
'box': $ikc-box,
|
|
691
|
+
'file-line': $ikc-file-line,
|
|
692
|
+
'bowl-fire': $ikc-bowl-fire,
|
|
693
|
+
'burger-soda': $ikc-burger-soda,
|
|
694
|
+
'user': $ikc-user,
|
|
695
|
+
'user-group': $ikc-user-group,
|
|
696
|
+
'browser-user': $ikc-browser-user,
|
|
697
|
+
'circle-user': $ikc-circle-user,
|
|
698
|
+
'calendar-pen': $ikc-calendar-pen,
|
|
699
|
+
'pad-dollar-pen': $ikc-pad-dollar-pen,
|
|
700
|
+
'memo-arrow-left-right': $ikc-memo-arrow-left-right,
|
|
701
|
+
'truck': $ikc-truck,
|
|
702
|
+
'user-box': $ikc-user-box,
|
|
703
|
+
'wallet': $ikc-wallet,
|
|
704
|
+
'calendar-line-up': $ikc-calendar-line-up,
|
|
705
|
+
'square-line-up': $ikc-square-line-up,
|
|
706
|
+
'chart-area': $ikc-chart-area,
|
|
707
|
+
'box-line-up': $ikc-box-line-up,
|
|
708
|
+
'line-up-money-bill': $ikc-line-up-money-bill,
|
|
709
|
+
'qrcode': $ikc-qrcode,
|
|
710
|
+
'sack-dollar': $ikc-sack-dollar,
|
|
711
|
+
'dining-table': $ikc-dining-table,
|
|
712
|
+
'files': $ikc-files,
|
|
713
|
+
'gear': $ikc-gear,
|
|
714
|
+
'bag-circle-signal': $ikc-bag-circle-signal,
|
|
715
|
+
'message-facebook-link-simple': $ikc-message-facebook-link-simple,
|
|
716
|
+
'browser-plus': $ikc-browser-plus,
|
|
717
|
+
'cart-kiotviet': $ikc-cart-kiotviet,
|
|
718
|
+
'kiotviet-software': $ikc-kiotviet-software,
|
|
719
|
+
'kiotviet-connect': $ikc-kiotviet-connect,
|
|
720
|
+
'kiotviet-finance': $ikc-kiotviet-finance,
|
|
721
|
+
'tags': $ikc-tags,
|
|
722
|
+
'paper-plane': $ikc-paper-plane,
|
|
723
|
+
'spa': $ikc-spa,
|
|
724
|
+
'gift': $ikc-gift,
|
|
725
|
+
'voucher': $ikc-voucher,
|
|
726
|
+
'file-percent': $ikc-file-percent
|
|
727
|
+
)
|