react-icon-library
Version:
A library of SVG icons for use in reactJS projects
10 lines • 514 B
JavaScript
import React from 'react';
var Cross1 = 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.045" y="2.734" width="24" height="1.5" rx=".75" transform="rotate(45 4.045 2.734)"/>
<rect x="21.031" y="4.061" width="24" height="1.5" rx=".75" transform="rotate(135 21.031 4.061)"/>
</svg>);
};
export default Cross1;
//# sourceMappingURL=Cross1.js.map