UNPKG

react-icons-kit

Version:

React Icons Kit using various Svg Icon set

16 lines (15 loc) 290 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.arrows = void 0; var arrows = { "viewBox": "0 0 20 20", "children": [{ "name": "path", "attribs": { "d": "M10,1L5,8h10L10,1z M10,19l5-7H5L10,19z" } }] }; exports.arrows = arrows;