@react-symbols/icons
Version:
Symbols icons by Miguel Solorio for React
4 lines • 388 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const Kotlin = (props) => (_jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 25 24" }, props, { children: _jsx("path", { stroke: "#A855F7", strokeWidth: "2", d: "M18.922 20H4.336V4h14.586l-7.293 7.293-.707.707.707.707L18.922 20z" }) })));
export default Kotlin;
//# sourceMappingURL=kotlin.js.map