Grabbed dndbeyond's source code
``` ~/go/bin/sourcemapper -output ddb -jsurl https://media.dndbeyond.com/character-app/static/js/main.90aa78c5.js ```
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import createSvgIcon from './utils/createSvgIcon';
|
||||
import { jsx as _jsx } from "react/jsx-runtime";
|
||||
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
|
||||
d: "M11.29 8.71 6.7 13.3c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 10.83l3.88 3.88c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L12.7 8.71c-.38-.39-1.02-.39-1.41 0"
|
||||
}), 'ExpandLessRounded');
|
||||
Reference in New Issue
Block a user