UNPKG

react-icons-kit

Version:

React Icons Kit using various Svg Icon set

17 lines (16 loc) 312 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.menu = void 0; var menu = { "viewBox": "0 0 16 16", "children": [{ "name": "path", "attribs": { "fill": "#000000", "d": "M1 3h14v3h-14zM1 7h14v3h-14zM1 11h14v3h-14z" } }] }; exports.menu = menu;