@frontify/fondue-icons
Version:
Frontify's icon SVGs
7 lines (6 loc) • 730 B
JavaScript
import { createFondueIcon as e } from "./fondue-icons2.js";
const h = e("TextBrackets", [["path", { fill: "currentColor", "fill-rule": "evenodd", d: "M2 7.25A3.25 3.25 0 015.25 4h1.5a.75.75 0 010 1.5h-1.5A1.75 1.75 0 003.5 7.25v9.5c0 .966.784 1.75 1.75 1.75h1.5a.75.75 0 010 1.5h-1.5A3.25 3.25 0 012 16.75zm20 0A3.25 3.25 0 0018.75 4h-1.5a.75.75 0 000 1.5h1.5c.966 0 1.75.784 1.75 1.75v9.5a1.75 1.75 0 01-1.75 1.75h-1.5a.75.75 0 000 1.5h1.5A3.25 3.25 0 0022 16.75zM8 8.5A.75.75 0 008 10h8a.75.75 0 000-1.5zm-.75 3.75A.75.75 0 018 11.5h8a.75.75 0 010 1.5H8a.75.75 0 01-.75-.75M8 14.5A.75.75 0 008 16h5a.75.75 0 000-1.5z", "clip-rule": "evenodd" }]]);
export {
h as IconTextBrackets
};
//# sourceMappingURL=fondue-icons361.js.map