UNPKG

react-icons-kit

Version:

React Icons Kit using various Svg Icon set

33 lines (32 loc) 606 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.arrowDown = void 0; var arrowDown = { "viewBox": "0 0 24 24", "children": [{ "name": "line", "attribs": { "x1": "12", "y1": "5", "x2": "12", "y2": "19" }, "children": [] }, { "name": "polyline", "attribs": { "points": "19 12 12 19 5 12" }, "children": [] }], "attribs": { "fill": "none", "stroke": "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" } }; exports.arrowDown = arrowDown;