UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

8 lines (7 loc) 408 B
import { svg } from "./_svg.js"; const METER_ALT = svg( ["path", { d: "M30 20a13.854 13.854 0 00-2.23-7.529l-1.444 1.445A11.892 11.892 0 0128 20zM28 9.414L26.586 8l-8.567 8.567A3.952 3.952 0 0016 16a4 4 0 104 4 3.953 3.953 0 00-.567-2.02zM16 22a2 2 0 112-2 2.002 2.002 0 01-2 2zM16 8a11.909 11.909 0 016.083 1.674l1.454-1.453A13.977 13.977 0 002 20h2A12.014 12.014 0 0116 8z" }] ); export { METER_ALT };