react-icons-kit
Version: 
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 504 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.ic_power = void 0;
var ic_power = {
  "viewBox": "0 0 24 24",
  "children": [{
    "name": "path",
    "attribs": {
      "d": "M0 0h24v24H0z",
      "fill": "none"
    },
    "children": []
  }, {
    "name": "path",
    "attribs": {
      "d": "M16.01 7L16 3h-2v4h-4V3H8v4h-.01C7 6.99 6 7.99 6 8.99v5.49L9.5 18v3h5v-3l3.5-3.51v-5.5c0-1-1-2-1.99-1.99z"
    },
    "children": []
  }]
};
exports.ic_power = ic_power;