@bookklik/senangstart-icons 1.0.7 → 1.0.8
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/.github/workflows/deploy-docs.yml +61 -0
- package/docs/.vitepress/config.mjs +171 -0
- package/docs/.vitepress/theme/custom.css +64 -0
- package/docs/.vitepress/theme/index.js +4 -0
- package/docs/guide/configuration.md +125 -0
- package/docs/guide/getting-started.md +34 -0
- package/docs/guide/installation.md +54 -0
- package/docs/guide/styling.md +156 -0
- package/docs/guide/usage.md +103 -0
- package/docs/icons/alert.md +59 -0
- package/docs/icons/align-bottom-object.md +59 -0
- package/docs/icons/align-center-object.md +59 -0
- package/docs/icons/align-left-object.md +59 -0
- package/docs/icons/align-middle-object.md +59 -0
- package/docs/icons/align-right-object.md +59 -0
- package/docs/icons/align-top-object.md +59 -0
- package/docs/icons/ar.md +59 -0
- package/docs/icons/archive-box.md +59 -0
- package/docs/icons/arrow-down.md +59 -0
- package/docs/icons/arrow-left-arrow-right.md +59 -0
- package/docs/icons/arrow-left-on-rectangle.md +59 -0
- package/docs/icons/arrow-left-right.md +59 -0
- package/docs/icons/arrow-left.md +59 -0
- package/docs/icons/arrow-long-down.md +59 -0
- package/docs/icons/arrow-long-left.md +59 -0
- package/docs/icons/arrow-long-right.md +59 -0
- package/docs/icons/arrow-long-up.md +59 -0
- package/docs/icons/arrow-path.md +59 -0
- package/docs/icons/arrow-right-on-rectangle.md +59 -0
- package/docs/icons/arrow-right.md +59 -0
- package/docs/icons/arrow-rotate-ccw.md +59 -0
- package/docs/icons/arrow-rotate-cw.md +59 -0
- package/docs/icons/arrow-top-right-on-square.md +59 -0
- package/docs/icons/arrow-up-arrow-down.md +59 -0
- package/docs/icons/arrow-up-down-left-right.md +59 -0
- package/docs/icons/arrow-up-down.md +59 -0
- package/docs/icons/arrow-up.md +59 -0
- package/docs/icons/banknotes.md +59 -0
- package/docs/icons/bars-3.md +59 -0
- package/docs/icons/basket.md +59 -0
- package/docs/icons/battery-0.md +59 -0
- package/docs/icons/battery-10.md +59 -0
- package/docs/icons/battery-100.md +59 -0
- package/docs/icons/battery-50.md +59 -0
- package/docs/icons/bell-alert.md +59 -0
- package/docs/icons/bell.md +59 -0
- package/docs/icons/bolt.md +59 -0
- package/docs/icons/book-close.md +59 -0
- package/docs/icons/book-open.md +59 -0
- package/docs/icons/book-stacked.md +59 -0
- package/docs/icons/bookmark.md +59 -0
- package/docs/icons/briefcase.md +59 -0
- package/docs/icons/brush.md +59 -0
- package/docs/icons/cake.md +59 -0
- package/docs/icons/calendar-approve.md +59 -0
- package/docs/icons/calendar-days.md +59 -0
- package/docs/icons/calendar-minus.md +59 -0
- package/docs/icons/calendar-plus.md +59 -0
- package/docs/icons/calendar-reject.md +59 -0
- package/docs/icons/calendar.md +59 -0
- package/docs/icons/camera.md +59 -0
- package/docs/icons/carousel.md +59 -0
- package/docs/icons/chart-bar.md +59 -0
- package/docs/icons/chart-line.md +59 -0
- package/docs/icons/chart-pie.md +59 -0
- package/docs/icons/chat-bubble-left-ellipsis.md +59 -0
- package/docs/icons/chat-bubble-left-right.md +59 -0
- package/docs/icons/chat-bubble-left.md +59 -0
- package/docs/icons/chat-bubble-right-ellipsis.md +59 -0
- package/docs/icons/chat-bubble-right.md +59 -0
- package/docs/icons/chatbot.md +59 -0
- package/docs/icons/check.md +59 -0
- package/docs/icons/chevron-double-down.md +59 -0
- package/docs/icons/chevron-double-left.md +59 -0
- package/docs/icons/chevron-double-right.md +59 -0
- package/docs/icons/chevron-double-up.md +59 -0
- package/docs/icons/chevron-down.md +59 -0
- package/docs/icons/chevron-left.md +59 -0
- package/docs/icons/chevron-right.md +59 -0
- package/docs/icons/chevron-up.md +59 -0
- package/docs/icons/circle.md +59 -0
- package/docs/icons/clipboard-document-check.md +59 -0
- package/docs/icons/clipboard.md +59 -0
- package/docs/icons/clock.md +59 -0
- package/docs/icons/cloud.md +59 -0
- package/docs/icons/code.md +59 -0
- package/docs/icons/cog-6-tooth.md +59 -0
- package/docs/icons/compress.md +59 -0
- package/docs/icons/computer-code.md +59 -0
- package/docs/icons/computer-desktop.md +59 -0
- package/docs/icons/computer-laptop.md +59 -0
- package/docs/icons/cone.md +59 -0
- package/docs/icons/console.md +59 -0
- package/docs/icons/container.md +59 -0
- package/docs/icons/contrast.md +59 -0
- package/docs/icons/controller.md +59 -0
- package/docs/icons/credit-card.md +59 -0
- package/docs/icons/crop.md +59 -0
- package/docs/icons/crosshair.md +59 -0
- package/docs/icons/cube.md +59 -0
- package/docs/icons/currency-dollar.md +59 -0
- package/docs/icons/currency-euro.md +59 -0
- package/docs/icons/currency-pound.md +59 -0
- package/docs/icons/currency-ringgit.md +59 -0
- package/docs/icons/currency-yen.md +59 -0
- package/docs/icons/cursor.md +59 -0
- package/docs/icons/cylinder-half.md +59 -0
- package/docs/icons/cylinder.md +59 -0
- package/docs/icons/device-phone-mobile.md +59 -0
- package/docs/icons/device-tablet.md +59 -0
- package/docs/icons/diamond.md +59 -0
- package/docs/icons/document-duplicate.md +59 -0
- package/docs/icons/document-text.md +59 -0
- package/docs/icons/document.md +59 -0
- package/docs/icons/dodecahedron.md +59 -0
- package/docs/icons/double-tick.md +59 -0
- package/docs/icons/draw-curve.md +59 -0
- package/docs/icons/draw-line.md +59 -0
- package/docs/icons/envelope-open.md +59 -0
- package/docs/icons/envelope.md +59 -0
- package/docs/icons/eraser.md +59 -0
- package/docs/icons/exclamation-circle.md +59 -0
- package/docs/icons/exclamation-triangle.md +59 -0
- package/docs/icons/expand.md +59 -0
- package/docs/icons/eye-slash.md +59 -0
- package/docs/icons/eye.md +59 -0
- package/docs/icons/flag.md +59 -0
- package/docs/icons/flip-horizontal.md +59 -0
- package/docs/icons/flip-vertical.md +59 -0
- package/docs/icons/focus.md +59 -0
- package/docs/icons/folder-minus.md +59 -0
- package/docs/icons/folder-open.md +59 -0
- package/docs/icons/folder-plus.md +59 -0
- package/docs/icons/folder.md +59 -0
- package/docs/icons/font.md +59 -0
- package/docs/icons/game.md +59 -0
- package/docs/icons/gift.md +59 -0
- package/docs/icons/globe-alt.md +59 -0
- package/docs/icons/gradient.md +59 -0
- package/docs/icons/grid.md +59 -0
- package/docs/icons/group-object.md +59 -0
- package/docs/icons/hand-grab.md +59 -0
- package/docs/icons/hand-thumb-down.md +59 -0
- package/docs/icons/hand-thumb-up.md +59 -0
- package/docs/icons/hand.md +59 -0
- package/docs/icons/heart-extruded.md +59 -0
- package/docs/icons/heart.md +59 -0
- package/docs/icons/hexagon.md +59 -0
- package/docs/icons/home.md +59 -0
- package/docs/icons/horizontal-3-dots.md +59 -0
- package/docs/icons/hourglass-0.md +59 -0
- package/docs/icons/hourglass-100.md +59 -0
- package/docs/icons/hourglass-50.md +59 -0
- package/docs/icons/hourglass-80.md +59 -0
- package/docs/icons/icosahedron.md +59 -0
- package/docs/icons/inbox.md +59 -0
- package/docs/icons/index.md +1295 -0
- package/docs/icons/information-circle.md +59 -0
- package/docs/icons/key.md +59 -0
- package/docs/icons/layer-stacks.md +59 -0
- package/docs/icons/layout.md +59 -0
- package/docs/icons/light-bulb.md +59 -0
- package/docs/icons/lock-closed.md +59 -0
- package/docs/icons/lock-open.md +59 -0
- package/docs/icons/magic-wand.md +59 -0
- package/docs/icons/magnifying-glass-focus.md +59 -0
- package/docs/icons/magnifying-glass-minus.md +59 -0
- package/docs/icons/magnifying-glass-plus.md +59 -0
- package/docs/icons/magnifying-glass.md +59 -0
- package/docs/icons/map-pin.md +59 -0
- package/docs/icons/map.md +59 -0
- package/docs/icons/marquee.md +59 -0
- package/docs/icons/maximize.md +59 -0
- package/docs/icons/medal.md +59 -0
- package/docs/icons/microphone-mute.md +59 -0
- package/docs/icons/microphone.md +59 -0
- package/docs/icons/minimize.md +59 -0
- package/docs/icons/minus.md +59 -0
- package/docs/icons/moon.md +59 -0
- package/docs/icons/musical-note.md +59 -0
- package/docs/icons/octahedron.md +59 -0
- package/docs/icons/panorama.md +59 -0
- package/docs/icons/paper-clip.md +59 -0
- package/docs/icons/pause-circle.md +59 -0
- package/docs/icons/pause.md +59 -0
- package/docs/icons/pencil.md +59 -0
- package/docs/icons/phone-x-mark.md +59 -0
- package/docs/icons/phone.md +59 -0
- package/docs/icons/photo.md +59 -0
- package/docs/icons/plane.md +59 -0
- package/docs/icons/play-circle.md +59 -0
- package/docs/icons/play.md +59 -0
- package/docs/icons/plus.md +59 -0
- package/docs/icons/polygon.md +59 -0
- package/docs/icons/presentation-chart-line.md +59 -0
- package/docs/icons/presentation-media.md +59 -0
- package/docs/icons/pyramid.md +59 -0
- package/docs/icons/qr-code.md +59 -0
- package/docs/icons/question-mark-circle.md +59 -0
- package/docs/icons/rectangle.md +59 -0
- package/docs/icons/reel.md +59 -0
- package/docs/icons/robot.md +59 -0
- package/docs/icons/roof.md +59 -0
- package/docs/icons/rotate-add.md +59 -0
- package/docs/icons/rotate-minus.md +59 -0
- package/docs/icons/save.md +59 -0
- package/docs/icons/scissor.md +59 -0
- package/docs/icons/shapes.md +59 -0
- package/docs/icons/shield-check.md +59 -0
- package/docs/icons/shield-exclamation.md +59 -0
- package/docs/icons/shopping-bag.md +59 -0
- package/docs/icons/shopping-cart.md +59 -0
- package/docs/icons/sliders-horizontal.md +59 -0
- package/docs/icons/sliders-vertical.md +59 -0
- package/docs/icons/sparkles.md +59 -0
- package/docs/icons/speaker-wave.md +59 -0
- package/docs/icons/speaker-x-mark.md +59 -0
- package/docs/icons/sphere-half.md +59 -0
- package/docs/icons/sphere.md +59 -0
- package/docs/icons/square.md +59 -0
- package/docs/icons/star.md +59 -0
- package/docs/icons/stop-circle.md +59 -0
- package/docs/icons/stop.md +59 -0
- package/docs/icons/sun.md +59 -0
- package/docs/icons/table.md +59 -0
- package/docs/icons/tabs.md +59 -0
- package/docs/icons/tetrahedron.md +59 -0
- package/docs/icons/text-align-center.md +59 -0
- package/docs/icons/text-align-justify.md +59 -0
- package/docs/icons/text-align-left.md +59 -0
- package/docs/icons/text-align-right.md +59 -0
- package/docs/icons/text.md +59 -0
- package/docs/icons/thunder.md +59 -0
- package/docs/icons/tic-tac-toe.md +59 -0
- package/docs/icons/time-reset.md +59 -0
- package/docs/icons/torus-knot.md +59 -0
- package/docs/icons/torus.md +59 -0
- package/docs/icons/trash.md +59 -0
- package/docs/icons/trophy.md +59 -0
- package/docs/icons/truck.md +59 -0
- package/docs/icons/tube.md +59 -0
- package/docs/icons/ungroup-object.md +59 -0
- package/docs/icons/user-circle.md +59 -0
- package/docs/icons/user-group.md +59 -0
- package/docs/icons/user-minus.md +59 -0
- package/docs/icons/user-plus.md +59 -0
- package/docs/icons/user.md +59 -0
- package/docs/icons/users.md +59 -0
- package/docs/icons/vertical-3-dots.md +59 -0
- package/docs/icons/video-camera.md +59 -0
- package/docs/icons/vr.md +59 -0
- package/docs/icons/wedge.md +59 -0
- package/docs/icons/whiteboard.md +59 -0
- package/docs/icons/wifi.md +59 -0
- package/docs/icons/window.md +59 -0
- package/docs/icons/x-mark.md +59 -0
- package/docs/index.md +48 -0
- package/docs/ms/guide/configuration.md +125 -0
- package/docs/ms/guide/getting-started.md +34 -0
- package/docs/ms/guide/installation.md +54 -0
- package/docs/ms/guide/styling.md +156 -0
- package/docs/ms/guide/usage.md +103 -0
- package/docs/ms/icons/alert.md +59 -0
- package/docs/ms/icons/align-bottom-object.md +59 -0
- package/docs/ms/icons/align-center-object.md +59 -0
- package/docs/ms/icons/align-left-object.md +59 -0
- package/docs/ms/icons/align-middle-object.md +59 -0
- package/docs/ms/icons/align-right-object.md +59 -0
- package/docs/ms/icons/align-top-object.md +59 -0
- package/docs/ms/icons/ar.md +59 -0
- package/docs/ms/icons/archive-box.md +59 -0
- package/docs/ms/icons/arrow-down.md +59 -0
- package/docs/ms/icons/arrow-left-arrow-right.md +59 -0
- package/docs/ms/icons/arrow-left-on-rectangle.md +59 -0
- package/docs/ms/icons/arrow-left-right.md +59 -0
- package/docs/ms/icons/arrow-left.md +59 -0
- package/docs/ms/icons/arrow-long-down.md +59 -0
- package/docs/ms/icons/arrow-long-left.md +59 -0
- package/docs/ms/icons/arrow-long-right.md +59 -0
- package/docs/ms/icons/arrow-long-up.md +59 -0
- package/docs/ms/icons/arrow-path.md +59 -0
- package/docs/ms/icons/arrow-right-on-rectangle.md +59 -0
- package/docs/ms/icons/arrow-right.md +59 -0
- package/docs/ms/icons/arrow-rotate-ccw.md +59 -0
- package/docs/ms/icons/arrow-rotate-cw.md +59 -0
- package/docs/ms/icons/arrow-top-right-on-square.md +59 -0
- package/docs/ms/icons/arrow-up-arrow-down.md +59 -0
- package/docs/ms/icons/arrow-up-down-left-right.md +59 -0
- package/docs/ms/icons/arrow-up-down.md +59 -0
- package/docs/ms/icons/arrow-up.md +59 -0
- package/docs/ms/icons/banknotes.md +59 -0
- package/docs/ms/icons/bars-3.md +59 -0
- package/docs/ms/icons/basket.md +59 -0
- package/docs/ms/icons/battery-0.md +59 -0
- package/docs/ms/icons/battery-10.md +59 -0
- package/docs/ms/icons/battery-100.md +59 -0
- package/docs/ms/icons/battery-50.md +59 -0
- package/docs/ms/icons/bell-alert.md +59 -0
- package/docs/ms/icons/bell.md +59 -0
- package/docs/ms/icons/bolt.md +59 -0
- package/docs/ms/icons/book-close.md +59 -0
- package/docs/ms/icons/book-open.md +59 -0
- package/docs/ms/icons/book-stacked.md +59 -0
- package/docs/ms/icons/bookmark.md +59 -0
- package/docs/ms/icons/briefcase.md +59 -0
- package/docs/ms/icons/brush.md +59 -0
- package/docs/ms/icons/cake.md +59 -0
- package/docs/ms/icons/calendar-approve.md +59 -0
- package/docs/ms/icons/calendar-days.md +59 -0
- package/docs/ms/icons/calendar-minus.md +59 -0
- package/docs/ms/icons/calendar-plus.md +59 -0
- package/docs/ms/icons/calendar-reject.md +59 -0
- package/docs/ms/icons/calendar.md +59 -0
- package/docs/ms/icons/camera.md +59 -0
- package/docs/ms/icons/carousel.md +59 -0
- package/docs/ms/icons/chart-bar.md +59 -0
- package/docs/ms/icons/chart-line.md +59 -0
- package/docs/ms/icons/chart-pie.md +59 -0
- package/docs/ms/icons/chat-bubble-left-ellipsis.md +59 -0
- package/docs/ms/icons/chat-bubble-left-right.md +59 -0
- package/docs/ms/icons/chat-bubble-left.md +59 -0
- package/docs/ms/icons/chat-bubble-right-ellipsis.md +59 -0
- package/docs/ms/icons/chat-bubble-right.md +59 -0
- package/docs/ms/icons/chatbot.md +59 -0
- package/docs/ms/icons/check.md +59 -0
- package/docs/ms/icons/chevron-double-down.md +59 -0
- package/docs/ms/icons/chevron-double-left.md +59 -0
- package/docs/ms/icons/chevron-double-right.md +59 -0
- package/docs/ms/icons/chevron-double-up.md +59 -0
- package/docs/ms/icons/chevron-down.md +59 -0
- package/docs/ms/icons/chevron-left.md +59 -0
- package/docs/ms/icons/chevron-right.md +59 -0
- package/docs/ms/icons/chevron-up.md +59 -0
- package/docs/ms/icons/circle.md +59 -0
- package/docs/ms/icons/clipboard-document-check.md +59 -0
- package/docs/ms/icons/clipboard.md +59 -0
- package/docs/ms/icons/clock.md +59 -0
- package/docs/ms/icons/cloud.md +59 -0
- package/docs/ms/icons/code.md +59 -0
- package/docs/ms/icons/cog-6-tooth.md +59 -0
- package/docs/ms/icons/compress.md +59 -0
- package/docs/ms/icons/computer-code.md +59 -0
- package/docs/ms/icons/computer-desktop.md +59 -0
- package/docs/ms/icons/computer-laptop.md +59 -0
- package/docs/ms/icons/cone.md +59 -0
- package/docs/ms/icons/console.md +59 -0
- package/docs/ms/icons/container.md +59 -0
- package/docs/ms/icons/contrast.md +59 -0
- package/docs/ms/icons/controller.md +59 -0
- package/docs/ms/icons/credit-card.md +59 -0
- package/docs/ms/icons/crop.md +59 -0
- package/docs/ms/icons/crosshair.md +59 -0
- package/docs/ms/icons/cube.md +59 -0
- package/docs/ms/icons/currency-dollar.md +59 -0
- package/docs/ms/icons/currency-euro.md +59 -0
- package/docs/ms/icons/currency-pound.md +59 -0
- package/docs/ms/icons/currency-ringgit.md +59 -0
- package/docs/ms/icons/currency-yen.md +59 -0
- package/docs/ms/icons/cursor.md +59 -0
- package/docs/ms/icons/cylinder-half.md +59 -0
- package/docs/ms/icons/cylinder.md +59 -0
- package/docs/ms/icons/device-phone-mobile.md +59 -0
- package/docs/ms/icons/device-tablet.md +59 -0
- package/docs/ms/icons/diamond.md +59 -0
- package/docs/ms/icons/document-duplicate.md +59 -0
- package/docs/ms/icons/document-text.md +59 -0
- package/docs/ms/icons/document.md +59 -0
- package/docs/ms/icons/dodecahedron.md +59 -0
- package/docs/ms/icons/double-tick.md +59 -0
- package/docs/ms/icons/draw-curve.md +59 -0
- package/docs/ms/icons/draw-line.md +59 -0
- package/docs/ms/icons/envelope-open.md +59 -0
- package/docs/ms/icons/envelope.md +59 -0
- package/docs/ms/icons/eraser.md +59 -0
- package/docs/ms/icons/exclamation-circle.md +59 -0
- package/docs/ms/icons/exclamation-triangle.md +59 -0
- package/docs/ms/icons/expand.md +59 -0
- package/docs/ms/icons/eye-slash.md +59 -0
- package/docs/ms/icons/eye.md +59 -0
- package/docs/ms/icons/flag.md +59 -0
- package/docs/ms/icons/flip-horizontal.md +59 -0
- package/docs/ms/icons/flip-vertical.md +59 -0
- package/docs/ms/icons/focus.md +59 -0
- package/docs/ms/icons/folder-minus.md +59 -0
- package/docs/ms/icons/folder-open.md +59 -0
- package/docs/ms/icons/folder-plus.md +59 -0
- package/docs/ms/icons/folder.md +59 -0
- package/docs/ms/icons/font.md +59 -0
- package/docs/ms/icons/game.md +59 -0
- package/docs/ms/icons/gift.md +59 -0
- package/docs/ms/icons/globe-alt.md +59 -0
- package/docs/ms/icons/gradient.md +59 -0
- package/docs/ms/icons/grid.md +59 -0
- package/docs/ms/icons/group-object.md +59 -0
- package/docs/ms/icons/hand-grab.md +59 -0
- package/docs/ms/icons/hand-thumb-down.md +59 -0
- package/docs/ms/icons/hand-thumb-up.md +59 -0
- package/docs/ms/icons/hand.md +59 -0
- package/docs/ms/icons/heart-extruded.md +59 -0
- package/docs/ms/icons/heart.md +59 -0
- package/docs/ms/icons/hexagon.md +59 -0
- package/docs/ms/icons/home.md +59 -0
- package/docs/ms/icons/horizontal-3-dots.md +59 -0
- package/docs/ms/icons/hourglass-0.md +59 -0
- package/docs/ms/icons/hourglass-100.md +59 -0
- package/docs/ms/icons/hourglass-50.md +59 -0
- package/docs/ms/icons/hourglass-80.md +59 -0
- package/docs/ms/icons/icosahedron.md +59 -0
- package/docs/ms/icons/inbox.md +59 -0
- package/docs/ms/icons/index.md +1295 -0
- package/docs/ms/icons/information-circle.md +59 -0
- package/docs/ms/icons/key.md +59 -0
- package/docs/ms/icons/layer-stacks.md +59 -0
- package/docs/ms/icons/layout.md +59 -0
- package/docs/ms/icons/light-bulb.md +59 -0
- package/docs/ms/icons/lock-closed.md +59 -0
- package/docs/ms/icons/lock-open.md +59 -0
- package/docs/ms/icons/magic-wand.md +59 -0
- package/docs/ms/icons/magnifying-glass-focus.md +59 -0
- package/docs/ms/icons/magnifying-glass-minus.md +59 -0
- package/docs/ms/icons/magnifying-glass-plus.md +59 -0
- package/docs/ms/icons/magnifying-glass.md +59 -0
- package/docs/ms/icons/map-pin.md +59 -0
- package/docs/ms/icons/map.md +59 -0
- package/docs/ms/icons/marquee.md +59 -0
- package/docs/ms/icons/maximize.md +59 -0
- package/docs/ms/icons/medal.md +59 -0
- package/docs/ms/icons/microphone-mute.md +59 -0
- package/docs/ms/icons/microphone.md +59 -0
- package/docs/ms/icons/minimize.md +59 -0
- package/docs/ms/icons/minus.md +59 -0
- package/docs/ms/icons/moon.md +59 -0
- package/docs/ms/icons/musical-note.md +59 -0
- package/docs/ms/icons/octahedron.md +59 -0
- package/docs/ms/icons/panorama.md +59 -0
- package/docs/ms/icons/paper-clip.md +59 -0
- package/docs/ms/icons/pause-circle.md +59 -0
- package/docs/ms/icons/pause.md +59 -0
- package/docs/ms/icons/pencil.md +59 -0
- package/docs/ms/icons/phone-x-mark.md +59 -0
- package/docs/ms/icons/phone.md +59 -0
- package/docs/ms/icons/photo.md +59 -0
- package/docs/ms/icons/plane.md +59 -0
- package/docs/ms/icons/play-circle.md +59 -0
- package/docs/ms/icons/play.md +59 -0
- package/docs/ms/icons/plus.md +59 -0
- package/docs/ms/icons/polygon.md +59 -0
- package/docs/ms/icons/presentation-chart-line.md +59 -0
- package/docs/ms/icons/presentation-media.md +59 -0
- package/docs/ms/icons/pyramid.md +59 -0
- package/docs/ms/icons/qr-code.md +59 -0
- package/docs/ms/icons/question-mark-circle.md +59 -0
- package/docs/ms/icons/rectangle.md +59 -0
- package/docs/ms/icons/reel.md +59 -0
- package/docs/ms/icons/robot.md +59 -0
- package/docs/ms/icons/roof.md +59 -0
- package/docs/ms/icons/rotate-add.md +59 -0
- package/docs/ms/icons/rotate-minus.md +59 -0
- package/docs/ms/icons/save.md +59 -0
- package/docs/ms/icons/scissor.md +59 -0
- package/docs/ms/icons/shapes.md +59 -0
- package/docs/ms/icons/shield-check.md +59 -0
- package/docs/ms/icons/shield-exclamation.md +59 -0
- package/docs/ms/icons/shopping-bag.md +59 -0
- package/docs/ms/icons/shopping-cart.md +59 -0
- package/docs/ms/icons/sliders-horizontal.md +59 -0
- package/docs/ms/icons/sliders-vertical.md +59 -0
- package/docs/ms/icons/sparkles.md +59 -0
- package/docs/ms/icons/speaker-wave.md +59 -0
- package/docs/ms/icons/speaker-x-mark.md +59 -0
- package/docs/ms/icons/sphere-half.md +59 -0
- package/docs/ms/icons/sphere.md +59 -0
- package/docs/ms/icons/square.md +59 -0
- package/docs/ms/icons/star.md +59 -0
- package/docs/ms/icons/stop-circle.md +59 -0
- package/docs/ms/icons/stop.md +59 -0
- package/docs/ms/icons/sun.md +59 -0
- package/docs/ms/icons/table.md +59 -0
- package/docs/ms/icons/tabs.md +59 -0
- package/docs/ms/icons/tetrahedron.md +59 -0
- package/docs/ms/icons/text-align-center.md +59 -0
- package/docs/ms/icons/text-align-justify.md +59 -0
- package/docs/ms/icons/text-align-left.md +59 -0
- package/docs/ms/icons/text-align-right.md +59 -0
- package/docs/ms/icons/text.md +59 -0
- package/docs/ms/icons/thunder.md +59 -0
- package/docs/ms/icons/tic-tac-toe.md +59 -0
- package/docs/ms/icons/time-reset.md +59 -0
- package/docs/ms/icons/torus-knot.md +59 -0
- package/docs/ms/icons/torus.md +59 -0
- package/docs/ms/icons/trash.md +59 -0
- package/docs/ms/icons/trophy.md +59 -0
- package/docs/ms/icons/truck.md +59 -0
- package/docs/ms/icons/tube.md +59 -0
- package/docs/ms/icons/ungroup-object.md +59 -0
- package/docs/ms/icons/user-circle.md +59 -0
- package/docs/ms/icons/user-group.md +59 -0
- package/docs/ms/icons/user-minus.md +59 -0
- package/docs/ms/icons/user-plus.md +59 -0
- package/docs/ms/icons/user.md +59 -0
- package/docs/ms/icons/users.md +59 -0
- package/docs/ms/icons/vertical-3-dots.md +59 -0
- package/docs/ms/icons/video-camera.md +59 -0
- package/docs/ms/icons/vr.md +59 -0
- package/docs/ms/icons/wedge.md +59 -0
- package/docs/ms/icons/whiteboard.md +59 -0
- package/docs/ms/icons/wifi.md +59 -0
- package/docs/ms/icons/window.md +59 -0
- package/docs/ms/icons/x-mark.md +59 -0
- package/docs/ms/index.md +48 -0
- package/package.json +13 -3
- package/scripts/build-icon-docs.js +331 -0
- package/scripts/build.js +40 -0
- package/test-results.json +11 -0
- package/tests/build-css.test.js +134 -0
- package/tests/build-icon-docs.test.js +132 -0
- package/tests/build-pipeline.test.js +138 -0
- package/tests/build-svgs.test.js +102 -0
- package/tests/ss-icon.test.js +178 -0
- package/tests/ss-loader.test.js +156 -0
- package/vitest.config.js +15 -0
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Exclamation Triangle
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# Exclamation Triangle
|
|
6
|
+
|
|
7
|
+
<div style="display: flex; justify-content: center; padding: 2rem; background: var(--vp-c-bg-soft); border-radius: 8px; margin: 1rem 0;">
|
|
8
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126zM12 15.75h.008v.008H12v-.008z"></path></svg>
|
|
9
|
+
</div>
|
|
10
|
+
|
|
11
|
+
## Penggunaan
|
|
12
|
+
|
|
13
|
+
```html
|
|
14
|
+
<ss-icon name="exclamation-triangle"></ss-icon>
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
### Dengan saiz tersuai
|
|
18
|
+
|
|
19
|
+
```html
|
|
20
|
+
<ss-icon name="exclamation-triangle" size="32"></ss-icon>
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
### Dengan warna tersuai
|
|
24
|
+
|
|
25
|
+
```html
|
|
26
|
+
<ss-icon name="exclamation-triangle" color="#3b82f6"></ss-icon>
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
### Dengan lebar garisan tersuai
|
|
30
|
+
|
|
31
|
+
```html
|
|
32
|
+
<ss-icon name="exclamation-triangle" stroke="2"></ss-icon>
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Butiran Ikon
|
|
36
|
+
|
|
37
|
+
| Ciri | Nilai |
|
|
38
|
+
|------|-------|
|
|
39
|
+
| **Nama** | Exclamation Triangle |
|
|
40
|
+
| **Slug** | `exclamation-triangle` |
|
|
41
|
+
| **Tag** | `warning`, `danger`, `caution`, `risk`, `hazard`, `exclamation-triangle` |
|
|
42
|
+
|
|
43
|
+
## Laluan SVG
|
|
44
|
+
|
|
45
|
+
```
|
|
46
|
+
M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126zM12 15.75h.008v.008H12v-.008z
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
## SVG Mentah
|
|
50
|
+
|
|
51
|
+
```html
|
|
52
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
53
|
+
<path d="M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126zM12 15.75h.008v.008H12v-.008z"></path>
|
|
54
|
+
</svg>
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
[← Kembali ke Pustaka Ikon](/ms/icons/)
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Expand
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# Expand
|
|
6
|
+
|
|
7
|
+
<div style="display: flex; justify-content: center; padding: 2rem; background: var(--vp-c-bg-soft); border-radius: 8px; margin: 1rem 0;">
|
|
8
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 9l0-7L15 5 12 2 9 5M9 12l-7 0L5 9 2 12 5 15M12 15l0 7L9 19 12 22 15 19M15 12l7 0L19 9 22 12 19 15"></path></svg>
|
|
9
|
+
</div>
|
|
10
|
+
|
|
11
|
+
## Penggunaan
|
|
12
|
+
|
|
13
|
+
```html
|
|
14
|
+
<ss-icon name="expand"></ss-icon>
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
### Dengan saiz tersuai
|
|
18
|
+
|
|
19
|
+
```html
|
|
20
|
+
<ss-icon name="expand" size="32"></ss-icon>
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
### Dengan warna tersuai
|
|
24
|
+
|
|
25
|
+
```html
|
|
26
|
+
<ss-icon name="expand" color="#3b82f6"></ss-icon>
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
### Dengan lebar garisan tersuai
|
|
30
|
+
|
|
31
|
+
```html
|
|
32
|
+
<ss-icon name="expand" stroke="2"></ss-icon>
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Butiran Ikon
|
|
36
|
+
|
|
37
|
+
| Ciri | Nilai |
|
|
38
|
+
|------|-------|
|
|
39
|
+
| **Nama** | Expand |
|
|
40
|
+
| **Slug** | `expand` |
|
|
41
|
+
| **Tag** | `expand`, `large`, `grow`, `scale up`, `maximize` |
|
|
42
|
+
|
|
43
|
+
## Laluan SVG
|
|
44
|
+
|
|
45
|
+
```
|
|
46
|
+
M12 9l0-7L15 5 12 2 9 5M9 12l-7 0L5 9 2 12 5 15M12 15l0 7L9 19 12 22 15 19M15 12l7 0L19 9 22 12 19 15
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
## SVG Mentah
|
|
50
|
+
|
|
51
|
+
```html
|
|
52
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
53
|
+
<path d="M12 9l0-7L15 5 12 2 9 5M9 12l-7 0L5 9 2 12 5 15M12 15l0 7L9 19 12 22 15 19M15 12l7 0L19 9 22 12 19 15"></path>
|
|
54
|
+
</svg>
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
[← Kembali ke Pustaka Ikon](/ms/icons/)
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Eye Slash
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# Eye Slash
|
|
6
|
+
|
|
7
|
+
<div style="display: flex; justify-content: center; padding: 2rem; background: var(--vp-c-bg-soft); border-radius: 8px; margin: 1rem 0;">
|
|
8
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3.98 8.223A10.477 10.477 0 001.934 12C3.226 16.338 7.244 19.5 12 19.5c.993 0 1.953-.138 2.863-.395M6.228 6.228A10.45 10.45 0 0112 4.5c4.756 0 8.773 3.162 10.065 7.498a10.523 10.523 0 01-4.293 5.774M6.228 6.228L3 3m3.228 3.228l3.65 3.65m7.894 7.894L21 21m-3.228-3.228l-3.65-3.65m0 0a3 3 0 10-4.243-4.243m4.242 4.242L9.88 9.88"></path></svg>
|
|
9
|
+
</div>
|
|
10
|
+
|
|
11
|
+
## Penggunaan
|
|
12
|
+
|
|
13
|
+
```html
|
|
14
|
+
<ss-icon name="eye-slash"></ss-icon>
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
### Dengan saiz tersuai
|
|
18
|
+
|
|
19
|
+
```html
|
|
20
|
+
<ss-icon name="eye-slash" size="32"></ss-icon>
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
### Dengan warna tersuai
|
|
24
|
+
|
|
25
|
+
```html
|
|
26
|
+
<ss-icon name="eye-slash" color="#3b82f6"></ss-icon>
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
### Dengan lebar garisan tersuai
|
|
30
|
+
|
|
31
|
+
```html
|
|
32
|
+
<ss-icon name="eye-slash" stroke="2"></ss-icon>
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Butiran Ikon
|
|
36
|
+
|
|
37
|
+
| Ciri | Nilai |
|
|
38
|
+
|------|-------|
|
|
39
|
+
| **Nama** | Eye Slash |
|
|
40
|
+
| **Slug** | `eye-slash` |
|
|
41
|
+
| **Tag** | `hide`, `invisible`, `password`, `conceal`, `blind`, `off`, `eye-slash` |
|
|
42
|
+
|
|
43
|
+
## Laluan SVG
|
|
44
|
+
|
|
45
|
+
```
|
|
46
|
+
M3.98 8.223A10.477 10.477 0 001.934 12C3.226 16.338 7.244 19.5 12 19.5c.993 0 1.953-.138 2.863-.395M6.228 6.228A10.45 10.45 0 0112 4.5c4.756 0 8.773 3.162 10.065 7.498a10.523 10.523 0 01-4.293 5.774M6.228 6.228L3 3m3.228 3.228l3.65 3.65m7.894 7.894L21 21m-3.228-3.228l-3.65-3.65m0 0a3 3 0 10-4.243-4.243m4.242 4.242L9.88 9.88
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
## SVG Mentah
|
|
50
|
+
|
|
51
|
+
```html
|
|
52
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
53
|
+
<path d="M3.98 8.223A10.477 10.477 0 001.934 12C3.226 16.338 7.244 19.5 12 19.5c.993 0 1.953-.138 2.863-.395M6.228 6.228A10.45 10.45 0 0112 4.5c4.756 0 8.773 3.162 10.065 7.498a10.523 10.523 0 01-4.293 5.774M6.228 6.228L3 3m3.228 3.228l3.65 3.65m7.894 7.894L21 21m-3.228-3.228l-3.65-3.65m0 0a3 3 0 10-4.243-4.243m4.242 4.242L9.88 9.88"></path>
|
|
54
|
+
</svg>
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
[← Kembali ke Pustaka Ikon](/ms/icons/)
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Eye
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# Eye
|
|
6
|
+
|
|
7
|
+
<div style="display: flex; justify-content: center; padding: 2rem; background: var(--vp-c-bg-soft); border-radius: 8px; margin: 1rem 0;">
|
|
8
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M2.036 12.322a1.012 1.012 0 010-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178zM15 12a3 3 0 11-6 0 3 3 0 016 0z"></path></svg>
|
|
9
|
+
</div>
|
|
10
|
+
|
|
11
|
+
## Penggunaan
|
|
12
|
+
|
|
13
|
+
```html
|
|
14
|
+
<ss-icon name="eye"></ss-icon>
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
### Dengan saiz tersuai
|
|
18
|
+
|
|
19
|
+
```html
|
|
20
|
+
<ss-icon name="eye" size="32"></ss-icon>
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
### Dengan warna tersuai
|
|
24
|
+
|
|
25
|
+
```html
|
|
26
|
+
<ss-icon name="eye" color="#3b82f6"></ss-icon>
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
### Dengan lebar garisan tersuai
|
|
30
|
+
|
|
31
|
+
```html
|
|
32
|
+
<ss-icon name="eye" stroke="2"></ss-icon>
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Butiran Ikon
|
|
36
|
+
|
|
37
|
+
| Ciri | Nilai |
|
|
38
|
+
|------|-------|
|
|
39
|
+
| **Nama** | Eye |
|
|
40
|
+
| **Slug** | `eye` |
|
|
41
|
+
| **Tag** | `view`, `show`, `visible`, `watch`, `see`, `reveal`, `eye` |
|
|
42
|
+
|
|
43
|
+
## Laluan SVG
|
|
44
|
+
|
|
45
|
+
```
|
|
46
|
+
M2.036 12.322a1.012 1.012 0 010-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178zM15 12a3 3 0 11-6 0 3 3 0 016 0z
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
## SVG Mentah
|
|
50
|
+
|
|
51
|
+
```html
|
|
52
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
53
|
+
<path d="M2.036 12.322a1.012 1.012 0 010-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178zM15 12a3 3 0 11-6 0 3 3 0 016 0z"></path>
|
|
54
|
+
</svg>
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
[← Kembali ke Pustaka Ikon](/ms/icons/)
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Flag
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# Flag
|
|
6
|
+
|
|
7
|
+
<div style="display: flex; justify-content: center; padding: 2rem; background: var(--vp-c-bg-soft); border-radius: 8px; margin: 1rem 0;">
|
|
8
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3 3v1.5M3 21v-6m0 0l2.77-.693a9 9 0 016.208.682l.108.054a9 9 0 006.086.71l3.114-.732a48.524 48.524 0 01-.005-10.499l-3.11.732a9 9 0 01-6.085-.711l-.108-.054a9 9 0 00-6.208-.682L3 4.5M3 15V4.5"></path></svg>
|
|
9
|
+
</div>
|
|
10
|
+
|
|
11
|
+
## Penggunaan
|
|
12
|
+
|
|
13
|
+
```html
|
|
14
|
+
<ss-icon name="flag"></ss-icon>
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
### Dengan saiz tersuai
|
|
18
|
+
|
|
19
|
+
```html
|
|
20
|
+
<ss-icon name="flag" size="32"></ss-icon>
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
### Dengan warna tersuai
|
|
24
|
+
|
|
25
|
+
```html
|
|
26
|
+
<ss-icon name="flag" color="#3b82f6"></ss-icon>
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
### Dengan lebar garisan tersuai
|
|
30
|
+
|
|
31
|
+
```html
|
|
32
|
+
<ss-icon name="flag" stroke="2"></ss-icon>
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Butiran Ikon
|
|
36
|
+
|
|
37
|
+
| Ciri | Nilai |
|
|
38
|
+
|------|-------|
|
|
39
|
+
| **Nama** | Flag |
|
|
40
|
+
| **Slug** | `flag` |
|
|
41
|
+
| **Tag** | `report`, `country`, `goal`, `mark`, `banner`, `finish`, `flag` |
|
|
42
|
+
|
|
43
|
+
## Laluan SVG
|
|
44
|
+
|
|
45
|
+
```
|
|
46
|
+
M3 3v1.5M3 21v-6m0 0l2.77-.693a9 9 0 016.208.682l.108.054a9 9 0 006.086.71l3.114-.732a48.524 48.524 0 01-.005-10.499l-3.11.732a9 9 0 01-6.085-.711l-.108-.054a9 9 0 00-6.208-.682L3 4.5M3 15V4.5
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
## SVG Mentah
|
|
50
|
+
|
|
51
|
+
```html
|
|
52
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
53
|
+
<path d="M3 3v1.5M3 21v-6m0 0l2.77-.693a9 9 0 016.208.682l.108.054a9 9 0 006.086.71l3.114-.732a48.524 48.524 0 01-.005-10.499l-3.11.732a9 9 0 01-6.085-.711l-.108-.054a9 9 0 00-6.208-.682L3 4.5M3 15V4.5"></path>
|
|
54
|
+
</svg>
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
[← Kembali ke Pustaka Ikon](/ms/icons/)
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Flip Horizontal
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# Flip Horizontal
|
|
6
|
+
|
|
7
|
+
<div style="display: flex; justify-content: center; padding: 2rem; background: var(--vp-c-bg-soft); border-radius: 8px; margin: 1rem 0;">
|
|
8
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="m12 3L12 21M8 20 8 4 3 20 8 20M16 4 16 20 21 20 16 4"></path></svg>
|
|
9
|
+
</div>
|
|
10
|
+
|
|
11
|
+
## Penggunaan
|
|
12
|
+
|
|
13
|
+
```html
|
|
14
|
+
<ss-icon name="flip-horizontal"></ss-icon>
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
### Dengan saiz tersuai
|
|
18
|
+
|
|
19
|
+
```html
|
|
20
|
+
<ss-icon name="flip-horizontal" size="32"></ss-icon>
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
### Dengan warna tersuai
|
|
24
|
+
|
|
25
|
+
```html
|
|
26
|
+
<ss-icon name="flip-horizontal" color="#3b82f6"></ss-icon>
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
### Dengan lebar garisan tersuai
|
|
30
|
+
|
|
31
|
+
```html
|
|
32
|
+
<ss-icon name="flip-horizontal" stroke="2"></ss-icon>
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Butiran Ikon
|
|
36
|
+
|
|
37
|
+
| Ciri | Nilai |
|
|
38
|
+
|------|-------|
|
|
39
|
+
| **Nama** | Flip Horizontal |
|
|
40
|
+
| **Slug** | `flip-horizontal` |
|
|
41
|
+
| **Tag** | `flip`, `horizontal`, `flip-horizontal`, `design` |
|
|
42
|
+
|
|
43
|
+
## Laluan SVG
|
|
44
|
+
|
|
45
|
+
```
|
|
46
|
+
m12 3L12 21M8 20 8 4 3 20 8 20M16 4 16 20 21 20 16 4
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
## SVG Mentah
|
|
50
|
+
|
|
51
|
+
```html
|
|
52
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
53
|
+
<path d="m12 3L12 21M8 20 8 4 3 20 8 20M16 4 16 20 21 20 16 4"></path>
|
|
54
|
+
</svg>
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
[← Kembali ke Pustaka Ikon](/ms/icons/)
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Flip Vertical
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# Flip Vertical
|
|
6
|
+
|
|
7
|
+
<div style="display: flex; justify-content: center; padding: 2rem; background: var(--vp-c-bg-soft); border-radius: 8px; margin: 1rem 0;">
|
|
8
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="m21 12L3 12m1-4L20 8 4 3 4 8M20 16 4 16 4 21 20 16"></path></svg>
|
|
9
|
+
</div>
|
|
10
|
+
|
|
11
|
+
## Penggunaan
|
|
12
|
+
|
|
13
|
+
```html
|
|
14
|
+
<ss-icon name="flip-vertical"></ss-icon>
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
### Dengan saiz tersuai
|
|
18
|
+
|
|
19
|
+
```html
|
|
20
|
+
<ss-icon name="flip-vertical" size="32"></ss-icon>
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
### Dengan warna tersuai
|
|
24
|
+
|
|
25
|
+
```html
|
|
26
|
+
<ss-icon name="flip-vertical" color="#3b82f6"></ss-icon>
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
### Dengan lebar garisan tersuai
|
|
30
|
+
|
|
31
|
+
```html
|
|
32
|
+
<ss-icon name="flip-vertical" stroke="2"></ss-icon>
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Butiran Ikon
|
|
36
|
+
|
|
37
|
+
| Ciri | Nilai |
|
|
38
|
+
|------|-------|
|
|
39
|
+
| **Nama** | Flip Vertical |
|
|
40
|
+
| **Slug** | `flip-vertical` |
|
|
41
|
+
| **Tag** | `flip`, `vertical`, `flip-vertical`, `design` |
|
|
42
|
+
|
|
43
|
+
## Laluan SVG
|
|
44
|
+
|
|
45
|
+
```
|
|
46
|
+
m21 12L3 12m1-4L20 8 4 3 4 8M20 16 4 16 4 21 20 16
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
## SVG Mentah
|
|
50
|
+
|
|
51
|
+
```html
|
|
52
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
53
|
+
<path d="m21 12L3 12m1-4L20 8 4 3 4 8M20 16 4 16 4 21 20 16"></path>
|
|
54
|
+
</svg>
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
[← Kembali ke Pustaka Ikon](/ms/icons/)
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Focus
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# Focus
|
|
6
|
+
|
|
7
|
+
<div style="display: flex; justify-content: center; padding: 2rem; background: var(--vp-c-bg-soft); border-radius: 8px; margin: 1rem 0;">
|
|
8
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3 7V5c0-1.1.9-2 2-2h2M17 3h2c1.1 0 2 .9 2 2v2M21 17v2c0 1.1-.9 2-2 2h-2M7 21H5c-1.1 0-2-.9-2-2v-2M5 3 7 3Z"></path></svg>
|
|
9
|
+
</div>
|
|
10
|
+
|
|
11
|
+
## Penggunaan
|
|
12
|
+
|
|
13
|
+
```html
|
|
14
|
+
<ss-icon name="focus"></ss-icon>
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
### Dengan saiz tersuai
|
|
18
|
+
|
|
19
|
+
```html
|
|
20
|
+
<ss-icon name="focus" size="32"></ss-icon>
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
### Dengan warna tersuai
|
|
24
|
+
|
|
25
|
+
```html
|
|
26
|
+
<ss-icon name="focus" color="#3b82f6"></ss-icon>
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
### Dengan lebar garisan tersuai
|
|
30
|
+
|
|
31
|
+
```html
|
|
32
|
+
<ss-icon name="focus" stroke="2"></ss-icon>
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Butiran Ikon
|
|
36
|
+
|
|
37
|
+
| Ciri | Nilai |
|
|
38
|
+
|------|-------|
|
|
39
|
+
| **Nama** | Focus |
|
|
40
|
+
| **Slug** | `focus` |
|
|
41
|
+
| **Tag** | `focus`, `lock in`, `scan`, `fullscreen`, `aim`, `target`, `center` |
|
|
42
|
+
|
|
43
|
+
## Laluan SVG
|
|
44
|
+
|
|
45
|
+
```
|
|
46
|
+
M3 7V5c0-1.1.9-2 2-2h2M17 3h2c1.1 0 2 .9 2 2v2M21 17v2c0 1.1-.9 2-2 2h-2M7 21H5c-1.1 0-2-.9-2-2v-2M5 3 7 3Z
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
## SVG Mentah
|
|
50
|
+
|
|
51
|
+
```html
|
|
52
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
53
|
+
<path d="M3 7V5c0-1.1.9-2 2-2h2M17 3h2c1.1 0 2 .9 2 2v2M21 17v2c0 1.1-.9 2-2 2h-2M7 21H5c-1.1 0-2-.9-2-2v-2M5 3 7 3Z"></path>
|
|
54
|
+
</svg>
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
[← Kembali ke Pustaka Ikon](/ms/icons/)
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Folder minus
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# Folder minus
|
|
6
|
+
|
|
7
|
+
<div style="display: flex; justify-content: center; padding: 2rem; background: var(--vp-c-bg-soft); border-radius: 8px; margin: 1rem 0;">
|
|
8
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 13.5 12 13.5m3 0H9m4.06-7.19-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z"></path></svg>
|
|
9
|
+
</div>
|
|
10
|
+
|
|
11
|
+
## Penggunaan
|
|
12
|
+
|
|
13
|
+
```html
|
|
14
|
+
<ss-icon name="folder-minus"></ss-icon>
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
### Dengan saiz tersuai
|
|
18
|
+
|
|
19
|
+
```html
|
|
20
|
+
<ss-icon name="folder-minus" size="32"></ss-icon>
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
### Dengan warna tersuai
|
|
24
|
+
|
|
25
|
+
```html
|
|
26
|
+
<ss-icon name="folder-minus" color="#3b82f6"></ss-icon>
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
### Dengan lebar garisan tersuai
|
|
30
|
+
|
|
31
|
+
```html
|
|
32
|
+
<ss-icon name="folder-minus" stroke="2"></ss-icon>
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Butiran Ikon
|
|
36
|
+
|
|
37
|
+
| Ciri | Nilai |
|
|
38
|
+
|------|-------|
|
|
39
|
+
| **Nama** | Folder minus |
|
|
40
|
+
| **Slug** | `folder-minus` |
|
|
41
|
+
| **Tag** | `remove folder`, `delete directory`, `subtract folder`, `folder-minus` |
|
|
42
|
+
|
|
43
|
+
## Laluan SVG
|
|
44
|
+
|
|
45
|
+
```
|
|
46
|
+
M12 13.5 12 13.5m3 0H9m4.06-7.19-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
## SVG Mentah
|
|
50
|
+
|
|
51
|
+
```html
|
|
52
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
53
|
+
<path d="M12 13.5 12 13.5m3 0H9m4.06-7.19-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z"></path>
|
|
54
|
+
</svg>
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
[← Kembali ke Pustaka Ikon](/ms/icons/)
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Folder Open
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# Folder Open
|
|
6
|
+
|
|
7
|
+
<div style="display: flex; justify-content: center; padding: 2rem; background: var(--vp-c-bg-soft); border-radius: 8px; margin: 1rem 0;">
|
|
8
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3.75 9.776c.112-.017.227-.026.344-.026h15.812c.117 0 .232.009.344.026m-16.5 0a2.25 2.25 0 00-1.883 2.542l.857 6a2.25 2.25 0 002.227 1.932H19.05a2.25 2.25 0 002.227-1.932l.857-6a2.25 2.25 0 00-1.883-2.542m-16.5 0V6A2.25 2.25 0 016 3.75h3.879a1.5 1.5 0 011.06.44l2.122 2.12a1.5 1.5 0 001.06.44H18A2.25 2.25 0 0120.25 9v.776"></path></svg>
|
|
9
|
+
</div>
|
|
10
|
+
|
|
11
|
+
## Penggunaan
|
|
12
|
+
|
|
13
|
+
```html
|
|
14
|
+
<ss-icon name="folder-open"></ss-icon>
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
### Dengan saiz tersuai
|
|
18
|
+
|
|
19
|
+
```html
|
|
20
|
+
<ss-icon name="folder-open" size="32"></ss-icon>
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
### Dengan warna tersuai
|
|
24
|
+
|
|
25
|
+
```html
|
|
26
|
+
<ss-icon name="folder-open" color="#3b82f6"></ss-icon>
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
### Dengan lebar garisan tersuai
|
|
30
|
+
|
|
31
|
+
```html
|
|
32
|
+
<ss-icon name="folder-open" stroke="2"></ss-icon>
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Butiran Ikon
|
|
36
|
+
|
|
37
|
+
| Ciri | Nilai |
|
|
38
|
+
|------|-------|
|
|
39
|
+
| **Nama** | Folder Open |
|
|
40
|
+
| **Slug** | `folder-open` |
|
|
41
|
+
| **Tag** | `directory`, `organize`, `file`, `browse`, `folder-open`, `senangwebs`, `sw-unfold` |
|
|
42
|
+
|
|
43
|
+
## Laluan SVG
|
|
44
|
+
|
|
45
|
+
```
|
|
46
|
+
M3.75 9.776c.112-.017.227-.026.344-.026h15.812c.117 0 .232.009.344.026m-16.5 0a2.25 2.25 0 00-1.883 2.542l.857 6a2.25 2.25 0 002.227 1.932H19.05a2.25 2.25 0 002.227-1.932l.857-6a2.25 2.25 0 00-1.883-2.542m-16.5 0V6A2.25 2.25 0 016 3.75h3.879a1.5 1.5 0 011.06.44l2.122 2.12a1.5 1.5 0 001.06.44H18A2.25 2.25 0 0120.25 9v.776
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
## SVG Mentah
|
|
50
|
+
|
|
51
|
+
```html
|
|
52
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
53
|
+
<path d="M3.75 9.776c.112-.017.227-.026.344-.026h15.812c.117 0 .232.009.344.026m-16.5 0a2.25 2.25 0 00-1.883 2.542l.857 6a2.25 2.25 0 002.227 1.932H19.05a2.25 2.25 0 002.227-1.932l.857-6a2.25 2.25 0 00-1.883-2.542m-16.5 0V6A2.25 2.25 0 016 3.75h3.879a1.5 1.5 0 011.06.44l2.122 2.12a1.5 1.5 0 001.06.44H18A2.25 2.25 0 0120.25 9v.776"></path>
|
|
54
|
+
</svg>
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
[← Kembali ke Pustaka Ikon](/ms/icons/)
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Folder Plus
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# Folder Plus
|
|
6
|
+
|
|
7
|
+
<div style="display: flex; justify-content: center; padding: 2rem; background: var(--vp-c-bg-soft); border-radius: 8px; margin: 1rem 0;">
|
|
8
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 10.5v6m3-3H9m4.06-7.19l-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z"></path></svg>
|
|
9
|
+
</div>
|
|
10
|
+
|
|
11
|
+
## Penggunaan
|
|
12
|
+
|
|
13
|
+
```html
|
|
14
|
+
<ss-icon name="folder-plus"></ss-icon>
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
### Dengan saiz tersuai
|
|
18
|
+
|
|
19
|
+
```html
|
|
20
|
+
<ss-icon name="folder-plus" size="32"></ss-icon>
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
### Dengan warna tersuai
|
|
24
|
+
|
|
25
|
+
```html
|
|
26
|
+
<ss-icon name="folder-plus" color="#3b82f6"></ss-icon>
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
### Dengan lebar garisan tersuai
|
|
30
|
+
|
|
31
|
+
```html
|
|
32
|
+
<ss-icon name="folder-plus" stroke="2"></ss-icon>
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Butiran Ikon
|
|
36
|
+
|
|
37
|
+
| Ciri | Nilai |
|
|
38
|
+
|------|-------|
|
|
39
|
+
| **Nama** | Folder Plus |
|
|
40
|
+
| **Slug** | `folder-plus` |
|
|
41
|
+
| **Tag** | `add folder`, `new directory`, `create folder`, `organize`, `folder-plus` |
|
|
42
|
+
|
|
43
|
+
## Laluan SVG
|
|
44
|
+
|
|
45
|
+
```
|
|
46
|
+
M12 10.5v6m3-3H9m4.06-7.19l-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
## SVG Mentah
|
|
50
|
+
|
|
51
|
+
```html
|
|
52
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
53
|
+
<path d="M12 10.5v6m3-3H9m4.06-7.19l-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z"></path>
|
|
54
|
+
</svg>
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
[← Kembali ke Pustaka Ikon](/ms/icons/)
|