@nac3/forge-cli 1.0.51 → 1.0.53
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 +466 -390
- package/dist/chat/panel.d.ts.map +1 -1
- package/dist/chat/panel.js +315 -94
- package/dist/chat/panel.js.map +1 -1
- package/dist/chat/server.d.ts.map +1 -1
- package/dist/chat/server.js +77 -5
- package/dist/chat/server.js.map +1 -1
- package/dist/commands/chat.d.ts +4 -4
- package/dist/commands/chat.js +1 -1
- package/dist/commands/chat.js.map +1 -1
- package/dist/commands/pilot.d.ts.map +1 -1
- package/dist/commands/pilot.js +3 -1
- package/dist/commands/pilot.js.map +1 -1
- package/dist/core/file_tree.d.ts +27 -0
- package/dist/core/file_tree.d.ts.map +1 -0
- package/dist/core/file_tree.js +87 -0
- package/dist/core/file_tree.js.map +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +113 -111
- package/src/i18n/catalogs/ar.json +13 -3
- package/src/i18n/catalogs/de.json +13 -3
- package/src/i18n/catalogs/en.json +13 -3
- package/src/i18n/catalogs/es.json +13 -3
- package/src/i18n/catalogs/fr.json +13 -3
- package/src/i18n/catalogs/hi.json +13 -3
- package/src/i18n/catalogs/it.json +13 -3
- package/src/i18n/catalogs/ja.json +13 -3
- package/src/i18n/catalogs/pt.json +13 -3
- package/src/i18n/catalogs/zh.json +13 -3
- package/yujin-design-system/_preview.mjs +77 -0
- package/yujin-design-system/components/_index.json +156 -0
- package/yujin-design-system/components/accordion.yujin.json +24 -0
- package/yujin-design-system/components/alert.yujin.json +30 -0
- package/yujin-design-system/components/avatar.yujin.json +23 -0
- package/yujin-design-system/components/badge.yujin.json +30 -0
- package/yujin-design-system/components/breadcrumb.yujin.json +22 -0
- package/yujin-design-system/components/button.yujin.json +35 -0
- package/yujin-design-system/components/card.yujin.json +33 -0
- package/yujin-design-system/components/checkbox.yujin.json +25 -0
- package/yujin-design-system/components/datepicker.yujin.json +26 -0
- package/yujin-design-system/components/dropdown.yujin.json +26 -0
- package/yujin-design-system/components/file-upload.yujin.json +25 -0
- package/yujin-design-system/components/form-field.yujin.json +29 -0
- package/yujin-design-system/components/input.yujin.json +32 -0
- package/yujin-design-system/components/kanban-card.yujin.json +32 -0
- package/yujin-design-system/components/modal.yujin.json +28 -0
- package/yujin-design-system/components/pagination.yujin.json +24 -0
- package/yujin-design-system/components/progress.yujin.json +23 -0
- package/yujin-design-system/components/radio.yujin.json +24 -0
- package/yujin-design-system/components/search-bar.yujin.json +26 -0
- package/yujin-design-system/components/select.yujin.json +25 -0
- package/yujin-design-system/components/sidebar.yujin.json +28 -0
- package/yujin-design-system/components/skeleton.yujin.json +23 -0
- package/yujin-design-system/components/slider.yujin.json +22 -0
- package/yujin-design-system/components/switch.yujin.json +23 -0
- package/yujin-design-system/components/table.yujin.json +28 -0
- package/yujin-design-system/components/tabs.yujin.json +28 -0
- package/yujin-design-system/components/toast.yujin.json +28 -0
- package/yujin-design-system/components/tooltip.yujin.json +27 -0
- package/yujin-design-system/components/topbar.yujin.json +23 -0
- package/yujin-design-system/components/view.yujin.json +24 -0
- package/yujin-design-system/fonts/README.md +31 -0
- package/yujin-design-system/icons/sumie/abacus-soroban.svg +1 -0
- package/yujin-design-system/icons/sumie/antenna-signal.svg +1 -0
- package/yujin-design-system/icons/sumie/anvil-block.svg +1 -0
- package/yujin-design-system/icons/sumie/arrow-down-trend.svg +1 -0
- package/yujin-design-system/icons/sumie/arrow-up-trend.svg +1 -0
- package/yujin-design-system/icons/sumie/aurora-band.svg +1 -0
- package/yujin-design-system/icons/sumie/badge-id.svg +1 -0
- package/yujin-design-system/icons/sumie/badge-medal.svg +1 -0
- package/yujin-design-system/icons/sumie/bamboo-stalk.svg +1 -0
- package/yujin-design-system/icons/sumie/bandage-cross.svg +1 -0
- package/yujin-design-system/icons/sumie/barcode-strip.svg +1 -0
- package/yujin-design-system/icons/sumie/barrel-cask.svg +1 -0
- package/yujin-design-system/icons/sumie/bell-temple.svg +1 -0
- package/yujin-design-system/icons/sumie/bird-perched.svg +1 -0
- package/yujin-design-system/icons/sumie/boat-junk.svg +1 -0
- package/yujin-design-system/icons/sumie/boat-sail.svg +1 -0
- package/yujin-design-system/icons/sumie/book-bound.svg +1 -0
- package/yujin-design-system/icons/sumie/bow-arrow.svg +1 -0
- package/yujin-design-system/icons/sumie/box-crate.svg +1 -0
- package/yujin-design-system/icons/sumie/box-stacked.svg +1 -0
- package/yujin-design-system/icons/sumie/brain-cells.svg +1 -0
- package/yujin-design-system/icons/sumie/branch-sakura.svg +1 -0
- package/yujin-design-system/icons/sumie/bridge-arched.svg +1 -0
- package/yujin-design-system/icons/sumie/briefcase.svg +1 -0
- package/yujin-design-system/icons/sumie/brush-ink.svg +1 -0
- package/yujin-design-system/icons/sumie/brush-tip.svg +1 -0
- package/yujin-design-system/icons/sumie/butterfly-wing.svg +1 -0
- package/yujin-design-system/icons/sumie/calendar-grid.svg +1 -0
- package/yujin-design-system/icons/sumie/caliper-precision.svg +1 -0
- package/yujin-design-system/icons/sumie/cart-basket.svg +1 -0
- package/yujin-design-system/icons/sumie/castle-walls.svg +1 -0
- package/yujin-design-system/icons/sumie/cat-whisker.svg +1 -0
- package/yujin-design-system/icons/sumie/check-mark.svg +1 -0
- package/yujin-design-system/icons/sumie/check-shield.svg +1 -0
- package/yujin-design-system/icons/sumie/chopsticks.svg +1 -0
- package/yujin-design-system/icons/sumie/circuit-node.svg +1 -0
- package/yujin-design-system/icons/sumie/clipboard-list.svg +1 -0
- package/yujin-design-system/icons/sumie/cloud-curl.svg +1 -0
- package/yujin-design-system/icons/sumie/cloud-platform.svg +1 -0
- package/yujin-design-system/icons/sumie/coin-mon.svg +1 -0
- package/yujin-design-system/icons/sumie/coin-stack.svg +1 -0
- package/yujin-design-system/icons/sumie/comb-wooden.svg +1 -0
- package/yujin-design-system/icons/sumie/comet-trail.svg +1 -0
- package/yujin-design-system/icons/sumie/compass-marine.svg +1 -0
- package/yujin-design-system/icons/sumie/conveyor-belt.svg +1 -0
- package/yujin-design-system/icons/sumie/crane-flying.svg +1 -0
- package/yujin-design-system/icons/sumie/cross-mark.svg +1 -0
- package/yujin-design-system/icons/sumie/database-disk.svg +1 -0
- package/yujin-design-system/icons/sumie/deer-antler.svg +1 -0
- package/yujin-design-system/icons/sumie/document-page.svg +1 -0
- package/yujin-design-system/icons/sumie/dragon-curl.svg +1 -0
- package/yujin-design-system/icons/sumie/eclipse-ring.svg +1 -0
- package/yujin-design-system/icons/sumie/envelope-letter.svg +1 -0
- package/yujin-design-system/icons/sumie/eye-vision.svg +1 -0
- package/yujin-design-system/icons/sumie/fan-folded.svg +1 -0
- package/yujin-design-system/icons/sumie/fan-open.svg +1 -0
- package/yujin-design-system/icons/sumie/fern-frond.svg +1 -0
- package/yujin-design-system/icons/sumie/flag-banner.svg +1 -0
- package/yujin-design-system/icons/sumie/flame-forge.svg +1 -0
- package/yujin-design-system/icons/sumie/folder-tab.svg +1 -0
- package/yujin-design-system/icons/sumie/forklift.svg +1 -0
- package/yujin-design-system/icons/sumie/fox-tail.svg +1 -0
- package/yujin-design-system/icons/sumie/gear-cog.svg +1 -0
- package/yujin-design-system/icons/sumie/gear-double.svg +1 -0
- package/yujin-design-system/icons/sumie/gift-wrapped.svg +1 -0
- package/yujin-design-system/icons/sumie/globe-grid.svg +1 -0
- package/yujin-design-system/icons/sumie/gong-disk.svg +1 -0
- package/yujin-design-system/icons/sumie/hammer-craft.svg +1 -0
- package/yujin-design-system/icons/sumie/handshake-knot.svg +1 -0
- package/yujin-design-system/icons/sumie/heart-affinity.svg +1 -0
- package/yujin-design-system/icons/sumie/helmet-care.svg +1 -0
- package/yujin-design-system/icons/sumie/horse-gallop.svg +1 -0
- package/yujin-design-system/icons/sumie/house-traditional.svg +1 -0
- package/yujin-design-system/icons/sumie/incense-stick.svg +1 -0
- package/yujin-design-system/icons/sumie/inkstone-suzuri.svg +1 -0
- package/yujin-design-system/icons/sumie/invoice-doc.svg +1 -0
- package/yujin-design-system/icons/sumie/iris-bloom.svg +1 -0
- package/yujin-design-system/icons/sumie/key-skeleton.svg +1 -0
- package/yujin-design-system/icons/sumie/kimono-robe.svg +1 -0
- package/yujin-design-system/icons/sumie/koi-leaping.svg +1 -0
- package/yujin-design-system/icons/sumie/koi-pond.svg +1 -0
- package/yujin-design-system/icons/sumie/lantern-stone.svg +1 -0
- package/yujin-design-system/icons/sumie/ledger-tally.svg +1 -0
- package/yujin-design-system/icons/sumie/lifebuoy-ring.svg +1 -0
- package/yujin-design-system/icons/sumie/lock-shut.svg +1 -0
- package/yujin-design-system/icons/sumie/lotus-flower.svg +1 -0
- package/yujin-design-system/icons/sumie/magnify-glass.svg +1 -0
- package/yujin-design-system/icons/sumie/manifest.json +1263 -0
- package/yujin-design-system/icons/sumie/maple-leaf.svg +1 -0
- package/yujin-design-system/icons/sumie/mask-noh.svg +1 -0
- package/yujin-design-system/icons/sumie/megaphone-flare.svg +1 -0
- package/yujin-design-system/icons/sumie/mic-voice.svg +1 -0
- package/yujin-design-system/icons/sumie/mirror-bronze.svg +1 -0
- package/yujin-design-system/icons/sumie/mobile-phone.svg +1 -0
- package/yujin-design-system/icons/sumie/moon-full.svg +1 -0
- package/yujin-design-system/icons/sumie/moon-half.svg +1 -0
- package/yujin-design-system/icons/sumie/mountain-mist.svg +1 -0
- package/yujin-design-system/icons/sumie/mountain-twin.svg +1 -0
- package/yujin-design-system/icons/sumie/owl-eye.svg +1 -0
- package/yujin-design-system/icons/sumie/pagoda-tiers.svg +1 -0
- package/yujin-design-system/icons/sumie/pallet-stack.svg +1 -0
- package/yujin-design-system/icons/sumie/paper-lantern.svg +1 -0
- package/yujin-design-system/icons/sumie/paper-plane.svg +1 -0
- package/yujin-design-system/icons/sumie/pay-card.svg +1 -0
- package/yujin-design-system/icons/sumie/pdf-stack.svg +1 -0
- package/yujin-design-system/icons/sumie/pencil-write.svg +1 -0
- package/yujin-design-system/icons/sumie/people-pair.svg +1 -0
- package/yujin-design-system/icons/sumie/people-trio.svg +1 -0
- package/yujin-design-system/icons/sumie/person-bow.svg +1 -0
- package/yujin-design-system/icons/sumie/phoenix-tail.svg +1 -0
- package/yujin-design-system/icons/sumie/piggy-bank.svg +1 -0
- package/yujin-design-system/icons/sumie/pin-location.svg +1 -0
- package/yujin-design-system/icons/sumie/pine-tree.svg +1 -0
- package/yujin-design-system/icons/sumie/pipeline-funnel.svg +1 -0
- package/yujin-design-system/icons/sumie/plane-flight.svg +1 -0
- package/yujin-design-system/icons/sumie/plug-power.svg +1 -0
- package/yujin-design-system/icons/sumie/plum-blossom.svg +1 -0
- package/yujin-design-system/icons/sumie/qr-grid.svg +1 -0
- package/yujin-design-system/icons/sumie/rabbit-hop.svg +1 -0
- package/yujin-design-system/icons/sumie/rain-falling.svg +1 -0
- package/yujin-design-system/icons/sumie/receipt-strip.svg +1 -0
- package/yujin-design-system/icons/sumie/reed-grass.svg +1 -0
- package/yujin-design-system/icons/sumie/rice-bowl.svg +1 -0
- package/yujin-design-system/icons/sumie/river-bend.svg +1 -0
- package/yujin-design-system/icons/sumie/rock-stack.svg +1 -0
- package/yujin-design-system/icons/sumie/rope-shimenawa.svg +1 -0
- package/yujin-design-system/icons/sumie/safe-vault.svg +1 -0
- package/yujin-design-system/icons/sumie/sake-bottle.svg +1 -0
- package/yujin-design-system/icons/sumie/sandal-geta.svg +1 -0
- package/yujin-design-system/icons/sumie/scales-balance.svg +1 -0
- package/yujin-design-system/icons/sumie/scroll-rolled.svg +1 -0
- package/yujin-design-system/icons/sumie/seal-stamp.svg +1 -0
- package/yujin-design-system/icons/sumie/server-rack.svg +1 -0
- package/yujin-design-system/icons/sumie/shield-knight.svg +1 -0
- package/yujin-design-system/icons/sumie/shrine-roof.svg +1 -0
- package/yujin-design-system/icons/sumie/signature-loop.svg +1 -0
- package/yujin-design-system/icons/sumie/snow-flake.svg +1 -0
- package/yujin-design-system/icons/sumie/spark-ai.svg +1 -0
- package/yujin-design-system/icons/sumie/spark-burst.svg +1 -0
- package/yujin-design-system/icons/sumie/speech-cloud.svg +1 -0
- package/yujin-design-system/icons/sumie/spider-silk.svg +1 -0
- package/yujin-design-system/icons/sumie/star-cluster.svg +1 -0
- package/yujin-design-system/icons/sumie/star-five.svg +1 -0
- package/yujin-design-system/icons/sumie/star-rating.svg +1 -0
- package/yujin-design-system/icons/sumie/sun-rising.svg +1 -0
- package/yujin-design-system/icons/sumie/sword-katana.svg +1 -0
- package/yujin-design-system/icons/sumie/tablet-flat.svg +1 -0
- package/yujin-design-system/icons/sumie/tag-price.svg +1 -0
- package/yujin-design-system/icons/sumie/target-bullseye.svg +1 -0
- package/yujin-design-system/icons/sumie/tax-stamp.svg +1 -0
- package/yujin-design-system/icons/sumie/tea-cup.svg +1 -0
- package/yujin-design-system/icons/sumie/tea-house.svg +1 -0
- package/yujin-design-system/icons/sumie/tea-pot.svg +1 -0
- package/yujin-design-system/icons/sumie/temple-gate.svg +1 -0
- package/yujin-design-system/icons/sumie/thermo-bulb.svg +1 -0
- package/yujin-design-system/icons/sumie/thread-spool.svg +1 -0
- package/yujin-design-system/icons/sumie/tiger-claw.svg +1 -0
- package/yujin-design-system/icons/sumie/time-clock.svg +1 -0
- package/yujin-design-system/icons/sumie/torii-double.svg +1 -0
- package/yujin-design-system/icons/sumie/train-rail.svg +1 -0
- package/yujin-design-system/icons/sumie/truck-cargo.svg +1 -0
- package/yujin-design-system/icons/sumie/turtle-shell.svg +1 -0
- package/yujin-design-system/icons/sumie/umbrella-folded.svg +1 -0
- package/yujin-design-system/icons/sumie/umbrella-wagasa.svg +1 -0
- package/yujin-design-system/icons/sumie/wallet-pouch.svg +1 -0
- package/yujin-design-system/icons/sumie/warehouse-roof.svg +1 -0
- package/yujin-design-system/icons/sumie/wave-curl.svg +1 -0
- package/yujin-design-system/icons/sumie/wave-great.svg +1 -0
- package/yujin-design-system/icons/sumie/willow-leaf.svg +1 -0
- package/yujin-design-system/icons/sumie/wind-gust.svg +1 -0
- package/yujin-design-system/icons/sumie/wrench-spanner.svg +1 -0
- package/yujin-design-system/manifest.json +69 -0
- package/yujin-design-system/preview.html +32 -0
- package/yujin-design-system/tokens/yujin-tokens.css +2386 -0
- package/yujin-design-system/tokens/yujin-tokens.json +1170 -0
- package/yujin-design-system-artdeco/icons/_generate.mjs +142 -0
- package/yujin-design-system-artdeco/icons/artdeco/add.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/arrow-right.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/bell.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/briefcase.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/building.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/calendar.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/chart-bar.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/chart-line.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/chat.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/check.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/chevron-right.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/clipboard.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/clock.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/close.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/coin.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/dashboard.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/database.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/delete.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/document.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/download.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/edit.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/expand.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/filter.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/folder.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/globe.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/handshake.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/heart.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/home.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/info.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/invoice.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/list.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/lock.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/mail.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/manifest.json +365 -0
- package/yujin-design-system-artdeco/icons/artdeco/menu.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/phone.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/search.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/send.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/settings.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/share.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/shield.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/star.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/sun.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/table.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/tag.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/target.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/user.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/users.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/warning.svg +1 -0
- package/yujin-design-system-artdeco/manifest.json +44 -0
- package/yujin-design-system-artdeco/preview.html +25 -0
- package/yujin-design-system-artdeco/tokens/artdeco-tokens.css +145 -0
- package/yujin-design-system-artdeco/tokens/artdeco-tokens.json +40 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M8 20 L20 8 Q24 4 28 8 L32 12 Q36 16 32 20 L20 32 Q16 36 12 32 L8 28 Q4 24 8 20 z"/><path d="M16 20 L20 24"/><path d="M20 16 L24 20"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M6 8 L6 32"/><path d="M10 8 L10 32"/><path d="M14 8 L14 32"/><path d="M18 8 L18 32"/><path d="M24 8 L24 32"/><path d="M28 8 L28 32"/><path d="M32 8 L32 32"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M10 8 L30 8 L34 20 L30 32 L10 32 L6 20 z"/><path d="M6 14 L34 14"/><path d="M6 26 L34 26"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M14 8 L26 8 L26 12 L28 12 L28 26 Q28 30 20 30 Q12 30 12 26 L12 12 L14 12 z"/><circle cx="20" cy="32" r="1.5" class="ink-fill"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M14 22 Q22 14 28 22 L24 24 L26 30 L20 26 L14 30 L16 24 z"/><path d="M14 32 L14 36"/><path d="M20 32 L20 36"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 26 L36 26 L32 32 L8 32 z"/><path d="M14 8 L14 26"/><path d="M14 8 L26 14 L14 20"/><path d="M4 32 Q20 36 36 32"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M20 4 L20 26"/><path d="M20 6 L8 26 L20 26 z"/><path d="M20 6 L32 26 L20 26 z"/><path d="M6 30 L34 30 L30 34 L10 34 z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M8 6 L32 6 L32 34 L8 34 z"/><path d="M12 6 L12 34"/><path d="M16 12 L28 12"/><path d="M16 18 L28 18"/><path d="M16 24 L24 24"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M8 4 Q4 20 8 36"/><path d="M8 4 L8 36"/><path d="M8 20 L34 20"/><path d="M30 16 L36 20 L30 24"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M6 12 L20 6 L34 12 L34 28 L20 34 L6 28 z"/><path d="M6 12 L20 18 L34 12"/><path d="M20 18 L20 34"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 6 L20 6 L20 18 L4 18 z"/><path d="M20 6 L36 6 L36 18 L20 18 z"/><path d="M12 18 L28 18 L28 30 L12 30 z"/><path d="M4 30 L36 30"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M14 8 Q8 8 8 14 Q4 18 8 22 Q4 28 12 30 Q14 34 20 32 Q26 34 28 30 Q36 28 32 22 Q36 18 32 14 Q32 8 26 8 Q22 4 20 8 Q18 4 14 8 z"/><circle cx="14" cy="18" r="1" class="ink-fill"/><circle cx="26" cy="18" r="1" class="ink-fill"/><circle cx="20" cy="24" r="1" class="ink-fill"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 32 Q14 22 28 8"/><circle cx="11" cy="26" r="2.2" class="ink-fill"/><circle cx="20" cy="18" r="2.2" class="ink-fill"/><circle cx="28" cy="8" r="2.2" class="ink-fill"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 26 Q20 4 36 26"/><path d="M4 30 L36 30"/><path d="M10 26 L10 30"/><path d="M20 22 L20 30"/><path d="M30 26 L30 30"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M6 14 L34 14 L34 32 L6 32 z"/><path d="M14 14 L14 8 L26 8 L26 14"/><path d="M6 22 L34 22"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M28 4 L36 12 L18 30 Q14 32 10 28 Q8 24 10 22 z"/><path d="M10 22 L4 28 Q4 32 8 32 L14 26"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M20 4 L24 14 L20 36 L16 14 z"/><path d="M16 14 L24 14"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M20 8 L20 32"/><path d="M20 14 Q10 8 6 18 Q10 24 20 22"/><path d="M20 14 Q30 8 34 18 Q30 24 20 22"/><path d="M20 22 Q14 28 10 32 Q14 30 20 28"/><path d="M20 22 Q26 28 30 32 Q26 30 20 28"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M6 8 L34 8 L34 34 L6 34 z"/><path d="M6 14 L34 14"/><path d="M14 4 L14 12"/><path d="M26 4 L26 12"/><path d="M14 22 L18 22"/><path d="M22 22 L26 22"/><path d="M14 28 L18 28"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 14 L36 14"/><path d="M4 14 L4 20"/><path d="M12 14 L12 18"/><path d="M20 14 L20 20"/><path d="M28 14 L28 18"/><path d="M36 14 L36 20"/><path d="M10 22 L30 22 L30 32 L10 32 z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 10 L8 10 L12 26 L34 26 L36 14 L12 14"/><circle cx="14" cy="32" r="2.5"/><circle cx="30" cy="32" r="2.5"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 14 L8 14 L8 10 L12 10 L12 14 L16 14 L16 10 L20 10 L20 14 L24 14 L24 10 L28 10 L28 14 L32 14 L32 10 L36 10 L36 14 L36 34 L4 34 z"/><path d="M16 34 L16 24 L24 24 L24 34"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><circle cx="20" cy="22" r="10"/><path d="M14 14 L10 8"/><path d="M26 14 L30 8"/><circle cx="16" cy="20" r="1" class="ink-fill"/><circle cx="24" cy="20" r="1" class="ink-fill"/><path d="M4 22 L14 24"/><path d="M36 22 L26 24"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M6 22 L16 30 L34 8"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M20 4 L34 10 Q34 26 20 36 Q6 26 6 10 z"/><path d="M14 20 L18 24 L26 14"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M6 6 L34 32"/><path d="M10 6 L34 28"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><circle cx="20" cy="20" r="3" class="ink-fill"/><circle cx="8" cy="8" r="2"/><circle cx="32" cy="8" r="2"/><circle cx="8" cy="32" r="2"/><circle cx="32" cy="32" r="2"/><path d="M10 10 L18 18"/><path d="M30 10 L22 18"/><path d="M10 30 L18 22"/><path d="M30 30 L22 22"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M10 8 L30 8 L30 36 L10 36 z"/><path d="M14 4 L26 4 L26 12 L14 12 z"/><path d="M14 18 L26 18"/><path d="M14 24 L26 24"/><path d="M14 30 L22 30"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M8 22 Q4 22 4 18 Q4 14 10 14 Q12 8 18 10 Q22 6 28 12 Q36 12 36 20 Q36 26 28 26 L10 26 Q6 26 8 22 z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M10 18 Q4 18 4 12 Q6 6 14 8 Q18 4 24 8 Q32 6 34 14 Q38 16 36 22 Q34 26 28 26 L12 26 Q6 26 8 22 z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><circle cx="20" cy="20" r="14"/><path d="M16 16 L24 16 L24 24 L16 24 z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><ellipse cx="20" cy="10" rx="12" ry="3"/><path d="M8 10 L8 16 Q8 19 20 19 Q32 19 32 16 L32 10"/><path d="M8 18 L8 24 Q8 27 20 27 Q32 27 32 24 L32 18"/><path d="M8 26 L8 32 Q8 35 20 35 Q32 35 32 32 L32 26"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M6 12 L34 12 L34 18 L6 18 z"/><path d="M10 18 L10 30"/><path d="M14 18 L14 32"/><path d="M18 18 L18 30"/><path d="M22 18 L22 32"/><path d="M26 18 L26 30"/><path d="M30 18 L30 32"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 32 Q18 22 30 12"/><circle cx="32" cy="10" r="3" class="ink-fill"/><path d="M28 16 L20 24"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><circle cx="20" cy="20" r="14"/><path d="M20 6 L22 20 L20 22 L18 20 z"/><path d="M20 22 L20 34"/><path d="M6 20 L34 20"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 24 L36 24"/><path d="M4 28 L36 28"/><circle cx="8" cy="26" r="2"/><circle cx="20" cy="26" r="2"/><circle cx="32" cy="26" r="2"/><path d="M14 18 L20 12 L26 18"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 22 Q12 14 18 20 Q24 26 30 18 Q34 14 36 14"/><path d="M22 16 L24 12"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M8 8 L32 32"/><path d="M32 8 L8 32"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><ellipse cx="20" cy="10" rx="12" ry="4"/><path d="M8 10 L8 30 Q8 34 20 34 Q32 34 32 30 L32 10"/><path d="M8 18 Q8 22 20 22 Q32 22 32 18"/><path d="M8 26 Q8 30 20 30 Q32 30 32 26"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M20 36 L20 18"/><path d="M20 18 Q14 10 8 12 Q12 8 14 4"/><path d="M20 18 Q26 10 32 12 Q28 8 26 4"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M10 4 L26 4 L30 8 L30 36 L10 36 z"/><path d="M26 4 L26 8 L30 8"/><path d="M14 14 L26 14"/><path d="M14 20 L26 20"/><path d="M14 26 L22 26"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M6 20 Q10 8 20 12 Q28 16 24 26 Q20 34 12 30"/><circle cx="14" cy="18" r="1.2" class="ink-fill"/><path d="M28 14 L32 12"/><path d="M30 18 L34 16"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><circle cx="20" cy="20" r="12"/><circle cx="20" cy="20" r="8" class="ink-fill"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M6 10 L34 10 L34 30 L6 30 z"/><path d="M6 10 L20 22 L34 10"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 20 Q12 10 20 10 Q28 10 36 20 Q28 30 20 30 Q12 30 4 20 z"/><circle cx="20" cy="20" r="5"/><circle cx="20" cy="20" r="2" class="ink-fill"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M20 32 L6 14 a18 18 0 0 1 28 0 z"/><path d="M20 32 L13 18"/><path d="M20 32 L20 13"/><path d="M20 32 L27 18"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M20 32 L4 18 Q20 8 36 18 z"/><path d="M20 32 L12 22"/><path d="M20 32 L20 18"/><path d="M20 32 L28 22"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M6 34 Q14 20 30 6"/><path d="M14 22 Q12 16 16 14"/><path d="M20 16 Q18 12 22 10"/><path d="M10 28 Q8 22 12 20"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M8 4 L8 36"/><path d="M8 4 L30 4 L26 12 L30 20 L8 20"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M20 4 Q26 14 22 20 Q26 18 28 22 Q32 28 24 34 Q12 36 12 26 Q12 20 16 18 Q14 12 20 4 z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 12 L14 12 L18 8 L36 8 L36 32 L4 32 z"/><path d="M4 16 L36 16"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M8 28 L8 18 L20 18 L20 28"/><path d="M20 18 L24 24 L24 28"/><path d="M28 12 L28 28"/><path d="M28 12 L34 12"/><circle cx="12" cy="32" r="2.5"/><circle cx="22" cy="32" r="2.5"/><path d="M28 22 L34 22"/><path d="M30 22 L30 32"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M6 34 Q12 20 26 12 L34 6 L32 16 L20 24 Q14 28 12 32 z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M20 4 L22 8 L26 6 L26 10 L30 10 L28 14 L32 16 L28 18 L30 22 L26 22 L26 26 L22 24 L20 28 L18 24 L14 26 L14 22 L10 22 L12 18 L8 16 L12 14 L10 10 L14 10 L14 6 L18 8 z"/><circle cx="20" cy="16" r="3"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><circle cx="14" cy="14" r="6"/><circle cx="14" cy="14" r="2"/><path d="M14 4 L14 8"/><path d="M14 20 L14 24"/><path d="M4 14 L8 14"/><path d="M20 14 L24 14"/><circle cx="28" cy="28" r="5"/><circle cx="28" cy="28" r="2"/><path d="M28 21 L28 23"/><path d="M28 33 L28 36"/><path d="M21 28 L23 28"/><path d="M33 28 L36 28"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M6 14 L34 14 L34 18 L6 18 z"/><path d="M8 18 L8 34 L32 34 L32 18"/><path d="M20 14 L20 34"/><path d="M16 6 Q14 10 16 12 Q20 14 20 12 Q24 14 24 12 Q26 10 24 6 Q22 4 20 8 Q18 4 16 6"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><circle cx="20" cy="20" r="14"/><path d="M6 20 L34 20"/><path d="M20 6 Q28 20 20 34 Q12 20 20 6"/><path d="M8 12 Q20 16 32 12"/><path d="M8 28 Q20 24 32 28"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><circle cx="20" cy="22" r="13"/><circle cx="20" cy="22" r="9"/><circle cx="20" cy="22" r="5"/><path d="M20 4 L20 9"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M22 4 L36 18 L30 24 L26 20 L10 36 L4 30 L20 14 L16 10 z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 22 L12 14 L20 22 L28 14 L36 22"/><path d="M12 14 L16 18 L20 14"/><path d="M20 26 L24 22 L28 26"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M20 34 Q4 22 4 14 Q4 6 12 6 Q18 6 20 12 Q22 6 28 6 Q36 6 36 14 Q36 22 20 34 z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M6 22 Q6 10 20 10 Q34 10 34 22 L34 28 L6 28 z"/><path d="M14 22 L14 14"/><path d="M26 22 L26 14"/><path d="M6 30 L34 30"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M6 24 Q12 14 22 16 L30 8 L34 14 L28 22 Q22 28 12 26"/><path d="M14 26 L12 34"/><path d="M22 28 L20 34"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M6 22 L20 8 L34 22 L34 34 L6 34 z"/><path d="M16 34 L16 24 L24 24 L24 34"/><path d="M6 22 L34 22"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M20 36 L20 16"/><path d="M16 36 L24 36"/><path d="M20 16 Q14 12 16 6"/><path d="M20 16 Q26 12 24 6"/><path d="M20 12 Q22 8 20 4"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M6 14 L34 14 L32 30 L8 30 z"/><ellipse cx="20" cy="20" rx="10" ry="3"/><circle cx="14" cy="20" r="1" class="ink-fill"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M10 4 L26 4 L30 8 L30 36 L10 36 z"/><path d="M26 4 L26 8 L30 8"/><path d="M14 14 L26 14"/><path d="M14 20 L26 20"/><path d="M14 26 L20 26"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M20 36 L20 18"/><path d="M20 18 Q12 14 14 8 Q18 12 20 18"/><path d="M20 18 Q28 14 26 8 Q22 12 20 18"/><path d="M20 18 Q14 22 16 16"/><path d="M20 18 Q26 22 24 16"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><circle cx="12" cy="20" r="6"/><path d="M18 20 L34 20"/><path d="M28 20 L28 26"/><path d="M32 20 L32 24"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M14 6 L20 12 L26 6 L34 14 L30 18 L30 36 L10 36 L10 18 L6 14 z"/><path d="M20 12 L20 36"/><path d="M14 22 L26 22"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M6 32 Q14 20 24 18 L28 14 L32 18 L28 22 Q22 24 14 30 z"/><circle cx="26" cy="18" r="1" class="ink-fill"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 22 Q12 16 20 22 T36 22"/><path d="M14 28 q3 -2 6 0"/><circle cx="22" cy="14" r="1.5" class="ink-fill"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M14 8 L26 8 L24 12 L16 12 z"/><path d="M12 14 L28 14 L28 22 L12 22 z"/><path d="M10 24 L30 24 L28 28 L12 28 z"/><path d="M16 30 L24 30 L24 36 L16 36 z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M8 6 L32 6 L32 34 L8 34 z"/><path d="M14 12 L28 12"/><path d="M14 18 L26 18"/><path d="M14 24 L28 24"/><path d="M14 30 L22 30"/><path d="M30 18 L26 22 L30 26"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><circle cx="20" cy="20" r="14"/><circle cx="20" cy="20" r="6"/><path d="M20 6 L20 14"/><path d="M20 26 L20 34"/><path d="M6 20 L14 20"/><path d="M26 20 L34 20"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M10 18 L30 18 L30 34 L10 34 z"/><path d="M14 18 L14 12 Q14 6 20 6 Q26 6 26 12 L26 18"/><circle cx="20" cy="24" r="1.5" class="ink-fill"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M20 8 Q14 18 20 26 Q26 18 20 8"/><path d="M8 20 Q16 22 20 26 Q14 22 8 20"/><path d="M32 20 Q24 22 20 26 Q26 22 32 20"/><path d="M6 28 Q20 32 34 28"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><circle cx="16" cy="16" r="10"/><path d="M24 24 L34 34"/></svg>
|