react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 546 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_format_align_right_twotone = void 0;
var ic_format_align_right_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M3 3h18v2H3zm0 16h18v2H3zm0-8h18v2H3zm6 4h12v2H9zm0-8h12v2H9z"
},
"children": []
}]
};
exports.ic_format_align_right_twotone = ic_format_align_right_twotone;