@thi.ng/hiccup-carbon-icons
Version:
Full set of IBM's Carbon icons in hiccup format
18 lines (17 loc) • 389 B
JavaScript
import { svg } from "./_svg.js";
const CAMERA_ACTION = svg(
["path", { d: "M12 23a6 6 0 116-6 6 6 0 01-6 6zm0-10a4 4 0 104 4 4 4 0 00-4-4z" }],
["path", { d: "M29 27H3a1 1 0 01-1-1V6a1 1 0 011-1h26a1 1 0 011 1v20a1 1 0 01-1 1zM4 25h24V7H4z" }],
["path", { d: "M19 9h7v2h-7z" }],
[
"circle",
{
r: 1,
cy: 17,
cx: 12
}
]
);
export {
CAMERA_ACTION
};