UNPKG

react-icons-kit

Version:

React Icons Kit using various Svg Icon set

30 lines (29 loc) 581 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.home = void 0; var home = { "viewBox": "0 0 24 24", "children": [{ "name": "path", "attribs": { "d": "M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }, "children": [] }, { "name": "polyline", "attribs": { "points": "9 22 9 12 15 12 15 22" }, "children": [] }], "attribs": { "fill": "none", "stroke": "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" } }; exports.home = home;