@frontify/fondue-icons
Version:
Frontify's icon SVGs
7 lines (6 loc) • 439 B
JavaScript
import { createFondueIcon as l } from "./fondue-icons2.js";
const e = l("RewindFilled", [["path", { fill: "currentColor", d: "M17.314 3.503c1.104-1.096 2.983-.314 2.983 1.242v14.38c0 1.55-1.864 2.334-2.972 1.252l-4.552-4.449v3.197c0 1.55-1.864 2.334-2.973 1.252l-7.298-7.13a1.75 1.75 0 01-.01-2.494l7.298-7.25c1.104-1.096 2.983-.314 2.983 1.242v3.269z" }]]);
export {
e as IconRewindFilled
};
//# sourceMappingURL=fondue-icons305.js.map