UNPKG

react-icons-kit

Version:

React Icons Kit using various Svg Icon set

42 lines (41 loc) 727 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.type = void 0; var type = { "viewBox": "0 0 24 24", "children": [{ "name": "polyline", "attribs": { "points": "4 7 4 4 20 4 20 7" }, "children": [] }, { "name": "line", "attribs": { "x1": "9", "y1": "20", "x2": "15", "y2": "20" }, "children": [] }, { "name": "line", "attribs": { "x1": "12", "y1": "4", "x2": "12", "y2": "20" }, "children": [] }], "attribs": { "fill": "none", "stroke": "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" } }; exports.type = type;