UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

9 lines (8 loc) 352 B
import { svg } from "./_svg.js"; const CLOUD_UPLOAD = svg( ["path", { d: "M11 18l1.41 1.41L15 16.83V29h2V16.83l2.59 2.58L21 18l-5-5-5 5z" }], ["path", { d: "M23.5 22H23v-2h.5a4.5 4.5 0 00.36-9H23l-.1-.82a7 7 0 00-13.88 0L9 11h-.86a4.5 4.5 0 00.36 9H9v2h-.5A6.5 6.5 0 017.2 9.14a9 9 0 0117.6 0A6.5 6.5 0 0123.5 22z" }] ); export { CLOUD_UPLOAD };