UNPKG

react-icons-kit

Version:

React Icons Kit using various Svg Icon set

35 lines (34 loc) 712 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.shrink = void 0; var shrink = { "viewBox": "0 0 16 16", "children": [{ "name": "path", "attribs": { "fill": "#000000", "d": "M9 7h6.5l-2.5-2.5 3-3-1.5-1.5-3 3-2.5-2.5z" } }, { "name": "path", "attribs": { "fill": "#000000", "d": "M9 9v6.5l2.5-2.5 3 3 1.5-1.5-3-3 2.5-2.5z" } }, { "name": "path", "attribs": { "fill": "#000000", "d": "M7 9h-6.5l2.5 2.5-3 3 1.5 1.5 3-3 2.5 2.5z" } }, { "name": "path", "attribs": { "fill": "#000000", "d": "M7 7v-6.5l-2.5 2.5-3-3-1.5 1.5 3 3-2.5 2.5z" } }] }; exports.shrink = shrink;