mk-react-images
Version:
A simple, responsive lightbox component for displaying an array of images with React.js
9 lines (8 loc) • 480 B
JavaScript
module.exports = (
'<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 24 30" enable-background="new 0 0 24 24" xml:space="preserve">'
+ '<g>'
+ '<polygon fill="white" points="19,14 19,18 5,18 5,14 2,14 2,18 2,22 5,22 19,22 22,22 22,18 22,14 "/>'
+ '<polygon fill="white" points="15,9.9 15,2 9,2 9,9.9 5.8,9.9 12,16.1 18.2,9.9 "/>'
+ '</g>'
+ '</svg>'
);