UNPKG

react-icon-library

Version:

A library of SVG icons for use in reactJS projects

11 lines 456 B
import React from 'react'; var Burger = 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="5" width="24" height="1" rx=".5"/> <rect y="11" width="24" height="1" rx=".5"/> <rect y="17" width="24" height="1" rx=".5"/> </svg>); }; export default Burger; //# sourceMappingURL=Burger.js.map