react-icon-library
Version:
A library of SVG icons for use in reactJS projects
10 lines • 502 B
JavaScript
import React from 'react';
var Cross2 = function (_a) {
var color = _a.color;
return (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill={color} stroke="none" aria-hidden={true} focusable={false}>
<rect x="4.929" y="2.1" width="24" height="4" rx="1" transform="rotate(45 4.929 2.1)"/>
<rect x="21.799" y="4.828" width="24" height="4" rx="1" transform="rotate(135 21.799 4.828)"/>
</svg>);
};
export default Cross2;
//# sourceMappingURL=Cross2.js.map