UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

9 lines (8 loc) 322 B
import { svg } from "./_svg.js"; const SCOOTER_FRONT = svg( ["path", { d: "M15 19h2v9h-2z" }], ["path", { d: "M23 10V8h-3a2.002 2.002 0 00-2-2h-4a2.002 2.002 0 00-2 2H9v2h3v4.184A2.996 2.996 0 0010 17v7h2v-7a1 1 0 011-1h6a1 1 0 011 1v7h2v-7a2.996 2.996 0 00-2-2.816V10zm-5-2v6h-4V8z" }] ); export { SCOOTER_FRONT };