UNPKG
@gorpacrate/core-graphics
Version:
latest (8.0.2)
8.0.2
8.0.1
8.0.0
7.2.1
7.2.0
7.1.2
A core library for creating shape-based graphic editors
@gorpacrate/core-graphics
/
lib
/
icons
/
arrow.js
5 lines
•
215 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
exports
.
__esModule
=
true
;
var
React
=
require
(
"react"
);
exports
[
"default"
] = (
function
(
) {
return
(
React
.
createElement
(
"path"
, {
d
:
'm 8,2 -5,11 5,-2 5,2 z'
})); });
//# sourceMappingURL=arrow.js.map