UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

9 lines (8 loc) 360 B
import { svg } from "./_svg.js"; const TEXT_FILL = svg( ["path", { d: "M4 26h24v4H4z" }], ["path", { d: "M26 14.54a1 1 0 00-.25-.69l-8.58-9.52A1.09 1.09 0 0017 4.2V2h-2v3L4.32 14.74a1 1 0 00-.06 1.41l8.57 9.52a1 1 0 00.69.33h.05a1 1 0 00.68-.26L24 16.8V21a1 1 0 002 0v-6.43-.03zm-12.35 9l-7.23-8L15 7.67V12h2V7.13l6.59 7.33z" }] ); export { TEXT_FILL };