react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 839 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrowMaximise = void 0;
var arrowMaximise = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M15 4c-.553 0-1 .448-1 1s.447 1 1 1h1.586l-3.293 3.293c-.391.391-.391 1.023 0 1.414.195.195.451.293.707.293s.512-.098.707-.293l3.293-3.293v1.586c0 .552.447 1 1 1s1-.448 1-1v-5h-5zM9.293 13.293l-3.293 3.293v-1.586c0-.552-.447-1-1-1s-1 .448-1 1v4.999h.996l4.004.001c.552 0 1-.448 1-1s-.447-1-1-1h-1.586l3.293-3.292c.391-.391.391-1.023 0-1.414s-1.023-.392-1.414-.001zM7 12c.552 0 1-.448 1-1v-3h3c.553 0 1-.448 1-1s-.447-1-1-1h-4.999l-.001 5c0 .552.447 1 1 1zM17 12c-.553 0-1 .448-1 1v3h-3c-.553 0-1 .448-1 1s.447 1 1 1h5v-5c0-.552-.447-1-1-1z"
},
"children": []
}]
};
exports.arrowMaximise = arrowMaximise;
;