UNPKG

react-icons-kit

Version:

React Icons Kit using various Svg Icon set

30 lines (29 loc) 598 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cornerDownRight = void 0; var cornerDownRight = { "viewBox": "0 0 24 24", "children": [{ "name": "polyline", "attribs": { "points": "15 10 20 15 15 20" }, "children": [] }, { "name": "path", "attribs": { "d": "M4 4v7a4 4 0 0 0 4 4h12" }, "children": [] }], "attribs": { "fill": "none", "stroke": "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" } }; exports.cornerDownRight = cornerDownRight;