UNPKG

react-icons-kit

Version:

React Icons Kit using various Svg Icon set

17 lines (16 loc) 357 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.arrowDownLeft = void 0; var arrowDownLeft = { "viewBox": "0 0 16 16", "children": [{ "name": "path", "attribs": { "fill": "#000000", "d": "M11.5 16l-4-4 8.5-8.5-3.5-3.5-8.5 8.5-4-4v11.5h11.5z" } }] }; exports.arrowDownLeft = arrowDownLeft;