react-icons-kit
Version: 
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 562 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.ic_subscriptions = void 0;
var ic_subscriptions = {
  "viewBox": "0 0 24 24",
  "children": [{
    "name": "path",
    "attribs": {
      "d": "M20 8H4V6h16v2zm-2-6H6v2h12V2zm4 10v8c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2v-8c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2zm-6 4l-6-3.27v6.53L16 16z"
    },
    "children": []
  }, {
    "name": "path",
    "attribs": {
      "d": "M0 0h24v24H0z",
      "fill": "none"
    },
    "children": []
  }]
};
exports.ic_subscriptions = ic_subscriptions;