@frontify/fondue
Version:
Design system of Frontify
29 lines (28 loc) • 943 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as o } from "react";
function r(e) {
return /* @__PURE__ */ t(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconVimeo16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
d: "M13.995 5.315q-.08 1.686-2.446 4.621Q9.096 13 7.404 13q-1.049 0-1.774-1.867l-.968-3.42q-.54-1.864-1.157-1.866-.135 0-.94.544L2 5.691q.89-.75 1.75-1.5 1.185-.985 1.778-1.038Q6.928 3.024 7.25 5q.35 2.13.48 2.653.405 1.767.889 1.766.378 0 1.131-1.146.753-1.147.807-1.746.109-.989-.807-.99a2.3 2.3 0 0 0-.888.19q.889-2.801 3.383-2.724 1.85.054 1.749 2.313"
}
)
}
);
}
const i = o(r);
export {
i as default
};
//# sourceMappingURL=IconVimeo16.es.js.map