UNPKG

react-icons-kit

Version:

React Icons Kit using various Svg Icon set

43 lines (42 loc) 744 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.percent = void 0; var percent = { "viewBox": "0 0 24 24", "children": [{ "name": "line", "attribs": { "x1": "19", "y1": "5", "x2": "5", "y2": "19" }, "children": [] }, { "name": "circle", "attribs": { "cx": "6.5", "cy": "6.5", "r": "2.5" }, "children": [] }, { "name": "circle", "attribs": { "cx": "17.5", "cy": "17.5", "r": "2.5" }, "children": [] }], "attribs": { "fill": "none", "stroke": "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" } }; exports.percent = percent;