@thi.ng/hiccup-carbon-icons
Version:
Full set of IBM's Carbon icons in hiccup format
17 lines (16 loc) • 408 B
JavaScript
import { svg } from "./_svg.js";
const OBJECT_STORAGE = svg(
["path", { d: "M28 20h-2v2h2v6H4v-6h10v-2H4a2.002 2.002 0 00-2 2v6a2.002 2.002 0 002 2h24a2.002 2.002 0 002-2v-6a2.002 2.002 0 00-2-2z" }],
[
"circle",
{
r: 1,
cy: 25,
cx: 7
}
],
["path", { d: "M30 8h-8v6h-6v8h8v-6h6zm-8 12h-4v-4h4zm6-6h-4v-4h4zM18 10h-8V2h8zm-6-2h4V4h-4z" }]
);
export {
OBJECT_STORAGE
};