@thi.ng/hiccup-carbon-icons
Version:
Full set of IBM's Carbon icons in hiccup format
8 lines (7 loc) • 418 B
JavaScript
import { svg } from "./_svg.js";
const REPLY = svg(
["path", { d: "M28.88 30a1 1 0 01-.88-.5A15.19 15.19 0 0015 22v6a1 1 0 01-.62.92 1 1 0 01-1.09-.21l-12-12a1 1 0 010-1.42l12-12a1 1 0 011.09-.21A1 1 0 0115 4v6.11a17.19 17.19 0 0115 17 16.34 16.34 0 01-.13 2 1 1 0 01-.79.86zM14.5 20A17.62 17.62 0 0128 26a15.31 15.31 0 00-14.09-14 1 1 0 01-.91-1V6.41L3.41 16 13 25.59V21a1 1 0 011-1h.54z" }]
);
export {
REPLY
};