react-icon-library
Version:
A library of SVG icons for use in reactJS projects
11 lines • 468 B
JavaScript
import React from 'react';
var Burger1 = 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 y="4" width="24" height="1.5" rx=".75"/>
<rect y="11" width="24" height="1.5" rx=".75"/>
<rect y="18" width="24" height="1.5" rx=".75"/>
</svg>);
};
export default Burger1;
//# sourceMappingURL=Burger1.js.map