react-icons-kit
Version: 
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 507 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.ic_vertical_align_bottom = void 0;
var ic_vertical_align_bottom = {
  "viewBox": "0 0 24 24",
  "children": [{
    "name": "path",
    "attribs": {
      "d": "M0 0h24v24H0z",
      "fill": "none"
    },
    "children": []
  }, {
    "name": "path",
    "attribs": {
      "d": "M16 13h-3V3h-2v10H8l4 4 4-4zM4 19v2h16v-2H4z"
    },
    "children": []
  }]
};
exports.ic_vertical_align_bottom = ic_vertical_align_bottom;