react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 835 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrowMinimise = void 0;
var arrowMinimise = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M6.121 13c-.553 0-1 .448-1 1s.447 1 1 1h1.465l-3.293 3.293c-.391.391-.391 1.023 0 1.414.195.195.451.293.707.293s.512-.098.707-.293l3.414-3.414v1.707c0 .552.447 1 1 1s.879-.448.879-1v-5h-4.879zM7 11c.552 0 1-.448 1-1v-2h2c.553 0 1-.448 1-1s-.447-1-1-1h-3.999l-.001 4c0 .552.447 1 1 1zM17 13c-.553 0-1 .448-1 1v2h-2c-.553 0-1 .448-1 1s.447 1 1 1h4v-4c0-.552-.447-1-1-1zM18.293 4.293l-3.293 3.293v-1.586c0-.552-.447-1-1-1s-1 .448-1 1v5h5c.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-.001z"
},
"children": []
}]
};
exports.arrowMinimise = arrowMinimise;
;