@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.41 kB
JavaScript
import { jsx as a } from "react/jsx-runtime";
import { memo as t } from "react";
function c(e) {
return /* @__PURE__ */ a(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconSkip5SecondsBackward24",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M14.407 4.16a.75.75 0 0 1 1.06 1.061L13.688 7h3.562A3.75 3.75 0 0 1 21 10.75v5.5A3.75 3.75 0 0 1 17.25 20H13a.75.75 0 1 1 0-1.5h4.25a2.25 2.25 0 0 0 2.25-2.25v-5.5a2.25 2.25 0 0 0-2.25-2.25h-3.562l1.78 1.779a.75.75 0 0 1-1.061 1.06l-3.06-3.059a.75.75 0 0 1 0-1.06zM5.553 14.487a1.42 1.42 0 0 0 1.413-1.419c.006-.857-.543-1.407-1.053-1.407a2.86 2.86 0 0 0-1.287.281 2 2 0 0 0-.348.223l-.006.005A.75.75 0 0 1 3 11.631V7.288h3.995a.75.75 0 0 1 0 1.5H4.5v1.589a4.5 4.5 0 0 1 1.413-.217c1.653 0 2.563 1.577 2.553 2.919a2.92 2.92 0 0 1-2.913 2.907 3.4 3.4 0 0 1-1.68-.46 3.6 3.6 0 0 1-.632-.46l-.013-.012-.005-.005-.002-.002v-.001l.529-.53-.53.53a.75.75 0 0 1 1.056-1.066l.01.01.062.052c.06.048.152.115.27.183.24.136.562.261.935.261",
clipRule: "evenodd"
}
)
}
);
}
const r = t(c);
export {
r as default
};
//# sourceMappingURL=IconSkip5SecondsBackward24.es.js.map