UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

9 lines (8 loc) 1.03 kB
import { svg } from "./_svg.js"; const OPERATIONS_FIELD = svg( ["path", { d: "M20 12V2h2v10zM24 12V2h2v10zM28 12V2h2v10zM16 20a3.912 3.912 0 01-4-4 3.912 3.912 0 014-4v-2a6 6 0 106 6h-2a3.912 3.912 0 01-4 4z" }], ["path", { d: "M28.893 18.454L26.098 16l-1.318 1.504 2.792 2.452-2.36 4.088-3.427-1.16a9.031 9.031 0 01-2.714 1.565L18.36 28h-4.72l-.71-3.55a9.095 9.095 0 01-2.695-1.572l-3.447 1.166-2.36-4.088 2.725-2.395a8.926 8.926 0 01-.007-3.128l-2.718-2.39 2.36-4.087 3.427 1.16A9.03 9.03 0 0112.93 7.55L13.64 4H16V2h-2.36a2 2 0 00-1.961 1.608l-.504 2.518a10.967 10.967 0 00-1.327.754l-2.42-.819a1.998 1.998 0 00-2.372.895l-2.36 4.088a2 2 0 00.411 2.502l1.931 1.697C5.021 15.495 5 15.745 5 16c0 .258.01.513.028.766l-1.92 1.688a2 2 0 00-.413 2.502l2.36 4.088a1.998 1.998 0 002.374.895l2.434-.824a10.974 10.974 0 001.312.759l.503 2.518A2 2 0 0013.64 30h4.72a2 2 0 001.961-1.608l.504-2.519a10.967 10.967 0 001.327-.753l2.419.818a1.998 1.998 0 002.373-.894l2.36-4.088a2 2 0 00-.411-2.502z" }] ); export { OPERATIONS_FIELD };