@kiwicom/orbit-components
Version:
Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.
8 lines (7 loc) • 471 B
JavaScript
/* eslint-disable */
"use client";
import * as React from "react";
import createIcon from "../Icon/createIcon";
export default createIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M20.4 12c0 .414-.23.797-.605 1.003L6.596 20.25a1.245 1.245 0 0 1-1.197-.005 1.147 1.147 0 0 1-.599-.996V4.752c0-.41.229-.79.599-.996.37-.206.826-.208 1.197-.005l13.2 7.246c.373.206.604.589.604 1.003Z"
})), "0 0 24 24", "Play");